/*
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:#000;
}
a:hover {
	text-decoration:none;
}
a:link h1, a:visited h1, a:active h1, a:link h2, a:visited h2, a:active h2 {
	color:#000;
	text-decoration:underline;
}
a:hover h1, a:hover h2{
	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;
}
.nonFooter {
	min-height: 100%;
}
* html .nonFooter {
	height: 100%;
}
.content {
	padding:0 0 140px; /*140px*/
}
.footer {
	position: relative;
	height:105px; /*105px*/
	padding-top:35px;
	margin:-140px 0 0 0; /*140px*/
}
.d-content {
	height:100%;
	min-width:1000px;
}

.g-index-title {
	margin-bottom:5px;
	font-size:1.692em; /*22px*/
	font-weight:bold;
}

.g-title {
	margin-bottom:15px;
	padding:2px 15px 2px 10px;
	font-size:1.167em; /*14px*/
	font-weight:bold;
	background:#f5c000;
	border-left:#5e666a 20px solid;
}

.g-min-title {
	margin-bottom:5px;
	font-size:1.167em; /*14px*/
	font-weight:bold;
}

.g-divider {
	margin:15px 0;
	border-bottom:#f5c000 1px solid;
	font-size:0;
	line-height:0;
}

.g-icon {
	margin:0 5px;
	vertical-align:middle;
}

.g-table {
	margin-bottom:15px;
}
	.g-table .th {
		padding:5px 10px;
		background:#cacccf;
		vertical-align:middle;
		text-align:center;
		font-weight:normal;
		border-right:#fff 1px solid;
	}
	.g-table .td {
		padding:5px 10px;
		vertical-align:middle;
		text-align:center;
		border:#cacccf 1px solid;
	}
	.g-table .spacer {
		height:3px;
		font-size:0;
		line-height:0;
	}

.contacts-map-image { 
	cursor:pointer;
}
	#s-map-container1, #s-map-container2 {
		display:none;
		position:absolute;
		margin:-150px 0 0 -410px;
		padding:3px;
		border:#788084 1px solid;
		background:#fff;
		cursor:pointer;
	}
	.print-map {
		position:absolute;
		top:-1000px;
		left:-1000px;
	}



/* =========== Content blocks ============ */


.b-add-nav {
	float:right;
	display:inline;
	margin:-15px 35px 0 0;
}
	.b-add-nav .spacer {
		margin-right:20px;
	}


.b-big-list {
	margin-bottom:15px;
	font-size:1.167em;
}
	.b-big-list .li {
		padding-left:15px;
		background:url(../dsn/mark_black_dot.gif) no-repeat 0 0.428em; /*6px*/
	}


.b-contacts {
	margin-bottom:20px;
}
	.b-contacts .name {
		padding:3px 10px 10px 0;
		font-weight:bold;
	}
	.b-contacts .value {
		padding:3px 15px 10px 0;
	}
	.b-contacts .map-cell {
		padding:3px 0 10px 0;
	}
	.b-contacts .d-text-cell {
		width:100%;
	}
	
	
.b-counters {
	margin:0 35px 10px;
}


.b-footer-contacts {
	margin-left:45px;
	padding-top:5px;
	font-size:1.167em; /*14px*/
}


.b-header {
     height:100px;
     margin-bottom:15px;
     background:#f5c000;
}


.b-footer-img {
	position:absolute;
	margin-top:-87px;
}


.b-header-menu {
	margin:0 125px;
	padding-top:8px;
}
	.b-header-menu .d-menu-grid {
		width:100%;
	}
	.b-header-menu .d-space {
		width:20%;
	}
	.b-header-menu .item {
		padding-top:20px;
		font-size:1.167em; /*14px*/
		text-align:center;
		white-space:nowrap;
	}
	.b-header-menu .selected {
		background:url(../dsn/mark_menu.gif) no-repeat 50% 0;
		font-weight:bold;
	}
	

.b-index-2col-widget {
	padding:0 35px;
	margin-bottom:20px;
}
	.b-index-2col-widget .d-first {
		float:left;
		width:33%;
	}
		.b-index-2col-widget .d-first .item {
			padding:0 15px 10px 10px;
		}
	.b-index-2col-widget .d-second {
		float:left;
		width:66.9%;
	}
		.b-index-2col-widget .d-second .item {
			padding:0 0 15px 10px;
		}


