/* CSS Document */
*{
outline:0;
padding:0;
margin:0;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_extraboldregular';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-webfont.svg#open_sans_extraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_lightregular';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	/*background:url(../images/headerbg.jpg) repeat-x left top #0089ce;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	width:100%;
}

h1{
    font-family: 'open_sans_extraboldregular';
	font-size:29px;
	color:#fff;
	font-weight:bold;
	margin-bottom:15px;
}

h2{
font-family: 'open_sans_lightregular';
font-size:26px;
color:#1d1d1b;
font-weight:bold;
margin-bottom:15px;
}

h3{
font-family: 'open_sansbold';
font-size:18px;
color:#363636;
font-weight:normal;
margin-bottom:15px;
}

p{
	line-height:27px;
	padding-bottom:20px;
}

ul, ol{
list-style:none;
padding:0;
margin:0;
}

li{
padding:0;
margin:0;
}

img{
	outline:none;
	border:none;
	}

a{
text-decoration:none;
color:#0079C1;
}

a:hover{
text-decoration:underline;
}

.clear{
clear:both;
height:0;
font-size:0;
line-height:0;
}


#wrapper-home{
	width:1100px;	
	margin:0 auto;
}
#wrapper{
	width:100%;
	padding-top:5px;
}
#header{
	background:url(../images/headerbg.jpg) repeat-x left top #fff;	
}
#header-home{
	background:url(../images/headerbg.jpg) repeat-x left top #0089ce;
	width:1003px;
	margin:0 auto;
}
#header-wrapper{
	width:1100px;
	margin:auto;
}

#logo{
	float:left;
	width:211px;
	padding-top:20px;
	padding-left: 50px;
}

#header-right{
	width:675px;
	float:right;

	}

#nav{
	width:422px;
	float:left;
	}
	
#nav ul{
	padding:0;
	margin:0;
	list-style:none;
}

#nav ul li{
	display:block;
	float:left;
	padding:3px 16px 0 0;
	}
	
#nav ul li a{
	display:block;
	float:left;
	padding-top:50px;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#565656;
	text-transform:uppercase;
}

.txtblue{

color:#0079C1;
}

#nav ul li a:hover, #nav ul li.active a{
	background:url(../images/nav-bullet.png) no-repeat center top;
	color:#252525;
	text-decoration:none;
}

.phone{
	width:145px;
	height:47px;
	background:url(../images/btn-phone.png) no-repeat left top;
	line-height:45px;
	padding-left:74px;
	font-family: 'open_sans_extraboldregular';
	font-size:18px;
	color:#fff;
	text-shadow:1px -1px #959595;
	display:block;
	float:right;
	margin-top:37px;
	margin-right: 33px;
}

#wrap-banner{
	width:100%;
	background:url(../images/slider1.jpg)  center top;
	height:466px;
	margin-top:23px;
box-shadow:1px 2px 7px grey;
	/*border-bottom:2px solid #40A4D6;*/
	}
#banner{
	width:1003px;
	margin:0 auto;
	padding-top:150px;
	position:relative;
	height:316px;

	}
	
#banner h1{
	
	font-size:40px;
	color:#FFF;
	font-family: 'open_sans_lightregular';
}


#banner h1 span{
	font-size:45px;
	color:#fe5b1b;
	font-family: 'open_sans_extraboldregular';
	display:block;
}

.banner-btn{
	position:absolute;
	right:0;
	bottom:100px;
}

#wrap-content{
	width:100%;
	background:url(../images/bg-content.png) no-repeat center top #0089ce;
	}

#content{
	width:1003px;
	margin:0 auto;
	position:relative;
	padding-top:205px;
	
	}

#hometxt-top{
	width:1003px;
	background:url(../images/bg-top-hometxt.png) no-repeat left top;
	padding-top:13px;
	position:absolute;
	top:-65px;
	left:0;
	}
	
.hometxt-btm{
	background:url(../images/bg-btm-hometxt.png) no-repeat left bottom;
	padding-bottom:13px;
}

.hometxt{
	background:url(../images/bg-hometxt.png) repeat-x left top #FFF;
	padding:12px 0;
		}

.box1{
	background:url(../images/padding-rightline.png);
	background-repeat:no-repeat;	width:334px;
	float:left;
	text-align:center;
}

.box1 a .img-industrial{
	background: url(../images/img-industrial.png) no-repeat top center;
	height: 123px;
}
.box1 a .img-industrial:hover{
	background-image: url(../images/img-industrial-hover2.jpg);
}
.box1 a .rental{
	background: url(../images/rental.png) no-repeat top center;
	height: 123px;
}
.box1 a .rental:hover{
	background-image: url(../images/rental-hover2.jpg);
}
.box1 a .img-residental{
	background: url(../images/img-residental.png) no-repeat top center;
	height: 123px;
}
.box1 a .img-residental:hover{
	background-image: url(../images/img-residental-hover2.jpg);
}

