body {
	margin: 0px;
	background-color: #e7e7e7;
	background-image: url(../styleImages/backgrounds/bodyBg.gif);
	background-repeat: repeat;
	background-position: top;
}
#pageSurround {
	width: 701px;
	margin: 0px auto;
	padding: 12px 30px;
	background-image: url(../styleImages/backgrounds/pageBg.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;	
}
#topHeader {
	text-align: right;
	height: 137px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;	
	background-image: url(../styleImages/backgrounds/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
.nav {
	background-image: url(../styleImages/backgrounds/navBg.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	line-height: 18px;
	color:#ffffff;
	margin-bottom: 7px;
}	
.nav2 {
	background-image: url(../styleImages/backgrounds/navBg.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	line-height: 18px;
	color:#ffffff;
	padding: 5px;
	width: 410px;
	float: right;
}
.nav2 a {
	color: #ffffff;
	text-decoration:none;
}
.nav2 a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.home {
	float:left;
	width: 200px;
	height: 90px;
	margin-top: 20px;
}
.session {
	float: left;
	width: 165px;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
}
.searchArea {
	float: right;
	width: 225px;
	text-align:right;
}
.contact {
	background-image: url(../styleImages/backgrounds/contact.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	line-height: 18px;
	color: #ffffff;
	padding: 10px;
	width: 173px;
	float: right;
	margin-top: -36px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.tel {
	font-size: 27px;
	font-weight: bold;
}
.colMid {
	position: relative;
}
.boxContent {
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	position: inherit;
}
.banner {
	background-image: url(../styleImages/backgrounds/promoBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 135px;
	color:#FFFFFF;
	font-size: 16px;
	padding: 30px 15px;
}
.footer {
	background-image: url(../styleImages/backgrounds/footer.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	line-height: 18px;
	color:#ffffff;
	padding: 5px;
	margin-top: 10px;
}
	
/* 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 */
.siteDocs {
	text-align: left;
	margin-top: 10px;
	padding: 0px 0px 0px 10px;
	background-color: #333333;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	text-align: center;
	margin: 0px;

}
.subCat {	
	text-align: center;
	padding: 5px;
	float: left;
	width: 100px;
	height:120px;	
	border:1px solid #cccccc;
	margin-right: 5px;
	margin-bottom: 5px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}
/* start mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
/* by Estelle - http://cubecart.expandingbrain.com */

/* Information displayed after email is sent */
.divEmailInfo {
	margin: 1em auto 1em auto;
	color: black;
	background-color: #E0FFB8;
	padding: 1em;
	position: relative;
}
.divEmailError {
	margin: 1em auto 2em auto;
	padding: 1em;
	color: red;
	background-color: #FFEEE7;
}
.divEmailFields {
	margin: 1em auto;
	padding: 10px;
	width: 95%;
	overflow: auto;
	border: 1px dashed #94DA3A;
}

/* Table and field sizes/alignment */
table.contactForm {
	margin: 0 auto;
	width: 100%;
}
.contactForm input.textbox {
	width: 96%;
}
.contactForm select {
	/*width: 243px;*/
}
.contactForm textarea {
	width: 99%;
	height: 160px;
}

/* Field error messages */
span.validation-advice, span.custom-advice, label.error {
	margin-top: 5px;
	color: #FF0000;
	background-color: #FFFFFF; /* set this to fix problem in IE */
	font-weight: bold;
}

/* This is for the CAPTCHA */
#recaptcha_area {
	margin: 0.5em 0;
}
.recaptcha_theme_white .required, .recaptcha_theme_blackglass .required, .recaptcha_theme_red .required {
	border: 1px solid #70CDCC !important;
}
.recaptcha_theme_white .validation-failed, .recaptcha_theme_blackglass .validation-failed, .recaptcha_theme_red .validation-failed {
	border: 2px solid #FF3333 !important;
}
.recaptcha_theme_white .validation-passed, .recaptcha_theme_blackglass .validation-passed, .recaptcha_theme_red .validation-passed {
	border: 1px solid #B1D16C !important;
}
.recaptcha_theme_white .validation-advice, .recaptcha_theme_blackglass .validation-advice, .recaptcha_theme_red .validation-advice {
    display: none;
}

/* end mod: Common code for: Fully Flexible Contact Forms -or- Advanced Contact Forms */
