@import url(reset.css);

*:focus {
	outline:none;
}

.comments_form input {
	width: 360px !important;
height: 35px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
border: 1px solid #b6b6b6;
text-align: left;
font: italic 18px Myriad Pro, sans-serif;
padding-left: 10px;
margin-bottom: 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-icab-border-radius: 5px;
border-radius: 5px;

background: #fff;

}
.comments_form textarea {
	width: 360px !important;
height: 100px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
border: 1px solid #b6b6b6;
text-align: left;
font: italic 18px Myriad Pro, sans-serif;
padding-left: 10px;
margin-bottom: 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-icab-border-radius: 5px;
border-radius: 5px;

background: #fff;

}
.comments_form button {
	background-color: #356DA4;
width: 176px;
height: 42px;
border: medium none;
cursor: pointer;

margin-left: 90px;
margin-top: 20px;
font: 18px Myriad Pro cond, sans-serif;
color: #fff;

}
header, section, hgroup, nav, footer, article {
	display: block;
}

.clear{
	clear: both;
}

@font-face {
	font-family: Cuprum;
	src: url('../fonts/Cuprum-Regular.ttf');
	font-weight: normal;
}

@font-face {
	font-family: Cuprum;
	src: url('../fonts/Cuprum-Bold.ttf');
	font-weight: bold;
}

a:hover{
	text-decoration:none;
}

body{
	font-family: Cuprum;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #fefefe 13%, #f5f7fa 55%, #e5effa 86%, #a3c3e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(13%,#fefefe), color-stop(55%,#f5f7fa), color-stop(86%,#e5effa), color-stop(100%,#a3c3e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fefefe 13%,#f5f7fa 55%,#e5effa 86%,#a3c3e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#fefefe 13%,#f5f7fa 55%,#e5effa 86%,#a3c3e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#fefefe 13%,#f5f7fa 55%,#e5effa 86%,#a3c3e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#fefefe 13%,#f5f7fa 55%,#e5effa 86%,#a3c3e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#a3c3e4',GradientType=0 ); /* IE6-9 */
}


strong,em {
	font-weight: bolder;
}


.wrapper{
	width:100%;	
}

.header{
	width:100%;	
	background:url(../images/bg.png) no-repeat scroll center -20px transparent;
	background-size:cover;
	padding-top: 8px;
	margin-bottom:10px;
	padding-bottom:17px;
	border-bottom:2px solid #bdd3ea;
}

.contant-border{
	border-top:2px solid #bdd3ea;
}

.header-contant{
	width:980px;
	margin:0 auto;
	position:relative;
	height:193px;
}

.header-info{
	width:980px;
	height:144px;
	background:url(../images/info.png) no-repeat scroll 0 0 transparent;
}

.logo{
	width:300px;
	height:119px;
	background:url(../images/logo.png) no-repeat scroll 0 0 transparent;
	float:left;
	margin-top: 7px;
}

.logo a{
	display:block;
	height:119px;
}

.header-contacts{
	float:right;
	width:350px;
	height:140px;
	background:url(../images/contacts.png) no-repeat scroll right 2px transparent;
	padding-top:45px;
}

.header-contacts p{
	color:#2e62a4;
	font-size:14px;
	padding-left:10px;
}

.header-contacts h3{
	color:#f01754;
	font-size:24px;
}

.header-contacts a{
	color:#2e62a4;
	font-size:14px;
	text-decoration:none;
	background:url(../images/email.png) no-repeat scroll left center transparent;
	padding-left:17px;
}

.main-menu{
	background:url(../images/menu.png) no-repeat scroll 0 0 transparent;
	width:980px;
	height:60px;
	margin-top: -12px;
	position:absolute;
	top:144px;
	left:0;
}

.main-menu > ul > li{
	float:left;
	width:127px;
	height:60px;
	text-align: center;
	line-height: 71px;
}

.main-menu > ul > li:hover{
	background: url(../images/blikk.png) no-repeat scroll 1px 11px transparent;
	opacity: 0.5;
}

