@charset "utf-8";
/* CSS Document */

body{ 
	margin: 0px auto; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	color: #000000;
	}
	
a{
	text-decoration: none;
	color: #0066CC;}

.main{
	margin: 0px auto;
	width: 920px;
	}

.header{
	width: 920px;
	height: 133px;
	background-image: url(../images/header.jpg);
	}

.nav{
	width: 920px;
	height: 40px;
	background-image: url(../images/nav.jpg);
	}
	
.nav ul.mainnav{ 
	display: block; 
	position: absolute; 
	margin: 0; 
	padding: 6px 0 0 25px; 
	width: 900px; 
	list-style: none;
	}

.nav ul.mainnav li{ 
	float:left; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

.nav ul.mainnav li a{ 
	display:block;
	padding:6px 0px 0px 0;
	width:145px;
	height:22px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/navbutton.jpg);
	background-position: right;
	background-repeat:no-repeat;
	}
	
.nav ul.mainnav li.selected a {
	background-image: url(../images/navselect.jpg);
	}
	
.nav ul.mainnav li a:hover {
	background-position: left;
	padding: 6px 0px 0px 0;
	height: 22px;
	text-decoration: underline;
}

.image{
	width: 920px;
	height:280px;
	background-image: url(../images/image.jpg);
	position: relative;
	}
	
.image a{
	height: 190px;
	width: 290px;
	display: block;
	margin-left: 592px;
	position: absolute;
	left: 0px;
	top: 43px;
	}

.left_column{
	width: 610px;
	height: auto;
	float: left;
	}
	
p{
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	}

.text_top{
	width: 610px;
	height: 10px;
	background-image: url(../images/text_top.jpg);
	float: left;
	}

.textarea{
	width: 570px;
	height: auto;
	background-image: url(../images/textarea.jpg);
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.6;
	float:left;
	}
	
.textarea img{
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: none;
	}

.text_bottom{
	width: 610px;
	height: 20px;
	background-image: url(../images/text_bottom.jpg);
	float: left;
	}

.right_column{
	width: 310px;
	height: auto;
	float: left;
	}

.whychoose{
	width: 310px;
	height: 205px;
	background-image: url(../images/whychoose.jpg);
	line-height: 1.5;
	font-size: 11px;
	}
	
.whychoose ul{
	padding: 50px 10px 10px 35px;
	margin: 0;
	}

.offer{
	width: 155px;
	height: 150px;
	background-image: url(../images/offer.jpg);
	padding-left: 135px;
	padding-right: 20px;
	padding-top: 60px;
	line-height: 1.5;
	font-size: 11px;
	}

.testimonials{
	width: 270px;
	height: 172px;
	background-image: url(../images/testimonials.jpg);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	line-height: 1.5;
	font-size: 11px;
	}

.floater{
	clear: both;
	}

.footer{
	width: 910px;
	height: 30px;
	background-image:url(../images/footer.jpg);
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	}
	
.footer a{
	text-decoration: none;
	color:#000000;}
