@import url("reset.css");

html, body {
	height: 100%;
}

body {
	background: #fff url('images/bg.jpg') center 8px no-repeat;
	color: #000;
	font: normal 0.625em/1.4 Tahoma, sans-serif;
	text-align: center;
}

img {border:none;}
.container {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

.head {
	height: 97px;
	padding: 50px 0 0 200px;
	position: relative;
	z-index: 3;
}
	
	.logo {
		left: 49px;
		position: absolute;
		top: 7px;
	}
	
	.head .contacts {
		float: left;
		font-family: Helvetica, Tahoma, sans-serif;
		font-size: 1.8em;
		font-style: italic;
		list-style-type: none;
		margin: 0;
	}
	
		.head .contacts li {
			float: left;
			margin: 0 0 0 0;
			padding: 0 48px 0 0;
		}
		
			.head .contacts dd, .head .contacts dt {
				margin: 0;
				padding:  0 0 0 20px;
			}
			
			.head .contacts .email dd, .head .contacts .email dt {
				padding:  0 0 0 24px;
			}
			
			.head .contacts dd {
				color: #7f99be;
			}
			
			
			.head .contacts dt {
				color: #314c71;
			}
			
			.head .contacts .phone dt {
				background: url('images/ico_phone.gif') left center no-repeat;
			}
			
			.head .contacts .email dt {
				background: url('images/ico_mail.gif') left center no-repeat;
			}
			
			.head .contacts .icq dt {
				background: url('images/ico_icq.gif') left center no-repeat;
			}
	
	.loginBtn {
		background: #f3b400;
		float: right;
	}

.navigation {
	background: #7f99be;
	height: 34px;
	padding: 6px 0 0 200px;
	position: relative;
	z-index: 2;
}

	.navigation ul {
		float: left;
		height: 30px;
		list-style-type: none;
		margin: 0 42px 0 0;
		overflow: hidden;
	}
	
		.navigation li {
			float: left;
			margin: 0;
			padding-right: 15px;
			vertical-align: top;
			zoom: 1;
		}
		
		.navigation a img {
			float: left;
		}
		
		.navigation a img.highlight {
			display: none;
		}
		
		.navigation a:hover img {
			display: none;
		}
		
		.navigation a:hover {
			height: 1%;
		}
		
		.navigation a:hover img.highlight {
			display: block;
		}
	
	.searchWrap {
		background: #fff url('images/search_wrap.png');
		float: left;
		height: 21px;
		padding: 5px 0 0 10px;
		width: 163px;
	}
	
		.searchWrap input {
			background: #fff;
			border: 0;
			font-size: 1.2em;
			height: 18px;
			padding: 0;
		}
	
	.searchBtn {
		float: left;
	}

.mainBanner {
	height: 250px;
	margin: 0 50px 0;
	position: relative;
	width: 900px;
	z-index: 1;
}

	.mainBanner img {
		display: block;
	}

	.mainBanner .previous, .mainBanner .next {
		height: 24px;
		position: absolute;
		text-indent: -10000px;
		top: 111px;
		width: 24px;
		zoom: 1;
	}
	
	.mainBanner .previous {
		background: url('images/banner_prev.png') 0 0 no-repeat;
		left: -37px;
	}
	
		.mainBanner .previous:hover {
			background-position: 0 -24px;
		}
	
	.mainBanner .next {
		background: url('images/banner_next.png') 0 0 no-repeat;
		right: -37px;
	}
	
		.mainBanner .next:hover {
			background-position: 0 -24px;
		}


.news {
	background: #ccd9ec;
	height: 1%;
	font-size: 1.4em;
	list-style-type: none;
	margin: 0 50px;
}

	.news li {
		float: left;
		margin: 0;
		padding: 12px 11px 12px 12px;
		width: 185px;
	}
	
		.news li .date {
			color: #627a9b;
			margin-bottom: 0.8em;
		}
	
		.news li p {
			margin: 0;
		}
		
		.news li a {
			color: #485a75;
		}
		
		.news li a:hover {
			color: #4433ee;
		}

.moreNews {
	background: #ccd9ec;
	font-size: 1.4em;
	margin: 0 50px;
	padding: 0 16px 5px;
	text-align: right;
}

	.moreNews a {
		color: #485a75;
	}
	
	.moreNews a:hover {
		color: #4433ee;
	}

.mainContent {
	border-color: #d7d7d7;
	border-style: solid;
	border-width: 0 1px;
	height: 1%;
	margin: 0 50px;
	width: 898px;
}
	
	.mainContent div.left, .mainContent div.right {
		width: 428px;
	}
	
	.mainContent .contentBlock {
		background: #fff url('images/dotted.gif') left top repeat-x;
		clear: both;
		font-size: 1.4em;
		padding: 14px;
		width: 870px;
	}
	
	.mainContent div.left {
		background-position: left top !important;
		clear: none !important;
		padding-right: 7px;
	}
	
	.mainContent div.right {
		background-position: right top !important;
		clear: none !important;
		padding-left: 7px;
	}
	
	.contentBlock h1 {
		color: #666;
		font-size: 1.29em;
		font-style: italic;
		margin-bottom: 1em;
	}
	
		.marketing {
			list-style-type: none;
			margin: 0;
		}
	
	
	.menuCol {
		float: left;
		width: 237px;
	}
		.catalog_banners {
				background: #FFFFFF;
		}
		
		.menu {
			background: #ccd9ec;
			font-size: 1.5em;
			list-style-type: none;
			margin: 0 0 20px;
			padding: 19px 30px 30px 25px;
		}
		
			.menu li {
				height: 1%;
				margin: 0;
			}
			
				.menu li a, .menu li span {
					color: #0a254c;
					float: left;
					padding: 3px 5px 4px;
					text-decoration: none;
				}
				
				.menu li a:hover, .menu li a.active, .menu li span {
					background: #7f99be;
					color: #fff;
				}
				
					.menu ul {
						font-size: 0.93em;
						list-style-type: none;
						margin: 0 0 0 17px;;
					}
					
						.menu ul a, .menu ul span {
							color: #64758e;
						}
						
						.menu ul a:hover, .menu ul a.active, .menu ul span {
							background: #99aabf;
							color: #fff;
						}
		
		.banner {
			margin-bottom: 20px;
			padding: 0 20px;
			text-align: center;
		}
	
	.pageContent {
		float: left;
		font-size: 1.2em;
		padding: 22px 0 0 30px;
		width: 545px;
	}
	
		.breadcrumbs {
			color: #a1abd3;
			margin-bottom: 1em;
		}
	
			.breadcrumbs a {
				color: #a1abd3;
			}
		
		.catalogCategories {
				border-collapse: collapse;
				table-layout: fixed;
				width: 100%;
			}

			.catalogCategories td {
				padding-right: 40px !important;
				vertical-align: top;
			}

				.catalogCategories h2 {
					background: #ccd9ec;
					color: #394781;
					float: left;
					font-size: 1.42em;
					margin: 0 0 0.6em;
					padding: 3px 8px 5px;
				}

				.catalogCategories ul {
					clear: left;
					font-size: 1.17em;
					list-style-type: none;
					margin: 0 0 1.2em;
				}

					.catalogCategories ul li {
						background: url(images/li_ico.gif) left 8px no-repeat;
						margin: 0;
						padding-left: 8px;
					}

						.catalogCategories li a {
							color: #394781;
							text-decoration: none;
							}

						.catalogCategories li a:hover {
							color: #394781;
							text-decoration: underline;
							}

						.catalogCategories ul ul {
							font-size: 1em;
							padding: 3px 0 0 8px;
							}
		
		.category .catalogPic {
			padding-right: 10px;
			vertical-align: top;
		}
		
		.category {
			border-collapse: collapse;
			border-bottom: 2px solid #fff;
			width: 100%;
		}
		
			.category td {
				border-bottom: 1px solid #394781;
				padding: 0.8em 0;
				vertical-align: top;
			}
		
			.label {
				text-align: right;
				width: 115px;
			}
				
				.label p {
					margin: 0 0 0.3em;
				}
			
			.category a {
				color: #394781;
			}

			.category a:hover {
				color: #394781;
				text-decoration: none;
			}
		
		.productDescription {
			border-collapse: collapse;
			margin-bottom: 2em;
			width: 100%;
		}
		
			.productDescription .productPicture {
				width: 1px;
			}
			
			.productDescription .productPicture img {
				margin-right: 40px;
			}
			
			.productDescription td {
				vertical-align: top;
			}
			
				.productDescription .price {
					font-size: 1.33em;
					margin-bottom: 1.8em;
				}
		
		.news-list {
			list-style-type: none;
			margin: 0;
		}
		
			.news-list li {
				margin-bottom: 1em;
			}
		
			.news-list h2 {
				font-size: 1.17em;
				margin-bottom: 0.4em;
			}
			
			.news-date-time {
				font-size: 0.92em;
				color: #888;
			}

.partnersWrap {
	background: url('images/content_shadow.gif');
	margin: 0 41px 15px;
	padding: 0 10px;
	position: relative;
	width: 898px;
}

.contentBottomWrap {
	background: url('images/content_shadow.gif');
	margin: 0 41px 15px;
	padding: 30px 10px 0;
	position: relative;
	width: 898px;
}

	.partners {
		background: url('images/dotted.gif') 0 0 repeat-x;
		padding: 24px 14px 16px;
	}

	.partners table {
		width: 100%;
	}
	
		.partners table td {
			vertical-align: middle;
			text-align: center;
		}
		
		.partners a img.color {
			display: none;
		}
		
		.partners a:hover {
			height: 1%;
		}

		.partners a:hover img {
			display: none;
		}

		.partners a:hover img.color {
			display: inline;
		}

	.contentBottom {
		background: url('images/content_bottom.png');
		height: 29px;
		left: 0;
		margin: 0 -10px;
		position: relative;
		width: 918px;
	}
	
	.shadowFadeLeft {
		background: url('images/shadow_fade_l.jpg');
		height: 248px;
		left: -1px;
		position: absolute;
		top: -211px;
		width: 10px;
	}
	
	.shadowFadeRight {
		background: url('images/shadow_fade_r.jpg');
		height: 248px;
		position: absolute;
		right: -1px;
		top: -211px;
		width: 10px;
	}

.products {
	list-style-type: none;
	margin: 0 10px 20px;
}
	
	.products li {
		display: inline;
		margin: 0 7px;
	}

.footer {
	background: url('images/dotted_gray.gif') 0 0 repeat-x;
	height: 115px;
	padding: 12px 60px 0;
	clear: both;
}

	.copy {
		float: left;
		font-size: 1.1em;
		padding-top: 14px;
		width: 170px;
	}
	
	.counters {
		float: left;
		padding-top: 14px;
		width: 270px;
	}
	
	.footerMenu {
		color: #ecb700;
		float: left;
		list-style-type: none;
		margin: 0;
		padding-top: 20px;
		width: 356px;
	}
	
		.footerMenu li {
			display: inline;
			margin: 0 0 0 3px;
		}
		
			.footerMenu li a {
				margin-right: 3px;
			}
	
	.greensight {
		float: right;
	}

.popup {
	background: #edc005;
	display: none;
	font-size: 1.2em;
	left: 50%;
	margin-left: -300px;
	position: absolute;
	padding: 7px;
	text-align: left;
	top: 35%;
	z-index: 999;
	width: 600px;
}

	.popup .title {
		height: 1%;
		margin: 0;
		padding: 4px 3px 6px;
	}
	
		.popup .title img {
			float: left;
			vertical-align: middle;
		}
		
		.popup .title .close {
			float: right;
		}
	
	.popup table {
		margin: 0;
	}
	
	.popup a {
		color: #6e8cc2;
	}
	
	.popupCols {
		background: #fff;
		border-collapse: collapse;
		margin: 0;
	}
	
		.popupCols td {
			padding: 11px;
			vertical-align: top;
		}
		
			.popupCols table td {
				padding: 2px 6px 4px;
				white-space: nowrap;
			}
		
			.popup .textInput {
				border: 1px solid #6e8cc2;
				margin: 0;
				width: 118px;
			}
			
			.popupCols input {
				margin-right: 10px;
				vertical-align: middle;
			}
			
/* Globals begin */
h1 {
	color: #666;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 1em;
}

h2 {
	color: #666;
	font-size: 1.67em;
	font-weight: normal;
	line-height: 1em;
	margin: 1.4em 0 0.7em;
}

h3 {
	color: #666;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1em;
	margin: 1.4em 0 0.7em;
}

h4 {
	color: #666;
	font-size: 1.17em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	margin: 1.4em 0 0.7em;
}

h5 {
	color: #666;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 1.4em 0 0.7em;
}

h6 {
	color: #666;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	margin: 1.4em 0 0.7em;
}

a {
	color: #da0;
}

a:hover {
	color: #ff6644;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style-type: disc;
	margin: 0 0 1.2em 22px;
}

ol {
	margin: 0 0 1.2em 25px;
}

li {
	margin: 0 0 0.6em;
}

table.styled1 {
	border: 0;
	border-collapse: collapse;
	margin: 0.4em 0 1em;
}

	table.styled1 th {
		border-bottom: 1px solid #394781;
		font-weight: bold;
	}

	table.styled1 td, table.styled1 th {
		padding: 6px 13px 7px;
		text-align: left;
		vertical-align: top;
	}

table.styled2 {
	border: 2px solid #fff;
	border-collapse: collapse;
	margin: 0.4em 0 1em;
}

	table.styled2 th {
		background: #ccd9ec;
		font-weight: bold;
	}

	table.styled2 td, table.styled2 th {
		border: 1px solid #394781;
		padding: 6px 13px 7px;
		text-align: left;
		vertical-align: top;
	}

input, select, textarea {
	color: #000;
	font: normal 1em/1.2 Verdana, sans-serif;
}

.price {
	color: #ecb700;
	font-weight: bold;
}

.buy a {
	background: url('images/basket.gif') left center no-repeat;
	color: #394781;
	padding-left: 20px;
	text-decoration: underline;
}

.buy a:hover {
	text-decoration: none;
}

.footnote {
	font-size: 0.83em;
	margin-top: 2em;
}

.date, .description {
	font-size: 0.86em;
	color: #999;
	margin: 0;
}

.attachment {
	color: #999;
	line-height: 1.8em;
	padding-left: 21px;
}

.pdf {
	background: url('images/pdf.gif') left 4px no-repeat;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.left {
	float: left;
	margin-right: 0;
}

div.right {
	float: right;
	margin-left: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* Global end */

.head:after, .news:after, .mainContent:after, .menu li:after, .popup .title:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p.news-date-time {
margin-bottom: 0.5em;
}

table.certificates {
	border-collapse: collapse;
	width: 100%;
}

	table.certificates td {
		padding-bottom: 40px;
		text-align: center;
		vertical-align: middle;
	}
	
	table.certificates img {
		border: 1px solid #e4e4e4;
		padding: 1px;
	}
.note {
	color:red;
	font-size:85%;
}