@charset "windows-1251";
@charset "windows-1251";

/* + Common resets */

html {
	height: 100%;
}

body {
	background: #3E3E3E url('/images/common/bg.jpg') repeat-x;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	min-height: 100%;
	min-width: 1000px;
	padding: 0px;
	position: relative;
}

a {
	color: #cccccc;
}
a:hover {
	color: #ffffff;
}
	a img {
		border: 0px;
	}

div.hr {
	border-top: 1px dashed #716A6B;
	font-size: 1px;
	height: 10px;
	line-height: 1px;
	margin-top: 20px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 5px;
	line-height: 100%;
}

h2 {
	border-bottom: 1px dashed #ffff99;
	color: #ffff99;
	float: left;
	font-size: 1.67em;
	padding: 0px 0px 2px 0px;
}

h3 {
	color: #ffff99;
	line-height: 100%;
	margin-bottom: 11px;
	font-size: 1.67em;
}

h4 {
	color: #ffffff;
	font-size: 1.5em;
	margin: 11px 0px 11px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

/* - Common resets */

/* + Classes */

a.order {
	background: url('/images/forms/submit.png') no-repeat;
	color: #ffffff;
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: 34px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	width: 159px;
}

.fixPNG {
	filter: expression(fixPNG(this));
}
.yellow {
	color: #ffffcc!important;
}

div.bordered {
}
	div.bordered div.left,
	div.bordered div.right {
		background-image: url('/images/common/borders.gif');
		background-repeat: no-repeat;
		width: 18px;
	}
	div.bordered div.center {
		margin: 0px 18px 0px 18px;
	}
	div.bordered div.top {		
	}
		div.bordered div.top div {
			height: 18px;
		}
		div.bordered div.top div.left {
			background-position: 0px 0px;
			float: left;
			height: 18px;
		}
		div.bordered div.top div.right {
			background-position: -18px 0px;
			float: right;
			height: 18px;
		}
		div.bordered div.top div.center {
			border-top: 1px dashed #716A6B;
			height: 17px;
		}
	div.bordered div.bottom {
	}
		div#menu div.bottom div {
			height: 18px;
		}
		div.bordered div.bottom div.left {
			background-position: 0px -18px;
			float: left;
			height: 18px;
			width: 18px;
		}
		div.bordered div.bottom div.right {
			background-position: -18px -18px;
			float: right;
			height: 18px;
		}
		div.bordered div.bottom div.center {
			border-bottom: 1px dashed #716A6B;
			height: 17px;
		}
	div.bordered div.text {
		border-left: 1px dashed #716A6B;
		border-right: 1px dashed #716A6B;
		padding: 0px 18px 0px 18px;
	}
	div.bordered div.img_b {
		border-left: 1px dashed #716A6B;
		border-right: 1px dashed #716A6B;
		padding: 0px 5px 0px 5px;
		text-align: center;
	}
	div.bordered div.text  p {
		}
ul.list {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
	ul.list li {
		border-top: 1px dashed #716A6B;
		margin: 0px;
		padding: 11px 0px 11px 0px;
	}
		ul.list li a {
			color: #ffffff;
		}
		ul.list li a:hover {
			color: #cccccc;
		}
	ul.list li.first {
		border: 0px !important;
		padding: 0px 0px 11px 0px !important;
	}

p.toCatalog {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-left: 13px;
}	
	p.toCatalog a {
		color: #ffffff;
		text-decoration: none;
	}
	p.toCatalog a:hover {
		text-decoration: underline;
	}

ul.docsList {
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}
	ul.docsList li {
		padding: 0px 0px 11px 0px;
	}
/* - Classes */

/* + Layout */

div#container {
	background: url('/images/common/line.gif') 0px 45px repeat-x; 
	padding-bottom: 150px;
}

img#logo {
	height: 177px;
	position: absolute;
	left: 14px;
	top: 9px;
	width: 250px;
}

img#cookie {
	height: 78px;
	right: 37px;
	position: absolute;
	top: 0px;
	width: 137px;
}

ul#topMenu {
	font-size: 1.2em;
	left: 24%;
	list-style-type: none;
	margin: 0px;
	padding: 37px 0px 0px 290px;
	position: absolute;
	top: 0px;
}
	ul#topMenu li {
		border-left: 1px solid #cccccc;
		float: left;
		line-height: 100%;
		margin: 0px;
		padding: 0px 14px 0px 14px;
	}
	ul#topMenu li.first {
		border-left: 0px !important;
		padding-left: 0px !important;
	}

