html, body
{
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 12px;
	color: #444;
	/*background-color: #878787;*/

	padding: 0;
	margin: 0 0 10px 0;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0;
}
body{
		background: url(/images/background.jpg) repeat 0 0;
}

ul { list-style-type: square; list-style-position:inside; }

a		{ text-decoration: none; color: #FFF; }
a:hover { text-decoration: underline; }

img 		{ border: none; }
a img 		{ border: none; }
a:hover img { border: none; }

.cleaner { clear: both; font-size: 0; line-height: 0; }

/* --------------------------------------------------------------------------------------------- */
/* HEADER*/
.header{
	margin: 20px auto 0 auto;
	width: 930px;
	height: 95px;
	background: url(/images/header.jpg) no-repeat #FCFCFC 0 0;
}
.logo a{
	width: 290px;
	height: 70px;
	display: block;
}
.lang{
	float: right;
	margin-top: 40px;
	color: #b5b5b5;
	text-align: right;
}
.lang a{
	color: #6e6e6e;
	width: 100px;
	outline: none;
	padding: 20px;
}
/* END HEADER */
/* MENU */
.menu{
	height: 39px;
	width: 930px;
	margin: 0 auto 0 auto;
	background: url(/images/menu_bg.jpg) repeat-x #121212 ;
}
.menu ul{
	float: left;
	margin-top: 12px;
	margin-left: 25px;
	height: 21px;
 	list-style-type: none; 
	list-style-position:inside; 

}
.menu ul li{
	display: inline;
	
}
.menu ul li span{
	padding: 2px 0 3px 0;
	margin-right: 10px;
}
.menu ul li a{
	color: #aaaaaa;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
	height: 21px;

}
.menu ul li a:hover{
	color: #000;
	background: url(/images/menu_active_right.jpg) no-repeat transparent right top;
}
.menu ul li span:hover{
	background: url(/images/menu_active_left.jpg) no-repeat #fafafa left top;
}
.menu ul li span.active{
	background: url(/images/menu_active_left.jpg) no-repeat #fafafa left top;
}
.menu ul li span.active a{
	color: #000;
	background: url(/images/menu_active_right.jpg) no-repeat transparent right top;	
}
/* END MENU */

/* CONTENT */
.content{
	width: 930px;
	margin: 0 auto 0 auto;
	background-color: #f8f8f8;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.content .left{
	float: left;
	width: 630px;
	padding: 10px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.content .right{
	float: left;
	width: 260px;
	padding: 10px;
	background-color: #e8e8e8;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.content .right .header{
	background: url(/images/right_header.jpg) no-repeat 0 0 ;
	width: 255px !important;
	height: 37px;
	color: 0;
	font-size: 15px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 15px;
}
.content .right .nav{
	width: 238px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;

	background-color: #FFF;
	margin: 0;
	padding: 5px 10px 0 5px;
}
.content .right .bottom{
	width: 255px;
	height: 13px;
	background: url(/images/right_bottom.jpg) no-repeat 0 0 ;
	margin-bottom: 15px;
}


.content .right .contacts_header{
	background: url(/images/contact_nav.jpg) no-repeat 0 0 ;
	width: 255px !important;
	height: 13px;
	color: 0;


	margin: 0;
	padding: 0 0 0 15px;
}
.content .right .contacts_nav{
	width: 238px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;

	background-color: #f1f1f1;
	margin: 0;
	padding: 5px 10px 0 5px;
}
.content .right .contacts_bottom{
	width: 255px;
	height: 13px;
	background: url(/images/contact_nav_bottom.jpg) no-repeat 0 0 ;
	margin-bottom: 15px;
}
.content .right .contacts_nav a{
	color: #b50140;

}
.content .right ul{
	margin-left: 25px;
	list-style-image:url(/images/bullet.jpg);
	list-style-position: outside;
}
.content .right ul li{
	height: 35px;

	border-bottom: 1px solid #dadada;
}
.content .right ul li a{
	color: #000;
	line-height: 30px;
	text-decoration: none;
}
.content .right ul li a:hover{
	color: #b50140;
}

.content .left .content_top{
	width: 625px;
	height: 7px;
	background: url(/images/content_top.jpg) no-repeat 0 0 ;
}
.content .left .content_bottom{
	width: 625px;
	height: 7px;
	background: url(/images/content_bottom.jpg) no-repeat 0 0 ;
}
.content .left .content_container{
	background-color: #FFF;
	padding: 10px;
	width: 603px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}


.logo{
	margin: 20px 0 0 23px;
	width: 290px;
	float: left;
	height: 70px;
	background: url(/images/logo.jpg) no-repeat 0 0 ;
}
/* FOOTER */
.footer{
	width: 930px;
	height: 50px;
	margin: 0 auto 0 auto;
	background: url(/images/footer.jpg) no-repeat #FCFCFC top left;
}
.footer p{
	text-align: right;
	padding: 25px 10px 0 0;

}
/* FOOTER END */