/* ------------------MoonLite template stylesheet --------------------*/

* {
	margin:0;
	padding:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background-color:#eee;
	}
	
#page {
	position:relative;
	background-color:#fff;
	width:770px;
	margin:10px auto;
	text-align:left;
	}
	
/* -----------------  Header  -------------------------------- */
#header {
	position:relative;
	height:139px;
	background:#003463 url(../templateimages/header_bg.jpg) left top no-repeat;
	color:#fff;
	}

#header h1 {
	display:none;
	visibility:hidden;
	height:0px;
	text-align:-3000px;
	}
	
#header #logo {
	position:absolute;
	left:10px;
	top:60px;
	border:none;
	}

#header img {
	border:none;
	}	
	

	
/* ------------------Navigation in header Home, FAQs etc -------*/	
#mainNav {	
	position:absolute;
	top:52px;
	left:620px;
	}


#mainNav ul{
}

#mainNav ul li {
	position:relative;
	height:100%;
	list-style:none;
	}

#mainNav ul li a {
	color:#fff;
	text-decoration: none;
	display:block;
	width:84px;
	height:16px;
	padding-top:4px;
	margin-bottom:2px;
}

#mainNav ul li a:hover {
	text-decoration:underline;
	}

#mainNav .headerLink {
	background:transparent url(../templateimages/headerLink_bg.gif) left center no-repeat;
	padding-left:15px;
	}	
	
/* My account link */

#myAccount {
	position:absolute;
	top:10px;
	left:610px;
	}
	
#myAccount a, #myAccount a:visited{
	color:#fff;
	text-decoration:none;
	}

#myAccount a:hover {
	text-decoration:underline;
	}
	
#myAccount .headerLink {
	background:transparent url(../templateimages/headerLink_bg.gif) left center no-repeat;
	padding-left:15px;
	}	
/* --------------------------Mini basket -------------------------*/
#miniBasket {
	position:absolute;
	top:10px;
	left:250px;
	}

#miniBasket em {
	font-style:normal;
	}

#miniBasket .basketTotal em {
	font-weight:bold;
	}
	
/* -------------------- Search box -------------------------- */
#search {
	position:absolute;
	top:4px;
	left:20px;
	}
	
.searchField {
	width:130px;
	color:#999;
	}
	
.searchSubmit {
	position:relative;
	top:4px;
	}
	
/* --------------------------Categories -----------------------*/
#categories {
	position:absolute;
	top:139px;
	left:0px;
	width:220px;
	padding-top:20px;
	margin:0px;
	background:#fff url(../templateimages/categories_bg.jpg) no-repeat left top;
	}
	
#categories h1 {
	font-family:Tahoma, Verdana, Sans-serif;
	font-size:20px;
	font-weight:normal;
	padding-left:10px;
	}	
	
#catInner {
	}
	
#categories ul {
	width:190px;
	margin:15px 0px 0px 10px;
	padding-top:0px;
	line-height:25px;
	}
#categories ul li{	
	list-style:none;
	margin-bottom:5px;
	}
	
#categories ul li a {
	display:block;
	width:181px;
	height:25px;
	color:#333;
	background-color:#E7F8FD;
	border:1px solid #BFCCD8;
	padding-left:15px;
	text-decoration:none;
	}
	
#categories ul li a:hover {
	color:#fff;
	background-color:#003463;
	}
	
/*---------------------  Footer -------------------------------------------- */

#footer {
	clear:both;
	height:25px;
	margin-top:30px;
	}

#footer a {
	color:#5484B0;
	text-decoration:none;
	font-size:10px;
	}

#terms {
	float:left;
	margin-left:10px;
	}
#footer a.terms, #footer a.privacy {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #5484B0;
	}
	
#credit {
	float:right;
	margin-right:10px;
	}

	
	

	
