/******************************************************
		GLOBAL CONFIGURATION
*******************************************************/	
* {
  margin: 0px;
  padding: 0px;
  outline:none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	height: 100%;
}

body {
	font-family:Arial;
	font-size:12px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	color: #333333;
	height: 100%;
	_text-align:center;
	background:#fff url(images/wrapper.gif) left top repeat-x;
}

img {
	border:none;
	vertical-align: top;
}

a:link,a:visited{
	font-weight:normal;
	text-decoration:underline;
	color: #005F71;
}

a:hover {
	text-decoration:none;
}
	
h1,h2,h3,h4 {
	font-weight:normal;
	font-family:"Trebuchet MS";
}
	
.clr{
	clear:both;
	padding:0;
	margin:0;
	overflow:hidden;
	height:1px !important;
}	

.button {
	cursor:pointer;
}
.button::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
ul {
	list-style:none;
}

ul, ol { 
	margin:0;
	padding:0;
}
*:focus{
	outline:none;
}

.wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	background:url(images/footer.gif) left bottom repeat-x;
}


/*
	MAIN
************************/
.main {
	width:1000px;
	margin:0 auto;
} 
	
/*
	HEADER
************************/
	
	.header {	
		height:68px;
		padding:32px 0 0 0;
	}
		.logo {
			width:206px;
			float:left;
		}
		
		.top {
			width:766px;
			height:40px;
			margin:5px 0 0 0;
			*background:url(images/top.png) no-repeat;
background:#005F71;
border-radius: 4px;
			float:right;
		}
		
			.top .nav {
				width:590px;
				float:left;
				padding:0 0 0 0px;
			}
			.top .nav ul{list-style:none;}
			.top .nav ul li {
				float:left;
				
				height:39px;
			}
			
			.top .nav ul li:hover,
			.top .nav ul li.active {
				background:#007084;
			}
			li.active-red {
				background:#007084;
			}
			.top .nav ul li a:link,
			.top .nav ul li a:visited
			{
				font-size:12px;
				color:#fff;
				text-decoration:none;
				display:block;
				float:left;
				height:27px;
				padding:13px 29px 0 29px;
				position:relative;
				margin:0 -1px 0 -1px; background:url(images/separator.png) right center no-repeat;
			}
			.top .nav ul li a:hover {
				
			}
			
			.top .search-box {
				width:160px;
				float:right;
				margin-top:10px;
				background:url(images/search_top.gif) left top no-repeat;
			}
		
			.top .search-box form {
				display:block;
			}
			.top .search-box .inputbox {
				display:inline-block;
				vertical-align: baseline; 
				width:110px;
				height:20px;
				overflow:hidden;
				position:relative;
				}
			.top .search-box .inputbox input{
				width:100px;
				padding:2px 0;
				position:absolute;
				left:5px;
				top:0px;
				font-size:12px;
				font-family:Tahoma;
				font-style:none;
			}
			.top .search-box .button{
				width:30px;
				height:20px;
				cursor:pointer;
				vertical-align:top;
			}
			.top .search-box input {
				border:none;
				background:none;
			}
