html,body,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,th,td,address {
   margin:0;
   padding:0;
}
.wrap:after{
   content: ""; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
body{
	min-width: 1001px;
	background: #a1a0a0;
	font: 13px Arial, Helvetica, sans-serif;
}
a{
	color: #741016;
}
a img{
	border: none;
}
.rt{
	float: right;
}
.lt{
	float: left;
}
.cntr{
	text-align: center;
}
ul{
	list-style: none;
}
.content ul{
	list-style: disc;
	margin: 0 0 20px 15px;
}
.content ul ul{
	list-style: circle;
}

.content ol{
	list-style: numeric;
	margin: 0 0 20px 25px;
}
.content ol li{
        margin:8px 0 10px 0;
}


html{
	height: 100%;
}
body{
	height: 100%;
	min-height: 100%;
}
.page{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.footer{
	margin: -200px 0 0;
	position: relative;
	height: 200px;
}
/*- - - - - page - - - - -*/
.page{
	position: relative;
	margin: 0 76px;
	background: #fff url(../img/bricks/extra.gif) repeat-y 18px 0;
}
	.wrap{
		overflow: hidden !important;
		overflow: visible;
		margin: 0 auto;
		padding: 159px 0 220px;
	}
		.clear{
			clear: both;
		}

.content, .aside, .extra{
	overflow: hidden;
}

/*- - - - - columns: center, right - - - -*/
.subwrap{
	float: right;
	width: 100%;
}
	.content{
		float: left;
		width: 100%;
		border-top: 23px solid #fff;
	}
		/*- - - - - column: center - - - - -*/
		.content .lining{
			padding: 0 27px 0 207px;
		}
			.content .lining .column{
				overflow: hidden;
				width: 100%;
			}
.content p{
	margin: 0 0 1em;
}
.content h1{
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 .5em;
}
.content h2{
	font-size: 16px;
	margin: 0 0 .5em;
}
/*- - - - - column: left - - - - -*/
.extra{
	float: left;
	width: 190px;
	margin-right: -190px;
	border-top: 23px solid #fff;
}
	.extra .lining{
		margin: 0 0 0 18px;
	}
.nav{
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #909c9e;
	margin: 0 0 30px;
}
.nav li{
	
}
.nav li a{
	display: block;
	text-decoration: none;
	padding: 5px 20px;
	color: #143439;
	border-bottom: 1px solid #909c9e;
}
.nav li.active a{
	background: #cdd2d2;
}
.nav li a:hover{
	background: #e4e4e4;
}

.nav ul{
	padding: 10px 10px 10px 30px;
	font-size: 11px;
	border-bottom: 1px solid #909c9e;
}
.nav ul li{
	margin: 0 0 5px;
}
.nav ul li a{
	display: inline;
	padding: 0;
	font-weight: normal;
	background: none !important;
	color: #143439;
}

.nav ul li span a{
	color:#cc0000;
}

.news{
	padding: 0 15px;
	margin: 0 0 30px;
	font-size: 11px;
}
.news h3{
	font-size: 13px;
	font-weight: bold;
	color: #717a7c;
	margin: 0 0 5px;
}
.news p{
	margin: 1em 0 0;
}
.news a{
	color: #d4101c;
	font-size: 10px;
}
/*- - - - - header - - - - -*/
.header{
	height: 159px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 848px;
	background: #a1a0a0 url(../img/bricks/html.png) no-repeat 0 0;
}
	.header .lining{
		padding: 36px 20px 0;
		height: 123px;
		background: url(../img/bricks/body.png) no-repeat 100% 0;
	}
.header .phones{
	float: right;
	font: bold 12px/1.5 Tahoma;
	padding: 20px 20px 12px;
	width: 150px;
	text-align: right;
}
.logo{
	float: left;
	font-weight: bold;
	font-size: 33px;
	padding: 20px 16px 10px 22px;
	background: url(../img/bricks/logo.gif) no-repeat 100% 25px;
}
.logo span{
	display: block;
	font-size: 10px;
	color: #333;
	text-indent: 5px;
}
.logo a{
	text-decoration: none;
	color: #d4101c;
}

ul.goods{
	float: left;
	padding: 25px 0 0 15px;
	width: 230px;
	overflow: hidden;
}
.goods li{
	float: left;
	width: 83px;
	padding: 0 15px 5px 15px;
	border-right: 2px solid #6e7779;
	margin: 0 -2px 0 2px;
}
.goods li a{
	color: #333;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
.goods li a:hover{
	text-decoration: underline;
}

ul.main{
	clear: right;
	overflow: hidden;
	width: 100%;
	background: #909c9e;
	padding: 2px 0;
}
.main li{
	float: left;
	padding: 0 15px 3px;
	border-left: 1px solid #fff;
	line-height: 1;
}
.main li:first-child{
	border-left: none;
	padding-left: 27px;
}
.main li a{
	color: #fff;
	font: bold 12px Tahoma;
	text-decoration: none;
}
.main li a:hover{
	text-decoration: underline;
}

ul.srv{
	position: absolute;
	top: 125px;
	right: 34px;
	z-index: 100;
	overflow: hidden;
}
.srv li{
	float: left;
	font: bold 10px Tahoma;
	padding: 0 5px 3px;
	margin: 0 -1px 0 1px;
	border-right: 1px solid #333;
}
.srv li a{
	color: #333;
	text-decoration: none;
}
.srv li a:hover{
	text-decoration: underline;
}
/*- - - - - footer - - - - -*/
.footer{
	clear: both;
	background: url(../img/bricks/ftr1.png) no-repeat;
	color: #909c9e;
	font-size: 11px;
	min-width: 1001px;
}
	.footer .lining{
		padding: 10px 94px;
		height: 180px;
		background: url(../img/bricks/ftr2.png) no-repeat 100% 0;
	}
.rite{
	float: right;
	width: 50%;
	margin: 10px 0 0;
}
.footer .phones{
	border-left: 2px solid #909c9e;
	padding: 0 0 0 32px;
}
.dev{
	float: right;
	width: 200px;
}
.dev img{
	float: right;
}
.dev a{
	color: #909c9e;
	font-size: 10px;
	white-space: nowrap;
	float: right;
	clear: right;
}
.copyright{
	padding: 10px 0 0;
}

.counters{
	clear: both;
	margin: 50px 0 0;
	text-align: center;
}
.counters a{
	color: #fff;
}


.char{
text-align:center;
border-collapse:collapse;
margin:10px 0 35px 10px;}

.char td{
border:#666 dotted 1px;
padding:3px 8px;}

.char tr:first-child{
font-weight:bold;}

.sitemap ul{
        font-size:.95em;
	list-style: disc;
	margin: 0 0 20px 40px;
}
.sitemap ul li{
        margin: 6px 0;}
.sitemap ul ul{
        font-size:.92em;
        margin: 5px 0 20px 20px;}



