html, body {
	background:#FFFFFF url(images/bg.gif) repeat-x scroll 0 0;
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:100%;	
	margin:0;
	padding:0;
}
img {
	border:0 none;
}
form {
	margin:0;
	padding:0;
}
.both {
	clear:both;
}
#main {
	font-family:Tahoma, Geneva, sans-serif;
	background:transparent url(images/bg_3.jpg) no-repeat scroll center top;
	margin:0;
	padding:0;
	width:100%;
}
.all {
	font-family:Tahoma, Geneva, sans-serif;
	margin:0 auto;
	width:830px;
}
#header {
	font-family:Tahoma, Geneva, sans-serif;
	background:#000000 url(images/bg_1.gif) repeat-x scroll center top;
	height:60px;
	margin:0 0 0 12px;
	padding:0;
	width:827px;	
}
#logo {
	color:#000000;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:26px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	padding:0;
	text-align:left;
	text-decoration:none;
	width:827px;
	margin-left:15px;
}
#header .menu {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	padding:0;
	width:100%;
	height: 50px;
	text-align:center;
	
}
#header .menu ul
{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;	
	margin-left: auto;
	margin-right: auto;	
}
#header .menu li {	
	margin:0 14px;
	display:inline;	
}
#header .menu li a {
	color:#000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	margin:0;
	padding:5px 5px;
	text-decoration:none;
}
#header .menu li a:hover {
	background: #9E3232;
	color: #fff;
}

#header .menu  li .active {
	background: #9E3232;
	color: #fff;
}

#top_images {
	height:296px;
	margin:0 0 0 12px;
	width:829px;
}
#top_images img {
	float:left;
}
#footer {
	background:transparent url(images/bg_1.jpg) no-repeat scroll 0 0;
	color:#999999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	height:60px;
	line-height:60px;
}
#footer .LeftBox {
	float:left;
	padding-left:30px;
	text-align:left;
	width:500px;
}
#footer .RightBox {
	float:right;
	padding-right:10px;
	text-align:right;
	width:240px;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#3B3B3B;
}
#content {
	font-size:16px;
	margin:0 10px 0 28px;
	padding:0;
}
#content h2 {
	font-size:21px;
	margin:10px 0;
	padding:0;
}
#content h3 {
	color:#999999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:10px 0;
	padding:0;
}

#content a {
	color:blue;
}
#content a:hover {
	text-decoration:none;
}
#content .LeftBox {
	float:left;
	width:480px;
}
#content .RightBox {
	float:right;
	width:260px;
}
#content .RightBox p {
	color:#999999;
}
.fl_left_img {
	border:2px solid #9D2A2B;
	float:left;
	margin:0 10px 0 0;
}
.fl_right_img {
	border:2px solid #9D2A2B;
	float:right;
	margin:0 0 0 10px;
}
.index {
	background:transparent url(images/bg_2.gif) no-repeat scroll 505px 50px;
}

.title { margin-bottom:18px;font-size:20px;}
.subtitle {font-size:15px;font-weight:bold;margin:20px 10px;}


/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

#contacts-form { clear:right; width:100%; overflow:hidden;}
#contacts-form fieldset { border:none; float:left; }
#contacts-form .field { clear:both;}
#contacts-form label { float:left; width:97px; line-height:18px; padding-bottom:8px; font-weight:bold; color:#4c7cbd;}
#contacts-form input { width:170px; padding:1px 0 1px 3px; background:url(images/png-bg.png) left top; border:1px solid #d6d6d6; color:#414141; float:left;}
#contacts-form textarea { width:539px; height:252px; padding:1px 0 1px 3px; background:url(images/png-bg.png) left top; border:1px solid #d6d6d6; color:#414141; margin-bottom:15px; overflow:auto; float:left;}

#contact-area {
	width: 300px;
	margin-top: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #980E0C;
}

#contact-area input.submit-button {
	width: 150px;	
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 200px;
	padding-top: 1px;
	font-weight:bold;
	font-size: 1.2em;
}

/*==========================================*/