/*----------------------Header----------------*/
#header-div {
	width:1000px;
	height:205px;
    margin: 0 auto;
    position:relative;	
	margin-bottom:10px;
}

#img-location {
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:15px;
}

#locationurlcontainer {
	position:absolute;
	left:80px;
	top:0px;
	width:691px;
	height:15px;
}

#must-have-products {
	position:absolute;
	left:771px;
	top:0px;
	width:229px;
	height:15px;
}

#logo1 {
	position:absolute;
	left:0px;
	top:15px;
	width:695px;
	height:155px;
}

#logo2 {
	position:absolute;
	left:695px;
	top:15px;
	width:205px;
	height:100px;
}

#logo3 {
	position:absolute;
	left:900px;
	top:15px;
	width:100px;
	height:155px;
}

#btn-services {
	position:absolute;
	left:695px;
	top:115px;
	width:65px;
	height:75px;
}

#spacer2 {
	position:absolute;
	left:760px;
	top:115px;
	width:10px;
	height:75px;
}

#btn-purchase {
	position:absolute;
	left:770px;
	top:115px;
	width:60px;
	height:75px;
}

#spacer3 {
	position:absolute;
	left:830px;
	top:115px;
	width:10px;
	height:75px;
}

#btn-products {
	position:absolute;
	left:840px;
	top:115px;
	width:60px;
	height:75px;
}

#menucontainer {
	position:absolute;
	left:0px;
	top:170px;
	width:686px;
	height:20px;
	background-color:#EDECE9;
}

#spacer1 {
	position:absolute;
	left:686px;
	top:170px;
	width:9px;
	height:20px;
}

#sapcer4 {
	position:absolute;
	left:900px;
	top:170px;
	width:10px;
	height:20px;
}

#btn-share {
	position:absolute;
	left:910px;
	top:170px;
	width:90px;
	height:20px;
}

#bottom--line {
	position:absolute;
	left:0px;
	top:190px;
	width:1000px;
	height:15px;
}

A:LINK {	color: #0066CC;	text-decoration: none}
A:VISITED { color: #0066CC; text-decoration: none}
A:HOVER { color: #5090FC; text-decoration: none}
A:ACTIVE { color: #5090FC; text-decoration: none}

.location-link, .location-link:active, .location-link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	color: #0066CC;
	font-weight: normal;
}
a.location-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration:none;
	color: #5090FC;
	font-weight: normal;
}
