html, body {
	background: #696969;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: helvetica, arial, sans-serif;
}

body {font-size: 62.5%; text-align: center;}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: url(../images-layout/bg-wrapper.gif) repeat-y;
}

#header {
	position: relative;
	display: inline-block;
	width: 936px;
	height: 222px;
	background: #000 url(../images-layout/bg-header.jpg) no-repeat;
	text-align: left;
}

html > body #header {/*	margin-left: 12px; */}
#header.sub { background: #fff url(../images-layout/bg-header-sub.jpg) no-repeat;}
#headerHot {position: absolute; top: 0; right: 0;}

#navTop {
	position: absolute;
	top: 86px;
	left: 255px;
	z-index: 10;
}

#contentWrapper {
	position: relative;
	display: inline-block;
	width: 936px;
	padding-bottom: 20px;
	background: #000 url(../images-layout/bg-content.jpg) repeat-y;
	text-align: left;
}

html > body #contentWrapper {
/*	margin-left: 12px; */
}

#content {
	position: relative;
	display: inline-block;
	width:900px; /* Changed width from 889 on 11/2009 */
/*	margin: 0 auto; */
/*	margin-left: 12px; */
	margin-left: 23px;
/*	padding-bottom: 20px; */
	background: #000 url(../images-layout/bg-content-inner.gif) repeat-y;
	text-align: left;
}

#content.home {width: 913px; background: none;}

#contentSide {
	display: inline-block;
	float: left;
/*	margin-left: 23px; */
	padding-bottom: 23px;
	width: 252px;
	background: #4f4f4f;
}

#contentSide.home {
	width: 275px;
	height: 386px;
	padding-bottom: 2px;
}

#contentSide #contentHome {
	height: 343px;
	overflow: auto;
}

#contentSide a {
	color: #fff;
}

#contentSide a:hover,
#contentSide a:active {
	color: #f41d25;
}

#contentSide p {
	padding: 23px 23px 0 23px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
}

#contentSide p.small {
	font-size: 1em;
}

#contentSide ul {
	padding: 23px 23px 0 23px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	list-style: disc;
}

#contentSide li {
	margin-left: 16px;
}

#contentBody {
	position: relative;
	display: inline-block;
	float: left;
	padding-bottom:23px;
	width: 637px;
	/* background: #fff; Changed 11/2009 */
}

#contentBody.home {
	position: absolute;
	left: 277px;
	background: none;
}

#hero {
	height: 353px;
	overflow: hidden;
}

#contentBody a {
	color: #4f4f4f;
}

#contentBody a:hover,
#contentBody a:active {
	color: #f41d25;
}

#contentBody p {
	padding: 23px 23px 0 23px;
	color: #4f4f4f;
	font-size: 1.2em;
	line-height: 1.4em;
}

#contentBody h1 {
	padding: 23px 23px 0 23px;
	color: #cc0000;
	font-size: 1.6em;
	line-height: 1.4em;
}

#contentBody h2 {
	padding: 23px 23px 0 23px;
	color: #4f4f4f;
	font-size: 1.4em;
	line-height: 1.4em;
}

#contentBody ul {margin:0px; padding: 23px 23px 0 23px; font-size: 1.2em; line-height: 1.4em;}
#contentBody li {margin-left:20px; list-style:disc; color:#4f4f4f;}

#footer {
	width: 960px;
	padding: 10px;
	color: #fff;
	text-align: center;
	background: #696969 url(../images-layout/bg-footer-cap.gif) no-repeat;
}

#footer p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
}

#footer a {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
}

.indent { 
	margin: 23px 23px 0 23px;
}

.clearIt {
	clear: both;
}

/* Form --------------------------------------------------------------------------------------*/
#botform {margin: 10px 25px 0px 25px;}
#botform legend {font-size: 15px; font-weight:bold; margin: 0 10px; padding:0 10px; color:#666666;} 
#botform label {float:left; margin: 0 0 0 10px; width:180px; color:#4f4f4f;}
#botform fieldset {margin: 5px 5px 0 0; padding:10px 0; border:1px solid#999999;}
#botform .submit input { margin-left:190px; color:#fff; background:#777; border: 2px outset #666; width:200px;} 
#botform input[type="text"], #botform textarea {border-top: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom: 2px solid #666; 
border-right: 2px solid #666; width:200px;}
#botform p {margin:5px 0 0 10px; padding:0;}

/* client Page  ------------------------------------------------------------------------------*/
#client_pg {padding:10px 23px 15px 23px;}
#client_pg p {padding: 0px; color: #4f4f4f; font-size: 1.2em; line-height: 1.4em;}
#client_pg img {border:0px solid #999;}
#client_pg h2 {padding:23px 0px 0px 0px;}
#client_pg h3 { text-indent:20%;}
#client_pg a {color: #cc0000; text-decoration:underline}
.specs { width:235px; float:right;}
img.alignleft {float:left; margin: 0px 22px 10px 0px;}
img.alignright {float:right; margin: 0px 0px 10px 0px;}
.imgbox {padding-left: 15px;}	