@charset "utf-8";
/* CSS Document */
* {margin: 0; padding:0;}
html {
	background: transparent url(images/backtile.jpg) repeat-x scroll 0 0;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: transparent url(images/backtile2.jpg) no-repeat scroll center top;
	width: 100%;
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { color: #ff6600; text-decoration: none;}
a:hover { color: #e43000;}
img {border: none;}
h1 {
	background: #414141 url(images/h1-Lcorners.gif) no-repeat;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0 0 15px;
	height: 26px;
}
.h1RightCorners {
	background: url(images/h1-Rcorners.gif) no-repeat right top;
	padding-right: 3px;
}
.orange {
	color: #ff6600;
}
p {
	margin: 15px 0;
}
.titleHeader {
	margin: 19px 0 0 22px;
}

#mainContainer {
	margin: 0 auto;
	width: 960px;
}
#header {
	width: 960px;  
	height: 98px;
/*	background: url(images/logo.png) no-repeat 14px 16px;*/
}
.logo {
	float: left;
	display: inline;
	margin: 16px 0 0 14px;
}
#headerSalesEmail {
	float: right;
	display: inline;
	margin: 45px 41px 0 0;
	color: #FFFFFF;
}
#headerSalesEmail a {
	color: #000000;
}
#headerSalesEmail a:hover {
	color: #7f1b00;
}
#mainMenu {
	width: 960px;
	height: 68px;
}
.mainBtns {
	float: left;
	display: inline;
	margin: 26px 0 0 0;
}
#whiteMainBkgd {
	background: #FFFFFF;
	width: 932px;
	padding: 14px;
}
#homeMainImageContainer {
	width: 932px;
	height: 285px;
	background: url(images/main-img.jpg) no-repeat;
	margin: 0 0 20px 0;
}
#formContainer {
	width: 240px;
	float: right;
	display: inline;
	margin: 64px 29px 0 0;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;	
}
.freeDemoformInput{
	width: 133px;
	height: 18px;
	margin: 3px 0;
	border: 1px solid #5c5c5c;
}
.requestFreeDemoBtn {
	margin: 15px 0 0 0;
}
.viewMoreInformationBtn {
	float: left;
	display: inline;
	margin: 215px 0 0 355px;
}
#leftContainer {
	float:left;
	display:inline;
	width: 216px;
	border-right: 1px solid #c0c0c0;
}
#bulletContainer {
	background: url(images/left-container-tile.gif) repeat-y;
	width: 216px;
}
.productBenefitsBullets {
	margin: 20px 0 20px 22px;
}
#awardsContainer {
	width: 216px;
	margin: 22px 0;
}
.awardLogos {
	margin: 20px 0 0 0;
}
#bodyContainer {
	float:left;
	display:inline;
	width: 423px;
	margin: 0 0 0 17px;
}
#rightContainer {
	float:right;
	display:inline;
	width: 258px;
	background: url(images/right-container-tile.jpg) repeat-y;
}
#rightContainer p {
	padding: 0 0 12px 0;
	margin: 12px 20px;
	border-bottom: 1px dashed #000;
}
.testimonialCompany {
	color: #e43000;
	font-style:italic;
	font-weight: bold;
}
#footer{
	color:#FFFFFF;
	width: 960px;
	background: #3b3b3b url(images/footer-back.gif) no-repeat;
	clear:both;
	margin: 10px 0;
}
.footerModule{
	width: 168px;
	height: 116px;
	float: left;
	display: inline;
	border-right: 2px dashed #424242;
	margin: 20px 0 10px 30px;
	padding: 0 40px 0 0;
}
.footerLinksLeft {
	margin: 5px;
}
.legal {
	color: #666666;
	font-size: 11px;
	margin: 0 0 20px 10px;
}
.legal a{
	color: #666666;
}
.legal a:hover {
	text-decoration: underline;
}
.clearBoth { clear: both; }

