html, body, form {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:920px;
	padding:0;
	margin:0;
	text-align:center;
	margin:0 auto;
	background: url(/images/body_bg.jpg) 0 0 repeat-x;
}

/*Font*/
body
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #868686;	
}

/*Links*/
a:link {color: #0c8dac;}
a:visited{color:#0c8dac;}
a:active {color: #0c8dac;}
a:hover{color:#0c8dac;}

#container {
	min-width:920px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 920 ? "920px": "auto");
	max-width:920px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) > 920 ? "920px": "auto");
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
}

#header {
	position:relative; /*containing block*/
	height:130px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width: 904px;
	margin-left: 16px;
/*	background: #505050 url(images/header_bg.gif) repeat-x;*/
}

#company_logo {
	width:86px; 
	height:116px; 
	background:url(/images/logo.jpg) 0px 18px no-repeat; 
}

#top_menu {	
	width: 100%;
	margin-top: 57px;
	padding-left: 7px;
	height: 24px;
	font-size: 10px;
}
#top_menu a, #top_menu a:link, #top_menu a:visited {	
	text-decoration: underline;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

}
#top_menu a:hover {
	text-decoration: none;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

#right_menu {
	width: 303px;
	height: 320px;
	background: url(/images/big_pic_3.jpg) 0 0 no-repeat;
	text-align: right;	
}
.r_m {
	padding-top: 28px;
}
.r_link {
	margin-top: 9px;
}
#right_menu a, #right_menu a:link, #right_menu a:visited {	
	text-decoration: underline;
	color: #fff;
	font-family: Sans;
	font-size: 12px;
	font-weight: bold;	
	margin-right: 50px;
}
#right_menu a:hover {
	text-decoration: none;
	color: #FFF;
	font-family: Sans;
	font-size: 12px;
	font-weight: bold;
	margin-right: 50px;
}

.main_header {
	width: 294px;
	height: 62px;
	background: url(/images/main_header.jpg) 0 0 repeat-y;
}
.center_line {
	width: 309px;
	height: 62px;
	background: url(/images/cented_line.jpg) 0 0 no-repeat;
}
.spec_head {
	width: 303px;
	height: 62px;
	background: url(/images/spec_head.jpg) 0 0 no-repeat;
}

.main_footer {	
	height: 136px;
	background: #fffbe0 url(/images/main_footer.jpg) bottom right no-repeat;
}
.center_footer {	
	background-color: #fffbe0;
	height: 136px;
	background: url(/images/center_footer.jpg) bottom right no-repeat;
}
.spec_footer {	
	background-color: #fef5a8;
	height: 136px;
	background: url(/images/spec_footer.jpg) bottom right no-repeat;
}

#footer {
	height: 90px;
	width: 904px;
	margin-left: 16px;
	background: url(/images/footer_bg.jpg) 0 0 no-repeat;
}

#copyright {
	color: #999999;
	font-size: 11px;
	height: 26px;
	text-align: left;
	padding-left: 20px;
	float:left;
	width:180px;
}
#copyright a, #copyright a:link, #copyright a:visited {
	color: #999999;
	font-size: 11px;
	text-decoration: underline;
}
#copyright a:hover{
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}


#copyright_fmf {
	color: #999999;
	font-size: 11px;
	height: 26px;
	text-align: left;
	padding-left: 20px;
	float:left;
}
#copyright_fmf a, #copyright_fmf a:link, #copyright_fmf a:visited {
	color: #999999;
	font-size: 11px;
	text-decoration: underline;
}
#copyright_fmf a:hover{
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

#bottom_menu {
	color: #fff;
	background: #999;
	margin-left: 75px;
	padding-left: 17px;
	height: 26px;	
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding-top: 6px;
}
#bottom_menu a, #bottom_menu a:link, #bottom_menu a:visited {
	color: #fff;
	background: #999;
	text-decoration: none;
	font-size: 11px;
}
#bottom_menu a:hover {
	color: #fff;
	background: #999;
	text-decoration: underline;
	font-size: 11px;
}