@charset "UTF-8";
/* CSS Document */


body {
	background: url(../img/bg.jpg);
	height: 100%;
	margin: 0;
	padding: 0;

}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em;
	border: 0px;
}

#container {
	background-color:#FFFFFF;
	width: 1000px;
	height: 750px;
	margin: 0px;
}


#mainimage {
	width: 950px;
	height: 240px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 6px;
	overflow: hidden;
}

#bar {
	padding-top: 5px;
	padding-left: -7px;
}

#box1 {
	position: relative;
	float: left;
	width: 249px;
	height: 185px;
	padding-top: 0px;
	margin-left: 10px;
	display: inline;
}

#box1 img {
	border-style: none;
}

#box2 {
	position: relative;
	float: left;
	width: 235px;
	height: 185px;
	padding-top: 0px;
	
}

#box2 img {
	border-style: none;
}

#box3 {
	position: relative;
	float: left;
	width: 229px;
	height: 185px;
	padding-top: 0px;
	
}

#box3 img {
	border-style: none;
}

#testimonials {
	position: relative;
	float: left;
	margin-top: -42px;
	padding-left: 14px;
	
}

#testimonials img {
	border-style: none;
}

#logo {
	float: left;
	padding-left: 16px;
}

#header {
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
	width: 1000px;
	padding-top: 10px;
	
}

#mainnav a:link {
	color: #666666;
	text-decoration: none;
}

#mainnav a:active {
	color: #666666;
}

#mainnav a:visited {
	color: #666666;
	text-decoration: none;
}

#mainnav a:hover {
	color: #999999;
}

#header img {
	border-style: none;
	margin-top: 0;
}

#mainnav {
	margin-left: 233px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#mainnav ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

#mainnav li {
	clear: none;
	display: inline;
	float: none;
	list-style-type: none;
	text-align: right;
	margin-right: 10px;
}







.footer, .push {
	height: 5em;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	line-height: 14pt;
	border-top:1px solid #999999;
	width: 950px;
	padding-top: 5px;
	padding-bottom: 20px;
	clear: both;
	margin-left: 25px;
}