body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
	}

/* layout */

#wrap {
	min-width: 500px;
	max-width: 1400px;
	background: url(images/wrap-bg.gif) repeat-y 30% 0;	
	}
#content {	
	float: right;
	width: 70%;
	font-size: 95%;	
	color: #666;
	background: #fff;
	line-height: 1.5em;
	}
#sidebar {
	float: left;
	width: 30%;
	
	}
#footer {
	clear: both;
	text-align: center;	
	background: #828377 url(images/content-bg.gif) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 20px 40px 20px 40px;	
	background: url(images/content-bg.gif) repeat-x top left;
	}

#sidebar .gutter {
	padding: 20px 20px 20px 20px;	
	}

/* header */

#header {	
	background: #fff;
	/*height: 160px;*/	
	}

#header .leftside {
	float: left;	
	background: #fff;
	padding-top: 1.5em;	
	padding-left: 1em;	
	}

#header .rightside {
	float: right;	
	background: #fff;
	padding-top: 1.5em;	
	padding-right: 1em;	
	}

#header strong {		
	font-size: 120%;	
	color: #333;
	}

#header a {	
	background: inherit;
	color: #009;
	text-decoration: none;	
	font-weight: bold;	
}

#header a:hover {
	background: #f93;
	color: #009;
}
	
/* message row */

#message {	
	border-top: 5px solid #f93;
	margin: 0;
	padding: 10px;
	font-size: 120%;	
	background: #009;
	color: #fff;
	text-align: center;	
	clear: both;
	}
#message strong {
	padding: 0 0 0 28px;	
	}
	
/* content */

#content h1 {
	margin: 0 0 1em 0;
	padding: 0;	
	font-size: 130%;	
	color: #333;
	font-weight: bold;
	}

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;	
	font-size: 110%;	
	color: #333;
	font-weight: bold;
	}

#content p {
	font-size: 100%;	
	color: #333;
	font-weight: normal;
}

#content ul li {
	padding-bottom: 1em;
}

#content a {	
	color: #009;
	/*text-decoration: none;	*/
	font-weight: bold;	
}

#content a:hover {
	background: #f93;
	color: #009;
}

/*back to top link in content area */
.content_top {
	font-size: 70%;
	float: left;	
}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;	
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;	
	font-size: 110%;
	font-weight: bold;	
	color: #333;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(images/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	}
dl.feature dd a {		
	font-size: 90%;	
}

/* left panel - boxes containing the site nav links */
.box {	
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(images/box-br.gif) no-repeat bottom right;	
	}

.box ul {
	margin: 0;
	padding: 12px;
	background: url(images/box-tl.gif) no-repeat top left;
	}

.box ul li {
	margin: 5px;
	padding: 0 0 0 12px;
	list-style: none;
	font-size: 100%;	
	font-weight: bold;
	border-bottom: 1px dotted #ccc;	
	}

.box a {	
	color: #009;
	text-decoration: none;
	display: block; /*to increase clickable area*/	
}
.box a:hover {	
	background: #f93;
	color: #009;
}

.box img {
	border: 0;
	padding-left: 40px;
}

/* current page in site nav area */
#here {	
	background: #009;
	color: #fff;
	padding: 0 12px 0 0;
	text-align: right;	
}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}

#footer a {	
	color: #009;
	text-decoration: none;	
	font-weight: bold;	
}

#footer a:hover {
	background: #f93;
	color: #009;
}

 /*  IE fixes */

#content, #sidebar, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	}
/* end of IE fixes */

/* styling for home page controlling the images in the content area */
#textarea {	
	float: left;	
	width: 70%;	
	}
#imagearea {	
	float: left;
	margin: 30px 0 0 20px;	
	}
#imagearea img {	
	margin: 0 0 10px 0;
	padding: 0 4px 4px 0;
	background: url(images/photo-frame.gif) no-repeat bottom right;
	}
address {
	font-style: normal;
	font-size: 85%;
	color: #333;
	padding: 2px 0 0 0; 
}
	
/* end of home page content styling */

/* styling for form on contact page */
fieldset {	
	position: relative;
	margin: 1.5em 0 0 0;
	padding: 0;
	border: 1px solid #bfbab0;
	background-color: #f2efe9;
}
legend {
	/*margin-left: 1em;  remove this margin setting as the span element is being positioned absolutely*/ 
	padding: 0;
	color: #330;
	font-weight: bold;
}

legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 120%;
}
fieldset ol {
	padding: 3.5em 0 0 1em;
	list-style: none;
}
/* this bit doesn't work in IE for some reason
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
*/
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
}
label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;	
}
label em {
	position: absolute;
	left: 10em;
	top: 0;		}

label strong {
	position: absolute;
	left: 40em;
	top: 0.2em;
	width: 19em;	
	color: #c00;
	font-size: 80%;
	font-weight: normal;	
}
.errormsg {
	background-color: inherit;
	color: red;
}			
/* end of form styling for contact page */

/* styling for product details page */
#mainimage {	
	float: left;
	margin: 10px 0 10px 0;	
	}
#mainimage img {		
	padding: 0 4px 4px 0;
	background: url(images/photo-frame.gif) no-repeat bottom right;
	}
#featurelist {
	clear: both;
	}	

.schematic {	
	float: left;
	background: #fff;
	padding: 0.5em;	
}
.table-ds {
	background: #919191;
	clear: both;
}
table {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}
table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	font-size: 80%;
}
table th, table td {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}
table th {
	color: #999;
	font-weight: bold;
}
table .model {
	text-align: left;
}
table tr {
	background: #e6e6e6;
}
table tr.alt {
	background: #f1f1f1;
}

/* end of styling for product details page */