.main-menu > ul > li:hover a{
	color: rgb(53, 53, 53);
}

.main-menu > ul > li a{
	text-decoration:none;
	color:#fff;
	font-size:18px;
	display:block;
	height:60px;
}

.search{
	float:right;
	width:324px;
	margin-right:13px;
}

.header-search {
	border: none;
	width: 324px;
	height: 31px;
	background: url("../images/search.png") no-repeat scroll 0 0 transparent;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 20px;
	padding-right: 30px;
}

.header-search-btn{
	visibility: hidden;
}

 ::-webkit-input-placeholder {color:#a1b5cd;
	font-style:italic;
 }
 :-moz-placeholder {color:#a1b5cd;
	font-style:italic;
 }
 
.contant-container{
	width:100%;
}

.contant{
	width:992px;
	margin:0 auto;
}

.slider{
	width:992px;
	height:401px;
	background: url("../images/slider.png") no-repeat scroll 0 0 transparent;
	padding-top: 11px;
}

.slider-img{
	width:960px;
	height:380px;
	margin:0 auto;
}

#slides .slider-img{
	width:690px;
	height:338px;
	margin:0 auto;
	overflow: hidden;
}

.slides_control {
	width: 690px !important;
}

.slider-page .pagination {
	display: none;
}

.slider-img img{
	max-width:100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px ;
	behavior: url(border-radius.htc);
}

.about-contant{
	float:left;
	width:525px;
	padding-left: 20px;
	padding-right:20px;
	margin-top: 10px;
	border-right:1px solid #b6bec6;
}

.about-contant h1{
	color:#3f4449;
	font-size:24px;
	margin-bottom:6px;
}

.about-contant p{
	color:#435456;
	font-size:14px;
	margin-bottom:10px;
}

.news{
	width:370px;
	margin-top: 10px;
	float:right;
	margin-right:20px;
}

.news h2{
	color:#616468;
	font-size:24px;
	text-align:center;
}

.news-block h3{
	color:#4f769e;
	padding-left:15px;
	font-size:16px;
	margin-bottom:3px;
}

.line{
	border-top:1px dashed #73777d;
	margin-bottom:5px;
}

.news-block{
	margin-bottom:20px;
}

.news-block p{
	color:#000;
	padding-left:15px;
	font-size:13px;
	width:300px;
}

.data-more{
	border:1px dashed #9fa6ae;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px ;
	behavior: url(border-radius.htc);
	padding:5px 10px;
	margin-top:5px;
}

.data-more span{
	float:left;
	color:#69a0d4;
	font-size:13px;
	padding-left: 5px;
	line-height: 14px;
}

.data-more a{
	float:right;
	color:#3d6f9d;
	font-size:13px;
}

.footer{
	width:992px;
	margin:30px auto 0;
}

.logo-footer{
	width:163px;
	height:63px;
	float:left;
	background: url("../images/logo-footer.png") no-repeat scroll 0 0 transparent;
	margin-right:15px;
}

.logo-footer a{
	width:163px;
	height:63px;
	display:block;
}

.copy{
	float:left;
	width:303px;
	padding-left:17px;
	color:#687580;
	font-size:14px;
	padding-top: 16px;
	line-height: 1.2;
	background: url("../images/line2.png") no-repeat scroll 0 center transparent;
	height:46px;
}

.logo-top{
	width:201px;
	height:45px;
	float:right;
	background: url("../images/top.png") no-repeat scroll 0 0 transparent;
	margin-top: 6px;
}

/*slider slider slider slider slider*/

.sidebar{
	float:left;
	width:195px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-icab-border-radius: 10px;
	border-radius: 10px ;
	behavior: url(border-radius.htc);
	position:relative;
	min-height:325px;
	background-color:#dce8f3;
	border: 1px solid #eff5fb;
	padding-top:25px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:30px;
}

