body {
	font-size: 13px;
	/*
		Font-families
		Arial, Helvetica, sans-serif
		"Arial Black", Gadget, sans-serif
		"Courier New", Courier, monospace
		Impact,Charcoal, sans-serif
		Tahoma, Geneva, sans-serif
		"Times New Roman", Times, serif
		"Trebuchet MS", Helvetica, sans-serif
		Verdana, Geneva, sans-serif
		"MS Sans Serif", Geneva, sans-serif
	*/
	font-family: Tahoma, Geneva, sans-serif;
	color: #535353;
	background-color: white;
}

a, a:active, a:visited, a:hover {
	color: #006bfd;
}

h1, h2 { color: #ffba00; }
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
		margin: 0 0 .7em;
	}
	h1 a, h2 a { text-decoration: none; color: #ffba00; }
	
h3 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
	color: #6cb921;
}

label {
	display: block;
	margin-bottom: .3em;
}
input.itext,
textarea,
select {
	width: 300px;
	border: 1px solid black;
	
}
textarea { height: 100px; }

#dhead {
	height: 70px;
	background: #367ed2 url(../img/topgrad.png) top left repeat-x;
	position: relative;
	z-index: 10;
}
	
	#logo {
		background: transparent url(../img/logo.png) top left no-repeat;
		width: 187px; height: 58px;
		display: block;
		position: absolute;
		top: 10px; left: 14px;
		outline: none;
		-background: none;
		-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png', sizingMethod='image');
	}
		#logo span { display: none; }
	
	/* Green button on the right */
	#bwaah {
		display: block;
		position: absolute;
		width: 143px; height: 143px;
		top: 14px; right: 14px;
		z-index: 30;
		background: transparent url(../img/srochni.png) top left no-repeat;
		text-align: center;
		vertical-align: middle;
		color: white;
		text-decoration: none;
		font-size: 18px;
		outline: none;
		-background: none;
		-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/srochni.png', sizingMethod='image');
	}
		/* Don't want to mess with paddings */
		#bwaah span {
			display: block;
			width: 70px; height: 70px;
			margin: 1.7em auto;
		}
		
	#left dt {
		color: #aeaeae;
		font-size: 11px;
	}
	
	#left dd {
		font-size: 13px;
		margin: 0;
	}
	
	/* Shitty centered menu on top */
	#micromenu {
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 13px;
	}
		#micromenu li {
			display: inline;
		}
			#micromenu a { color: black; }
			#micromenu a:hover { color: white; }
		
	#phone {
		color: white;
		font-size: 35px;
		font-weight: bold;
		text-align: center;
		margin: 0;
	}

#left {
	width: 228px;
	float: left;
	margin-left: 4px;
	margin-top: -3px;
	background: transparent url(../img/menutop.png) top left no-repeat;
	padding: 0 9px;
	position: relative;
	z-index: 20;
}
	#menu {
		font-size: 14px;
		margin: 15px 1px 0;
		min-height: 180px;
		-height: 180px;
		padding: 0 15px 0;
		background: #367ed2 url(../img/menugrad.png) bottom left repeat-x;
		border: 1px solid #166cc5;
		border-bottom: none;
		border-top: none;
	}
		#menu li {
			list-style: none;
			display: block;
			margin: 0 0 5px 0;
			padding: 0 0 0 9px;
			background: transparent url(../img/bulletSpr.png) 0px -112px no-repeat;
		}
			#menu li a {
				color: white;
				text-decoration: none;
				border-bottom: 1px dotted white;
			}
				#menu li a:hover { color: #ffba00; border-bottom-color: #ffba00; }
			
			#menu li.active { background: transparent url(../img/bulletSpr.png) 0px -32px no-repeat; }
				#menu li.active a { color: #ffba00; }
	
	/* The header of next block contains BG for bottom of #menu and top of #reqmenu */
	#zayava {
		width: auto;
		padding: 80px 0 0 15px;
		/* -1px is actually enough, but it seems different for webkits for no reason */
		margin: -6px 0 0 1px;
		background: transparent url(../img/pzhnya.png) top left no-repeat;
		font-size: 18px;
		color: #6cb921;
		*zoom: 1;
		*position: relative;
	}
	
	#reqmenu {
		padding: 36px 15px 0;
		margin: -26px 2px 0;
		min-height: 150px;
		-height: 150px;
		background: #d9d9d9 url(../img/graygrad.png) bottom left repeat-x;
		font-size: 13px;
	}
		#reqmenu li {
			list-style: none;
			display: block;
			margin: 0 0 5px 0;
			padding: 0 0 0 9px;
			background: transparent url(../img/bulletSpr.png) 0px -72px no-repeat;
		}
			#reqmenu li a {
				color: #535353;
			}
				#reqmenu li a:hover { color: #6cb921; }
			
			#reqmenu li.active { background: transparent url(../img/bulletSpr.png) 0px 7px no-repeat; }
				#reqmenu li.active a { color: #6cb921; }
		
	/* This header contains the bottom BG of #reqmenu */		
	#newsh {
		font-size: 15px;
		font-weight: normal;
		color: #6cb921;
		margin: -6px 0 0 2px;
		padding: 30px 0 0 15px;
		background: transparent url(../img/graybottom.png) top left no-repeat;
	}

