html, body {
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#7a7a7a;
}

#b_main {
	position:relative;
	left:50%;
	height:100%;
	min-height:500px;
	width:497px;
	margin-left:-248px;
	overflow:hidden;
}

#to_down {
	position:relative;
	top:100px;
}

/* main::header */
#b_header, #b_header div {
	width:497px;
	height:88px;
}
#b_header {
	background:url('../images/header_bg.jpg') repeat-x;
}
#b_header .left {
	background:url('../images/header_left.jpg') no-repeat;
}
#b_header .right {
	background:url('../images/header_right.jpg') right top no-repeat;
}
#b_header .form {
	background:url('../images/header_logo.jpg') 27px 35px no-repeat;
}
#b_header form {
	position:relative;
	top:20px;
	left:180px;
	width:400px;
	font-size:9px;
	line-height:15px;
}
#b_header form p{
	width:400px;
}
#b_header form input[type="submit"] {
	margin-top:1px;
	height:25px;
}
/* opera hack */
@media all and (min-width:0px) {
    head~body #b_header form input[type="submit"] {
		position:relative;
		top:-1px;
		height:26px;
	}
}
/* end */
#b_header form input[type="text"] {
	width:212px;
	font-size:16px;
}

/* main::content */
#b_content{
	position:relative;
	top:6px;
	width:497px;
	height:232px;
}
#c_left, #c_right, #c_empty {
	float:left;
}
#c_empty {
	width:10px;
}
#c_left, #c_right, #c_left div, #c_right div {
	width:243px;
	height:232px;
}
#c_left, #c_right {
	background:url('../images/content_bg.jpg') repeat-x;
}
#c_left .left, #c_right .left {
	background:url('../images/content_left.jpg') no-repeat;
}
#c_left .right, #c_right .right {
	background:url('../images/content_right.jpg') right top no-repeat;
}
#c_left .c, #c_right .c , #c_footer .c{
	padding:18px;
	font-size:13px;
	line-height: 15px;
}
#c_left p, #c_right p, #c_footer p{
	margin-bottom:10px;
	padding-right:40px;
}
#c_right a, #c_footer a {
	color:#5f8400;
	font-weight:bold;
	text-decoration:underline;
}
#c_right a:hover, #c_footer a:hover {
	text-decoration:none;
}
#c_right ul {
	position:relative;
	left:15px;
	top:-5px;
	line-height:20px;
}
#c_right ul img{
	position:relative;
	top:-2px;
	left:-5px;
}
#c_footer {
	margin-top:10px;
	background: url('../images/footer_bg.gif') -1px 0 no-repeat;
	width: 497px;
	height: 103px;
}
.box_link_contact_form {
	background: url('../images/ico_contact.gif') 0 5px no-repeat;	
}
#show_contact_form {
	margin-left: 12px;
	text-decoration: none !important;
	border-bottom: 1px #5f8400 dashed;
}
/* main::footer */
#b_footer {
	position:relative;
	width:100%;
	height:30px;
	margin-top:-31px;
	line-height:15px;
	font-size:9px;
	text-align:center;
	vertical-align:middle;
}
#b_footer a {
	color:#000000;
	text-decoration:underline;
}
#b_footer a:hover {
	text-decoration:none;
}

/* main::other */
#opera_t {
	position:absolute;
	top:-80px;
	left:320px;
	width:159px;
	height:82px;
	background:url('../images/other_opera_top.jpg') no-repeat;
}

#opera_c {
	position:absolute;
	top:86px;
	left:310px;
	width:170px;
	height:10px;
	background:url('../images/other_opera_center.jpg') no-repeat;
}

.error_list a, .error_list {
	padding:5px 4px;
	color: #FFFFFF;
	font-size:11px;
}

/* contact form */
#flash_block {
	position:absolute;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background-color:#000000;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: 0.5;
	z-index:10;
}
#box_contact_form {
	position:absolute;
	width: 497px;
	height: 240px;
	top:205px;
	left:50%;
	margin-left: -248px;
	background: url('../images/contact_bg.gif') no-repeat;
	z-index:20;
}

#box_contact_form .c {
	padding:18px;
	font-size:13px;
	line-height: 15px;
}
#box_contact_form .c table {
	width: 100%;
}
#box_contact_form .c table td{
	padding: 2px;
	vertical-align:top;
}
#box_contact_form small {
	font-size:10px;
}
#box_contact_form input.text {
	width: 217px;
}
#box_contact_form input.text, #box_contact_form textarea {
	border: 1px solid #7a7a7a;
	font-size: 18px;
}
#box_contact_form textarea {
	width:449px;
	height:94px;
}
#close_box_form {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 5px;
	left: 482px;
	background: url('../images/ico_close.gif') no-repeat;
	cursor: pointer;
}