div#aside {
	float: left;
	width: 24%;
}
	div#aside div.phone {
		color: #ffffff;
		font-size: 3.0em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 15px 20px 10px 61px;
	}
	
	div#aside address {
		border-top: 1px dashed #716A6B;
		border-bottom: 1px dashed #716A6B;
		font-size: 1.2em;
		font-style:normal;
		margin: 0px 20px 0px 50px;
		padding: 14px 30px 14px 10px;
	}
		div#aside address a {
			color: #ffff99;
		}

	div#aside counter {
		margin: 5px 20px 0px 50px;
		padding: 14px 30px 14px 10px;
	}		

div#menu {
	font-size: 1.4em;
	margin: 186px 0px 0px 32px;
}
	div#menu div.left,
	div#menu div.right {
		background-image: url('/images/menu/borders.gif');
		background-repeat: no-repeat;
		position: absolute;
		width: 18px;
	}
	div#menu div.center {
		margin: 0px 18px 0px 18px;
	}
	div#menu div.top {
		position: relative;
		height: 18px;
	}
		div#menu div.top div {
			height: 18px;
		}
		div#menu div.top div.left {
			background-position: 0px 0px;
			left: 0px;
			height: 18px;
		}
		div#menu div.top div.right {
			background-position: -18px 0px;
			right: 0px;
			height: 18px;
		}
		div#menu div.top div.center {
			background: url('/images/menu/bg.jpg') 0% 0% repeat-x;
			border-top: 1px dashed #716A6B;
			height: 17px;
		}
	div#menu div.bottom {
		position: relative;
		height: 18px;
	}
		div#menu div.bottom div {
			height: 18px;
		}
		div#menu div.bottom div.left {
			background-position: 0px -18px;
			left: 0px;
			height: 18px;
		}
		div#menu div.bottom div.right {
			background-position: -18px -18px;
			right: 0px;
			height: 18px;
		}
		div#menu div.bottom div.center {
			background: #070707;
			border-bottom: 1px dashed #716A6B;
			height: 17px;
		}
	div#menu ul {
		background: #070707 url('/images/menu/bg.jpg');
		border-left: 1px dashed #716A6B;
		border-right: 1px dashed #716A6B;
		list-style-type: none;
		margin: 0px;
		padding: 0px 18px 0px 18px;
	}
		div#menu ul li {
			border-bottom: 1px dashed #716A6B;
			font-family: Georgia, "Times New Roman", Times, serif;
			padding: 8px;
		}
			div#menu ul li a {
				color: #ffffff;
				text-decoration: none;
			}
			div#menu ul li a:hover {
				color: #ffff99;
			}
			div#menu ul li.active a {
				color: #ffff99 !important;
			}
		div#menu ul li.last {
			border-bottom: none !important;
		}
		
div#main {
	font-size: 1.2em;
	margin-left: 24%;
	width: 75.5%;
}
div#contentContainer {
	overflow: hidden;
	//zoom: 1;
}

div#bannerBar {
	float: right;
	padding: 108px 0px 0px 0px;
	width: 174px;
}
	div#bannerBar div.bordered {
		margin: 0px 17px 0px 17px;
	}
ul#bmenu {
	list-style-type: none;
	line-height: 175%;
	margin: 9px 18px 9px 30px;
	padding: 0px;
}
	ul#bmenu li {
		color: #ffffff;
		margin: 0px;
	}
		ul#bmenu li a {
			color: #999999;
		}
		ul#bmenu li a:hover {
			color: #ffffff;
		}
img#tapke {
	height: 156px;
	margin: 10px 0px 15px 10px;
	width: 153px;
}

div#ideas {
	border-top: 1px dashed #716A6B;
	border-bottom: 1px dashed #716A6B;
	margin: 0px 20px 0px 20px;
	padding: 16px 0px 16px 0px;
	text-align: center;
}
	div#ideas a {
		color: #ffffff;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		text-decoration: none;
	}
		div#ideas a:hover {
			text-decoration: underline;
		}

div#content {
	margin-right: 177px;
	padding-top: 78px;
}

div#pageTitle {
	height: 105px;
	padding-left: 40px;
}

div#pageText {
	color: #cccccc;
	padding-left: 40px;
	padding-right: 10px;
}

