body {
	background-color: #000000;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
      background-repeat: no-repeat;
	background-position: center top;
      background-attachment: fixed;
}
#pageSurround {
	width: 930px;
	margin: 0px auto;
	padding: 10px;
	background-color: #FFFFFF;
}
#topHeader {
	background-color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px dotted #d1d2d4;
	width: 930px;
}
#logo {
	float:left;
	width: 91px;
	margin-right: 20px;
}
#logo img{
	border: none;
}
#maincontent {
}
#shoppingcartbox {
	width: 250px;
	float: right;
}
#productthumb {
	width: 154px;
	margin: 10px 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#productthumb img {
	border: 2px dotted #d1d2d4;
}
.colMid {
	position: relative;
	width: 705px;
	float: left;
	border: 2px dotted #d1d2d4 ;
}
.colRight {
	position: relative;
	width: 170px;
	padding: 10px; 
	padding-left: 5px;
	float: right;
}
.boxContent {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#prodpics {
	width: 350px;
	float: left;
}
#prodinfo {
	float: right;
	width: 320px;
	padding: 5px;
	background: #f3f3f4;
}
#prodtitle a {
	color: #000;
	font-weight: bold;
}
#butbutton {
	text-align: right;
}
/* CHECKOUT PAGES */
.colrightCheckout {
	position: relative;
	width: 170px;
    margin-left: 20px;
	padding: 10px; 
	padding-left: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 705px;
	border: 2px dotted #d1d2d4 ;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 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: 120px;
}