.box1 a .btn-readmore{
	background: url(../images/btn-readmore1.png) no-repeat center center;
	height: 41px;
}
#welcome-txt{
	width:1003px;
	background:url(../images/bg-welcome-txt.png) no-repeat left top;
	padding:44px 0 0px 0;
	}
.right-box{
	display:block;
	float:right;
	margin-left:20px;
	padding:65px 0 77px;
	}

#wrap-footer{
	width:100%;
	background:url(../images/bg-footer.gif) repeat-x left top;
	height:83px;
	}

#footer{
	width:1060px;
	margin:0 auto;
	padding-top:30px;
	font-family: 'open_sans_extraboldregular';
	font-size:15px;
	color:#939393;
	text-shadow:0px 0px #939393;
	}

.icon-address{
	width:330px;
	padding-left:40px;
	line-height:28px;
	background:url(../images/icon-mail.gif) no-repeat left;
	float:left;
	}				
	
.icon-fax{
	width:175px;
	padding-left:35px;
	line-height:28px;
	background:url(../images/icon-fax.gif) no-repeat left;
		float:left;
	}
.icon-chat{
	width:220px;
	display:block;
	padding-left:45px;
	line-height:28px;
	background:url(../images/icon-chat.gif) no-repeat left;
		float:left;
			color:#939393;

	}											

.icon-chat:hover{color:#000;}

.footer{
	width:100%;
	background-color:#036898;
	background:url(../images/footerd.jpg) repeat-x center top;	
	margin-top:-7px;
	}
.footerd{
	width:100%;
	background-color:#036898;
	/*background:url(../images/footerd.jpg) repeat-x center top;*/
	background-color:#066B9B;	
	margin-top:-2px;
}
#second-footer{
	width:1003px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9ed4f2;
	padding:20px 0;
	}
	
.copyright{
	display:block;
	float:left;
	}

.footer-nav{
	display:block;
	float:right;
	}

.footer-nav li{
	display:inline;
	background:url(../images/sep-footer.gif) no-repeat left;
	padding:0 15px;
}

.footer-nav li.first{
	background:none;
}

.footer-nav li a{
		font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9ed4f2; 

}

.footer-nav li a:hover{
	
}

#inner-banner{
	width:100%;
	background:url(../images/bg-inner-banner.png) repeat-x left top #0089ce;
	border-bottom:solid 1px #e3e3e3;
	margin-top:18px;
	}

#inner-banner #banner{
	height:132px;
	padding-top:0;
}

#wrap-pagenav{
	background:url(../images/bg-pagnav.gif) repeat-x left top;
	width:100%;
	height:58px;
}

#pagenav{
	width:1003px;
	margin:0 auto;
	}
	
.pagenav{
	width:500px;
	float:left;
	}
	
.pagenav li{
	background:url(../images/bg-active.png) no-repeat right #f8f8f8;
	line-height:55px;
	color:#686868;
	font-size:13px;
	font-family: 'open_sans_lightregular';
	display:block;
	float:left;
	padding:1px 20px 0 0px;
}

.pagenav li a{
	/*background:url(../images/bg-hover.png) no-repeat right #f9f9f9;*/
	background:url(../images/bg_menu.png) repeat-x;
	display:block;
	float:left;

		color:#686868;
	font-size:13px;
	font-family: 'open_sans_lightregular';
	padding:0 20px;
}

.pagenav li.first{
	padding:0;
	/*background:none;*/
	background:url(../images/bg-hover.png) no-repeat right;
	margin-top: -1px;
	width: 74px;	
}

.btn-schedulefreeconsultaion{
	display:block;
	float:right;
	margin-top:9px;
	}

#inner-content{
	/*background:url(../images/bg-innercontent.gif) repeat;*/
	background:url(../images/bg_content.jpg) repeat;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	}
	
	
#inner-content #content{
	padding-top:25px;
	}


#content-left{
	width:240px;
	float:left;
	}
	
.left-boxtop{
	background:url(../images/bg-lefttop.png) no-repeat top;
	padding-top:9px;
	margin-bottom:20px;
	}		

.left-boxbtm{
	background:url(../images/bg-leftbtm.png) no-repeat bottom;
	padding-bottom:23px;
	}		

.left-boxcenter{
	background:url(../images/bg-leftcenter.gif) repeat-x left bottom #FFF;
	padding:20px 14px 1px 14px;
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	}		