table#products {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
	_width: 99%;
}
	table#products tr.first td {
		padding-top: 0px !important;
	}
	table#products th {
		padding: 0px;
	}
		table#products th b {
			height: 1px;
			display: block;
			width: 40px;
		}
	table#products td {
		padding: 20px 0px 0px 0px;
		width: 50%;
	}
		table#products td div.item {
			border-bottom: 1px dashed #716A6B; 
			height: 100%;
			width: 100%;
		}
			table#products td div.item h3 {
				margin-top: 7px;
			}
		table#products tr.links td {
			font-size: 0.9em;
			padding: 15px 0px 10px 0px;
		}
		table#products tr.links th {
			font-size: 0.9em;
			font-weight: normal;
			padding: 15px 0px 10px 0px;
			text-align: right;
		}
p.dontKnow {
	color: #ffff99;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}		
	p.dontKnow b {
		color: #ffffff;
		font-weight: normal;
		line-height: 150%;
	}
div#lIndexColumn {
	float: left;
	width: 270px;
}
	div#lIndexColumn div.padder {
		padding: 18px;	
	}

div#unbelievable {
	height: 320px;
	position: relative;
	width: 270px;
}

div#unbelievable img {
	position: absolute;
	top: -45px;
}

div#rIndexColumn {
	margin-left: 275px;
}
	div#rIndexColumn div.bordered {
		margin-top: 11px;
	}
	div#rIndexColumn div.padder {
		padding: 18px;
	}

form#reviewForm,
form#orderForm {
	color: #ffffff;
}
form#reviewForm {
	border-top: 1px dashed #716A6B;
	margin: 20px 0px 0px 0px;
	padding-top: 10px;
}
	form#orderForm table {
		border: 0px;
		border-collapse: collapse;
		width: 99%;
	}
		form#orderForm table td {
			padding: 0px;
			vertical-align: top;
		}
			form#orderForm table td ins {
				display: block;
				width: 30px;
			}
	form#reviewForm label,
	form#orderForm label {
		display: block;
		margin: 10px 0px 4px 0px;
	}
	form#orderForm select {
		width: 100%;
	}
	form#reviewForm input.text,
	form#orderForm input.text {
		width: 100%;
	}
	form#reviewForm input.submit,
	form#orderForm input.submit {
		background: url('/images/forms/submit.png');
		border: 0px;
		color: #ffffff;
		cursor: pointer;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		height: 42px;
		margin: 27px 0px 20px 0px;
		width: 159px;
	}
	form#reviewForm input.submit {
		margin-top: 10px;
	}
	form#reviewForm textarea,
	form#orderForm textarea {
		height: 145px;
		width: 100%;
	}
form#reviewForm input.text,
form#reviewForm textarea {
	_width: 90%;
}
div#product {
	overflow: hidden;
	zoom: 1;
}
	div#product h1 {
		color: #ffff99;
		margin: 0px 0px 15px 0px;
	}
	div#product div.images {
		float: left;
		width: 265px;
	}
		div#product div.images div.list {
			border-bottom: 1px dashed #716A6B;
			height: auto;
			margin-bottom: 10px;
			overflow: hidden;
			width: 265px;
		}
		div#product div.images ul {
			display: block;
			list-style-type: none;
			margin: 0px 0px 0px -21px;
			padding: 0px;
			overflow: hidden;
			width: 286px;
			//zoom: 1;
		}
			div#product div.images ul li {
				float: left;
				height:70px;
				padding: 0px 0px 15px 21px;
			}
		div#product div.images a {
			font-size: 0.9em;
			color: #999999;
		}
	div#product div.info {
		margin-left: 288px;
	}
		div#product div.info h3 {
			color: #ffffff;
		}
		div#product div.info div.hr {
			border-top: 1px dashed #716A6B;
			font-size: 1px;
			height: 10px;
			line-height: 1px;
			margin-top: 20px;
		}
	
div#footer {
	bottom: 0px;
	height: 125px;
	position: absolute;
	width: 100%;
}
	div#counter {
		float: left;
		height: 125px;
		width: 20%;
	}
	div#footer div.bordered {
		padding-left: 18px;
		margin-left: 24%;
		margin-right: 175px;
	}
		div#footer div.bordered div.text {
			padding-top: 5px;
			text-align: center;
		}
			div#footer div.bordered div.text img {
				height: 37px;
				width: 235px;
			}
/* - Layout */

