html, body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:0 !important;
}	

#wrapper {
float:none;
width:775px;
/*border:1px;
border-style:solid;
border-color:#CC0000;*/
}


#headerLHS {
	float:left;
	background-image:url(../images/header-LHS.jpg);
	width:35px;
	
	height:271px;
}
#header {
		float:left;
	width:702px;
	background-color:#878785;
	height:271px;
	overflow:hidden;

}
#headerRHS {
	background-image:url(../images/header-RHS.jpg);
	width:38px;
	float:left; 
	height:271px;
}
#mainNav {
	clear:both;
	overflow:hidden;
}
#mainNav img,  #mainNav a  {
	float:left;
	border:0px;
}

#mainNavLHS {
	float:left;
	background-image:url(../images/nav-LHS.jpg);
	width:35px;
	height:41px;
}

#mainNavRHS {
	float:left;
	background-image:url(../images/nav-RHS.jpg);
	width:38px;
	height:41px;
}

#main {
	background-image:url(../images/main-BG-vertical.jpg);
	background-repeat:repeat-y;
	clear:both;
}
#main-content {
	background-image:url(../images/main-BG-content.jpg);
	background-repeat:repeat-y;
	clear:both;
}

#mainLHS {
	float:left;
	background-image:url(../images/main-LHS-repeat.jpg);
	background-repeat:repeat-y;
	width:35px;

}
#mainRHS {
	float:right;
	background-image:url(../images/main-RHS-repeat.jpg);
	background-repeat:repeat-y;
	width:38px;
	margin-right:0px;
	height:23px;
	overflow:hidden;
	/* bit of a hack! */
	/*margin-left:3px;*/
}
#mainPanel1 {
	float:left;
	width:297px;
	padding:17px;
}
#mainPanel1 p {
	width:80%;
}
#mainPanel2 {
	float:left;
	margin-left:0px;
	background-image:url(../images/welcome.jpg);
	background-position:9px 19px;
	background-repeat:no-repeat;
	width:344px;
	padding:90px 17px 17px 17px;
}
#mainPanel-content {
 	float:left; 
	margin-left:2px;
	width:669px;
	padding:25px 17px 17px 17px;
}
#mainPanel3 {
	float:left; 
	margin-left:-27px;
	width:403px;
	padding:17px 0px 0px 0px;
}

/* product page  ------------------------------------------------------------- */
.product {
	float:left;
	width:120px;
	overflow:hidden;
	background-image:url(../images/product-bg-border.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:0 1px 20px 0px;
}
	.product-blurb {
		height:58px; 
		overflow:hidden;
		margin:0 3px 0 3px;
	}
.last {
	background-image:none;
}



/* ------------------------------------------------------------------------------- */



a, a:active, a:hover, a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#666666;
}

.InsetCopy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	text-align:justify;
	text-indent:10px;
}
H1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:17px;
	line-height:25px;
	width:243px;
	background-image:url(../images/h2-background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#676362;
	margin:5px;
	text-indent:8px;
	
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	color:#4E4945;
}
h4 {
	font-style: italic;
	font-size:12px;
	line-height:20px;
	width:243px;
	background-image:url(../images/h2-background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#676362;
	margin:5px;
	text-indent:8px;
	clear:left;
}

#footer {
	clear:left;
	height:43px;
	background-image:url(../images/footer-bg-repeat.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
	line-height:40px;
	width:775px;

}
#footer a, #footer a:active, #footer a:hover, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;	
	
}
#footer div {
	float:left;
}




