/* ------------------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:#fff;
	}
	
#page {
	position:relative;
	width:770px;
	margin:0 auto;
	text-align:left;
	background:#fff url(../templateimages/pageContentBG.gif) 230px 0 repeat-y;

	}
	
/* -----------------  Header  -------------------------------- */
#header {
	/*height:150px;*/
	color:#fff;
	padding-top: 20px;
	margin-bottom: 24px;
	background-image: none;
	background-color: #FFF;
	}

#header h1 {
	font-family:Tahoma, Verdana, Sans-serif;
	font-size:22px;
	color:#f60;
	font-weight:normal;
	padding-top:50px;
	}
	
/* ------------------Navigation in header Home, FAQs etc -------*/	
#mainNav {	
	position:absolute;
	top:125px;
	}


#mainNav ul{
	display:inline;
	float:left;
	background: url(../templateimages/navBarBG.jpg) repeat-x bottom;
	height: 28px;
	padding-top:3px;
	width: 775px;
}

#mainNav ul li {
	display:inline;
	position:relative;
	float:left;
	text-align:center;
	list-style:none;
	}

#mainNav ul li a {
	color:#000;
	text-decoration: none;
	float:left;
	display:block;
	width:129px;
	height:12px;
	padding:5px 0px 6px 0px;
	background: url(../templateimages/navBarEnd.gif) no-repeat right;

}

#mainNav ul li a:hover {
	text-decoration:underline;
	color: navy;
	}


/* --------------------------Mini basket -------------------------*/
#miniBasket {
	background:url(../templateimages/basketBG.gif) left top no-repeat;
	padding-left:20px;
	color:#333;
	float: right;
	}

#miniBasket em {
	font-style:normal;
	}

#miniBasket .basketTotal em {
	font-weight:bold;
	}
	
/* -------------------- Search box -------------------------- */
#search {
	width: 250px;
	float: left;
	}
	
.searchField {
	position:relative;
	top:-5px;
	width:100px;
	color:#999;
	
	}
	
.searchSubmit {
	}
	
/* --------------------------Categories -----------------------*/
#categories {
	width:210px;
	padding:0px;
	margin:15px 0px 0px 0px;
	float: left;
	}
	
#categories h1 {
	font-family:Tahoma, Verdana, Sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:15px;
	}
	
#categories ul {
	width:200px;
	margin:0px 0px 0px 0px;
	padding-top:0px;
	line-height:27px;
	}
#categories ul li{	
	list-style:none;
	}
	
#categories ul li a {
	display:block;
	width:180px;
	height:25px;
	color:#666666;
	padding-left:15px;
	text-decoration:none;
	border:1px solid #e6e6e6;
	margin-bottom:5px;
	}
	
#categories ul li a:hover {
	color:#333;
	background-color:#e6e6e6;
	}
	
/*---------------------  Footer -------------------------------------------- */

#footer {
	clear:both;
	height:25px;
	margin-top:30px;
	background-color:#e6e6e6;
	}

#footer a {
	color:#333;
	text-decoration:none;
	font-size:10px;
	}

#terms {
	float:left;
	padding-top:6px;
	margin-left:10px;
	}
#footer a.terms {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #333;
	}
	
#credit {
	padding-top:6px;
	float:right;
	margin-right:10px;
	}

	
	
#magAd {
	width: 195px;
	margin-bottom: 20px;
}

#magAd img {
	padding-right: 7px;
	float:left;
	clear: both;
	
}
	
.clear {
	clear: both;
}