body {
	margin: 10px;
	background-color: #FFFFFF;
	background-attachment:fixed;
	background-image: url(../styleImages/backgrounds/BGgreywheel.jpg);
	background-repeat: repeat;
   	background-position: top;
}
#top {
   background-image: url(../styleImages/backgrounds/topbg.gif);
   background-repeat: no-repeat; 
   height: 170px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    
}
 #bottom {
   background-image: url(../styleImages/backgrounds/bot.gif); 
   background-repeat: no-repeat;
   height: 23px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
 }
#pageSurround {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid #333333;
	background-image: url(../styleImages/backgrounds/mid.gif);
   	background-repeat: repeat-y;
	background-position: center top;	
}
/*#topHeader {
	text-align: right;
	height: 110px;
    background-image: url(../styleImages/backgrounds/topHeader); 
	background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 20px;
	padding-right: 0px;
	padding-top: 20px;
    	
}    */
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
    font-weight: bold;
    text-align: center;
	color: #404040;
	
	background-image: url(../styleImages/backgrounds/2top.gif);
	height: 17px;
	padding-left: 0px;
}
.boxContentLeft, .boxContentRight {
	
	background-image: url(../styleImages/backgrounds/button1.gif);
        
       background-repeat: repeat;
      
      
     	padding-left: 1px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
}

.boxFootLeft, .boxFootRight {
}
.colLeft {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-left: 23px;
	padding-right: 15px;
	float: left;
}
.colMid {
	position: relative;
	width: 665px;
	float: left;
}
.colRight {
	position: relative;
	width: 0px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #000000;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 170px; 
	padding-left: 20px;
	padding-right: 15px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 665px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
        margin-bottom: 10px;

}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.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: 155px;
}

.containerLeftRight {
    
    margin: 0px;
    padding: 0px;
    width: 880px;
    
}
.divLeft {
    margin: 0px;
    padding: 0px;
    width: 300px;
    float: left;
    text-align: left;
}
.divRight {
    margin-right: 0px;
    padding: 0px;
    width: 560px;
    float: left;
    text-align: right;
}