#content {
	position:relative; 
	background-image: url(../../image/location-bkgrnd.gif); 
	height:490px; 
	width:850px;
}
#country {
	height:50px;
	background-color:#FFFFFF;
	font: bold 18px "Century Gothic"; 
	color:#EC7265;
	line-height: 50px;
	text-align:left;
	padding-left:50px;
}
#overlay-location{
	float:left;
	width:170px;
	height:160px;
	font-family: Century Gothic;
	text-align:center;
	padding:0px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:-10px;
}
#overlay-location .location {
	color:#EC7265;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#overlay-location .addr{
	font:  bold 12px/120% Geneva, Arial, Helvetica, sans-serif;
	color:#95826C;
	line-height:normal;
}
#store {
	float:left; 
	width:500px; 
	height:280px; 
	padding-left:100px;
}
#store .pic {
	width:99px;
	height:123px;
	margin: 0px 5px; 
	padding: 12px 1px;
	float:left;
	background: url(../../image/pic-border.gif) no-repeat;
}
#store .pic img{
	border: none;
	width:75px; height:75px;
}
#store .pic ul {
	margin:2px 4px;
	padding:0;
}
#store li {
	list-style: none; 
	text-align: center;
	font:  bold 11px/0.4em Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
}
#footer-text{
	position:absolute;
	bottom:20px;
	left:250px;
	font: bold 13px Arial, Helvetica, sans-serif; 
	color:#95826C;
}
#footer-text .highlight{
	color:#EC7265;
	font-size: 20px;
}
#store a{
	color:#999999;
	text-decoration: none;
}
#store a:hover{
	color:#EC7265;
}
#wrapper {
	width:850px;height:490px; 
	background-color:#FFFFFF;
}