body {
	margin: 5px;
	background-color: #3b5b85;
}
#pageSurround {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}
#subSurround {

}
#topHeader {
	text-align: left;
	height: 30px;
	margin-bottom: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	padding-top: 260px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat:no-repeat;
}
#footer{
        font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
        font-size: 9px;
        color: #000000;
        position:relative;
        bottom: 2px;

}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	font-size: 70%;
	color: #25418F;
	width: 155px;
	height: 15px;
	padding-left: 5px;
	padding-top: 10px;
}
.boxContentLeft, .boxContentRight {
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	left: 0px;
	width: 160px; 
	vertical-align:top;
}
.colMid {
	vertical-align:top;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	padding: 8px;
	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: 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 {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 600px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height:150px;
}

.subCat img {
max-width:80px;
width: expression(this.width > 80 ? 80: true);  /* for Internet Explorer */
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* categories menu */

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 160px;
/* to display the list horizontaly */
font-size:70%;
margin: 0 0 0 0;
padding: 0;
border-top: 0px #FFFFFF solid;
border-left: 0px #000 solid;
border-right: 0px #000 solid;
}

#navlist a
{
width: 99.99%;
padding-top:6px;
padding-bottom: 6px;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #009EDA;
border-bottom: 4px #FFFFFF solid;
text-align: center;
text-decoration: none;
color: #FFFFFF;
min-height:14px;
height:auto;
}
/* for Internet Explorer */
/*\*/
* html #navlist a {
height: 14px;}
/**/

#navlist a:hover { background-color: #25418F; }
#navlist a:visited { color: #FFFFFF; }
div.notify {
	margin: 15px 0;
	color: #585858;
	font-size:12px;
	padding: 6px 0;
	border-bottom: 1px dotted #BEFFB3;
	border-top: 1px dotted #BEFFB3;
	background: #F7FFF4
}
div.notify a {
	color: #1EC600;
	border-bottom: 1px dotted #BEFFB3;
}
div.notify a:hover {
	color: #FA5302;
}
div.notify p {
	margin:4px 0;
	padding:0;
	line-height:15px;
	text-align:center;
}