/*
CSS & html, by k206i'08. ICQ:82549720, http://www.k206i.ru/projects/

Alphabetically sorted. Global values with "g" prefix. Styles, contains design only - "d" prefix. Blocks content - "b" prefix. Styles, used for scripts only - "s" prefix. "m" prefix used for mod's rules, if they necessary. Specially styles and hacks for IE6 & IE7 placed in other *.css files in the same directory.

Images dir contains img files with: "btn" prefix - buttons pictures; "dum" prefix - pictures, used only for demonstration; "icon" prefix - fol all icons images; "mark" prefix - for markers, like in list marks; "corn" prefix - for corners fragment of the boards; "bg" - images, used only for design. Other contains pictures named in order, what they contain.
 
=========== Global values ============ 
*/


html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%; /*12px*/
}
a:link, a:visited, a:active {
	color:#0099d8;
}
a:hover {
	text-decoration:none;
}
.clear{
	height:0;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
	visibility:hidden;
}
ul {
	display:table;
}
.print {
	display:none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}


.g-divider {
	height:0px;
	margin:15px 0;
	border-bottom:#0099d8 1px solid;
	font-size:0;
	line-height:0;
}
	.m-min-mrg {
		margin:5px 0;
	}


.g-img {
	padding:2px;
	border:#aeaeae 1px solid;
}


.g-simple-list {
	
}
	.g-simple-list .li {
		padding-left:10px;
		background:url(../dsn/mark-min-black-dot.gif) no-repeat 0 0.5em; /*6px*/
	}


.g-table {
	margin-bottom:20px;
	width:100%;
}
	.g-table .th {
		padding:5px 15px;
		border:#fff 1px solid;
		background:#0099d8;
	}
	.g-table .spacer {
		height:4px;
		line-height:0;
		font-size:0;
	}
	.g-table .td {
		padding:3px 10px;
		border:#aeaeae 1px solid;
		width:25%;
	}


.g-title {
	margin-bottom:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:2.667em; /*32px*/
	color:#0099d8;
}
.g-min-title {
	margin-bottom:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:2em; /*24px*/
	color:#7d7d7d;
}
.g-x-min-title {
	margin-bottom:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em; /*18px*/
	color:#7d7d7d;
}






/* =========== Content blocks ============ */

.b-filter {
	margin-bottom:30px;
}
	.b-filter .classes {
		display:block;
		margin:0 0 15px 35px;
	}
		.b-filter .classes .item {
			display:block;
			padding:2px 10px 2px 17px;
		}
		.b-filter .classes .selected {
			background:url(../dsn/bg3.gif) no-repeat 0 50%;
		}
		.b-filter .classes .selected a {
			color:#fff;
			font-weight:bold;
			text-decoration: none;
		}
	.b-filter .brands {
	}
		.b-filter .brands .item {
			margin-bottom:3px;
			padding-left:45px;
			color:#7d7d7d;
			font-size:1.167em; /*14px*/
			font-family:"Times New Roman", Times, serif;
		}
			.b-filter .brands .item a {
				color:#7d7d7d;
				text-decoration:none;
			}
			.b-filter .brands .item a:hover {
				text-decoration:underline;
			}
		.b-filter .brands .selected {
			background:url(../dsn/mark-blue-line.gif) no-repeat 0 0.5em; /*7px*/
			color:#0099d8;
		}


.b-footer-adv {
	margin-bottom:30px;
	background:#eff0f2;
	text-align:center;
}


.b-gallary-item {
	float:left;
	width:170px;
	height:110px;
	text-align:center;
	font-size:1.333em; /*16px*/
}
	.b-gallary-item img {
		margin-bottom:5px;
	}


