@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #353535;
}
body {
	background: #fff url(../images/body-bg.jpg) no-repeat top center;
	margin: 0px;
	padding: 0px;
}
.orange{
	color:#ff7a04;
}
a{
	color:#ff7a04;
	text-decoration:none;
}
a:hover{
	color:#353535;
}
img{
	border:0;
}
h1, h2, h3, h4, h5, h6, p, form, ul{
	margin:0;
	padding:0;
}
p{
	line-height:16px;
}
.clear{
	clear:both;
}
h1{
	display:block;
	font-family:"Trebuchet MS", Arial;
	font-size:25px;
	color:#5b5c60;
	margin-bottom:10px;
	font-weight:normal;
}
h1 span{
	color:#ff8e04;
	font-weight:bold;
}

/*start page holder*/
#page_holoder{
	margin:auto;
	width:942px;
	padding:0 11px;
	min-height:735px;
	background:url(../images/page-holde-bg.png) no-repeat;
}
* html #page_holoder{
	height:735px;
}

/*start header*/
#header{
	height:132px;
}
#header #logo{
	float:left;
	padding:30px 0 0 25px;
}
#header #header_right{
	float:right;
	width:337px;
	margin:30px 20px 0 0;
}
#header #header_right #phone_no{
	margin:0 0 10px 0;
}
#header #header_right #social_icons a{
	float:left;
	margin:0 0 0 4px;
}

/*start navigation*/
#nav{
	height:50px;
	background:url(../images/nav-bg.gif) repeat-x 0 -50px;
}
#nav ul li{
	float:left;
	list-style:none;
}
#nav a{
	display:block;
	_float:left;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#5d6570;
	font-weight:bold;
	height:35px;
	padding:15px 20px 0 20px;
	background:url(../images/nav-bg.gif) repeat-x 0 -50px;
	margin-right:1px;
}
#nav a:hover{
	color:#fff;
	background:url(../images/nav-bg.gif) repeat-x 0 0px;
}
#nav a.active{
	display:block;
	_float:left;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	height:35px;
	padding:15px 20px 0 20px;
	background:url(../images/nav-bg.gif) repeat-x 0 0px;
	margin-right:1px;
}


/*banner*/
#banner{
	margin-top:1px;
}

#content_holder{
	width:922px;
	margin:auto;
	padding:10px;
}
#content_holder #content_area{
	width:902px;
	margin:auto;
	padding:10px;
	background:url(../images/content-bg.gif) no-repeat;
	min-height:286px;
}
* html #content_holder #content_area{
	height:286px;
}
#content_holder #content_area #left_panel{
	width:645px;
	float:left;
}
#content_holder #content_area #right_panel{
	width:227px;
	height:252px;
	padding:10px 10px 10px 10px;
	text-align:center;
	float:right;
	
}

#content_holder #content_area #right_panel #rotator {
	OVERFLOW: hidden; WIDTH: 227; POSITION: relative; HEIGHT: 252px
}
#content_holder #content_area #right_panel #rotator IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; WIDTH: ; HEIGHT: 252px; BORDER-RIGHT-WIDTH: 0px
}


.shadow{
	width:924px;
	margin:auto;
}


#services_holder{
	background:url(../images/services-bg.gif) no-repeat;
	min-height:220px;
}
* html #services_holder{
	height:220px;
}

#services_holder #service_one{
	display:block;
	float:left;
	width:215px;
	border-right:1px solid #dadada;
	margin:10px 0px 0 0px;
	padding:0 5px 0 10px
}
#services_holder #service_two{
	display:block;
	float:left;
	width:215px;
	border-right:1px solid #dadada;
	margin:10px 0px 0 0px;
	padding:0 5px 0 8px
}
#services_holder #service_three{
	display:block;
	float:left;
	width:215px;
	border-right:1px solid #dadada;
	margin:10px 0px 0 0px;
	padding:0 5px 0 7px
}
#services_holder #service_four{
	display:block;
	float:right;
	width:220px;
	border-right:0px solid #dadada;
	margin:10px 0px 0 0px;
	padding:0 5px 0 0;
}
.service_heading{
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#ff8e04;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.services_img{
	margin-bottom:5px;
}

a.black{
	width:80px;
	color: #353535;
	text-decoration:none;
	padding-top:10px;
}
a.black:hover{
	color: #ff8e04;
	text-decoration:underline;
}
.heading{
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	color:#ff8704;
	margin-bottom:5px;
}