.blilk{
	width:119px;
	height:167px;
	position:absolute;
	top:0;
	left:25px;
	background: url("../images/blik.png") no-repeat scroll 0 0 transparent;
	z-index:100;
}

.header-aside{
	width:214px;
	height:16px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-107px;
	background: url("../images/header.png") no-repeat scroll 0 0 transparent;
	z-index:10;
}

.footer-aside{
	width:216px;
	height:11px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-108px;
	background: url("../images/footer.png") no-repeat scroll 0 0 transparent;
	z-index:10;
}

.line-left{
	width:1px;
	height:320px;
	position:absolute;
	bottom:11px;
	left:-2px;
	background: url("../images/line3.png") no-repeat scroll 0 0 transparent;
	z-index:10;	
}

.line-right{
	width:1px;
	height:320px;
	position:absolute;
	bottom:11px;
	right:-2px;
	background: url("../images/line3.png") no-repeat scroll 0 0 transparent;
	z-index:10;	
}

.sidebar > ul{
	position:relative;
	z-index:500;
}

.sidebar > ul > li{
	margin-bottom:10px;
	padding-left:15px;
	background: url("../images/marker.png") no-repeat scroll 0 6px transparent;
}

.sidebar > ul > li:hover{
	background: url("../images/marker-hov.png") no-repeat scroll 0 6px transparent;
}

.sidebar > ul > li > a{
	color:#356da4;
	font-size:16px;
	text-decoration:none;
	border-bottom:1px dashed #356da4;
	line-height: 1.2;
}

.sidebar > ul > li:hover  a{
	color:#2a435c;
	font-size:16px;
	text-decoration:none;
	border-bottom:1px dashed #2a435c;
}



.sidebar > ul > div > li{
	margin-bottom:10px;
	padding-left:15px;
	background: url("../images/marker.png") no-repeat scroll 0 6px transparent;
}

.sidebar > ul > div > li:hover{
	background: url("../images/marker-hov.png") no-repeat scroll 0 6px transparent;
}

.sidebar > ul > div > li > a{
	color:#356da4;
	font-size:16px;
	text-decoration:none;
	border-bottom:1px dashed #356da4;
	line-height: 1.2;
}

.sidebar > ul > div > li:hover  a{
	color:#2a435c;
	font-size:16px;
	text-decoration:none;
	border-bottom:1px dashed #2a435c;
}




.breadcrumbs-block a{
	color:#47788a;
	font-size:13px;
	float:left;
	padding-right:5px;
	padding-left:3px;
}

.breadcrumbs-block{
	margin-top:55px;
}

.bottom{
	padding-bottom:27px;
}

.breadcrumbs-block ul li{
	float:left;
	color:#47788a;
	font-size:13px;
}

.contant-right{
	float:left;
	width:730px;
	padding-left:10px;
}

.slider-page{
	width:690px;
	height:336px;
	position:relative;
	margin: 0 auto 10px;
}

.slider-page img{
	max-width:100%;
}

