body {
	margin: 5px;
	line-height:1.5;
}
#pageSurround {
	width: 98%;
	padding: 5px;
	min-width: 800px;
}
#subSurround {
	padding-left: 14px;
}
#topHeader {
	text-align: right;
	height: 150px;
	background-image: url(../styleImages/backgrounds/topHeader.gif);
	background-repeat: no-repeat;
}
#sessionBox {
	text-align: left;
	width: 236px;
	height: 96px;
	float: right;
}
.topCats {
	background-color: #000099;
	height: 30px;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding: .5em;
}

/* NAV BAR STUFF BEGIN */
#nav, #nav ul {
	padding:0;
	margin:0;
	list-style: none;
	line-height:2;
}

#nav a {
	color: #FFFFFF;
	display: block;
	width:10.5em;
	text-decoration:none;
	font-weight:bold;
	padding: .2em 0em;
	text-align:center;
}

#nav a:hover {
	background:#AFAFCA;
}

#nav li {
	position:relative;
	background:#000099;
	border:1px dotted white;
	float:left;
	width:10.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin:0;
	padding:0;
	margin-right: 10px;
}

#nav li ul {
	display: none;
	margin-left:-1px;
	position: absolute;
	width: 10.5em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { 
	display:inline;
	left: auto;
	border-top:1px dotted white;
}

#nav li:hover ul li {
	border-top:none;	
	border-left:1px dotted white;
	border-right:1px dotted white;
	border-bottom:1px dotted white;
}
/* NAV BAR STUFF END */

.siteDocs {
	text-align: center;
	background-color: #000099;
	height: 30px;
	color: #FFFFFF;
	padding: 5px;
}
.siteDocsBgRight {
	height: 10px;
}
.siteDocsBgLeft {
	float: left;
	height: 10px;
}
.boxTitleLeft  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	width: 163px;
	height: 13px;
	padding: 2px 5px;
	font-weight: bold;
	border: 1px solid #000099;
}
.boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	width: 170px;
	height: 20px;
	padding: 3px;
	background-repeat: no-repeat;
	font-weight: bold;
	border: 1px solid #000099;
	margin-left:5px;
	text-align:center;
}
.boxFootLeft, .boxFootRight {
	width: 175px;
	height: 12px;
	padding-left: 5px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.boxContentLeft {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 9px;
	padding-bottom: 5px;
	width: 168px;
}
.boxContentRight {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-top: 9px;
	padding-bottom: 5px;
	width: 168px;
	padding-left: 8px;
	margin-left: 5px;
}
.boxContent {
	border-top: 3px solid #000099;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin-bottom: 10px;
}
.footerLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6666CC;
	border-top: 1px solid #FFFFFF;
	height: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
/* CHECKOUT PAGES 
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
*/

/* END CHECK OUT PAGES */
.docBtnLeft {
	background-color: #FFFFFF;
	width: 4px;
}
.docBtnRight {
	background-color: #FFFFFF;
	width: 4px;
}
.docBtnMid {
	background-color: #000099;
	padding: 0px 3px 0px 3px;
}

.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	width: 99.5%;
}
.subCat {	
	text-align: center;
	padding: 5px;
	float: left;
	width: 160px;
}
.regSep{
	padding: 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.topCatsTabMid {
	border: 3px double #FFFFFF;
	padding: 5px 10px;
}

.topCatsTabMid:hover {
	background: #9999CC;
}
.latestProds {
	float: left;
	text-align: center;
	width: 185px;
	height: 185px;
	padding: 10px 0;
}
.footer {
	padding:1.5em;
	margin-bottom:10px;
	background:#000099;
}


