@charset "utf-8";
/* CSS Document */

body{
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #99CC66;
	}
	
p{
	padding-bottom: 7px;
	padding-top: 7px;
	margin: 0;
	}

.main{
	margin: 0px auto;
	width: 950px;
	background-image: url(../images/filler.jpg);
	}

.header{
	width: 950px;
	height: 136px;
	background-image: url(../images/header.jpg);
	}

.nav{
	height: 35px;
	width: 950px;
	background-image: url(../images/nav.jpg);
	}
	
.nav ul.mainnav{ 
	display: block; 
	position: absolute; 
	margin: 0px 0px 0px 0px; 
	padding: 6px 0px 0px 15px; 
	width: 950px;
	height: 29px; 
	list-style: none;
	float: left;
	z-index: 1000;
	}

.nav ul.mainnav li{ 
	float:left;
	display: block; 
	margin:0; 
	padding:0px 10px 0px 0px; 
	list-style-type: none;
	}

.nav ul.mainnav li a{ 
	display:block;
	width: 145px;
	height: 22px;
	padding: 7px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
	color: #333333;
	text-decoration:none;
	background-image: url(../images/navbuttons.jpg);
	background-position: right;
	}
	
.nav ul.mainnav li.selected a {
	background-image: url(../images/navbuttons.jpg);
	background-position: left;
	color: #FFFFFF;
	}
	
.nav ul.mainnav li.selected a:hover{
	text-decoration:underline;
	}

.nav ul.mainnav li a:hover {
	padding: 7px 0px 0px 0px;
	text-decoration: underline;
	}
	

.left_column{
	width: 630px;
	height: auto;
	float: left;
	}

.image{
	width: 630px;
	height: 330px;
	background-image: url(../images/image.jpg);
	}
	
.image2{
	width: 630px;
	height: 330px;
	background-image: url(../images/image2.jpg);
	}

.textarea{
	width: 595px;
	height: auto;
	background-image: url(../images/textarea.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 1.5;
	}
	
.textarea a{
	color: #99CC66;
	text-decoration: none;
	}
	
.textarea a:hover{
	text-decoration:underline;
	}

.right_column{
	width: 320px;
	height: auto;
	float: left;
	}

.whychoose{
	width: 320px;
	height: 330px;
	background-image: url(../images/whychoose.jpg);
	line-height: 2;
	font-weight: bold;
	}
	
.whychoose ul{
	padding: 70px 40px 25px 40px;
	margin: 0;
	}

.contact{
	width: 320px;
	height: 365px;
	background-image: url(../images/contact.jpg);
	position: relative;
	}

.floater{
	clear: both;
	}

.footer{
	width: 950px;
	height: 63px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding-top: 50px;
	font-weight: bold;
	}
	
.footer a{
	text-decoration: none;
	color: #FFFFFF;
	}
	
.footer a:hover{
	text-decoration: underline;
	}
	
/* contactform */

#form_contact{
	width: 290px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 15px;
	margin-left: 5px;
}
#form_contact label {
	display: block;
	margin-left: 25px;
	padding: 2px 0px 2px 0px;
	color: #000000;
}
#form_contact input, #frm_contact textarea {
	margin-left: 25px;
	width: 240px;
}
#form_contact textarea {
	height:40px;
	margin-left: 25px;
	width: 240px;
}
#form_contact input.pinqc {
	float:left;
	width:150px;
	margin-left: 40px;
}

#form_contact img{
	float:left;
	margin-left: 25px;
}
	
#form_contact input.submitqc{
	margin-left: 25px;
	margin-top: 5px;
	width: 245px;
	}
