﻿body.main
{
	margin: 0px;
	height: 100%;
	width: 100%;
	background: #53250e url('images/verticalSideBg.jpg') repeat-x top;
	text-align: center;
	font-family: Arial;
}

#container
{
	margin: 0px auto;
	padding-top: 5px;
	width: 930px;
	height: 100%;
	text-align: center;
}

#mainArea_ru
{
	width: 930px;
	height: 323px;
	background-image: url('images/bgHeader_ru.jpg');
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}

#mainArea_en
{
	width: 930px;
	height: 323px;
	background-image: url('images/bgHeader_en.jpg');
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}

#contentDiv
{
	margin: 0px auto;
	margin-left: 17px;
	text-align: center;
	background-image: url('images/bodyTop.jpg');
	background-color: White;
	background-repeat: no-repeat;
	width: 913px;
}

#footerDiv
{
	margin: 0px auto;
	margin-left: 17px;
	text-align: left;
	background-image: url('images/bodyBottom.jpg');
	background-repeat: no-repeat;
	width: 913px;
	height: 57px;
	color: #7d3e2d;
	font-size: 0.82em;
	padding: 3px 18px 0px 18px;
}

.SectionTitle
{
	color: #7d3e2d;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
}

.SectionTitle a
{
	color: #7d3e2d;
	text-decoration: none;
}

.SectionTitle a:hover
{
	color: #5a1c0a;
	text-decoration: underline;
}

td.lhs
{
	width: 350px;
	vertical-align: top;
}

td.mhs
{
	vertical-align: top;
}

td.rhs
{
	width: 310px;
	vertical-align: top;
}

td.separator
{
	background-color: #cbc6c5;
	width: 2px;
}

a.link
{
	color: #7d3e2d;
	text-decoration: underline;
}

a.more
{
	text-decoration: none;
	color: #7d3e2d;
	font-size: 13px;
}

a.more:hover
{
	color: #5a1c0a;
	text-decoration: underline;
}

a.auth
{
	text-decoration: none;
	color: #fd7230;
	font-size: 13px;
}

span.auth
{
	color: #fd7230;
	font-weight: bold;
}

a.auth:hover
{
	color: #fd7230;
	text-decoration: underline;
}

a.price
{
	text-decoration: none;
	color: #ff7c00;
	font-size: 13px;
}

a.price:hover
{
	color: #ee5a09;
	text-decoration: underline;
}

a.link2
{
	color: #7d3e2d;
	text-decoration: none;
	font-size: 14px;
}

a.link2:hover
{
	color: #ee5a09;
	text-decoration: underline;
}

/* begin menu styles */
.droplinebar
{
	float: left;
	font-family: Arial;
	font-size: 13px;
	width: 100%;
}

.droplinebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.droplinebar ul li
{
	position: relative;
	display: block;
	float: left;
	width: 120px;
}

.droplinebar ul li .hover{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	height:44px;
	display:none;
}

.droplinebar ul li a
{
	text-align: center;
	color: #FFFFFF;
	display: block;
	padding: 18px 0px;
	text-decoration: none;
	font-size: 15px;
	background-image: url('i/menuSeparator.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

.droplinebar ul li a.last
{
	background-image: none;
}

.droplinebar ul li a:hover, .droplinebar ul li a.current
{
	background: url('i/menuItemBgHover.jpg') repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul
{
	z-index: 100;
	left: 0;
	top: 0;
	display: none;
	background-color: #f9c595;
	width: 154px;
}

.droplinebar ul li:hover ul
{
	display: block;
}

/* Sub level menu links style */
.droplinebar ul li ul li a
{
	width: 152px;
	position: relative;
	font: normal 12px Arial;
	color: #461607;
	display: block;
	background-image: none;
	background-color: #f9c595;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 2px;
	text-align: left;
	margin: 0;
	border: 1px solid #e8b484;
}

.droplinebar ul li ul li a:hover, .droplinebar ul li ul li a.current
{
	/*sub menu links' background color onMouseover */
	background: #852807;
	color: #FFFFFF;
}
/* End menu styles */


li.NewsItem
{
	list-style-type: square;
	color: #b0887d;
	font-size: 13px;
	padding-top: 8px;
}

li.NewsItem a
{
	color: #000000;
	text-decoration: none;
}

li.NewsItem a:hover
{
	text-decoration: underline;
}

span.news
{
	font-weight: bold;
	color: #7d3e2d;
	font-size: 13px;
}


a.news2
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}

a.news2:hover
{
	color: #5a1c0a;
	text-decoration: underline;
}

a.morenews2
{
	text-decoration: underline;
	color: #000000;
	font-size: 13px;
}

a.morenews2:hover
{
	color: #5a1c0a;
	text-decoration: none;
}

div.news2_text
{
	font-size: 12px;
	color: #000000;
	padding-left: 6px;
}

img.news2
{
	padding-right: 7px;
	height: 60px;
	padding-bottom: 8px;
}

a.news
{
	font-weight: bold;
}

img.news
{
	padding-right: 7px;
	height: 60px;
	padding-bottom: 8px;
}

div.PageContentStyle
{
	padding: 10px 15px 10px 15px;
	font-size: 0.85em;
	color: Black;
	text-align: left;
}

.VCategoryList
{
	padding-bottom: 5px;
}

.VCategoryList a
{
	color: #000000;
	text-decoration: none;
}

.VCategoryList a:hover
{
	text-decoration: underline;
}

tr.Hidden
{
	display: none;
}

.EPPC
{
	color: #800000;
}

tr.EPPC
{
	padding: 4px 10px 4px 10px;
}

td.EPPCName
{
	width: 130px;
	padding: 3 3 3 3px;
	font-weight: bold;
}
.EPPCSep
{
	height: 1px;
	background-color: #8d9194;
	text-align: left;
}

.Bold
{
	font-weight: bold;
}