.b-index-detail {
	padding:15px 35px 15px 50px;
	background:#e0e1e3;
	margin-bottom: 15px;
}


.b-index-logo {
	position:absolute;
	left:50%;
	margin:18px 0 0 -101px;
}


.b-index-products-nav {
	padding:15px 35px;
	background:#f5c000;
}
	.b-index-products-nav .d-list {
		margin:0 10px;
	}
	.b-index-products-nav .d-list-grid {
		width:100%;
	}
	.b-index-products-nav .b-big-list, .b-index-products-nav .g-min-title {
		margin-right:15px;
	}


.b-index-right-widget {
	margin-bottom:20px;
	padding:10px 15px;
	border:#f5c000 1px solid;
}


.b-index-text-widget {
	margin:0 0 15px 35px;
}
	.b-index-text-widget .text {
		margin:0 340px 5px 10px;
	}
	.b-index-text-widget .g-min-title {
		margin-left:10px;
	}


.b-list {
	margin:0 0 15px 15px;
}
	.b-list .li {
		padding-left:13px;
		background:url(../dsn/mark_black_min_dot.gif) no-repeat 0 0.5em; /*6px*/
	}


.b-logo {
	display:block;
	margin-bottom:10px;
}


.b-main-menu {
	padding:15px 0 15px 25px;
	background:#f5c000;
}
	.b-main-menu .g-min-title {
		padding:2px 15px 3px 9px;
		margin-bottom:0px;
	}
		.b-main-menu .g-min-title a {
			text-decoration:none;
		}
		.b-main-menu .g-min-title a:hover {
			text-decoration:underline;
		}
	.b-main-menu .main-selected {
		background:#fff;
	}
	.b-main-menu .list {
		margin:0 15px 10px 0;
	}
		.b-main-menu .list .item {
			padding-left:15px;
			margin-left:10px;
			background:url(../dsn/mark_blackO_dot.gif) no-repeat 0 0.428em; /*6px*/
			font-size:1.167em; /*14px*/
		}
			.b-main-menu .list .item a {
				text-decoration:none;
			}
			.b-main-menu .list .item a:hover {
				text-decoration:underline;
			}
			.b-main-menu .list .item .selected {
				font-weight:bold;
				color:#231257;
			}


.b-measurer {
	margin:16px 0 17px;
}


.b-page-search {
	margin-bottom:20px;
}
	.b-page-search .d-pad {
		float:left;
		padding:10px;
		background:#cacccf;
	}
	.b-page-search .input {
		width:405px;
		border:#929190 1px solid;
		font-family:Arial, Helvetica, sans-serif;
		font-size:100%;
		vertical-align:middle;
	}
	.b-page-search .button {
		width:15px;
		height:15px;
		margin-left:5px;
		border:0;
		background:url(../dsn/btn_search1.gif) no-repeat 0 0;
		cursor:pointer;
		vertical-align:middle;
	}


.b-pager {
	margin-bottom:15px;
}


.b-phone {
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#929190;
}
	.b-phone .prefix {
		padding:2px 5px 0 45px;
		font-size:18px;
	}
	.b-phone .number {
		font-size:24px;
	}
	

.b-search {
	padding:5px 45px;
	margin-bottom:20px;
	background:#000;
}
	.b-search .input {
		width:205px;
		font-size:1em;
		font-family:Arial, Helvetica, sans-serif;
		border:#929190 1px solid;
		vertical-align:middle;
	}
	.b-search .button {
		width:15px;
		height:16px;
		margin-left:5px;
		background:url(../dsn/btn_search.gif) no-repeat;
		font-size:1em;
		font-family:Arial, Helvetica, sans-serif;
		border:none;
		vertical-align:middle;
		cursor:pointer;
	}


