body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	top: 0px;
}
#header {
	position: absolute;
	height: 135px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	height: 35px;
	width: 900px;
	left: 0px;
	top: 135px;
	background-color: #000000;
}
#banner {
	height: 300px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #000000;
	background-image: url(../images/bg_banner_homepage.jpg);
	background-repeat: no-repeat;
}
#contact_banner {
	height: 580px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #000000;
	background-image: url(../images/bg_banner_contact2.jpg);
	background-repeat: no-repeat;
}
#banner_content {
	height: 260px;
	width: 360px;
	position: absolute;
	left: 475px;
	top: 30px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0099FF;
	font-weight: normal;
	line-height: 24px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}



.pdf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
}
#subnav_wrapper {
	background-color: #000000;
	background-image: url(../images/bg_black.jpg);
	background-repeat: repeat-y;
	height: 100px;
	width: 880px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	left: 0px;
	top: 470px;
	position: absolute;
}
#success_stories {
	height: 100px;
	width: 287px;
	position: absolute;
	left: 10px;
	top: 0px;
}
#trusted_partners {
	height: 100px;
	width: 287px;
	position: absolute;
	left: 307px;
	top: 0px;
}#why_different {
	height: 100px;
	width: 287px;
	position: absolute;
	left: 603px;
	top: 0px;
}
#footer_home {
	position: absolute;
	height: 200px;
	width: 900px;
	left: 0px;
	top: 580px;
}
#footer_sub {
	position: absolute;
	height: 100px;
	width: 900px;
	left: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/bg_footer_sub.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
}
#maincontent {
	width: 525px;
	padding-top: 10px;
	padding-right: 350px;
	padding-bottom: 240px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #000000;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: no-repeat;
}
#maincontent_all {
	width: 850px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 240px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #000000;
   	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: no-repeat;
}
#formbox {
    border: 1px solid black;
}
#maincontent_solutions {
	width: 850px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 240px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #000000;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: no-repeat;
}
#maincontent_solutions2 {
	width: 850px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 240px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 170px;
	background-color: #000000;
	background-image: url(../images/bg_maincontent2.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	width: 287px;
	position: absolute;
	left: 585px;
	top: 200px;
}
#image_pad {
	margin-bottom: 15px;
}
.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0099FF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #0099FF;
}
a {
	color: #0099FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.blue_text {
	color: #0099FF;
}
.floatleft
{
	float: left;
	margin: 0 20px 10px 0;
}