/*start footer*/
#footer_holder{
	background:url(../images/footer-bg.gif) repeat-x;
	min-height:220px;
	padding:10px;
}
* html #footer_holder{
	height:220px;
}

#footer_holder #contact_us{
	width:250px;
	float:left;
}
#footer_holder #get_free_quote{
	width:345px;
	float:left;
	margin-right:10px;
}
#footer_holder #testimonials{
	width:290px;
	float:right;
}
.textbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9b9b9b;
	background:#f4f4f4;
	border:1px solid #d9d6d6;
	width:310px;
	height:18px;
	padding:3px 5px 0 5px;
	margin-bottom:8px;
}


.listmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9b9b9b;
	background:#f4f4f4;
	border:1px solid #d9d6d6;
	width:322px;
	padding:2px 0;
	margin-bottom:8px;
}
.textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9b9b9b;
	background:#f4f4f4;
	border:1px solid #d9d6d6;
	width:310px;
	height:60px;
	padding:3px 5px 0 5px;
	margin-bottom:8px;
}

.bt_submit{
	background:url(../images/submit-now.gif) no-repeat;
	width:107px;
	height:27px;
	border:0;
	cursor:pointer;
}
.bt_submit_hover{
	background:url(../images/submit-now.gif) no-repeat 0 -27px;
	width:107px;
	height:27px;
	border:0;
	cursor:pointer;
}

a.view_all{
	display:block;
	text-indent:-9999px;
	background:url(../images/view-all.gif) no-repeat;
	width:107px;
	height:27px;
	margin:10px 0;
}
a.view_all:hover{
	background:url(../images/view-all.gif) no-repeat 0 -27px;
}



#why_you_need_us{
	background: url(../images/why-u-need-us-bg.gif) no-repeat;
	width:903px;
	height:77px;
	padding:4px 10px 0px 10px;
	color:#525e67;
	margin-bottom:10px;
}
#why_you_need_us p{
	line-height:14px;
}

.dhtmlgoodies_question 
	{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#525e67;
	height:77px;
	background: url(../images/why-u-need-us-bg.gif) no-repeat;
	padding:4px 10px 0px 10px;
	margin-bottom:-10px;
	OVERFLOW: hidden; 
	width:903px; 
	CURSOR: pointer;	
	position: relative;
	}
.dhtmlgoodies_question p{
	line-height:14px;
	}
.dhtmlgoodies_question a
	{	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

.dhtmlgoodies_answer 
	{
	VISIBILITY: hidden; 
	MARGIN-BOTTOM: 10px;
	OVERFLOW: hidden; 
	WIDTH:913px; 
	POSITION: relative; 
	HEIGHT: 0px; 
	BACKGROUND:url(../images/info-bg.jpg) no-repeat;
	padding:0px 10px;
	color:#525e67;
	z-index:-1;
	}


/*inside page css*/
#content_holder #inside_left_panel ul li{
	list-style:none;
	background:url(../images/bullet.gif) no-repeat 10px 5px;
	padding:2px 0 2px 25px;
}
#content_holder #inside_left_panel{
	width:662px;
	min-height:286px;
	background:url(../images/left-panel-bg.gif) no-repeat;
	padding:10px;
	float:left;
}
* html #content_holder #inside_left_panel{
	height:286px;
}
#content_holder #inside_right_panel{
	width:210px;
	min-height:286px;
	padding:10px;
	float:right;
}
* html #content_holder #inside_right_panel{
	height:286px;
}


.subheading{
	display:block;
	margin-bottom:5px;
	font-size:18px;
	color:#ff7201;
	font-family:"Trebuchet MS", Arial;
}
ul.right_links li{
	list-style:none;
	background:url(../images/bullet.gif) no-repeat 0px 5px;
	padding:2px 0 2px 15px;
}
.right_links li a{
	color:#1d1f21;
	text-decoration:none;
}
.right_links li a:hover{
	color:#ff7200;
	text-decoration:none;
}



/*bottom footer*/
#bottom_footer{
	padding:10px 0;
	border-top:1px solid #666;
}
#bottom_footer #left_footer{
	float:left;
	width:70%;
	line-height:18px;
}
#bottom_footer #left_footer a{
	color:#666;
	text-decoration:none;
	padding:0 5px;
}
#bottom_footer #left_footer a:hover{
	color:#ff7a04;
	text-decoration:underline;
}
#bottom_footer #right_footer{
	width:25%;
	float:right;
	text-align:right;
}




