@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font:normal 12px/15px Tahoma;
	color:#5a5a5a;
	text-decoration:none;
	vertical-align: top;
	height:auto !important;
	height:100%;
	min-height:100%;
	background-color: #677b82;
}
img {
	border-width:0px
}
p {
	margin:0;
	padding:0;
}
h1 {
	padding:5px 20px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	color: #ff5000;
	display: block;
	float: left;
	margin: 0;
	background-image: url(../images/h_bg.png);
	background-repeat: no-repeat;
	height: 40px;
	text-transform: uppercase;
	background-position: right 0px;
}
h2 {
	padding:8px 0 7px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	text-transform: uppercase;
}
a {
	font:normal 12px/15px Tahoma;
	color:#5a5a5a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0px;
}
a.orange { color:#ff4b00; font-weight:bold;}
a.blue {
	color:#003366;
	font-weight:bold;
}

.overflow {
	overflow:hidden;
	width:expression("100%");
}

#outer {
	width:100%;
	text-align:center;
}
#outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#outer_bot {
	width:100%;
	text-align:center;
}

/*
================================================================================
|                                     MENU                                 |
================================================================================
*/
#main {
	width:1081px;
	margin:0 auto;
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#main_menu {
	height:93px;
	padding-left:12px;
	float: right;
}
#main_menu .btn, #main_menu .btn_on {
	float:left;
	text-align:center;
}
#main_menu .btn_on {
	background-image: url(../images/button_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#main_menu .btn_on a, #main_menu .btn a:hover {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding:36px 8px 43px 8px;
	display:inline-block;
}
#main_menu .btn a {
	padding:36px 8px 43px 8px;
	display:inline-block;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-transform:uppercase;
}

#main_menu .btn_on a {
	color:#fff;
}
/*
================================================================================
|                                     HEADER                                 |
================================================================================
*/
#header {
	height:321px;
	background: url(../images/header_bg.jpg) no-repeat 0 0;
}
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
#content {
	text-align:left;
	background-color: #FFFFFF;
	width: 1081px;
}
#content_top {
	background-image: url(../images/c_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 35px 0;
	width: 1081px;
}
#content_bot {
	padding-bottom: 25px;
	padding-top: 11px;
}
#center {
	width:690px;
	float:left;
	margin-right: 25px;
	padding-left: 50px;

}
#right {
	width:316px;
	float:left;
	padding-top: 10px;
}
/*
================================================================================
|                                     FOOTER                                 |
================================================================================
*/
#footer {
	clear:both;
	width:1081px;
	height:242px;
	margin:0 auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:10px;
}
#footer .pad {
	padding:43px 0 0 8px;
	color:#8a9696;
}
#footer a {
	color:#727272;
	padding:0 14px 0 14px;
	text-decoration:none;
	font-family: Tahoma;
	font-size:11px;
	text-transform: uppercase;
}
#footer .nolink {
	color:#000;
	padding:0 14px 0 14px;
	text-decoration:underline;
	font-family: Tahoma;
	font-size:11px;
	text-transform: uppercase;
}
#footer a:hover {
	text-decoration:underline;
	color:#000;
}
#footer .blue a, #footer .blue {
	font:10px Arial;
	color:#2d4051;
	text-transform:none;
}
#footer .blue a:hover {	color:#2d4051;
}
#footer .blue a {
	padding:0 8px 0 8px;
}
#footer .credits a {
	text-transform:none;
!important
}
/*
================================================================================
|                                     BLOCK                                 |
================================================================================
*/

.block1_bg {
	width:290px;
	background-image: url(../images/bl_bg.jpg);
	background-repeat: repeat-y;
}
.block1_top {
	background-image: url(../images/bl_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.block1_bot {
	background-image: url(../images/bl_bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.block1_bot .pad {
	padding:8px 26px 15px 28px;
	font-size: 11px;
	line-height: 13px;
}
/*
================================================================================
|                                     CONTACT_FORM                                   |
================================================================================
*/
.w {
	width:295px;
	height:14px;
	border-bottom:1px solid #D4D0C8;
	border-left:2px inset #999999;
	border-right:1px solid #D4D0C8;
	border-top:2px inset #999999;
	margin-bottom:3px;
	margin-top:1px;
}
.w3 {
	width:295px;
	border:1px solid #D4D0C8;
	border-left:2px inset #999999;
	border-right:1px solid #D4D0C8;
	border-top:2px inset #999999;
	margin-bottom:3px;
	margin-top:1px;
	height: 100px;
}
 @-moz-document url-prefix() {
.w, .w3 {
 margin-bottom:5px;
}
}
.wSR {
	float:right;
}
.font_w {
	font: normal 12px/25px Verdana;
}
input {
	color:#565656;
	font-family:Tahoma;
	font-size:11px;
	font-weight:400;
	padding-left:2px;
}
textarea {
	color:#565656;
	font-family:Tahoma;
	font-size:11px;
	padding-left:2px;
}
.submit, .reset {
	font:bold 10px Tahoma;
	text-align:center;
	color:#fff;
	width:89px;
	border-width:0px;
	float:left;
	cursor:pointer;
	vertical-align: top;
	height:27px;
	padding:0;
	background-color:#fff;
	background-image: url(../images/button_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
 @-moz-document url-prefix() {
.submit, .reset {
vertical-align:inherit;
padding:0;
margin:-3px 0 0 0;
background-position:0 3px;
height:32px;
}
}
