@import url("reset.css"); 

body {
	font-family: Trebuchet MS;
	font-size: 80%;
	color: #fff;
	background-color: #8eb76b;
	padding: 0;
	#padding-bottom: 40px;
}

.clearing {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.main {
	width: 1000px;
	margin: 0 auto;
}

/* ----------------------------------------------------- */

.header {
	float: left;
	width: 1000px;
	height: 168px;
}

.header_left {
	background: url(../images/header_bg.gif) top left no-repeat;
	float: left;
	width: 244px;
	height: 168px;
}

.logo {
	float: left;
	margin: 38px 0 0 49px;
	-margin: 35px 0 0 24px;
}

.techmenu {
	float: left;
	margin: 21px 0 0 0;
	#margin: 17px 0 0 0;
	-margin: 20px 0 0 0;
	padding-left: 88px;
	width: 156px;
	border-bottom: 2px #2a590c solid;
}

.techmenu a {
	float: left;
	margin: 0 11px 0 0;
	width: 29px;
	height: 13px;
	background: #2a590c;
	text-align: center;
	padding-top: 5px;
}

.header_right {
	background: url(../images/header_main_bg.gif) top left repeat;
	float: right;
	width: 756px;
	height: 168px;
	-padding-right: 41px;
	-width: 715px;
}

.logo2 {
	float: left;
	margin: 57px 0 0 61px;
	-margin: 58px 0 0 29px;
}

.topmenu {
	background: url(../images/topmenu_left.gif) top left no-repeat;
	float: right;
	height: 39px;
	margin: 95px 41px 0 -40px;
	#margin: 95px 41px 0 12px;
	-margin: 95px 0 0 15px;
	
}

.topmenu_right {
	background: url(../images/topmenu_right.gif) top right no-repeat;
	float: right;
	height: 32px;
	padding: 8px 15px 0 35px;
	#width: 265px;
	
}

.topmenu_right a {
	padding: 8px 15px 0 15px;
	float: left;
	color: #393727;
	text-decoration: none;
	-position: relative;
}

.topmenu_right img {
	float: left;
}

.header_main_bg {
	background: url(../images/bg_map.jpg) top left repeat;
	float: left;
	width: 1000px;
	height: 242px;
}

.content {
	background: url(../images/content_top_bg.gif) top left no-repeat;
	float: left;
	width: 1000px;
}

.content_center {
	background: url(../images/content_bg.gif) top left repeat-y;
	float: left;
	width: 820px;
	margin-top: 30px;
	padding: 20px 85px 0 95px;
}

.text_block {
	float: left;
	margin-bottom: 30px;
}

.content_center h1.topic {
	font-size: 1.4em;
	margin: 0 0 15px 30px;
}

.text_block p {
	line-height: 1.2em;
}

.text_block  a {
	color: #fff;
}

.text_block  a:hover {
	color: #d1c08d;
	text-decoration: none;
}

.text_block ul  {
	margin-left: 60px;
	width: 350px;
}

.text_block ul li {
	list-style: url(../images/marker.gif);
	float: left;
	width: 165px;
	margin-right: 10px;
	padding: 3px 0;
}

.content_center input.textinput {
	border-top: 1px #2a590c solid;
	border-right: 1px #2a590c solid;
	border-bottom: 1px #407122 solid;
	border-left: 1px #407122 solid;
	color: #2a590c;
	font-size: 0.9em;
	height: 15px;
}

.content_center input.btn {
	border: 1px #407122 solid;
	background: #2a590c;
	color: #fff;
	font-size: 0.9em;
	height: 18px;
}

.text_block table {
	border-collapse: collapse;
	font-size: 0.9em;
}

.text_block table th {
	background: #2a590c;
	border: 1px #629443 solid;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
}

.text_block table td {
	border: 1px #629443 solid;
	padding: 0 10px;
	background: #ffffbc;
	color: #2a590c;
	height: 25px;
	line-height: 25px;
}

.content_bot_bg {
	background: url(../images/content_bot_bg.gif) bottom left no-repeat;
	float: left;
	width: 1000px;
	height: 22px;
}

.footer {
	background: #2a590c;
	float: left;
	width: 935px;
	height: 40px;
	font-size: 0.9em;
	padding: 10px 45px 15px 20px;
	line-height: 1.3em;
}

.copyright {
	float: left;
	color: #ddd7a3;
}

.copyright a {
	color: #ddd7a3;
	font-weight: bold;
}

.contact_bot {
	float: right;
	text-align: right;
}

.contact_left{
width:400px;
float:left;
}
.contact_right{
width:300px;
float:left;
}




.sendform p
{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 2px 0 3px 0;
	padding-left: 0px;
	
}

.sendform label
{
	font-weight: bold;
	font-family:verdana;
	font-size:14px;
	float: left;
	/*margin-left: -180px;*/
	width: 100px;
}


.sendform input.text
{
	width: 250px;
}

.sendform input.chkbox
{
	margin-right:5px;
}

.sendform textarea
{
	width:250px;
	height:100px;
}

.sendform div.submit
{
	margin-top: 10px;
	margin-left: 150px;
}

/*IE BAG*/
* html .iefix
{
	margin-left: 3px;
}

p.contact
{
  font-family:verdana;
	font-size:18px;
	font-weight:normal;
	
}

p.send
{
  font-family:verdana;
	font-size:16px;
	
}


#loading
{
font-size: 16px;
	
        
        display: none;
	width:200px;
	color:#000;
	
}
#msg
{
  
  font-size: 16px;
  color:#000;
    display: none;
    margin-top:4px;
}
