body {
	margin: 0px;
	padding: 0px;
	background-color: #FCF6F1;
	text-align: center; /*important for IE 6 to centre div */
	
	
}


/*----- basic index page (called throughout) layout  below -------*/


/* outer container below*/
#pageSurround { 
            width: 730px;            
            \width: 750px;
			w\idth: 730px;
			margin: 0 auto;
            text-align: left;
}
/* outer container ends*/


#subSurround { /*border: solid 3px*/ }

#topHeader { float: right; text-align: right;  width: 560px;  padding-right: 0px; }

#cart { width: 550px; }



.boxTitleLeft { font-family:  Arial, Helvetica, sans-serif; font-size: 75%;  font-weight: bold;  text-align: center; width: 159px; height: 15px; padding-top: 1px; }

.boxTitleRight { font-family:  Arial, Helvetica, sans-serif; font-size: 75%; color: #B75655; font-weight: bold;  text-align: left; width: 159px; height: 15px; padding-top: 1px; }
.boxContentRight { border-right: 0px solid #0e51a3; border-bottom: 1px solid #eeeeee; background-color: #FCF6F1; width: 153px; margin-bottom: 10px; padding-top: 3px; padding-bottom: 5px; padding-left: 5px; }
.boxContentLeft { border-right: 0px solid #0e51a3; border-bottom: 0px solid #eeeeee; background-color: #38687C; width: 153px; margin-bottom: 10px; padding-top: 3px; padding-bottom: 5px; padding-left: 5px; } 
.contentRight { background-color: #FCF6F1; }


/* the main leftbar nav bar div below */

.colLeft { 

width: 162px;
position: absolute;  !important;
background-color: #38687C; 
padding: 0px 0px 25px 0px;

}

/* the left text style below */

.boxContentLeftItems {  font-family:  Arial, Helvetica, sans-serif; font-size: 100%; color: #FCF6F1; width: 100px; text-align: left; margin-bottom: 5px; margin-left: 50px; margin-right: 5px; }
.boxContentLeftLinks {  font-family:  Arial, Helvetica, sans-serif; font-size: 100%; color: #FCF6F1; width: 100px; text-align: left; margin-bottom: 5px; margin-left: 50px; margin-right: 5px; }

 * html .boxContentLeftItems {  width: 157px; text-align: left; margin-bottom: 5px; margin-left: 0px; margin-right: 5px;  }
 * html .boxContentLeftLinks {  width: 157px; text-align: left; position: absolute; margin-bottom: 5px; margin-left: 0px; margin-right: 5px;  padding: 0px 0px 0px 0px;}


/* the main horiz nav bar text below */

.siteDocs { float: right; width: 560px; text-align: left; margin: 0px 0px 5px 0px; }
#topHeader .siteDocs a.txtSiteDocs { color: #333; }
#topHeader .siteDocs a.txtSiteDocs:hover { color: #666; }

/* the horizontal divider line in grey  below */

#line { 

width: 300px;
border-top: 1px solid #ccc; 

}

.colMid {
    margin-top: 25px;
	text-align: left;
	float:left;
	/*border: solid 3px;*/
    padding: 0px 0px 0px 0px;
	/*background-color: #FCF6F1;*/
	width: 350px;
}



.colRight {
	right: 9px;
	text-align: left;
	float: right;
	width: 164px;
	margin-top: 20px;
	padding: 20px 5px 10px 15px;
	border-left: solid 1px; color: #cccccc;
	clear: all;
	/*background-color: #FCF6F1;*/
	
}

.colRight_blank {
	right: 9px;
	text-align: left;
	float: right;
	width: 164px;
	margin-top: 20px;
	padding: 20px 5px 10px 15px;
	clear: all;
	/*border-left: solid 1px; color: #cccccc;*/
	/*background-color: #FCF6F1;*/
	
}



/* below controls the main middle-area content box and font within it*/

.boxContent {  font-family:  Arial, Helvetica, sans-serif; font-size: 75%; color: #333333; /*background-color: #fff;*/ width: 340px; margin-bottom: 5px; margin-left: 10px; padding: 0px 0px 0px 0px; border-top: 0px solid #ccc; border-bottom: 0px solid #ccc; }



/*.boxContent img { border: px solid #999999; }*/


/* CHECKOUT PAGES below */

.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 */



.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.pagination .txtLink a{
	color: #333;
}






#subCats {
	background-color: #FCF6F1;
	text-align: left;
	/*border: 1px solid #eeeeee;*/
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 0px;
	float: left;
	width: 350px;
}


* html #subCats {
	
	margin: 0px 0px 0px -10px; /* important hack for IE6 to maintain layout! */
	
	
}


.subCat {	
                text-align: left;
                margin-left: 15px;
                padding: 0 0 0 0px;
                float: left;
                width: 250px;
                /*height: 20px;*/
}



.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}