@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	background: url(body-bg.png) repeat-x left top #0065b8;
	color: #333333;
	font-family: Verdana, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 100.01%;
}
a img {
	border: 0px;
}

h1 {
	margin: 0px;
	color: #0065b8;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 150%;
	line-height: 100%;
}
h2 {
	margin: 0px;
	color: #0065b8;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 120%;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
}
ul li {
	margin: 1px;
	padding: 3px 0px 3px 15px;
	list-style: none;
	background: url(dot.jpg) no-repeat left 7px #ffffff;
}
div.main {
	font-size: 75%;
	width: 980px;
	margin: 0px auto;
}
div.content {
	border: 20px solid #ffffff;
	background: #ffffff;
}
div.header {
	width: 940px;
	height: 230px;
	background: url(header-bg.jpg) no-repeat left top;
	position: relative;
}
div.logo {
	position: absolute;
	top: 80px;
	left: 15px;
}
div.quote {
	color: #ffffff;
	position: absolute;
	top: 30px;
	width: 300px;
	left: 300px;
	font-size: 125%;
}
div.quote h2 {
	font-size: 220%;
	margin: 0px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 100%;
	letter-spacing: -1px;
	color: #ffffff;
}
div.left-col {
	float: left;
	width: 265px;
}
div.menu {
	font-size: 90%;
	
}
div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.menu ul li {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	background: url(border-dashed.png) repeat-x left bottom;
}
a.mainbuttontext:link, a.mainbuttontext:visited {
	display: block;
	color: #0065b8;
	width: 95%;
	text-decoration: none;
	background: url(nav.gif) no-repeat left bottom;
	padding: 10px 0px 10px 25px;
}
a.mainbuttontext:hover {
	background: url(nav_on.gif) no-repeat left bottom;
}
a.mainbuttontext#on_link {
	background: url(nav_on.gif) no-repeat left bottom;
	font-weight:normal;
}
div.contacts {
	position: absolute;
	bottom: 0px;
	width: 225px;
	left: -265px;
	padding: 20px;
	background: url(left-bordered-box.png) no-repeat center bottom;
	
}
div.contacts p {
	margin: 0px;
	line-height: 160%;
}
div.middle-col {
	float: left;
	padding-left: 20px;
	width: 655px;
	position: relative;
	
}
.featuresdivtop,
.featuresdiv,
.featuresspan{
padding:0;
margin:0;
}
.featuresdiv{
width: 245px;
border:none;
padding:0;
}
div.right-col {
	
	padding-left: 20px;
	width: 245px;
	float:right;
}
div.feat_1,
div.feat_2 {
	padding: 19px 19px 19px 19px;
	background: url(right-bordered-box.png) no-repeat left top;
	width: 220px !important;
}
div.feat_1 img
.main_content img{
padding:0 !important;
margin:0 !important;
}
div.feat_2 img{
padding:0 !important;
margin:1px !important;
float:left;
}
div.box-right img {
	margin-bottom: 2px;
}
div.footer {
	color: #ffffff;
	width: 940px;
	font-size: 90%;
	background: url(footer-bg.png) no-repeat center top;
	padding: 20px;
}
div.footer a:link, div.footer a:visited {
	color: #ffffff;
}
div.footer a:hover {
	text-decoration: none;
}
div.powered {
	float: left;
}
div.sub-links {
	float: right;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

/* for understanding browsers */
.middle-col {
min-height:43em; 
}
/* for Internet Explorer */
/*\*/
* html .middle-col {
height: 43em;
}
/**/

