html, body {
	height: 100%;
	margin: 0;
	background: url(../img/bg.gif) repeat;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
}
h1 {

	font-size: 36px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	color: #454648;
	line-height: normal;
}
h2 {
	margin-left: 30px;
	margin-bottom: 32px;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #454648;
	line-height: normal;
	letter-spacing: 9px;

}
#main {
	position: relative;
	width: 1000px;
	height: 967px;
	margin: 0 auto;
	background: #f1f1f1;
}
#main_border {
	position: relative;
	width: 1028px;
	height: 968px;
	margin: 0 auto;
}
#left_menu {
	float: left;
	width: 225px;
	margin-top: 40px;
	text-align: right;
	font-size: 12px;
	color: #606060;
}
#left_menu ul {
	margin-bottom: 95px;
	font-size: 14px;
}
#left_menu ul a {
	display: block;
	padding-right: 15px;
	color: #454648;
}
#left_menu ul a:hover, #left_menu ul a#active {
	color: #EE935C;
	background: url(../img/arrow.gif) right 4px no-repeat;
}
#left_menu ul li {
	float: right;
	width: 140px;
	padding: 4px;
	border-bottom: 1px dotted #000;
	clear: both;
	font-weight: bold;
}
#left_menu ul li#top {
	border-top: 1px dotted #000;
}
#left_menu a {
	color: #D36E2A;
	text-decoration: none;
}
#left_menu img {
	margin: 0 20px 25px 0;
}
#content {
	width: 700px;
	float: left;
	margin: 33px 0 0 20px;
	font-family: Arial;
}
#content ul {

	float: left;
	width: 300px;
}
#content ul#right {
	float: right;
}
#content ul li {
	width: 290px;
	list-style-type: none;
	font-size: 13px;
}
#content ul li.head {
	margin: 25px 0 2px 0;
	list-style-type: none;
	font-size: 17px;
	font-weight: bold;
	color: #EE935C;
}
#footer_block.index {
	margin-top: 10px;
}
#footer_block.sent {
	margin-top: 399px;
}

#footer_images{
	float: left;
	margin-left: 80px;
	width: 860px;
	margin-top: 30px;
	text-align: right;
}


#footer {
	float: left;
	margin-left: 80px;
	width: 860px;
	height: 0px;
	padding-top: 10px;
	border-top: 1px dotted #000;
	text-align: center;
	font-size: 12px;
	color: #333;
}
#footer a {
	text-decoration: none;
	color: #333;
}

div#player {
	margin-bottom: 5px;
	margin-left: 30px;
	width: 700px;
	height: 350px;
}

div#flashMovie {
	width: 590px;
	height: 352px;
}

div#flashMovie a {
	float: left;
	padding: 164px 77px;
	color: #ee935c;
	border: 1px dashed #ee935c;
}

a#contactLink {
	font-size: 110%;
	font-weight: bold;
	color: #d36e2a;
	text-decoration: none;
}

a#contactLink:hover { color: #ee935c; }

img#bulldozer {
	float: left;
}
.form_item {
	position: relative;
	display: block;
	width: 430px;
	margin-bottom: 8px;
	padding: 3px;
	color: #47484A;
}
.form_item.gap {
	margin-bottom: 22px;
}
.form_item.long {
	height: 96px;
}
.form_item input, .form_item textarea {
	position: absolute;
	top: 5px;
	right: 4px;
	width: 185px;
	height: 15px;
	padding: 1px;
	margin: 0;
	font-size: 12px;
	font-family: Arial;
}
.form_item textarea {
	height: 90px;
	overflow-y: scroll;
}
.form_item select {
	width: auto;
	height: auto;
}
.form_item input.required {
	background: url(../img/required_val.png) right 1px no-repeat #FFF;
}
.form_item input.radio {
	position: relative;
	width: auto;
	margin-left: 8px;
}
.radio_cont, .select_cont {

	float: right;
	margin-top: -20px;
	clear: both;
	width: 188px;
}
.form_item .select_cont label{}
.versturenBtn{margin-left: 242px;}

.select_cont {
	margin-top: -38px;
}
.clear {
	clear: both;
}
