/*
	Author: Rumin Sergey
	Copyright: CENTROARTS.com
	e-mail: centroarts@mail.ru
	URL: http://www.centroarts.com
*/

@import url("tools.css");
@import url("blocks.css");
@import url("base.css");
@import url("engine.css");

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, table, font {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
    margin: 0 0 0.2em 0;
	line-height: 1.1em;
}

/*Íàñòðîéêà çàãîëîâêîâ*/
h1 { font-size: 12px; font-weight: bold; }
h2 { font-size: 12px; font-weight: bold; line-height: 18px; }
h3 { font-size: 1em; font-weight: bold; line-height: 16px; }
h4 { font-size: 10px; font-weight: bold; line-height: 15px; }
.flarge { font-size: 17px; font-weight: normal; line-height: 18px; }
.indents {
	padding: 0; margin: 0;
	line-height: normal;
}

/*links*/
a { color: #de0000; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }

/*forms*/
input, textarea, select {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

/*PAGE*/
body {
	color: #414141;
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}

.pagebg {
	padding: 0; margin: 0;
	background-color: #e1e0dc;
}

/*OTHER SETTINGS*/
p {
	padding: 0; margin: 0;
	margin-bottom: 12px;
}
.nomarg { margin: 0; }
.clr { clear: both; }
img  { border:0 none; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
hr	{
	border: 0 none;
	border-top: 1px solid #cfcfcf;
	height: 1px;
}

table {
	border-collapse: collapse;
	border-spacing: 0; border: 0px;
}

table td { padding: 0px; }

/*UL, LI*/
ul {
    margin: 0;
    padding-left: 16px;
    list-style-position:outside;
    list-style-image:none;
}

ul li { margin: 0; padding: 0; }

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 18px;
	margin-left: 2.2em;
}

.ulreset, .ulreset li { margin: 0; padding: 0; display: block; list-style: none; }

/*WRAPPER ÎÑÍÎÂÍÎÉ ÐÀÇÌÅÐÍÛÉ ÁËÎÊ*/
*html .wwide { width: expression(document.body.clientWidth) < 979? "979px"; }
.wwide { width: 100%; min-width: 979px;  }

.wrapper {
	margin: auto;
	width: 989px;
	text-align: left;
}

.toppad { padding-top: 6px; }

.shadow {
	background: #fff url("../images/wrapshadow.png") repeat-y 100% 0;
	padding-right: 3px;
	overflow: hidden;
}

/*HEAD*/
.header { height: 152px; }
.infobar {
	background-color: #606060;
	height: 31px;
}
.headt { width: 100%; }
.thead { height: 78px; text-align: center; }
.leftitem { width: 397px; }
.rightitem { width: 589px; border-left: 1px solid #e5e4e1; }
.tmenu { height: 42px; }
.tmenu table { width: 100%; }
.tmenu table td {
	border: 1px solid #dedede;
	padding: 2px;
	background-color: #fff;
}

.leftitem .tmenu table td { width: 49.9%; }
.rightitem .tmenu table td { width: 33.3%; }

.rightitem .tmenu { padding-right: 7px; }
.leftitem .tmenu { padding-left: 7px; }

.leftitem .infobar h1 {
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.rightitem .infobar { padding-right: 10px; } 
.rightitem .infobar ul li { float: left; width: 18%; text-align: center; line-height: 29px; }
.rightitem .infobar ul li.flink { width: 46%; }
.rightitem .infobar ul li {
	font-size: 1.1em;
	color: #bcbdc0;
}
.rightitem .infobar ul li b, .rightitem .infobar ul li a { color: #ffffff; font-weight: bold; }

/*headpresent*/
.headpresent {
	padding: 0 7px;
	height: 264px;
}

.headpresent table {
	width: 100%;
	border-bottom: 11px solid #585858;
}

.headpresent table td { vertical-align: top; }

.leftmenu { width: 274px; }

/*BACKGROUND*/
.pagebg_g { background: url("../images/tophead_grey.jpg") no-repeat 50% 22px; }

/*SHADOWS CONT*/
.s_mid { overflow: hidden; padding-bottom: 10px; }
.s_pad { padding-left: 8px; }

/*ÑÒÐÓÊÒÓÐÀ ÁËÎÊÎÂ*/
.container,
.rightside,
.leftside,
.centersideinn { overflow: hidden; }
.rightside { float: right; width: 202px; }
.leftside { float: left; width: 194px; }
.centerside { margin-left: 202px; margin-right: 210px; }
.centersideinn { overflow: hidden; }
*html .centerside { margin-right: 303px; }
*html .centersideinn { width: 98.8%; }

.noblocks .centerside { margin-left: 0; margin-right: 0; }

.footbox { padding: 0 8px; }
.footbox table { width: 100%; }
.footbox table td { width: 25%; text-align: center; padding-bottom: 10px; }

.shadowfoot {
	height: 50px;
	background: url("../images/shadow_foot.png") no-repeat 50% 0;
	position: relative;
}

/*===Ñ×ÅÒ×ÈÊÈ===*/
.count {
	position: absolute;
	left: 15px; top: 10px;
}

.count span {
	display: block;
	float: left;
	height: 31px;
	margin-left: 2px;
}

.lightpics img {
	float: right;
	position: relative;
	top: 10px;
}
