@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#header_wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-x;
}
#header_body {
	display: block;
	clear: both;
	height: 106px;
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_body {
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_left {
	float: left;
	width: 678px;
	display: block;
	padding-left: 15px;
}

#home_banner {
	background-image: url(../images/home_banner.png);
	background-repeat: no-repeat;
	display: block;
	height: 187px;
	width: 663px;
	margin-bottom: 18px;
}
#content_home_body {
	padding-left: 17px;
	padding-right:17px;
	text-align:justify;
}
.h_line {
	background-color: #CCCCCC;
	clear: both;
	height: 1px;
	margin-right: 2px;
}
#content_right {
	float: right;
	width: 300px;
}
#banner_requestdemo {
	
	height: 186px;
	width: 299px;
}


#sections_home {
	margin: 0px;
	display: block;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
a:link, a:visited {
	color: #6f6f6f;
	font-weight: bold;
}




#logo {
	clear: both;
	height: 66px;
	width: 303px;
	margin-left: 5px;
	padding-top: 5px;
}
#navigation {
	list-style-type: none;
	margin: 0px;
	background-color:black;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation_container {
	text-align: right;
	clear: both;
	padding-top: 8px;
	height:25px;
}
#navigation li {
	display: inline;
	padding-left: 4px;
}
#content_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/content_bg_tile.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 651px;
	padding-top: 18px;
	background-position: bottom;
}
#footer_wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}
#footer_body {
	display: block;
	clear: both;
	height: 45px;
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer_body a {
	text-decoration:none;
	color:#FFFFFF;
	letter-spacing:1.5pt;
	font-size:11px;
	font-weight:normal;
}

.implementation
{
	margin-bottom:25px;
	border:1px solid #DDDDDD;
	padding:10px;
	margin-right:20px;
}

img, div { behavior: url(assets/styles/iepngfix.htc) }