/*portfolio css*/
.block{
	float:left;
	background:#e1e4e8;
	padding:9px;
	margin:0 15px 15px 0;
}
.block a{
	display:block;
	border:1px solid #b0b0b0;
	width:75px;
	height:65px;
}
.block a:hover{
	display:block;
	border:1px solid #ff9602;
	width:75px;
	height:65px;
}

.live_projects{
	display:block;
	background:#b0b0b0;
	padding:7px  15px;
	font-family:"Trebuchet MS", Arial;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	margin-bottom:15px;
}

#paging{
	display:block;
	padding:10px 5px;
	border:1px solid #e5e5e5;
	border-width:1px 0;
	margin-bottom:10px;
	background:#f5f5f5;
}
#paging a{
	display:block;
	float:left;
	padding:5px 6px;
	color:#333333;
	font-weight:bold;
	line-height:15px;
}
#paging a:hover{
	display:block;
	float:left;
	padding:5px 6px;
	color:#ff9602;
	line-height:15px;
	font-weight:bold;
	font-size:15px;
}
#paging a.active{
	display:block;
	float:left;
	padding:5px 6px;
	color:#ff9602;
	line-height:15px;
	font-weight:bold;
	font-size:15px;
}



/*contact us css*/
#location_block #left_block{
	width:40%;
	padding:10px;
	float:left;
	background:#fff;
	border:1px solid #e5e5e5;
}
#location_block #right_block{
	width:345px;
	padding:10px;
	float:right;
	background:#fff;
	border:1px solid #e5e5e5;
}



/*form fields*/
#form_holder{
	margin-top:15px;
}
#form_holder .field_set{
	border:0px solid #000;
	margin-bottom:10px;
}
#form_holder .field_set .field_name{
	width:180px;
	margin-right:5px;
	text-align:right;
	padding:2px 0 0 0;
	float:left;
}
#form_holder .field_set .fields{
	width:350px;
	float:left;
}
#form_holder .field_set .fields_submit{
	width:300px;
	float:left;
	padding-left:5px;
}
#form_holder .textbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9b9b9b;
	background:#fff;
	border:1px solid #ccc;
	width:310px;
	height:18px;
	padding:3px 5px 0 5px;
	margin-bottom:0px;
}

#form_holder .field_set_big{
	margin-bottom:10px;
}
#form_holder .field_set_big .field_name{
	width:180px;
	float:left;
	margin-right:5px;
	text-align:right;
	padding:2px 0 0 0;
}
#form_holder .field_set_big .fields{
	width:400px;
	float:left;
}
#form_holder .textarea{
	display:block;
	float:left;
	border:1px solid #ccc;
	background:#fff;
	height:102px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#939393;
	padding:3px;
	width:400px;
}
#form_holder  .listmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9b9b9b;
	background:#fff;
	border:1px solid #ccc;
	width:322px;
	padding:2px 0;
}

ul#sitemap li{
	display:block;
	padding:10px 0;
}
ul#sitemap li ul li{
	background:url(../images/arrow.gif) no-repeat 15px 6px !important;
	color:#666 !important;
}
ul#sitemap li ul li a{
	color:#666 !important;
}
#sitemap a{
	color: #353535;
	text-decoration:none;
}
#sitemap a:hover{
	color:#ff7a04;
	text-decoration:none;
	font-weight:bold;
}

.testi{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

#invisibleobject {
     visibility: hidden;
	 display: none;
}

#visibleobject {
     visibility: visible;
	 display:;
}


/*  Remove right  Bar  */
#content_holder1{
	width:922px;
	margin:auto;
	padding:10px;
}

#content_holder1 #inside_left_panel1{
	width:902px;
	min-height:286px;
	background:url(../images/left-panel-bg1.gif) no-repeat;
	padding:10px;
	float:left;
}

#content_holder1 #inside_left_panel1 ul li{
	list-style:none;
	background:url(../images/bullet.gif) no-repeat 10px 5px;
	padding:2px 0 2px 25px;
}

#location_block #left_block{
	width:38%;
	padding:10px;
	float:left;
	background:#fff;
	border:1px solid #e5e5e5;
}
#location_block #right_block{
	width:500px;
	padding:10px;
	float:right;
	background:#fff;
	border:1px solid #e5e5e5;
}