.b-header {
	margin:0 35px 15px 40px;
}
	.b-header .d-header-grid {
		width:100%;
		margin-bottom:15px;
	}
	.b-header .logo {
		padding:20px 60px 0 0;
	}
	.b-header .phone {
		width:100%;
		padding-top:25px;
		text-align:center;
		white-space:nowrap;
	}
		.b-header .phone table {
			margin:auto;
		}
		.b-header .phone .d-pad {
			padding-right:40px;
		}
		.b-header .phone .prefix {
			padding:8px 5px 0 0;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		.b-header .phone .number {
			font-size:2em; /*24px*/
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
	.b-header .menu {
		padding-top:15px;
		border-top:#badd69 12px solid;
		white-space:nowrap;
	}
		.b-header .menu .list {
			margin:0 10px 0 20px;
		}
			.b-header .menu .list .item {
				margin-bottom:5px;
				font-size:1.333em; /*16px*/
				color:#7d7d7d;
			}
	.b-header .site-nav {
		padding:23px 0 0 25px;
		text-align:center;
	}
		.b-header .site-nav .item {
			margin-bottom:11px;
		}
	.b-header .flash-area {
		text-align:center;
	}


.b-measurer {
	margin-bottom:23px;
}


.b-metro-map {
	margin-bottom:20px;
	position:relative;
}
	.b-metro-map .points {
		position:absolute;
		left:0;
		top:0;
	}
	.b-metro-map .describe {
		position:absolute;
		z-index:599;
		left:340px;
		top:155px;
		width:130px;
		padding:15px;
		border:#0099d8 1px solid;
		background:#fff;
	}


.b-print-head {
	position:absolute;
	left:-10000px;
	top:-10000px;
	padding-bottom:20px;
}
	.b-print-head .d-bg {
		position:absolute;
		left:0;
		top:100px;
	}
	.b-print-head .print-grid {
		width:100%;
	}
		.b-print-head .print-grid .prefix {
			padding:10px 5px 0 30px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		.b-print-head .print-grid .d-number {
			white-space:nowrap;
			padding-right:20px ;
		}
			.b-print-head .print-grid .number {
				font-size:32px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
			}
		.b-print-head .print-grid .text {
			width:100%;
			padding-top:5px;
		}


.b-rss {
	position:absolute;
	margin-top:-15px;
}
	.b-rss a {
		color:#7d7d7d;
	}


.b-search-page-panel {
	padding-bottom:20px;
}
	.b-search-page-panel .d-pad {
		float:left;
		padding:5px 15px 5px 10px;
		background:#0099d8;
	}
	.b-search-page-panel .input {
		width:450px;
		height:18px;
		padding:0 10px;
		border:none;
		color:#7d7d7d;
		vertical-align:middle;
	}
	.b-search-page-panel .button {
		width:15px;
		height:15px;
		margin-left:5px;
		border:none;
		cursor:pointer;
		background:url(../dsn/btn-search.gif) no-repeat 0 0;
		vertical-align:middle;
	}


.b-search-panel {
	margin-bottom:20px;
	padding:4px 0 4px 26px;
	background:#0099d8;
}
	.b-search-panel .input {
		width:135px;
		height:18px;
		padding:0 10px;
		border:none;
		color:#7d7d7d;
		vertical-align:middle;
	}
	.b-search-panel .button {
		width:15px;
		height:15px;
		margin-left:5px;
		border:none;
		cursor:pointer;
		background:url(../dsn/btn-search.gif) no-repeat 0 0;
		vertical-align:middle;
	}


.b-right-dot {
	margin:35px 0 20px;
}


.b-send-form {
	margin-bottom:20px;
	background:#f1f2f3;
}
	.b-send-form .spacer {
		height:5px;
		font-size:0;
		line-height:0;
	}
	.b-send-form .white-spacer {
		height:10px;
		font-size:0;
		line-height:0;
		background:#fff;
	}
	.b-send-form .title {
		padding:3px 15px;
		background:#fff;
	}
	.b-send-form .name {
		padding:3px 5px 3px 15px;
		white-space:nowrap;
	}
	.b-send-form .captcha {
		padding:2px 15px;
		text-align:right;
	}
	.b-send-form .button {
		display:inline-block;
		/*height:19px;*/
		width:107px;
		padding:1px 0;
		margin:0 10px 0 0;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		border:0;
		background-color:#0099d8;
		cursor:pointer;
		vertical-align:middle;
	}
	.b-send-form .value {
		width:100%;
		white-space:nowrap;
	}
		.b-send-form .value .input, .b-send-form .value .textarea, .b-send-form .value .select, .b-send-form .value .file {
			border:#7d7d7d 1px solid;
			font-family:Arial, Helvetica, sans-serif;
			font-size:1em;
			vertical-align:middle;
			margin:2px 0;
		}
		.b-send-form .value .large {
			width:300px;
		}
		.b-send-form .value .middle {
			width:241px;
		}
		.b-send-form .value .x-middle {
			width:155px;
		}
		.b-send-form .value .short {
			width:105px;
		}
		.b-send-form .value .x-short {
			width:70px;
		}
		.b-send-form .value .add {
			width:188px;
			margin-left:5px;
		}
		.b-send-form .value .textarea {
			width:300px;
			height:90px;
		}
		.b-send-form .value .select {
			width:302px;
		}
		
		
.b-sub-nav {
	margin:30px 0 20px;
}
	.b-sub-nav .item {
		margin-bottom:10px;
		font-size:18px; /*16px*/
		font-family:"Times New Roman", Times, serif;
		color:#7d7d7d;
	}
	
	.b-sub-nav .selected a{
		text-decoration:none;
		margin-bottom:10px;
		font-size:18px; /*16px*/
		font-family:"Times New Roman", Times, serif;
		color:#7d7d7d;
	}
	
	.b-sub-nav .selected a:hover{
		text-decoration:underline;
		
	}
	.b-sub-nav .marker {
		margin-bottom:20px;
	}


.contacts-map-image { cursor:pointer; padding:2px;}
	#s-map-container { display:none; position:absolute; margin:0; padding:3px; background:#fff; cursor:pointer; z-index:1000;}
	.print-map {
		position:absolute;
		top:-1000px;
		left:-1000px;
	}





/* =========== Design ============ */


.d-main-content {
	margin-bottom:40px;
	width:100%;
}
	.d-main-content .content-left {
		width:210px;
		padding-right:40px;
		padding-top:15px;
		background:url(../dsn/bg2.gif) no-repeat 0 120px;
	}
		.d-main-content .content-left .clear {
			width:210px;
		}
	.d-main-content .content-right {
		position:relative;
		width:195px;
		padding:15px 40px 0;
	}
		.d-main-content .content-right .clear {
			width:195px;
		}
	.d-main-content .content-center {
		width:100%;
	}


.d-main-grid {
	width:100%;
	height:100%;
	min-width:1000px;
}
	.d-main-grid .d-footer {
		vertical-align:bottom;
		background:url(../dsn/bg1.gif) no-repeat 35px 100%;
	}
		.d-main-grid .d-footer .m-float-right {
			margin-right:40px;
		}


.d-main-left-pad {
	padding-left:35px;
}




/* =========== Mod`s ============ */


.m-auto-width {
	width:auto;
}
.m-100pr-width {
	width:100%;
}

.m-disp-table {
	display:table;	
}

.m-float-right {
	float:right;
}
.m-float-right-img {
	float:right;
	margin:3px 0 0 10px;
}
.m-float-left {
	float:left;
}
.m-float-left-img {
	float:left;
	margin:3px 10px 0 0;
}

.m-gray-font {
	color:#7d7d7d !important;
}
.m-blue-font {
	color:#0099d8 !important;
}

.m-txt-pad {
	padding-left:10px;
}
.m-txt-blk-pad {
	padding:0 20px 0 10px;
}

.m-times-font {
	font-family:"Times New Roman", Times, serif;
}

.m-25px-mrg {
	margin-bottom:25px;
}
.m-blk-mrg {
	margin-bottom:20px;
}
.m-15px-mrg {
	margin-bottom:15px;
}
.m-10px-mrg {
	margin-bottom:10px;
}
.m-5px-mrg {
	margin-bottom:5px;
}
.m-3px-mrg {
	margin-bottom:3px;
}

.m-11px-font {
	font-size:0.917em;
}
.m-14px-font {
	font-size:1.167em;
}
.m-16px-font {
	font-size:1.333em;
}
.m-18px-font {
	font-size:1.5em;
}

.m-comment-font {
	color:#7d7d7d;
}
.m-black-font {
	color:#000;
}

.m-align-right {
	text-align:right;
}
.m-align-left {
	text-align:left;
}
.m-align-center {
	text-align:center;
}
.m-valign-middle {
	vertical-align:middle;
}

.m-no-measurer {
	padding-top:15px;
}

.m-text-td {
	padding:0 0 10px 20px;
}

.m-white-bg {
	background:#fff;
}

a.news{text-decoration:none; color:#7D7D7D;}
a.news:hover{text-decoration:underline; color:#7D7D7D;}

.error {color: red;}


/* =slider
-------------------------------------------------------------- */

#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:200px;
	height:300px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display: none;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-140px;
	}	
#nextBtn, #nextBtn2{ 
	left:940px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(/easyslider/images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(/easyslider/images/btn_next.gif) no-repeat 0 0;	
	}	