/*		
	CONTENT
************************/
	
	.content {
		padding:0 0 80px 0;
		text-align:left;
		height: 1%;
		
	}
	
	.content:after {
		content: '.';
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
		.order-form {
			width:210px;
			height:279px;
			float:left;
			background:#e1ebed;
			-moz-border-radius:10px;
			border-radius:10px;
			behavior:url(pie.htc);
			position:relative;
		}
			.order-form h3 
				{ 
					text-align:center;
					font-size:20px;
					padding:4px 0 3px 0;
					border-bottom:2px solid #e32726;
					margin:0 10px;
				}
				.order-form  form {
					display:block;
					padding:5px 0 0 0;
				}
				.order-form  p {
					padding:1px 0 1px 10px;
				}
				.order-form .inputbox {
					width:188px;
					height:20px;
					display:inline-block;
					vertical-align:top;
					background:#fff;
					-moz-border-radius:4px;
					border-radius:4px;
					behavior:url(pie.htc);
					position:relative;
					border:1px solid #dcdcdc;	
				}
				.order-form .inputbox input {
					width:178px;
					margin:4px 0 0 3px;
					border:none;
					background:none;
					color:#626262;
					font-size:12px;
					font-family:Tahoma;
					vertical-align:top;
					font-style:none;
				}
				.order-form .textbox {
					width:184px;
					height:46px;
					padding:4px 0 0 4px;
					display:inline-block;
					vertical-align:top;
					background:#fff;
					-moz-border-radius:4px;
					border-radius:4px;
					behavior:url(pie.htc);
					position:relative;
					border:1px solid #dcdcdc;	
				}
				.order-form textarea {
					width:178px;
					height:42px;
					background:none;
					border:none;
						font-family:Arial;
						color:#626262;
						font-size:12px;
					overflow:hidden;
					resize:none;					
				}
				.order-form .description {
					font-size:10px;
					width:120px;
					float:left;
					padding:6px 0 0 8px;
					line-height:1;
				}
				.order-form .button-box {
					width:69px;
					float:left;
					margin-top:5px;
					margin-left:5px;
					*margin-left:2px;
				}
					.order-form .button-box  .button {
						width:69px;
						height:23px;
						border:none;
						cursor:pointer;
						background:url(images/b1.gif) no-repeat;
						font-size:11px;
						color:#fff;
					}
		.top-product-block {
			width:750px;
			float:right;
			*background:#3c5887 url(images/top-products.png) left top repeat-x;
background: #005F71;
			padding:10px 0 0 15px;
			-moz-border-radius:8px;
			border-radius:8px;
			behavior:url(pie.htc);
			position:relative;
		}
		.top-product-box {
			width:361px;
			height:122px;
			float:left;
			margin:0 12px 12px 0;
			position:relative;
			background:url(images/top-product-box.png) left top no-repeat;
			-moz-border-radius:8px;
			border-radius:8px;
*background: #f3f3f3;
		}
			.top-product-box a {
				display:block;
				width:361px;
				height:122px;
				position:absolute;
				left:0;
				top:0;
				z-index:999;
			}
			.img-box {
				width:178px;
				float:right;
				text-align:center;
				padding:5px 0 0 0;
			}
			
			.price-box {
				margin:9px 0 0 38px;
				font-size:20px;
				color:#ffffff;
				padding:10px 0 0 0;
				*padding:6px 0 0 0;
			}
			.price-box p {
				padding:0 0 10px 0;
				line-height:1;
			}
			.price-box span.price{
				font-weight: bold;
				display:inline-block;
				vertical-align:top;
				width:100px;
				height:26px;
				padding:0 10px 0 0;
				text-align:center;
				position:relative;
				margin-left:-10px;
				background:url(images/price.png) right top no-repeat;
			}
			.price-box span.price span {
				display:inline-block;
				vertical-align:top;
				width:100px;
				height:22px;
				*height:24px;
				padding:4px 0 0 6px;
				*padding:2px 0 0 6px;
				background:url(images/price.png) left -26px no-repeat;
			}
		
		.category-box {
			width:320px;
			float:left;
			border-right:1px solid #c3c3c3;
		}
		
		.category-box h3 {
			font-size:25px;
			padding:0 0 10px 0;
		}
		
		.cetegory-img {
			width:287px;
			height:55px;
			-moz-border-radius:8px;
			border-radius:8px;
			behavior:url(pie.htc);
			position:relative;
		}
		
		.category-box ul {
			width:287px;
			list-style:none;
			padding:10px 0;
		}
		
			.category-box ul	li {
				padding:6px 0;
				background:url(images/dot.gif) left bottom repeat-x;
			}
	
	.counsult-box {
		width:247px;
		overflow:hiden;
		float:right;
		-moz-border-radius:10px;
		border-radius:10px;
		behavior:url(pie.htc);
		position:relative;
		padding:16px 20px 20px 20px;
		background:#C8003C;
		color:#fff;
		line-height:1 !important;
		
	}	
	
	.counsult-box-out {
		width:297px;
		height:210px;
		overflow:hidden;
		float:right;margin:10px 0 10px 20px;
		
	}
		.counsult-box h3 {
			font-size:25px;
			padding:0 0 12px 0;
		}
		.counsult-box strong {
			font-size:14px;
		}
		.counsult-box p {
			padding:0 0 5px 0 !important;
			line-height:1.4 !important;
			color:#fff !important;
		}
		.counsult-box a:link,
		.counsult-box a:visited
		{
			text-decoration:underline !important;
			color:#fff !important;
		}	
		.counsult-box a:hover {
			text-decoration:none !important;;
		}
			.counsult-box  .description {
				padding-bottom:10px;
			}
			.counsult-box  .phone {
				padding-bottom:8px;
			}
			.counsult-box  .phone span{
				display:inline-block;
				vertical-align:top;
				padding:0 0 0 15px;

			}
			.counsult-box  span.skype{
				display:inline-block;
				vertical-align:top;
				padding:0 0 0 20px;

			}
			.counsult-box  span.icq{
				display:inline-block;
				vertical-align:top;
				padding:4px 0 0 20px;

			}
			.content-text h1{
				font-size:25px;
				width:650px;
				padding:10px 0 10px 5px;
			}
			.content-text p {
				padding:0 0 25px 5px;
				line-height:1.7;
				color:#333333;
			}
			.content-text p a:link,
			.content-text p a:visited {
				text-decoration:none;
				color:#004957;
			}
			.content-text p a:hover {
				text-decoration:underline;
			}
			.list-documents {
				padding:10px 0 20px 20px;
			}
			.list-documents strong {
				font-weight:bold;
			}
			.list-documents ul li {
				float:left;
				width:33%;
				padding:0 0 10px 0;
				line-height:1.4;
				margin:0 0 0px 0px;
				list-style: none;
			}
				.list-documents ul li img {
					float:left;
					margin:0 10px 0 0;
				}
				.list-documents ul li a:link,
				.list-documents ul li a:visited {
					font-weight:bold;
					color:#626262;
					text-decoration:none;
				}
				.list-documents ul li a:hover {
					text-decoration:underline;
				}
		.line {
			height:25px;
			overflow:hidden;
			background:url(images/line.gif) center center no-repeat;
			clear:left;
		}		
		.cataloge-block h3 {
			padding:0 0 10px 0;
			margin:0 0 0 150px;
		}
		.cataloge-block h3 a{
			font-size:12px;
			color:#004957;
			font-family:Arial;
			font-weight:bold;
			TEXT-TRANSFORM: uppercase;
			}	
		.cataloge-block 	p {
			*line-height:normal;
			line-height:1.7;
			font-size:12px;
			padding:0 0 10px 0 !important;
			margin:0 0 0 150px;
		}	
			.cataloge-block 	img {
				max-width:130px;
			}
			.cataloge-block 	p a:link,
			.cataloge-block 	p a:visited {
				color:#000;
				text-decoration:none !important;
			} 		
				
/*
	FOOTER
**********************/
	
	.footer {
		width:100%;
		padding:0;
		margin: -80px auto 0 auto;
		height:65px;
		padding:15px 0 0 0;
		position:relative;
		width:1000px;
		border-top:1px solid #dbdbdb;
	}
		
			.footer .search-box {
				width:268px;
				float:left;
				margin-top:10px;
				background:url(images/search_b.gif) left top no-repeat;
			}
			.footer .search-box .inputbox {
				display:inline-block;
				vertical-align:top;
				height:16px;
				width:236px;
				}
			.footer .search-box .inputbox input{
				vertical-align:top;
				width:230px;
				color:#6f6f6f;
				margin:3px 0 0 5px;
				font-size:11px;
			}
			.footer .search-box .button{
				width:30px;
				height:22px;
				cursor:pointer;
				vertical-align:top;
			}
			.footer .search-box input {
				border:none;
				background:none;
				padding:2px 0 0 0;
				*padding:1px 0 0 0;
			}
			
			.footer .nav {
				width:720px;
				float:right;
				text-align:right;
				padding:10px 0 0 0;
			}
			.footer .nav ul{
				list-style:none;
				}
			.footer .nav ul li{
				display:inline;
			}
			.footer .nav ul li a:link,
			.footer .nav ul li a:visited {
				color:#393737;
				text-decoration:none;
				padding:2px 20px;
				display:inline-block;
				vertical-align:top;
				background:url(images/separator_b.gif) right center no-repeat;
			}
			.footer .nav ul li a:hover {
				text-decoration:underline;
			}


/*
	UPGRADE
**********************/


.bCell {
    width: 40px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    font-weight: bold;
    color: #333333;
    background-color: #EEEEEE;
}

.wCell {
    width: 95px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
}

.bCellAll {
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    padding: 5px;
    background-color: #f6f6f6;
}

.bCellAllprice {
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    padding: 5px;
    background-color: #f6f6f6;
			-moz-border-radius:6px;
			border-radius:6px;
			behavior:url(pie.htc);
}

.colorCellAllprice {
    border: 1px solid #E72C2B;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    padding: 5px;
    background-color: #f5f5f5;
			-moz-border-radius:6px;
			border-radius:6px;
			behavior:url(pie.htc);
}

.bCellAllpriceLeft {
    border: 1px solid #dcdcdc;
    text-align: left;
    vertical-align: top;
    margin: 2px;
    padding: 5px;
    background-color: #E1EBED;
			-moz-border-radius:6px;
			border-radius:6px;
			behavior:url(pie.htc);
}

.bCellAllLeft {
    border: 1px solid #dcdcdc;
    text-align: left;
    vertical-align: middle;
    margin: 2px;
    padding: 5px;
    background-color: #f6f6f6;
}

.wCellAll {
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    padding: 5px;
    background-color: #ffffff;
}

.wCellAllprice {
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    padding: 5px;
    background-color: #ffffff;
			-moz-border-radius:6px;
			border-radius:6px;
			behavior:url(pie.htc);
}

.wCellAllpriceNoNbsp {
    border: 1px solid #dcdcdc;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    padding: 1px;
    background-color: #ffffff;
			-moz-border-radius:4px;
			border-radius:4px;
			behavior:url(pie.htc);
}

.wCellAllpriceLeft {
    border: 1px solid #dcdcdc;
    text-align: left;
    vertical-align: top;
    margin: 2px;
    padding: 5px;
    background-color: #ffffff;
			-moz-border-radius:6px;
			border-radius:6px;
			behavior:url(pie.htc);
}

.redCellAll {
    border: 1px solid #F6F6F6;
    text-align: center;
    vertical-align: middle;
    margin: 1px;
    padding: 5px;
    color: #ffffff;
    background-color: #E32726;
			-moz-border-radius:6px;
			border-radius:6px;
			behavior:url(pie.htc);
}

.blueCellAll {
    border: 1px solid #F6F6F6;
    text-align: center;
    vertical-align: middle;
    margin: 1px;
    padding: 5px;
    color: #ffffff;
    background-color: #004957;

			-moz-border-radius:6px;
			border-radius:6px;
			behavior:url(pie.htc);


}

table.dataAll {
    border: 1px solid #dcdcdc;
    font-family:tahoma;
    text-align: center;
    vertical-align: middle;
    margin: 1px;
    padding: 0px;
}

table.dataAllblue {
    border: 0px solid #F6F6F6;
    font-family:tahoma;
    text-align: center;
    vertical-align: middle;
    margin: 1px;
    padding: 0px;
			background:#F6F6F6;
			-moz-border-radius:6px;
			border-radius:6px;
			behavior:url(pie.htc);
}

table.data {
    border: 1px solid #b4b4b5;
    height: 20px;
    font-size: 11px;
}

.row {
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
    margin-top: 15px;
}

table.products {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	font-family:tahoma;
}
td.products {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	font-family:tahoma;
}
tr.products {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	font-family:tahoma;
}

.content-text ul {padding:0 0 0px 0px; list-style: disc;line-height:1.5;}
.content-text li {padding:0 0 0px 10px; margin:0 0 0px 25px; color:#333333;line-height:1.5;}

.anons-form {
			background:#e1ebed;
			-moz-border-radius:10px;
			border-radius:10px;
			behavior:url(pie.htc);
			border:1px solid #e1ebed;
		}

.anons-form-vistavka {
			background:#F6F6F6;
			-moz-border-radius:10px;
			border-radius:10px;
			behavior:url(pie.htc);
			border:1px solid #F6F6F6;
		}


table.light{
	width:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
	}

tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}