﻿#xwrapper {
	background-color: #FFFFFF;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 554px;
	margin: 0px;
	padding: 0px;
}
#xtop {
	float: left;
	height: 24px;
	width: 554px;
}
#xtel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #8DC73F;
	height: 24px;
	width: 180px;
	padding-left: 5px;
	float: left;
}

#xtimes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	height: 20px;
	width: 120px;
	float: left;
	padding-top: 4px;
}
#xcontactus {
	height: 16px;
	width: 56px;
	float: left;
	margin-left: 12px;
	text-align: center;
	display:inline;
	margin-top: 4px;
	background-position: top;
	_margin-top: 0px;
}
#xcontactus a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#xcontactus a:hover {
	color: #00FFFF;
}
#xmyaccount {
	height: 20px;
	width: 60px;
	float: left;
	text-align: center;
	margin-top: 4px;
	margin-left: 1px;
	display:inline
	background-position: top;
	_margin-top: 0px;
}
#xmyaccount a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#xmyaccount a:hover {
	color: #00FFFF;
}
#xfaqs {
	height: 20px;
	width: 35px;
	float: left;
	margin-top: 4px;
	text-align: center;
	margin-left: 3px;
	display:inline
	background-position: top;
	_margin-top: 0px;
}
#xfaqs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#xfaqs a:hover {
	color: #00FFFF;
}
#xshippingcosts {
	height: 20px;
	width: 75px;
	float: left;
	margin-top: 4px;
	text-align: center;
	margin-left: 2px;
	display: inline;
	background-position: top;
	_margin-top: 0px;
}
#xshippingcosts a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#xshippingcosts a:hover {
	color: #00FFFF;
}
#xnav {
	float: left;
	height: 40px;
	width: 548px;
	margin-left: 2px;
	margin-top: 9px;
	display: inline;
}
/** www.webdesignerforum.co.uk CSS Rollover Tutorial by Ben Scott **/

#xnavigation ul {
	width: 550px; 
	height: 40px; 
	position: absolute; /** Places image at the top of the page **/
	background: url(../images/menu2.gif) no-repeat 0 0;
	list-style: none;
	margin: 0; padding: 0;
}
#xnavigation li {
	display: inline;
}
#xnavigation li a:link, #xnavigation li a:visited {
	border: none;
	width: 110px; /** width of the button in active state **/
	height: 28px; /** height of the button in active state **/
	display: block;
	position: absolute;
	top: 0;
	outline: none;
}
#xnavigation li.home a:link, #xnavigation li.home a:visited {
	left: 10;
	padding-top: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
#xnavigation li.hotoffers a:link, #xnavigation li.hotoffers a:visited {
	left: 110px  /** how many px left of the first button i.e blue **/;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
#xnavigation li.aboutus a:link, #xnavigation li.aboutus a:visited {
	left: 220px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
}
#xnavigation li.shoppingcart a:link, #xnavigation li.shoppingcart a:visited {
	left: 330px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
}
#xnavigation li.checkout a:link, #xnavigation li.checkout a:visited {
	left: 440px  /** how many px left of the first button i.e blue **/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
}


#xnavigation li.home a:hover {
	background: url(../images/menu2.gif) no-repeat 0 -40px;
}
#xnavigation li.hotoffers a:hover {
	background: url(../images/menu2.gif) no-repeat -110px -40px; /** moves image up 30px and right 80px showing the rollover states **/
}
#xnavigation li.aboutus a:hover {
	background: url(../images/menu2.gif) no-repeat -220px -40px;
}
#xnavigation li.shoppingcart a:hover {
	background: url(../images/menu2.gif) no-repeat -330px -40px;
}
#xnavigation li.checkout a:hover {
	background: url(../images/menu2.gif) no-repeat -440px -40px;
}
