.web-wrap {
	width:1000px;
}
/****************************************** Header ******************************/

article.call{
	background:url(../../images/call.png) no-repeat;
	margin:5px 0;
	}
article.call p {
	font-size:16px;
	line-height:27px;
	padding:0 0 0 36px;
	font-weight:400;
	text-align:right;
}

header {
	position:absolute;
	z-index:999;
	top:37px;
	left:0px;
	/*background:rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9bffffff', endColorstr='#9bffffff');*/
}

header aside.logo {
	padding:10px 0px;
}
header aside.right {
	padding-top:0px;
	float:right;
}

#nav > ul {
    /* background: rgba(255, 255, 255, 0.8); */
    float: left;
    margin-top: 40px;
    
}
/****************************************** Banner ******************************/

.banner-inner #banner img {
	width:100%;
	display:block;
}
	
/****************************************** Query ******************************/

.block_form {
	width:950px;
	padding:10px 25px 5px 25px;
	background:rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9bffffff', endColorstr='#9bffffff');
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	bottom:0px;
}
.block_form h2 {
	font-size:24px;
	padding:0 0 10px 42px;
}
.block_form p {
	width:47%;
	margin-bottom:5px;
	float:left;
	margin-right:3%;
}

.block_form p:nth-child(2n+1) {
	float:left;
}
.block_form form label {
	width:63px;
	line-height:32px;
	font-size:14px;
	font-weight:400;
}
.block_form form input[type="text"] {
	width:370px;
	height:24px;
	float:left;
}
.block_form form textarea {
	width:370px;
	float:left;
	height:24px;
}
.block_form form input[type="submit"] {
	width:200px;
	float:left;
	margin-left:63px;
}

/****************************************** Body content ******************************/

section.body-content {
	width:1000px;
          margin:40px 0 20px 0;
}

.home-services{
	margin:10px 0 40px 0;
	}
.home-services ul li{
	width:300px;
	margin-right:50px;
	}
.home-services ul li.last{
	float:right;
	margin-right:0px;
	}
.home-services ul li h3{
	font-size:20px;
	line-height:30px;
	}
.home-services ul li p{
	padding-bottom:5px;
	}
	
.home-txt {
	font-size:38px;
	padding:30px 0;
	margin-bottom:40px;
}

.home-box{
	margin:10px 0 20px 0;
	}
.home-box ul li{
	width:300px;
	margin-right:50px;
	}
.home-box ul li.last{
	float:right;
	margin-right:0px;
	}
	
.home-box ul li img{
	width:290px;
	border:solid 1px #ddd;
	padding:4px;
	margin-bottom:10px;
	}
	
.home-box ul li h3{
	font-size:18px;
    background-color: #08558c;
    text-align: center;
    padding: 10px 0px;
-webkit-border-top-left-radius: 40px;
-webkit-border-top-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-topright: 40px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
	}
.home-box ul li p{
	padding-bottom:5px;
	}
.home-box ul li p a {
	padding:8px 25px;
}


/****************************************** Footer ******************************/

footer{
	line-height:40px;
}

footer p{
	padding-bottom:0px;
	font-size:12px;
	line-height:40px;
}

/****************************************** About us ******************************/

.right-col {
	width:300px;
}

.left-side {
	width:660px;
}

.about-txt h2 {
	font-size:24px;
}
.about-txt img{
	border:solid 1px #ddd;
	margin:5px 20px 10px 0;
	float:left;
	padding:4px;
	}
.contact-txt h2 {
	font-size:24px;
}
.contact-txt h3 {
	font-size:18px;
}


/****************************************** inner Query ******************************/

.right-col .block_form  {
	width:260px;
	float:right;
	padding:20px 20px 10px 20px;
}
.right-col .block_form h2 {
	font-size:20px;
}
.right-col .block_form p {
	width:100%;
	margin-bottom:15px;
}

.right-col .block_form form label {
	width:58px;
	line-height:30px;
}
.right-col .block_form form input[type="text"] {
	width:190px;
	float:right;
}
.right-col .block_form form textarea {
	width:190px;
	float:right;
	height:70px;
}
.right-col .block_form form input[type="submit"] {
	width:200px;
	float:right;
}

/****************************************** Product ******************************/

.product-catalog{
	width:670px;
	}
	
.product-column {
	width:650px !important;
	}


.prev{
	background:url(../images/arrow-big.png) no-repeat !important;
	width:92px;
	height:92px;
	opacity: 0.4;
	margin-top:-5px !important;
}
.next{
	background:url(../images/arrow-big.png) no-repeat right top !important;
	width:92px;
	height:92px; 
	opacity: 0.4;
	margin-top:-5px !important;
	}
	
.prev:hover, .next:hover{
	opacity: 0.8;
}