.project-new{
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-size:12px;
}

.project-new p{
	line-height:16px;
}

.project-new h3{
	background:url(../images/icon-project.gif) no-repeat left;
	line-height:38px;
	padding-left:45px;

}

.project-new span{
	color:#0079c1;
	font-size:14px;
	font-family: 'open_sansbold';
	display:block;
	padding-bottom:7px;
}
.project-new-res{
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-size:12px;
}

.project-new-res p{
	line-height:16px;
}

.project-new-res h3{
	background:url(../images/icon-project.gif) no-repeat left;
	line-height:38px;
	padding-left:45px;

}
.project-new-res span{
	color:#0079c1;
	font-size:14px;
	font-family: arial;
	display:block;
	padding-bottom:7px;
}

.project-new span.date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6c6c6c;
	padding-bottom:0;
	}
	

.testimonial{
	background:url(../images/icon-testimoial.gif) no-repeat left top;
	padding-top:30px;
	padding-left:18px;
	font-family: 'open_sans_lightregular';
	color:#6f6f6f;
	font-size:14px;
	}

.testimonial p{
	line-height:24px;
}
.testimonial .testimonial-p{
	font-style:italic;
	font-size: 13px;
}
p.testimonial-name{
	text-align:right;
	display:block;
	line-height:16px;
			font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#545454;

}

.testimonial-name span{
	display:block;
		color:#0079c1;
}


.contact{
	font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-size:12px;
	}

.contact p{
	line-height:16px;
}

.contact h3{
	background:url(../images/icon-contact.gif) no-repeat left;
	line-height:38px;
	padding-left:45px;
}

.contact .mail{
	background:url(../images/mail.gif) no-repeat left top;
	line-height:18px;
	padding-left:40px;
	padding-bottom:10px;
}

.phone-left{
	background:url(../images/phone.gif) no-repeat left;
	line-height:19px;
	margin-bottom:10px;
	padding-left:40px;
	color:#0b7fc5;
	font-weight:bold;
	}

.fax{
	background:url(../images/fax.gif) no-repeat left;
	line-height:19px;
	margin-bottom:10px;
	padding-left:40px;
	font-weight:bold;
	}


.chat{
	background:url(../images/chat.gif) no-repeat left;
	line-height:19px;
	margin-bottom:10px;
	padding-left:40px;
	display:block;
	color:#0079c1;
	}

#content-right{
	width:710px;
	float:right;
	font-size:14px;
	color:#383838;
	}

#content-right h2{
	color:#4b4b4b;
	font-family: 'open_sansbold';
}

#content-right p{
	line-height:22px;
}


.img-right{
	display:block;
	float:right;
	margin-left:20px;
	border:solid 1px #bdbdbd;
	padding:8px;
	background:#fff; 
}
.img-right-res{
	display:block;
	float:right;
	margin-left:20px;
	padding:8px;
	background:#fff; 
}
.img-left{
	display:block;
	float:left;
	margin-right:20px;
	border:solid 1px #bdbdbd;
	padding:8px;
	background:#fff; 
}
.inner-nav{
	padding-bottom:20px;
	padding-left: 15px;
}	
.inner-nav li{
	background:url(../images/biullet.png) no-repeat left;
	line-height:19px;
	margin-bottom:5px;
		font-family:Arial, Helvetica, sans-serif;
	color:#4a4a4a;
	font-size:13px;
	padding-left:30px;
}
.bule-txt{
	color:#0079c1;
}
.msg{
	margin-left: 100px;
    margin-top: 15px;
    font-family: calibri;
    font-size: 18px;
    color: red;
}
#your_name{
	background: url(../images/your-name.png) no-repeat;
	border: none;
	width: 320px;
	height: 35px;
	padding-left: 35px;
}
#company_name{
	background: url(../images/company-name.png) no-repeat;
	border: none;
	width: 320px;
	height: 35px;
	padding-left: 35px;
}
#phone{
	background: url(../images/phone.png) no-repeat;
	border: none;
	width: 320px;
	height: 35px;
	padding-left: 35px;
}
#email{
	background: url(../images/email.png) no-repeat;
	border: none;
	width: 320px;
	height: 35px;
	padding-left: 35px;
}
#address{
	background: url(../images/address.png) no-repeat;
	border: none;
	width: 320px;
	height: 35px;
	padding-left: 35px;
}
#comment{
	background: url(../images/comment.png) no-repeat;
	border: none;
	height: 134px;
    padding-left: 35px;
    padding-top: 9px;
    width: 601px;}
#submit{
	background: url(../images/contact-us.png) no-repeat;
	border: none;
	height: 41px;
    width: 144px;
}