body {
	margin: 5px;
/*	background-color:#660000;*/
}

#pageSurround {
/*	width: 90%; 748px;*/
width:100%;
	margin: 0px auto;
	min-height:100%;
/*	background-color:#FFFFFF;
	background-color:#660000;*/
}
#subSurround {
	padding-top:20px;
	background-color:#FFFFFF;
}
#topHeader  {
	text-align: right;
	height: 120px;
	padding-right: 9px;
	padding-top: 10px;
/*	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-image:url(../styleImages/petals.jpg); 
	background-repeat:no-repeat;
background-image:url(../styleImages/dark-forest.jpg);
background-image:url(../styleImages/vines.jpg);*/
background-image:url(/books/skins/Legend/styleImages/backgrounds/FANGtopheader.jpg);
	background-position:top-left;
/*	background-repeat:repeat-x;*/
	background-repeat:no-repeat;
	border-bottom: 1px solid #000000;
	background-color:#000000;
	color: #333333;	
}

#topHeader a:link, #topHeader a:visited {
	color:#333333;
}


/******************************* Navigation Bar **************************************/
#shop_nav_bar {
	padding:10px 0px 10px 0px; 
	width: 100%;
	margin: 0px auto;
	font-size: 12px;
	font-weight:800;
	text-align:center;
/*	z-index:-1;*/
	background-color:#000000;
}

#shop_nav_bar ul {
	padding: 0;
	color: #FFFFFF;
	margin:0;
	list-style: none;
	height:20px;/*need to have the same hight in nav_bar a, nav_bar a:hover and nav_bar [main container] to get the background images to fit properly */
	}	
		
#shop_nav_bar li {
	font-family: Geneva, Arial, Helvetica, sans-serif; /*"Lucida Calligraphy",*/
	float: left;
/**/	position: relative;
	width: 12em;
	line-height:20px;
	color: #FFFFFF;
	font-size:12px;
	text-align:center;
	z-index:8000;
	}

#shop_nav_bar a {
	display:block;
	text-decoration: none; 
	height:20px;/*need to have the same hight in nav_bar a, nav_bar a:hover and nav_bar [main container] to get the background images to fit properly */
	color: #FFFFFF;
	}

#shop_nav_bar a:visted , #shop_nav_bar a:active{
color: #FFFFFF;
}

#shop_nav_bar li:hover {
	color:#FFFFFF;
/* 	width: 12em;*/
	background-color:#9a0b0b;
	}
	
#shop_nav_bar ul ul {
/*	display: none;*/
	}
/*new*/	


#shop_nav_bar ul ul a.active, #shop_nav_bar ul ul a.active:visited {
	background:#80AAFE;
	}

#shop_nav_bar ul ul a.active:hover {
	background:#80AAFE;
	}
	
#shop_nav_bar ul ul :hover >a.active {
	background:#80AAFE;
	font-weight:400;
	}
	
#shop_nav_bar ul ul {
	visibility:hidden;
	position:absolute;
/*	height:0;
	top:31px;*/
	left:0;
	}
#shop_nav_bar ul :hover ul{
	visibility:visible;
	}

#shop_nav_bar ul ul a, #shop_nav_bar ul ul a:visited {
	background:#BFD5FE;
	color:#000000;
	height:auto;
	line-height:1em;
	padding-top: 5px;
	padding-bottom:5px;
/*	width:8em;;10em*/
	font-weight:100;
	}
	
#shop_nav_bar a:hover, #shop_nav_bar ul ul a:hover{
	color:#04044C;
	background:#80AAFE;
	}

#shop_nav_bar :hover > a, #shop_nav_bar ul ul :hover > a {
	color:#ffffff;
	}
	
/*to here 

	
#shop_nav_bar li li {
	position:relative;
	width:100%;
	margin:0;
	color: #FFFFFF; 
	}

#shop_nav_bar li ul a, #nav_bar li ul a:visited {
	line-height:20px;	
	color: #FFFFFF; 
}


#shop_nav_bar a:link,#shop_nav_bar a:visited {
	color: #FFFFFF;
	text-decoration:none;
}	*/

/**************************End Navigation Bar *********************************************************/

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:800;
	color:#FFFFFF;
	background-image:url(../styleImages/BoxHeaderBackground.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-color:#990000;
	height: 20px;
	padding-left: 5px;
	padding-top: 1px;
}

.boxContentLeft, .boxContentRight {
	padding-left: 5px;
	padding-right:5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-left:2px solid #660000;
	border-right :2px solid #660000;
	border-bottom:2px solid #660000;
	background-color:#cc9999;
/*	color:#000000;*/
}
.colLeft {
	position: relative;
	left: 0px;
	width: 18%; /*160px; */
	padding-left: 9px;
	padding-right: 5px;
	float: left;
	background-color:#FFFFFF;
	text-align:left;
}
.colMid {
	position: relative;
	width: 60%;/*398px;*/
 	float: left;
	margin:auto;
	background-color:#FFFFFF;
}

.colRight {
	position: relative;
	width: 18%;/*160px; */
	padding-left: 5px;
	right: 9px;
	float: right;
	background-color:#FFFFFF;

	
}


#content_background {
	background-image:url(../styleImages/icons/test.png);
	background-repeat:no-repeat;
	margin: -20px -20px;
/*	height:60px;*/
	}

.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; 
	color:#000000;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	text-align:left;
}

/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	border: 1px solid #F7E6E6;
	margin: 0px;
	padding: 3px;
	float: left;
/*	width: 387px; */
	width: 90%;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 52px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}

.latestProds2 {
	float: left;
	text-align: center; 
	width: 150px;
	height: 160px;
	min-height:160px;
	min-width:150px;
}
