﻿body {
	background-color: #a6b3cb;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div.site{
	width: 100%;
	height: 100%;
	text-align: center;
}
div.clr {
	clear: both;
}
div.main {
	width: 950px;
	background-color: #46668d;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
div.menu {
	width: 950px;
	padding: 0px;
	margin: 0px;
}
div.menu ul  {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	height: 32px;
}
div.menu ul li {
	list-style: none;
	float: left;
}
div.menu ul li a {
	border-right: 1px solid #79ca26;
	display: block;
	text-align: center;
	color: white;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 9px 15px;
	text-decoration: none; 
}
div.menu ul li a.img {
	padding: 5px 15px;
	margin: 0px;
}
div.menu ul li a img {
	padding: 0px;
	border: none;
	width: 48px;
	height: 20px;
}
div.header {
	background-image: url(../images/header.png);
	width: 950px;
	height: 185px;
}
div.header img {
	float: right;
	margin-top: 30px;
}
div.content {
	background-image: url(../images/contet_bg.png);
	background-repeat: repeat-x;
}
div.content a  {
	color: white;
	font-weight: bold;	
}
div.mid {
	color: white;
	padding: 20px;
	font-size: 12px;
}
div.left {
	float: left;
	width: 320px;
	border: none;
}
div.right {
	margin-left: 322px;
}
div.left p {
	padding-left: 20px;
	font-size: 12px;
	color: white;
}
div.right p {
	padding-left: 20px;
	font-size: 12px;
	color: white;
}

div.title {
   background-image: url(../images/bg_title.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 20px;
	color: white;
	font-size: 14px;
}
 table.download {
	width: 100%;
	border: 1px solid red;
}

div.footer {
	background-color: #3b9a1a;
	font-size: 10px;
	text-align: right;
	padding: 2px 20px;
	color: white;
}

div.contactForm {
	width: 100%;
}
div.leftForm {
	float: left;
	width: 350px;
	padding: 5px 0px;
}
 div.fullForm {
 	vertical-align: top;
}
div.leftForm span.title {
	width: 170px;
	display: block;
	float: left;
}
div.fullForm input {
	width: 150px;
	
}
div.fullForm textarea {
	width: 495px;
	margin-left: 170px;
}
div.fullForm span.title {
	width: 170px;
	display: block;
}
div.titleForm {
	width: 150px;
}
div.button input {
	margin-right: 50px;
}








