/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #202020;
	background-image: url(../images/body_bgr1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 1014px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 30px;
	color: #fbfbfb;
	padding: 10px;
	clear: both;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 244px;
	background-image: url(/images/left_bgr2.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-right: 4px;
	padding-left: 15px;
	background-position: center top;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	float: right;
	width: 751px;
} 
.twoColFixLtHdr #footer {
	background-image: url(../images/footer_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 40px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.languages {
	float: left;
	height: 14px;
	width: 230px;
	background-image: url(../images/languages_bgr.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.clearboth {
	height: 0px;
	clear: both;
}
.account {
	float: right;
	width: 470px;
	padding-top: 6px;
}
.form {
	margin: 0px;
	padding: 0px;
}
.form input {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.head {
	height: 232px;
	background-image: url(/images/head_bgr2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.baner {
	margin-bottom:10px;
	border:0px;
}

/* menuto */
.menu {
	padding-top: 6px;
	height: 44px;
	padding-left: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.button1 {
	float: left;
	height: 36px;
	padding-left: 10px;
}
.button1 a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 68px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.button1 a:hover {
	background-image: url(../images/button_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}

.button2 {
	float: left;
	height: 36px;
	padding-left: 10px;
}
.button2 a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 136px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.button2 a:hover {
	background-image: url(../images/button_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}

.button3 {
	float: left;
	height: 36px;
	padding-left: 10px;
}
.button3 a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 104px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.button3 a:hover {
	background-image: url(../images/button_3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}

.button4 {
	float: left;
	height: 36px;
	padding-left: 10px;
}
.button4 a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 96px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.button4 a:hover {
	background-image: url(../images/button_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}

.button5 {
	float: left;
	height: 36px;
	padding-left: 10px;
}
.button5 a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
.button5 a:hover {
	background-image: url(../images/button_5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
}
.left_blok {
	height: auto;
}
.left_blok_head {
	height: 28px;
	background-image: url(../images/left_blok_head_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 12px;
}
.left_blok_main {
	background-image: url(../images/left_blok_bgr.jpg);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-bottom: 4px;
}
.left_blok_foot {
	background-image: url(../images/left_blok_foot_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}

.left_blok_ul {
	background-image: url(../images/left_blok_list_type.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 44px;
}
.left_blok_ul a {
	display: block;
	padding-top: 2px;
	padding-bottom: 6px;
	color:#6f1010;
}
.left_blok_ul a:hover {
	text-decoration:none;
}
.left_clear {
	clear: both;
	height: 12px;
}
.content {
	background-color: #181818;
	height: 850px;
	margin-right: 32px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #202020;
	padding-left: 10px;
}
.content_head {
	font-size: 24px;
	color: #9a0000;
	padding-top: 16px;
	padding-left: 6px;
	padding-bottom: 16px;
}
.content_text {
	color: #FFFFFF;
	text-align:justify;
	line-height: 22px;
	padding-left: 6px;
	padding-right: 14px;
}
.more_info {
	text-align: right;
	color: #bd0a0a;
}
.more_info a {
	color: #bd0a0a;
	padding-right: 14px;
}
.more_info a:hover {
	text-decoration:none;
}
.top_offer_head {
	color: #9a0000;
	font-size: 20px;
	padding-left: 4px;
	padding-top: 26px;
	padding-bottom: 12px;
}
.top_offer {
	width: 230px;
	float: left;
}
.top_offer_top {
	font-weight: bold;
	color: #FFFFFF;
	height: 28px;
	background-image: url(../images/top_offer_head_bgr.jpg);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.top_offer_main {
	background-image: url(../images/top_offer_main_bgr.jpg);
	background-repeat: repeat-y;
}
.top_offer_pic {
	text-align: center;
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}
.top_offer_pic .pic {
	padding: 3px;
	background-color: #a3a3a3;
}
.top_offer_text {
	color: #FFFFFF;
	padding-right: 12px;
	padding-left: 14px;
}
.top_offer_more a {
	color: #bd0a0a;
	display: block;
	padding: 6px;
	text-align: center;
	background-image: url(../images/top_offer_more.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.top_offer_more a:hover {
	text-decoration:none;
}
.top_offer_more {
	padding-top: 8px;
	padding-bottom: 2px;
}
.top_offer_foot {
	height: 8px;
	background-image: url(../images/top_offer_foot_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.clear_top_offers {
	clear: both;
	height: 18px;
}
.news_head {
	font-size: 20px;
	color: #9a0000;
	padding-left: 4px;
	padding-bottom: 6px;
}
.news_text {
	color: #FFFFFF;
	line-height: 22px;
	width: 50%;
}
.news_ul a {
	color: #bd0a0a;
	display: block;
	padding-left: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/news_li_type.jpg);
	background-repeat: no-repeat;
	background-position: 6px center;
}
.news_ul a:hover {
	text-decoration: none;
}
.news_ul {
	padding-bottom: 6px;
}
.clear_news {
	clear: both;
	height: 8px;
}
.rights {
	float: left;
	color: #a8a7a7;
}
.webmaster {
	float: right;
	color: #a8a7a7;
}
.webmaster a {
	color: #bd0a0a;
	text-decoration: none;
}

