@charset "utf-8";
/* CSS Document */

body{
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}
	
p{
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
	}

.main{
	margin: 0px auto;
	width: 960px;
	}

.topnav{
	width: 960px;
	height: 36px;
	background-image: url(../images/topnav.jpg);
	}

.header{
	position:relative;
	width: 960px;
	height: 142px;
	background-image: url(../images/header.jpg);
	}

.headerflash {
	position:absolute;
	top:20px;
	left:300px;
}

.left_column{
	width: 650px;
	height: auto;
	float: left;
	}

.textarea{
	width: 630px;
	height: 332px;
	background-image: url(../images/textarea.jpg);
	padding-left: 20px;
	padding-top: 20px;
	line-height: 1.8;
	}
	
.textarea a{
	text-decoration: none;
	color: #000066;
	}
	
.textarea a:hover{
	text-decoration: underline;
	}

.pictures{
	width: 620px;
	height: 308px;
	background-image: url(../images/pictures.jpg);
	padding-left: 30px;
	padding-top: 16px;
	}
	
.pictures img{
	padding: 2px;
	border: none;
	margin: 8px;
	background-image: url(../images/img_bg.jpg);
	background-repeat: repeat-x;
	}

.right_column{
	width: 310px;
	height: auto;
	float: left;
	}

.contact{
	width: 310px;
	height: 352px;
	background-image: url(../images/contact.jpg);
	position: relative;
	}

.whychoose{
	width: 310px;
	height: 324px;
	background-image: url(../images/whychoose.jpg);
	line-height: 2;
	font-weight: bold;
	}
	
.whychoose ul{
	padding: 40px 20px 20px 40px;
	margin: 0;
	}

.floater{
	clear: both;
	}

.footer{
	width: 960px;
	height: 23px;
	background-image: url(../images/footer.jpg);
	text-align:center;
	font-size: 11px;
	padding-top: 35px;
	}

.footer a{
	text-decoration: none;
	color: #000000;
	}
	
.footer a:hover{
	text-decoration: underline;
	}

.logos{
	width: 960px;
	height: 82px;
	background-image: url(../images/logos.jpg);
	}
	
.logos a img{
	padding: 0px 5px 5px 5px;
	margin: 0;
	border: none;
	}
	
#HeaderImage{
	height: 200px;
	width: 250px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	}
	
.left{
	float: left;
	width: 330px;
	}
	
/* contactform */

#form_contact{
	width: 310px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-top: 55px;
	padding-bottom: 15px;
}
#form_contact label {
	display: block;
	margin-left: 30px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
#form_contact input, #frm_contact textarea {
	margin-left: 30px;
	width: 240px;
}
#form_contact textarea {
	height:40px;
	margin-left: 30px;
	width: 240px;
}
#form_contact input.pinqc {
	float:left;
	width:150px;
	margin-left: 40px;
}

#form_contact img{
	float:left;
	margin-left: 30px;
}
	
#form_contact input.submitqc{
	margin-left: 30px;
	margin-top: 5px;
	width: 245px;
	}


