body{
  font-family: tahoma;
}
a, a:hover {
  color:#990000;
}
.main{
  width:757px;
  margin:0 auto;
}
#top {
  margin-top:10px;
  text-align:right;
  color:#8b8b8b;
  font-size:20px;
  
  margin-bottom:10px;
}
#under_menu{
  background-color:#8c938c;
}
#menu {
  background-color:#d7d9d7;
  height:35px;
}
#menu a{
  color:#717171;
  font-weight:bold;
  height:35px;
  float:left;
  padding:0px 22px;
  text-decoration:none;
  border-left:1px solid #adb0ad;
}
#menu a:hover, #menu a.menu_item_active{
  color:white;
  background-color:#606560;
}

#middle{
  margin-top:10px;
  margin-bottom:30px;
}
#middle_left{
  width: 269px;
  float:left;
  min-height:200px;
}
#middle_right{
  width: 488px;
  float:left;
}

#bottom {
  background-color:#6a8347;
  height:300px;
}


.heading{
  color:#990000;
  font-weight:bold;
  border-bottom:1px solid #8c938c;
  margin-top:10px;
  background-image: url(../image/letter.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left:20px;
  margin-left:10px;
  font-size:14px;
  width:70%;
}
#rfpodpis{
  color:white;
  text-align:right;
}
#rfpodpis a {
  color:white;
}

input	{
	width: 200px;
	background-color: #DDEFFF;
}
textarea	{
	width:200px;
	height:100px
	background-color: #DDEFFF;
}
.submit	{
	width:100px;
	margin: 10px auto;
}

select	{
	width: 300px;
}

#contact_form {
	float: left;
	clear: none;
	width: 100%;
}
#contact_form form {
	display: block;
	margin: 0px;
}
#contact_form table {
	width: 100%;
}
#contact_form table td {
	padding: 3px;
}
#contact_form table td.label {
	width: 50%;
	text-align: right;
}
#contact_form input, #contact_form select, #contact_form textarea {
	width: 98%;
	border: 1px dotted #5B5B5B;
	background-color: #bafd79;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#contact_form textarea {
	height: 90px;
}
#contact_form input.submit {
	background-color: #C5BFA3;
	border: 1px solid #8f5932;
	width: auto;
	cursor: pointer;
	color: #330705;
}

#contact_form input.radio {
	width: auto;
	border: none;
	background-color: transparent;
}
#contact_form div.inactive {
	display: none;
}