.b-send-form {
}
	.b-send-form .name {
		padding:2px 15px 0 0;
	}
	.b-send-form .value {
		padding:0 0 4px 0;
	}
	.b-send-form .select {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		border:#929190 1px solid;
		vertical-align:middle;
	}
	.b-send-form .larges {
		width:473px;
	}
	.b-send-form .mediums {
		width:350px;
	}
	.b-send-form .input {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		border:#929190 1px solid;
	}
	.b-send-form .large {
		width:470px;
	}
	.b-send-form .medium {
		width:230px;
	}
	.b-send-form .small {
		width:120px;
	}
	.b-send-form .textarea {
		width:470px;
		height:70px;
		margin:2px 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		border:#929190 1px solid;
	}
	.b-send-form .checkbox {
		vertical-align:middle;
	}
	.b-send-form .label {
		margin-left:5px;
		vertical-align:middle;
	}
	.b-send-form .button {
		width:122px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:100%;
	}
	.b-send-form .captcha {
		padding:2px 15px 0 0;
		text-align:right
	}


.b-slogan {
	margin-bottom:15px;
	padding:0 0 0 45px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:22px;
	color:#929190;
}
	



/* =========== Design ============ */

.d-colored {
	padding:10px 15px;
	background:#eeeded;
}


.d-index-right-side {
	float:right;
	width:290px;
	padding:230px 35px 0 15px;
}


.d-main-grid {
	width:100%;
}
	.d-main-grid .d-main-left {
		width:330px;
		background:#cacccf;
	}
		.d-main-grid .d-main-left .clear {
			width:330px;
			height:90px;
			background:#cacccf;
			visibility:visible;
		}
		.d-main-grid .d-main-left .d-main-pad-left {
			background:#fff;
		}
	.d-main-grid .d-main-right {
		width:100%;
	}
		.d-main-grid .d-main-right .d-main-pad {
			padding:0 35px 20px 20px;
		}
		

.b-print-head {
	position:absolute;
	height:234px;
	left:-10000px;
	top:-10000px;
}
	.b-print-head .logo-print {
		position:absolute;
	}
	.b-print-head .print-contacts {
		position:relative;
		padding:100px 0 20px 15px;
	}
		.b-print-head .print-contacts .text {
			font-size:15px;
		}


.d-standalone-button {
	padding-left:10px;
	padding-right:10px;
}


.d-standalone-select {
	width:340px;
	margin-bottom:5px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}





/* =========== Mod`s ============ */

.m-5px-btm-mrg {
	margin-bottom:5px;
}
.m-10px-btm-mrg {
	margin-bottom:10px;
}

.m-align-center {
	text-align:center;
}

.m-bold {
	font-weight:bold;
}

.m-blc-btm-mrg {
	margin-bottom:20px;
}

.m-disp-table {
	display:table;
}

.m-float-left {
	float:left;
}
.m-float-left-img {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
.m-float-right {
	float:right;
}
.m-float-right-img {
	float:right;
	margin-left:10px;
}

.m-img-border {
	border:#929190 3px solid;
}

.m-index-page {
	background:url(../dsn/bg1.jpg) no-repeat 100% 100px;
}
.m-inner-page {
	background:#fff url(../dsn/bg1.gif) repeat-y 0 0;
}

.m-inner-footer {
	background:#fff url(../dsn/bg2.gif) repeat-x 0 0;
}
	.m-inner-footer .b-footer-contacts {
		margin-left:330px;
		padding-top:10px;
	}
	.m-inner-footer .b-counters {
		padding-top:5px;
	}

.m-inner-header {
	height:70px;
	margin-bottom:0;
}

.m-inner-phone {
}
	.m-inner-phone .prefix {
		padding-left:77px;
	}

.m-no-btm-mrg {
	margin-bottom:0;
}

.m-no-decor-links a {
	text-decoration:none;
}
	.m-no-decor-links a:hover {
		text-decoration:underline;
	}
	
.m-orange-pad-dots .li {
	padding-left:10px;
	background:url(../dsn/mark_blackO_dot.gif) no-repeat 0 0.428em; /*6px*/
}

.m-para-mrg {
	margin-bottom:15px;
}

.m-gallary-img {
	float:left;
	margin:0 0 10px 10px;
}

.error{color:red;}

b{font-weight:normal;}
.b {font-weight:bold;}
.sub_articles { margin-left: 30px; margin-top: 10px; }

.meta_footer { width: 350px; padding: 10px; }