.arrow-left{
	width:19px;
	height:31px;
	position:absolute;
	top: 150px;
	left: -25px;
	background: url("../images/arrow-left.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
}

.arrow-right{
	width:19px;
	height:31px;
	position:absolute;
	top: 150px;
	right: -25px;
	background: url("../images/arrow-right.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
}

.text-page h1{
	color:#595e60;
	font-size:24px;
	margin-bottom:25px;
}

.text-page{
	padding-top:13px;
	border-top:2px solid #bdd3ea;
}

.text-page p{
	color:#595e60;
	font-size:14px;
	margin-bottom:15px;
}

.text-page h2{
	color:#1c2427;
	font-size:18px;
	line-height: 1.2;
}

.text-page h3{
	color:#595e60;
	font-size:14px;
}

.text-page ul{
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
}

.text-page ul li{
	padding-left:18px;
	color:#595e60;
	font-size:14px;
	background: url("../images/list.png") no-repeat scroll left center transparent;
	line-height: 1.2;
}

.page-table tr{
	border-top:1px solid #b0bac4;
}

.page-table tr:first-child{
	border-top:none;
}

.page-table td{
	border-left:1px solid #b0bac4;
	padding-bottom:8px;
	padding-top:8px;
	padding-right:40px;
	padding-left:40px;
	color:#6d828b;
}

.page-table td:first-child{
	border-left:none;
	padding-left:0px;
}

.page-table tr:first-child td{
	border-top:none;
	color:#595e60;
}

.page-table tr td:first-child{
	color:#595e60;
}

/*project project project project project project*/

.text-project{
	padding-top:13px;
	border-top:2px solid #bdd3ea;
}

.text-project h1{
	color:#595e60;
	font-size:30px;
	text-align:center;
	background: url("../images/line-h.png") repeat-x scroll 0 center transparent;
	margin-bottom:8px;
}

.text-project h1 span{
	background-color:#F5F7FA;
	padding-left:10px;
	padding-right:10px;
}

.text-project p{
	color:#595e60;
	font-size:14px;
	margin-bottom:15px;
}

.section-block{
	float:left;
	width:33%;
	background: url("../images/line4.png") no-repeat scroll left 20px transparent;
	height:315px;
	position:relative;
}

.section-block:first-child{	
	background:none;
}

.section-block h2{
	color:#595e60;
	font-size:24px;
	text-align:center;
	background: url("../images/line-h.png") repeat-x scroll 0 center transparent;
	margin-bottom:12px;
}

.section-block h2 span{
	background-color:#EDF3FA;
	padding-left:10px;
	padding-right:10px;
}

.section-block-img{
	text-align:center;
}

.section-block-text{
	padding-left:15px;
	padding-right:15px;
	height:205px;
	overflow:hidden;
	text-overflow: ellipsis;
}

.section-block-text ul li a{
	color:#6c7d83;
	font-size:13px;
}

.section-block-text ul li{
	margin-bottom:5px;
}

.section-block-text p{
	color:#6c7d83;
	font-size:13px;
	line-height:1.2;
}

.more{
	color:#265768;
	font-size:13px;
	position:absolute;
	bottom:0;
	right:12px;
}

/*card card card card card*/

.card-img{
	float:left;
	width:241px;
	margin-right:20px;
}

.card-foto{
	border:1px solid #777c81;
	margin-bottom: 3px;
}

.card-foto img{
	max-width:100%;
}

.size{
	margin-left:45px;
}

.size a{
	color:#000000;
	font-size:14px;
	background: url("../images/big.png") no-repeat scroll 0 center transparent;
	padding-left:17px;
}

.carusel-container{
	margin-top:15px;
	padding-left:17px;
	padding-right:16px;
	position:relative;
}

.carusel-container ul li{
	width:100px;
	height:100px;
	float:left;
	border:1px solid #777c81;
	margin-right:2px;
}

.carusel-container ul li img{
	max-width:100%;
}

.carusel-arrow-left{
	position:absolute;
	top:30px;
	left:0;
	width:11px;
	height:38px;
	background: url("../images/carusel-left.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
}

.carusel-arrow-right{
	position:absolute;
	top:30px;
	right:0;
	width:11px;
	height:38px;
	background: url("../images/carusel-right.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
}

.card-info{
	float:left;
	width:450px;
}

.card-info h1{
	color:#595e60;
	font-size:24px;
	margin-bottom: 10px;
}

.articl{
	color:#5f8ea0;
	font-size:14px;
}

.price-block{
	margin-top:45px;
}

.card-info h3{
	color:#595e60;
	font-size:18px;
	margin-bottom:10px;
}

.price-block p{
	color:#242829;
	font-size:24px;
	float:left;
}

.price-block p span{
	color:#f00f44;
	font-size:48px;
}

.price-block a{
	color:#eff6fe;
	font-size:28px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	margin-left:13px;
	display:block;
	width:163px;
	height:40px;
	line-height:44px;
	text-decoration:none;
	background-color:#f40d33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px ;
	behavior: url(border-radius.htc);
	font-weight: bold;
}

.characteristic{
	margin-top:75px;
}

.characteristic h4{
	color:#242829;
	font-size:14px;
	line-height:1.2;
}

.characteristic ul li{
	color:#242829;
	font-size:14px;
	line-height:1.2;
}

.characteristic ul li span{
	color:#595e60;
	font-size:14px;
}

.characteristic ul{
	float:left;
	margin-right:20px;
}

.card-table{
	margin-top:15px;
	margin-bottom:20px;
}

.card-table tr{
	border-top:1px solid #bcc2c8;
}

.card-table tr:first-child{
	border-top:none;
}

.card-table td{
	border-left:1px solid #bcc2c8;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:12px;
	width:260px;
	color:#6d828b;
}

.card-table td:first-child{
	border-left:none;
	padding-left:0;
	color:#242829;
}

.card-text ul li{
	padding-left:18px;
	color:#595e60;
	font-size:14px;
	background: url("../images/list.png") no-repeat scroll left 4px transparent;
	line-height: 1.3;
}

.card-text h2{
	color:#242829;
	font-size:18px;
	margin-bottom:20px;
	margin-top:20px;
}

.card-text p{
	color:#595e60;
	font-size:14px;
}

.card-carusel-container{
	margin-top:40px;
}

.card-carusel-container h5{
	color:#595e60;
	font-size:24px;
	margin-bottom:10px;
}

.card-line{
	border-top:1px solid #595e60;
}

.card-carusel ul li{
	float:left;
	margin-left:35px;
	width:170px;
	height:215px;
}

.card-carusel ul li:first-child{
	margin-left:25px;
}

.card-carusel ul li img{
	max-width:100%;
	border:1px solid #777c81;
}

.card-carusel{
	margin-top:15px;
	height:220px;
	padding-left: 27px;
	padding-right: 27px;
	position:relative;
}

.card-carusel ul li a{
	color:#4d4e4e;
	font-size:14px;
}

.card-carusel-arrow-left{
	position:absolute;
	top: 60px;
	left: 0px;
	cursor:pointer;
	width:25px;
	height:65px;
	background: url("../images/card-left.png") no-repeat scroll 0 0 transparent;
}

.card-carusel-arrow-right{
	position:absolute;
	top: 60px;
	right: 0px;
	cursor:pointer;
	width:25px;
	height:65px;
	background: url("../images/card-right.png") no-repeat scroll 0 0 transparent;
}

/*catalog catalog catalog catalog catalog*/

.catalog-h h1{
	color:#595e60;
	font-size:24px;
	margin-bottom: 10px;
	padding-left:20px;
}

.catalog-container{
	padding-left:20px;
	position: relative;
	z-index: 10;
}

.catalog-block{
	width:318px;
	height:268px;
	float:left;
	margin-right:10px;
	border:1px solid #c8d8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px ;
	behavior: url(border-radius.htc);
	position:relative;
	padding:5px 10px 15px;
	margin-bottom:40px;
	background: #fff;
}

.catalog-block h2 a{
	color:#356da4;
	font-size:16px;
}

.catalog-block h2{
	margin-bottom:10px;
}

.catalog-img{
	width:146px;
	height:146px;
	border:1px solid #dde7f1;
	float:left;
}

.catalog-img img{
	max-width:100%;
}

.catalog-price{
	float:right;
	width:160px;
}

.catalog-price a{
	color:#a4a4a4;
	font-size:13px;
}

.catalog-price h4{
	color:#353535;
	font-size:14px;
	margin-top:15px;
	margin-bottom:10px;
}

.catalog-price p{
	color:#122b45;
	font-size:18px;
	font-weight:bold;
}

.catalog-price p span{
	color:#122b45;
	font-size:40px;
	font-weight:bold;
	background: url("../images/line5.png") repeat-x scroll 0 39px transparent;
}

.catalog-buy{
	width:158px;
	height:36px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#84b7eb !important;
	font-size:28px !important;
	text-align:center;
	line-height:40px;
	border:2px solid #84b7eb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px ;
	behavior: url(border-radius.htc);
	margin-top:12px;
}

.catalog-buy:hover{
	border:2px solid #f40d33;
	background-color:#f40d33;
	color:#eff6fe !important;
}

.catalog-text{
	margin-top:12px;
	overflow: hidden;
	height:87px;
	text-overflow: ellipsis;
}

.catalog-text p{
	color:#626567;
	font-size:13px;
	line-height:1.2;
}

.catalog-more{
	position:absolute;
	bottom:-25px;
	right:0;
	width:115px;
	height:30px;
	background-color:#c8d8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px ;
	behavior: url(border-radius.htc);
	z-index:-1;
	display:block;
	color:#122b45;
	font-size:14px;
	text-align:center;
	line-height:31px;
}

.catalog-more:hover{
	background-color:#122b45;
	color:#fff;
	text-decoration:underline;
}

.pagination-block{
	margin-top:10px;
	margin-bottom:20px;
	width:230px;
	margin:0 auto;
}

.pagination-block ul li{
	float:left;
	margin-right:10px;
}

.pagination-block ul li a{
	color:#000000;
	font-size:16px;
}

/*contacts contacts contacts contacts contacts*/

.contacts-info{
	padding-left:15px;
}

.contacts-container h1{
	color:#595e60;
	font-size:24px;
	margin-bottom:25px;
}

.contacts-container p{
	color:#595e60;
	font-size:14px;
}

.contacts-container a{
	color:#126b8f;
	font-size:14px;
	text-decoration:none;
}

.contacts-table{
	margin-top:20px;
}

.contacts-table tr{
	border-top:1px solid #b7bdc3;
}

.contacts-table tr:first-child{
	border-top:none;
}

.contacts-table td{
	border-left:1px solid #b7bdc3;
	padding-top:8px;
	padding-bottom:8px;
	color:#595e60;
	font-size:14px;
	width:290px;
}

.contacts-table td + td{
	width:230px;
	text-align:center;
}

.contacts-table td:first-child{
	border-left:none;
}

.contacts-container h2{
	color:#7b9fad;
	font-size:16px;
	margin-top:25px;
	font-weight:bold;
}

.contacts-container img{
	border:1px solid #72777c;
	margin-top:15px;
}

.type{
	border:none;
	padding-left:15px;
}







/*Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order Order*/

#popup{
	//background: url("../images/mainOrder.png") repeat scroll 0 0 transparent;
	position: fixed;
	//width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}


#popup22{
	//background: url("../images/mainOrder.png") repeat scroll 0 0 transparent;
	position: fixed;
	//width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}



.mainOrder{
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
}

.mainOrderContant{
	background: #fff;
	width: 370px;
	height: 570px;
	padding: 0px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-icab-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(border-radius.htc);
	position: fixed;
	top: 20px;
	margin-left: -200.5px;
	padding: 15px;
}

.mainOrderContant h1{
	//font:24px Myriad Pro, sans-serif;
	font-size: 34px;
	text-align: center;
	color: #467707;	
	margin-bottom: 30px;
}

.nameOrder input{
	width: 360px !important;
	height: 35px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	border: 1px solid #b6b6b6;
	text-align: left;
	font: italic 14px Myriad Pro, sans-serif;
	padding-left: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
	border-radius: 5px;
    behavior: url(border-radius.htc);
	
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	
	box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;	
}

.famOrder input{
	width: 360px !important;
	height: 35px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	border: 1px solid #b6b6b6;
	text-align: left;
	font: italic 14px Myriad Pro, sans-serif;
	padding-left: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
	border-radius: 5px;
    behavior: url(border-radius.htc);
	
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	
	box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
}

.emailOrder input{
	width: 360px !important;
	height: 35px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	border: 1px solid #b6b6b6;
	text-align: left;
	font: italic 14px Myriad Pro, sans-serif;
	padding-left: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
	border-radius: 5px;
    behavior: url(border-radius.htc);
	
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	
	box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
}

.phoneOrder input{
	width: 360px !important;
	height: 35px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	border: 1px solid #b6b6b6;
	text-align: left;
	font: italic 14px Myriad Pro, sans-serif;
	padding-left: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
	border-radius: 5px;
    behavior: url(border-radius.htc);
	
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	
	box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
}

.selectOrder select{
	font: italic 18px Myriad Pro, sans-serif;
	color:#B2B1B1;
	background: none;
	width: 362px;
	height: 35px;
	//margin-top: 0px;
	display: block;
	
	border: 1px solid #b6b6b6;	
	box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; 
    -icab-border-radius: 5px;
	border-radius: 5px;
    behavior: url(border-radius.htc);
}

.selectOrder{
	width: 362px;
	height: 35px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
	border-radius: 5px;
    behavior: url(border-radius.htc);
	
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	
	box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
}

.selectOrderOption option{
	font: italic 18px Myriad Pro, sans-serif;
	color:#B2B1B1;
	cursor: pointer;
}

.massOrder textarea{	
	margin-top: 20px;
	width: 362px;
	padding-top: 10px;
	padding-left: 15px;
	height: 115px;
	border: none;
	overflow: hidden;
    resize: none;
	font: italic 18px Myriad Pro, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
	border-radius: 5px;
    behavior: url(border-radius.htc);
	
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
	
	box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:  0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
}

.sendOrder button{
	//background: url("../images/doneOrder.jpg") no-repeat scroll 0 0 transparent;
	background-color: #356DA4;
	width: 176px;
	height: 42px;
	border: medium none;
	cursor: pointer;
	float: left;
	margin-left: 90px;
	margin-top: 20px;
	font:18px Myriad Pro cond, sans-serif;
	color: #fff;
}

.sendOrder_button{
	//background: url("../images/doneOrder.jpg") no-repeat scroll 0 0 transparent;
	background-color: #356DA4;
	width: 176px;
	height: 42px;
	border: medium none;
	cursor: pointer;
	float: left;
	margin-left: 90px;
	margin-top: 20px;
	font:18px Myriad Pro cond, sans-serif;
	color: #fff;
}

.select {
	width: 350px !important;
	height: 35px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	border: 1px solid #b6b6b6;
	text-align: left;
	font: italic 18px Myriad Pro, sans-serif;
	padding-left: 10px;
	margin-bottom: 15px;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-icab-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#d1d1d1 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#d1d1d1 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 );
	box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
}

.sValue {
	background:url('../images2/selectCheck.png') no-repeat scroll 95% center transparent;
	line-height: 35px;
	height: 35px;
	position: relative;
	z-index: 1;
}

.sDrop {
	width: 362px;
	left: -1px;
	top: 33px;
	position:absolute;
	z-index: 999;
	background: #e5e5e5;
	display:none;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d1d1d1));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#d1d1d1 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#d1d1d1 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#d1d1d1 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#d1d1d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 );
	box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5) inset;
}

.sDrop div {
	text-indent: 10px;
	padding: 3px 0;
	color:#707070;
	cursor: pointer;
}

.sDrop div:hover {
	background: #908f8f;
	color:#fff;
}


 ::-webkit-input-placeholder {color:#a19f9f;}
 :-moz-placeholder {color:#a19f9f;}

 
 ::-webkit-scrollbar{
    width:15px;
}

::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #777;
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #777;
}

::-webkit-scrollbar-track{
    border-width:0;
	background-color: white;
}

::-webkit-scrollbar-track:hover{
    border-left: solid 1px #aaa;
    background-color: #eee;
}

.active { background-color:#fff; color:#fff; padding:4px 10px 4px 10px; display:block; margin-top:-4px; text-decoration:none; -webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px; }