/*

  (c) Mediaweb Studio

*/

/* common */
html { -webkit-text-size-adjust: auto; -ms-text-size-adjust: auto; }
html, body, img, form {margin: 0px; padding: 0px; border: none;}
html, body {height:100%;}
body {
	background-color:#D7D3B8;
	font: 12px/17px Arial, sans-serif; 
	color: #000;
}
legend{
	display:none;
}
.main-cont {
	width:820px;
	margin:0 auto; 
	min-height:100%; 
	background-color:#EEEBDB;
	border-left: 1px solid #7D4D49;
	border-right: 1px solid #7D4D49;
}

/* header */
.header {
	height:347px; 
	background-color: #EEEBDB;
	border-bottom: 2px solid #45030F;
}
.header .titl{
	float: left;
    height: 70px;
    padding-left: 120px;
    padding-top: 30px;
    width: 473px;
	background: url(../img/logo.jpg) no-repeat 0 0;
	border-bottom: 5px solid #F4F5EF;
}
.header .titl a{
	text-decoration: none;
}
.header .titl p{
	margin:0;
	font-family: Times New Roman;
	font-size:18px;
	display:block;
	float:left;
}
.header .titl p.bord{
	border-top: 1px solid #761819;
	margin-top:3px;
}
.header .langs{
	margin-bottom:15px !important;
	text-align:right;
	padding-right: 28px;
}
.header .langs a{
	margin-left:10px;
	padding-left:23px;
	color: #767563;
	font-size: 11px;
}
.header .rus{
	background: url(../img/rus.jpg) no-repeat 0 2px;
}
.header .eng{
	background: url(../img/usa.jpg) no-repeat 0 2px;
}
.header .esp{
	background: url(../img/esp.jpg) no-repeat 0 2px;
}
.header .search{
	width:207px;
	height:90px;
	padding: 10px 0 0 20px;
	float: left;
	background-color: #DBDCC9;
	border-bottom: 5px solid #F4F5EF;
}
.header .search p{
	margin-bottom:2px;
}
.header #Search{
	float:left;
}
.header #Search input{
	border: 1px solid #761819;
    margin-right: 5px;
    padding: 2px 4px;
    width: 118px;
}
.header #SearchForm_SearchForm_action_results{
	background: url(../img/searchbut.jpg) no-repeat 0 0;
	border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 22px;
    padding-bottom: 4px;
    text-transform: lowercase;
    width: 46px;
}
.header .mainmenu{
	border-bottom:1px solid #EEEBDB;
	border-top:5px solid #640416;
	width:236px;
	height:236px;
	float:left;
	background: url(../img/mainmenu.jpg) no-repeat 0 0 #45030F;
}
.header .mainmenu ul{
	padding: 25px 40px;
	margin:0;
	list-style-type:none;
}
.header .mainmenu li{
	padding-left:25px;
	margin-bottom: 11px;
	background: url(../img/li.png) no-repeat 1px 5px;
}
.header .mainmenu a{
	color: #D7D2B7;
	font-family: Times New Roman;
	font-size:18px;
	text-decoration:none;
}
.header .pict{
	border-bottom:1px solid #EEEBDB;
	border-top:5px solid #44030F;
	text-align:right;
	background-color: #45030F;
}
.header .pict img{
	border-left:1px solid #EEEBDB;
}



/* center col */
.center-col {
	width:820px; 
	float:left; 
	overflow:hidden;
	background-color: #EEEBDB;
	border-top:1px solid #EEEBDB;
	padding-bottom: 215px;
}
.center-col table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}
.center-col td{
	padding: 0px 20px;
}

.center-col td.zag{
	font-size:16px;
	width:164px;
	font-weight:bold;
	font-family: Times New Roman;
	text-transform: uppercase;
	background: url(../img/razd.jpg) no-repeat 0 0 #C9C8B4;
	padding: 12px 0 12px 20px;
	border-right: 1px solid #EEEBDB;
}
.center-col td.lst2{
	border: 0px !important;
}
.center-col td.lst{
	border: 0px !important;
	background: none !important;
}
.inner .center-col td.leftcol{
	font-size:16px;
	font-weight:bold;
	font-family: Times New Roman;
	text-transform: uppercase;
	background: url(../img/leftcol.jpg) no-repeat 0 0 #C9C8B4;
	padding: 12px 0 12px 20px;
	border-right: 1px solid #EEEBDB;
}
.inner .center-col td.centercol{
	width:560px;
	background: url(../img/centercol.jpg) no-repeat 0 0  #C9C8B4;
	padding: 12px 0 12px 20px;
}
.inner .bread{
	font-size:11px;
}

.center-col td.ul{
	background: url(../img/td.jpg) repeat-y top right;
	padding-top:10px;
	text-transform: lowercase;
}
.inner .center-col td.ul,
.inner .center-col td.typography{
	padding-top:20px;
}
.inner .center-col .bread a{
	text-decoration:underline;
}
.inner .center-col .bread span{
	padding:0 5px;
}
.center-col td a{
	text-decoration:none;
}
.center-col td a:hover,
.center-col td a.section{
	color: #751819;
}
.center-col td ul{
	font-size:12px;
	list-style-type:none;
	padding:0;
	margin:0;
}
.center-col td ul ul li{
	background:none;
	margin-top:3px;
}
.center-col td li{
	background: url(../img/li2.jpg) no-repeat 1px 8px;
	padding-left:12px;
	margin-bottom: 5px;
}
.print-link{
	margin: 20px 0;
}


/* footer */
.footer {
	width:820px; 
	margin:0 auto; 
	position:relative;
}

.footer-b {
	width:100%; 
	height:207px; 
	border-top: 6px solid #45030F;
	background: url(../img/phone.jpg) no-repeat 1px 5px #C9C8B4;
	position: absolute; 
	top:-213px; 
	left:0;
}
.footer-b div{
	border-top: 2px solid #EEEBDB;
}
.footer table{
	margin-top:20px;
	font-size:11px;
	width:100%;
}

.footer p{
	margin:0;
}
.footer a{
	color: #761819;
}
.footer .lc{
	padding: 5px 0 0 5px;
    width: 233px;
	border-right: 1px solid #AEAD99;
	position: relative;
}
.footer .lc .phone {
	margin-left: 100px;
}
.footer .cc{
	border-right: 1px solid #AEAD99;
	padding: 5px 20px 0;
}

.footer .rc{
	padding: 5px 0 0 20px;
	width: 244px;
	position: relative;
}

.footer .company-text {
	font-style: italic;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 48px;
}