body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #666;
	color: #000;
	text-align: center;
}

#pageSurround {
	text-align: justify;
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	border: 10px #fff solid;
}

#banner {
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 180px;
	width: 780px;
	}

#topbar {
	width: 774px;
	padding: 3px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

.siteDocs {
	margin: 20px 0 0 0;
	width: 780px;
	clear: both;
	background: url(../styleImages/bgmen.gif) repeat-y;
	height: 17px;
	padding: 3px 3px 5px 3px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.boxTitleLeft, .boxTitleRight {
	font-size: 75%;
	color: #000;
	height: 15px;
	padding: 2px 2px 0 2px;
	font-weight: bold;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #00CCFF;
	padding: 5px;
	margin-bottom: 20px;
}
.colLeft {
	float: left;
	color: #000;
	width: 165px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.colMid {
	padding: 0 0 20px 20px;
	width: 430px;
  margin: 0px 166px 0px 156px;
}
.colRight {
	float: right;
	width: 165px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.boxContent {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */

.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;
}

#session {
	float:left;
	width: 500px;
	padding-left: 5px;
}

#searchForm {
	margin-left: 500px;
	text-align: right;
	padding-right: 5px;
}

ul#menu  {
background:transparent url(../styleImages/bgmen.gif) repeat scroll 0 0;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
height:17px;
list-style-type:none;
margin:0 0 5px;
padding:6px 4px 3px;
text-align:center;
}

ul#menu li {
border-left:2px solid #FFFFFF;
display:inline;
margin:0;
padding:0 3px 0 6px;
}

ul#menu a {
color:#FFFFFF;
}
a {
text-decoration:none;
}
