/* MAIN NAVIGATION */
#navArea {
	border: 1px solid #000000; 
	width: 1000px;
	height: 25px;
	position: relative;
	margin: 0; 
	padding: 0;
	background: transparent;
}

#nav {
	width: 1000px;
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/menu.gif);
}

#nav li {
	float: left;
  list-style-type: none;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 25px;   
	background: url(../images/menu.gif) top center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	list-style-type: none;
}


#body_home li#nav_home, #body_enewsletter li#nav_enewsletetr, #body_trackorder li#nav_trackorder, body_cart li#nav_cart, #body_contact li#nav_contact {
	background: url(../images/menu.gif) top center no-repeat;
}

#body_home li#nav_home a, #body_enewsletter li#nav_enewsletetr a, #body_trackorder li#nav_trackorder a, body_cart li#nav_cart a, #body_contact li#nav_contact a {
	background: url(../images/menu.gif) top center no-repeat;
}


li#nav_home a {
	left: 0;
	width: 125px;
	background-position: 0 0;
}

li#nav_home a:hover {
	background-position: 0 -28px;
}

#body_home li#nav_home a {
	background-position: 0 -28px;
}


li#nav_enewsletter a {
	left: 126px;
	width: 189px;
	background-position: -126px 0;
}

li#nav_enewsletter a:hover {
	background-position: -126px -28px;
}

#body_enewsletter li#nav_enewsletter a {
	background-position: -126px -28px;
}


li#nav_trackorder a {
	left: 312px;
	width: 190px;
	background-position: -312px 0;
}

li#nav_trackorder a:hover {
	background-position: -312px -28px;
}

#body_trackorder li#nav_trackorder a {
	background-position: -312px -28px;
}


li#nav_cart a {
	left: 500px;
	width: 188px;
	background-position: -500px 0;
}

li#nav_cart a:hover {
	background-position: -500px -28px;
}

#body_cart li#nav_cart a {
	background-position: -500px -28px;
}

li#nav_contact a {
	left: 687px;
	width: 125px;
	background-position: -687px 0;
}

li#nav_contact a:hover {
	background-position: -687px -28px;
}

#body_contact li#nav_contact a {
	background-position: -687px -28px;
}













/* FOOTER */

#body_privacy #footer li.privacy a {
		color: #900;
}

#body_sitemap #footer li.sitemap a {
		color: #900;
}

#body_links #footer li.links a {
		color: #900;
}

#body_enewsletter #enews a {
		color: #900;
}