* {
 padding: 0; 
 margin: 0; 
}


html, body{
height:100%;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color:#606060;
 margin: 0 auto;
 background:url(images/backg.jpg) repeat-x top;}
h1, h2, h3{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#004ca0;
text-transform:uppercase;
}
h2{
font-size:16px;
color:#606060;
text-transform:none;
}
h3{
font-size:14px;
color:#933fa7;
text-transform:none;}
.content{
width:926px;
margin:auto;}
.top{
padding:25px 0 0 33px;
}
.menu{
width:182px;
float:left;
text-align:right;
font-size:18px;
margin-top:55px;}
ul li{
 list-style:none;
 float:left;
 width:182px;
 margin:0;
 }
ul li a {
 display:block; 
 text-decoration:none;}
ul li a span {
 display:none;}

.sep{
color:#000000;
font-size:12px;
margin:5px 0 12px 0;
}
a{color:#933fa7;
 text-decoration:none;
}
a:hover{
 color:#60bef3;
 text-decoration:none;}
.address{
float:left;
text-align:right;
color:#7f7f7f;
width:182px;
font-size:12px;
margin-top:10px;
}
.tit{
width:703px;
padding:3px 0 3px 20px;
background:#e4e79a;
color:#96a261;
font-size:28px;}
.column_left{
width:723px;
margin:55px 0 0 0;
float:left;
font-size:12px;
padding:0 12px 40px 0;
}
.c_foot{
background:#e4e79a;
padding:12px 0;
clear:both;
}
.foot{
width:926px;
margin:auto;
text-align:center;
font-size:12px;
color:#7f7f7f;
font-weight:bold;
padding-top:3px;
height:19px;

}
.center{ width:600px;
float:right;}
div.row2 {
	margin:auto;
	width:250px;
	margin-left:100px;
  }
div.content_buttons {
margin-top:10px;
float:right;
width:100%;
 }
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 90px;
  text-align: right;
  }

div.row span.formw {
  float:left;
  margin-left:10px;
  width: 80px;
  text-align: left;
  } 
FORM { margin: 0px 0px 0px 0px;}

INPUT, TEXTAREA, SELECT { 
 padding:3px; 
 border: none;
 width:250px;
 background:#eaeef3;
 font-size:10px;
}
TEXTAREA.contact{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;}
.button, .button2 {
 background-color:#004ca0;
 border: 1px solid #FFFFFF;
 width:65px;
 color: #FFFFFF;
 font-weight:bold;
 text-transform:uppercase;
 text-align:center;
 float:right;
 font-size:10px;
 }
 
.button2{
 float:left;
 }
