body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/main_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #333333;
	background-attachment: scroll;
	font: 14px/18px "Calibri", "Trebuchet MS", "Tahoma", "Verdana";
}

h1 { font-size:14px; margin:0px 0px 5px 0px; }

#container {
	min-height: 100%;
	height:auto;
	height:100%;
	width: 1040px;
	margin: 0 auto -115px;
	background-color: transparent;
	color: #666;
}
#container a:link { text-decoration:none; color:#666; }
#container a:hover { text-decoration:underline; color:#000; }
#container a:visited { text-decoration:none; color:#666; }

#emailBar {
	position:relative;
	width: 1040px;
	height: 32px;
	text-align:right;
	vertical-align:middle;
	padding-top:8px;
	font-size: 11px;
	color: #CCCCCC;
}

#header {
	position:relative;
	width: 1040px;
	height: 108px;
	background-image:url(images/main_header.jpg);
}

#sidebar {
	float:left;
	position:relative;
	width: 250px;
	height: auto;
	padding-top:20px;
	font-size: 12px;
	line-height: 16px;
	text-align:center;
}

.sidebarDivider { margin:16px 0px 16px 0px; }
.sidebarSignUpTitle { margin:0px 0px 8px 0px; }
.sidebarSignUpField { width:230px; }
.sidebarSignUpButton { margin:8px 0px 0px 0px; }

.sidebarFacebook { }
.sidebarLinkedIn { float:left; }

#footer, .push {
	clear:both;
	width:100%;
	height:95px;
	background-image:url('images/footer_bg.png');
	text-align:center;
	vertical-align:middle;
	padding-top:20px;
}
.footerTxt {
	font-size:11px;
	line-height:14px;
	color:#FFFFFF;
}
#footer a:link { text-decoration:none; color:#FFF; }
#footer a:visited { text-decoration:none; color:#FFF; }
#footer a:hover { text-decoration:underline; color:#000; }

#homeContent {
	float:left;
	position:relative;
	width:789px;
	background-color:transparent;
	padding-top:20px;
	padding-bottom:20px;
}
#homeContentOverview { padding:0px 20px 0px 20px; width:750px; }
#homeContentMain {
	width:100%;
	height:374px;
	background-image:url(images/home_content.jpg);
	font-size:11px;
	line-height:13px;
}
#homeContentMain .credit { font-size:12px; line-height:18px; font-weight:normal; }
#homeContentMain #customerService {
	float:left;
	width:286px;
	height:110px;
	margin:255px 0px 0px 71px;
	background-color:transparent;
}

#homeContentMain #ourCustomers {
	float:left;
	width:286px;
	height:110px;
	margin:255px 0px 0px 71px;
	background-color:transparent;
}

#productContent { float:left; position:relative; overflow:auto; width:790px; background-color:transparent; padding-top:20px; }

.productLists { width:250px; padding-left:20px; vertical-align:top; padding-bottom:20px; }
.productPhotos { padding:10px 0px 10px 0px; }
.productExamples { font-size:12px; font-style:italic; line-height:15px; }

#contactContent { float:left; position:relative; width:790px; background-color:transparent; padding-top:20px; }
#contactContentOverview { padding:0px 20px 0px 20px; width:750px; }
.contactFields { width:325px; }
.contactSmall { font-size:10px; color:#6db02a;}