#dbody {
	margin-left: 260px;
	padding-right: 20px;
	padding-top: 10px;
	*zoom: 1;
}
	#fwrap { float: left; }
	
	.breadcrumbs {
		color: #aaaaaa;
		font-weight: bold;
		font-size: 11px;
	}
		.breadcrumbs a {
			font-weight: normal;
			color: #aaaaaa;
		}
	
	.metro {
		overflow: hidden;
		position: relative;
		padding-left: 20px;
		display: inline-block;
	}
		.metro span {
			width: 17px; height: 301px;
			position: absolute;
			left: 0px; top: 0px;
			background: transparent url(../img/metro.png) top left no-repeat;
			-background: none;
			-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/metro.png', sizingMethod='image');
		}
			.metro span.sht { top: 0px; }
			.metro span.violet { top: -29px; }
			.metro span.yellow { top: -57px; }
			.metro span.blue { top: -85px; }
			.metro span.green { top: -114px; }
			.metro span.red { top: -142px; }
			.metro span.sky { top: -170px; }
			.metro span.gray { top: -199px; }
			.metro span.orange { top: -227px; }
			.metro span.salad { top: -255px; }
			.metro span.unknown { top: -284px; }


	#spec {
		overflow: hidden;
		-zoom: 1;
		height: 208px;
		*position: relative;
	}

		#spec .item {
			width: 165px; height: 188px;
			float: left;
			background: transparent url(../img/spec-pad.png) top left no-repeat;
			position: relative;
			margin: 0 20px 20px 0;
		}
			#spec .item .description {
				position: absolute;
				top: 117px; left: 10px;
				
			}
				#spec .item .description * { display: block; }
				#spec .item .description a { color: black; }
				#spec .item .price { color: #6cb921; font-weight: bold; }
			
			#spec .item a.pic {
				position: absolute;
				top: 10px; left: 10px;
				width: 139px; height: 92px;
				border: 3px solid white;
			}
			
	a.tbtn {
		background: transparent url(../img/btnSpr.png) 0 -13px no-repeat;
		width: 170px;
		display: block;
		margin: 0 0 1em;
		padding: 4px 10px 0;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		font-size: 13px;
		outline: none;
	}
		a.tbtn i {
			color: #535353;
			font-style: normal;
			position: relative;
			z-index: 30;
		}
		a.tbtn span {
			background: transparent url(../img/btnSpr.png) left top no-repeat;
			width: 190px;
			display: block;
			width: 190px;
			height: 14px;
			font-size: 1px;
			margin: -6px -10px 0 -10px;
			z-index: 10;
			position: relative;
		}
		
		a.tbtn:hover, a.tbtn.active { background-image: url(../img/btnActSpr.png); }
			a.tbtn:hover span, a.tbtn.active span { background-image: url(../img/btnActSpr.png); }
		
	.rcorner {
		background: #ededed;
		border: 1px solid #c0c0c0;
		position: relative;
		padding: 20px;
		margin: 0 1em 1em 0;
		-zoom: 1;
	}
		.rcorner i.c {
			width: 15px; height: 15px;
			position: absolute;
			display: block;
			background-image: url(../img/cornerSpr.png);
			background-repeat: no-repeat;
		}
			.rcorner i.ctl { background-position: left	top;	top:	-1px;	left:	-1px; }
			.rcorner i.ctr { background-position: right	top;	top:	-1px;	right:	-1px; }
			.rcorner i.cbl { background-position: bottom	left;	bottom:	-1px;	left:	-1px;	-bottom: -2px;}
			.rcorner i.cbr { background-position: right	bottom;	bottom:	-1px;	right:	-1px;	-bottom: -2px;}
			.rcorner i.ptr { background-position: -15px	0px;	top:	 20px;	left:	-8px;
				width: 8px; height: 27px;
				display: none;
			}
			
	#tButtons { display: none; }

	#tabs.tmEnabled {
		overflow: hidden;
		-zoom: 1;
	}
		#tabs.tmEnabled #tButtons {
			width: 205px;
			float: left;
			display: block;
			padding: 20px 0 0 0;
		}
		
		#tabs.tmEnabled #tabcontent {
			margin-left: 205px;
		}
		
		#tabs.tmEnabled #tabcontent .tab {
			display: none;
		}
		
	.list .item {
		overflow: hidden;
		position: relative;
		margin-bottom: 1.6em;
	}
		.list .item .price { clear: both; }
			.price span {
				font-weight: bold;
				color: #6cb921;
			}
			
		.list .item a.pic {
			float: left;
			position: relative;
			width: 153px; height: 105px;
			background: transparent url(../img/picshadowpad.png) 0 0 no-repeat;
			margin: 0 .5em .5em 0;
		}
			.list .item a.pic img {
				position: absolute;
				width: 139px; height: 92px;
				top: 4px; left: 7px;
			}
			
		.list .item h5 {
			font-weight: normal;
			font-size: inherit;
			margin: 0 0 .6em;
		}
		
		.pagination {
			overflow: hidden;
			-zoom: 1;
		}
		
			.pagination a {
				padding: .1em .5em;
				margin-right: .3em;
				display: block;
				float: left;
			}
				.pagination a.active {
					background: #006bfd;
					color: white;
					text-decoration: none;
				}
#footer {
	width: 100%;
	margin: 1em 0;
	color: #868181;
	text-align: center;
}

/* pin that footer! 
html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	-height: 100%;
	margin-bottom: -123px;
	position: relative;
}

#clearfooter {
	height: 123px;
	clear: both;
}

#footer {
	height: 123px;
	position: relative;
} */