body, 
html { 
width:98%;

margin-top: 5px;
background:#fff;
min-width:900px;
min-height:auto;

} 
/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
	text-align:justify;
	
}

		
		div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 99%;
			margin: 0 auto;
			background: transparent;
			padding: 20px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			clear:both:
		}
		
		body {
			/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;
			
		}
		

a {
color: #111; /*Controls the slide panel numbered links*/
font-family: Verdana, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
border-style: none;
}

/*Main Structure*/

#content{
margin:0;
padding:0;
}

/*End of logo area display controls*/


/*Header*/



#header {
width:92%;
height: 145px;
position: relative;
}

#header img{
border:none;
}

#address_bar{
margin-right:30px;
clear:both;
float:right;
height:20px;
position: relative;
}

#header span,#header h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
color:#888;
margin-bottom:20px;
position: relative;
}

#address_bar h2 {
font-family: Helvetica, sans-serif;
font-size: 0.78em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: normal;
color: #666;
text-align:justify;
position: relative;
}

#address_bar p,#address_bar a {
font-family: Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-align:justify;
margin-right:15px;
color:#464646;
position: relative;
}

#address_bar a {
color: #005577;
position: relative;
}

#address_bar a:hover {
color: #eca014;
}

/*------------------nav menu-----------------*/

.jqueryslidemenu{
width: 650px;
float:left;
margin-left:215px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #fff; /*background of tabs (default state)*/
font-family: Verdana, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
padding: 3px 10px;
/*border-right: 1px solid #eca014;*/
text-decoration: none;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #000;
}

.jqueryslidemenu ul li a:hover{
background: #fff; /*tab link background during hover state*/
color: #eca014;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background:#fff;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 1em Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/

color: #eca014;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*--------------End Navigation menu controls--------------*/
.clear {
	clear:both
}


#main_img_wrap{
width:100%;
height:500px;

}
#main_img_wrap img{
margin-top:45px;
margin-left:15px;
float:right;
}

#main_img_wrap h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 5em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-top:40px;
}

#main_img_wrap span{
color:#999;
}

#main_img_wrap p{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#main_img_wrap a{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#main_img_wrap a:hover{
color:#e66c04;
}



#wide_top_left a {
font-family: Helvetica, sans-serif;
font-size: 1.1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #005577;
text-align:justify;
text-decoration:none;
}

#wide_top_left a:hover {
color:#e66c04;
}


#wide_top_left a.tac {
font-family: Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #005577;
text-align:justify;
text-decoration:none;
}

#wide_top_left a.tac:hover {
color:#e66c04;
}

#wide_top_left ul li{
display:inline;
}

#wide_top_left{
width:92%;

}

.inside {
	padding: 7px;
	float:left;
	border-top: 6px solid #006699;
	width:25%;
	list-style:none;
	margin-right:10px;
	margin-left:10px;
	padding-bottom:20px;
}

.inside img {
	display: block;
	width: 15em;
	height: 7.2em;
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
}

.inside p {
font-family: “Lucida Grande”, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -0.6px;
line-height: 1.5em;
color:#444;
margin-left:auto;
margin-right:auto;
}

.inside a {

	color: #03858b;
	text-decoration: none;
}

.inside a:hover {
	color:#e66c04;
}

.para_wrap{
width:220px;

}


.special {
	border-top: 6px solid #006699;
	padding: 7px;
	float:left;
	height: 30.2em;
	width:40%;
	list-style:none;
	margin-left:10px;
	
}

.special img {
	display: block;
	width: 16em;
	height: 8.2em;
margin-left:auto;
margin-right:auto;
padding-bottom:20px;
}

.special ul li a img{
border:none;
	width: 23em;
	height: 15.2em;
	margin-left:30px;
}



.special a {

	color: #03858b;
	text-decoration: none;

}

.special a:hover {

	color:#e66c04;
}
/*-------index Page-----------*/

#index_info_left {
width:70%;
height:1050px;
float:left;
}

#index_info_left h4, .latest h4{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.4em;
font-style: normal;
font-weight: normal;
line-height:1.5em;
text-transform: normal;
letter-spacing: normal;
color:#777;
margin-top:40px;
margin-left:20px;
}

#index_info_left span{
color:#999;
}

#index_info_left a, strong {
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #005577;
text-align:justify;
text-decoration:none;
}

#index_info_left a:hover {
color:#e66c04;
}
#index_info_left p{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
line-height:1.5em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-left:30px;
margin-right:60px;
}

#index_info_left .info_header {
width:100%;
height:160px;


}
#index_info_left .info_header h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 4.4em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: normal;
color:#777;
margin-top:40px;

}

#index_info_left .info_header h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#index_info_left .info_header span{
color:#999;
}

.latest {
width:50%;
height:190px;
float:left;
clear:both;
}

#index_info_left .special_offer {
width:300px;
height:160px;
float:left;
}

#index_info_right {
width:29.5%;
height:800px;
padding-top:30px;
float:left;
border-left: 1px solid #ccc;
}
#index_info_right h4{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: normal;
color:#777;
margin-top:10px;
margin-bottom:7px;
margin-left:9px;
}

#index_info_right p{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-left:30px;
margin-right:60px;
}

ul.mugshots {
width:250px;
height:150px;
margin-left:60px;
}
.mugshots li{
display:inline
}
.mugshots li img{
padding:3px;
background:#ccc;
display:block;
margin-left:auto;
margin-right:auto;
display:inline;
}

#videogallery{

margin-left:20px;
}


#sign-up-form{
margin-left:20px;
}


/*-------------- form 3----------------- */

	#form3{
		margin:1.5em 0;
		/*background:#ff0000;*/
		width:296px;
		
		overflow:hidden;
		float:left;
		
		padding-left:30px;
		/*border-left: 2px dotted #ccc;*/
		}
		#form3 input:hover {
		color:#ff7711;
		}
	#form3 h3{display:none;}	
	#form3 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:200px;
		margin-left:4px;
		padding-top:20px;
		}	
	#form3 fieldset.last{
		width:254px;
		margin-left:17px;
		}	

	#form3 fieldset a:hover {
	color:#e66c04;
	}
	#form3 legend{display:none;}	
	#form3 p{margin:.5em 0;font-family: Verdana, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;}	
	#form3 label{display:block;}	
	#form3 input, #form3 textarea{		
		width:192px;
		border:1px solid #999;
		background:#fff url(../../images/form_inputc.gif) repeat-x;
		padding:3px;
		
		}		
					
	#form3 p.submit{
		float:right;
		clear:both;
		margin-top:-73px;
		margin-left:20px;
		}	
	#form3 button{
		padding:0;
	position:absolute;
	
		width:95px;
		height:80px;
		text-indent:-8000px;
		overflow:hidden;
		border:none;
		background:url(../../images/orange_button2.jpg) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		margin-left:20px;
		}				

#form3 a {
font-family: Verdana, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
color: #005577;

}

#form3 img,#form3 a{
margin-left:0;
border:none;
}

/* // form 3 */



#wide_panel {
width:100%;
float:left;
padding-bottom:30px;
padding-top:0;
margin-right:18px;

}

.thumbs_all img:hover {
 opacity:0.6;
 position:relative;
 top:0px;
 bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
}

#wide_panel a:hover {
color:#e66c04;
}

#wide_panel .proj_list {
width:98%;
height:20px;
background:#eee;
padding-top:3px;
padding-bottom:3px;
}

#wide_panel .proj_list ul li{
display:inline;
font-family: Verdana, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
color: #e2e2e2;
margin-left:35px;
}

#first {
width:92%;
border-left:7px solid #0099ff;
float:left;
padding-left:13px;
}


#wide_panel .second {
width:92%;
float:left;
border-left:7px solid #ff6611;
padding-left:13px;
}

#wide_panel .third {
width:92%;
float:left;
border-left:7px solid #99ee22;
padding-left:13px;
}

#wide_panel .fourth {
width:92%;
float:left;
border-left:7px solid #cc8844;
padding-left:13px;
}

#wide_panel .fifth {
width:92%;
float:left;
border-left:7px solid #ccaa22;
padding-left:13px;
}

#wide_panel .sixth {
width:92%;
float:left;
border-left:7px solid #999;
padding-left:13px;
}

#wide_panel .seventh {
width:92%;
float:left;
border-left:7px solid #555;
padding-left:13px;
}

strong {
font-family: Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: normal;
color: #333;

}


/*-------------FACEBOX-------------*/

#facebox .b {
  background:url(../../facefiles/b.png);
}

#facebox .tl {
  background:url(../../facefiles/tl.png);
}

#facebox .tr {
  background:url(../../facefiles/tr.png);
}

#facebox .bl {
  background:url(../../facefiles/bl.png);
}

#facebox .br {
  background:url(../../facefiles/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 20px;
  background: #fff;
  width: 600px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox p, #facebox a {
  font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #555;
text-decoration:none;
}

#facebox p.contact{
margin-top:20px;
color:#777;
font-size:0.8em;
}
#facebox a{
color:#005577;
}

#facebox a:hover{
color:#e66c04;
}


/*----------------About Page-----------------*/

#about_banner{
width:100%;
height:300px;
}

#about_banner h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 5em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-top:40px;
}

#about_banner span{
color:#999;
}

#about_banner h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#about_banner .post_box{
width:500px;
height:120px;
overflow:hidden;
border:3px solid #ccc;
float:right;
}

.greyline{
float:right;
}

#about_left{
width:43%;
height:1150px;
margin-left:1%;
float:left;
}

#about_left h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.2em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-bottom:17px;
margin-top:8px;
margin-left:8px;
}

#about_left span{
color:#999;
}

#about_left p{
color: #626262; 
font-family: Verdana, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
margin-left:12px;
margin-right:45px;
}

#about_left a{
font-size: 1em;
color:#005577;
font-family: Verdana, sans-serif;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
}

#about_left a:hover{
color:#e66c04;
}
#about_left strong{
color: #626262; 
font-family: Verdana, sans-serif;

font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;

}



/*---------------Slideshow--------------*/

/*slide gallery to coincide with horizontal menu and additional image penetration*/

* {margin:0; padding:0}

#imagearea {position:relative; width:322px; margin-top:40px; margin-right:auto; margin-left:auto;}
#images {border:2px solid #9ac1c9; height:320px; background:#eef5f6; }
#image {position:relative; width:320px; height:322px; padding:5px; border:2px solid #666; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}

.imgnav {position:absolute; height:320px; width:20%; z-index:100; height:328px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
#thumbs li{list-style-type: none;}

/*--------------End Slideshow------------*/

#about_right{
width:49%;
height:1150px;
float:left;
margin-top:50px;
margin-right:30px;
margin-left:50px;
}
#about_right h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#about_right h4{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#about_right h5{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-bottom:10px;
}

#about_right span{
color:#999;
}

#about_right p{
color: #626262; 
font-family: Verdana, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
margin-left:12px;
margin-right:25px;
}



#about_right a{
color:#005577;
font-family: Verdana, sans-serif;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
}

#about_right a:hover{
color:#e66c04;
}

#about_right img{
padding:3px;
background:#ccc;
border:2px solid #999;
margin:15px;
}




/*-------------Pull Quotes------------*/

blockquote.pullquote {
	padding:12px 0;
	margin: 5px 15px 8px 0;
	float:left;
	width:180px;
	text-align: center;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
        border-left:0;
        border-right:0;
	line-height:1.6em;
        background:#fefefe;
		font-family: Georgia, sans-serif;
		font-size:1.1em;
		color:#626262;
		clear:both;
}
blockquote.pullquote.right {
	margin: 5px 0 8px 15px;
	float:right;
	font-family: Georgia, sans-serif;
	font-size:1.1em;
	clear:both;
	color:#626262;
}
blockquote.pullquote p {
	margin:0 !important;
	font-size:1.1em;
	color:#666;
	font-weight:bold;
	font-family: Georgia, sans-serif;
	clear:both;
	
}

#about_right span{
color:#626262;
}

/*---------Services------------*/

#services_top_wrap{
width:100%;
height:500px;
float:left;
}


#services_top_wrap h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 4.5em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-top:40px;
}

#services_top_wrap span{
color:#999;
}

#services_top_wrap h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#services_top_wrap img{
margin-top:45px;
margin-left:15px;
float:right;
}


#services_tript_wrap{
width:100%;
height:260px;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
float:left;
}

#services_tript_1{
width:26%;
height:260px;
margin-left:10.5%;
border-left:2px solid #ddd;
border-right:2px solid #ddd;
overflow:hidden;
float:left;
background:URL(../../images/services_files/IMG_4208.JPG) no-repeat;
background-image:110%
}

#services_tript_1 h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#ddd;
background-color: #313131;
padding-left:6px;
padding-right:6px;
padding-top:4px;
padding-bottom:3px;
margin-right:80px;
margin-top:50%;
}

#services_tript_2{
width:26%;
height:260px;
border-left:2px solid #aaa;
border-right:2px solid #aaa;
overflow:hidden;
float:left;
background:URL(../../images/services_files/Bathroom-1.jpg) no-repeat;
}

#services_tript_2 h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#aaa;
background-color: #313131;
margin-top:50%;
padding-left:6px;
padding-right:6px;
padding-top:4px;
padding-bottom:3px;
margin-right:80px;
}

#services_tript_3{
width:25.5%;
height:260px;
border-left:1px solid #aaa;
border-right:1px solid #aaa;
overflow:hidden;
float:left;
background:URL(../../images/services_files/upcycled-furniture.jpg) no-repeat;
}

#services_tript_3 h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#aaa;
background-color: #313131;
margin-top:50%;
padding-left:6px;
padding-right:6px;
padding-top:4px;
padding-bottom:3px;
margin-right:80px;
}
/*
#servi_info_wrap{
width:100%;
height:200px;
border-top:2px solid #aaa;
border-bottom:2px solid #aaa;
float:left;
}

#servi_info_1{
width:26%;
height:200px;
margin-left:10.5%;
border-left:2px solid #777;
border-right:2px solid #777;
overflow:hidden;
float:left;
}
#servi_info_2{
width:47%;
height:200px;

border-left:2px solid #777;
border-right:2px solid #777;
overflow:hidden;
float:left;
}
#servi_info_3{
width:26%;
height:200px;
margin-right:10.5%;
border-left:2px solid #aaa;
border-right:2px solid #aaa;
overflow:hidden;
float:left;
}
*/
#services_info{
width:100%;
height:200px;
border-bottom:1px solid #aaa;
float:left;
}

#servi_info_bloc img{
float:left;
border:none;
}

#servi_info_bloc {
width:60%;
height:200px;
margin-left:10.5%;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

#servi_info_bloc h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#aaa;
/*
background-color: #313131;

margin-top:50%;
padding-left:6px;
padding-right:6px;
padding-top:4px;
padding-bottom:3px;
margin-right:80px;*/
}

#servi_info_bloc span{
color:#666;
}

#servi_info_bloc p{
color: #626262; 
font-family: Verdana, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
margin-left:25px;
margin-right:40px;
}

#servi_left{
width:70%;
height:600px;
float:left;
}

#info_plate{
width:44%;
height:260px;
float:left;
margin-left:20px;
margin-right:15px;
}

#info_plate img{
border:none;
float:left;
margin:9px;

}

#info_plate h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#aaa;
margin-top:28px;
/*
background-color: #313131;

margin-top:50%;
padding-left:6px;
padding-right:6px;
padding-top:4px;
padding-bottom:3px;
margin-right:80px;*/
}

#info_plate span{
color:#666;
}

#info_plate p{
color: #626262; 
font-family: Verdana, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
margin-left:8px;
margin-right:9px;
}


#servi_right{
width:30%;
height:600px;
float:left;
}

#servi_right .twitter{
border:none;
margin:13px;
}

#servi_right .facebooker{
border:none;
margin-left:13px;
}

#servi_right .the_idea{
border:none;
margin-left:13px;
margin-top:13px;
}


/*---------------Portfolio new----------------*/

#port_left{
width:28%;
height:600px;
float:left;
margin-left:auto;
margin-right:auto;
}

#port_mid{
width:28%;
height:600px;
float:left;
margin-left:auto;
margin-right:auto;
}

#port_right{
width:28%;
height:600px;
float:left;
margin-left:auto;
margin-right:auto;
}

/*-------------Interior Design Portfolio-------------*/
#portfolio_top{
width:100%;
height:190px;
margin-bottom:15px;
}

#port_info{
width:460px;
height:150px;
margin-left:40px;
}

#port_info h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#port_info span{
color:#999;
}

#port_info p{
color: #626262; 
font-family: Verdana, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;

}


#port_info a{
color:#005577;
font-family: Verdana, sans-serif;
font-style: normal;
font-size: 1.0em;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;
}

#port_info a:hover{
color:#e66c04;
}

#port_info strong {
color: #626262; 
font-family: Verdana, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;

}

#portfolio_top h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 5em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-top:40px;
}

#portfolio_top span{
color:#999;
}

#portfolio_top h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#project_panel{
width:290px;
height:365px;
background: URL(../../images/portfolio_index/glow_gray.gif) no-repeat;
float:left;
margin-left:20px;
margin-bottom:23px;
}


#project_panel_head {
width:190px;
height:18px;
margin-bottom:3px;

}


#project_panel_head p{
font-family: Verdana, sans-serif;
font-size: 0.7em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
padding:4px;
color: #323232;
margin-left:15px;


}

#project_panel .inner{
width:250px;
height:185px;
margin-left:auto;
margin-right: auto;
margin-top:0;
display: block;
overflow:hidden;
border:1px solid #666;
margin-bottom:15px;
}

.inner a img{border:0;}

#project_panel .inner_text{
width:250px;
height:85px;
margin-left:auto;
margin-right: auto;
margin-top:5px;
display: block;
overflow:hidden;
}

#project_panel .inner_text h3{
color: #626262; 
font-family: Helvetica, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
text-decoration: none;

line-height:normal;
}

#project_panel .inner_text p{
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 0.9em;
color: #323232;
}

.inner_text strong{
font-family: Verdana, sans-serif;

font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;

color: #323232;
}

#project_panel .inner_lower a:hover {
color:#e66c04;
}

#project_panel .inner_lower{
width:250px;
height:35px;
margin-left:auto;
margin-right: auto;
margin-top:5px;
display: block;
overflow:hidden;
}

#project_panel .inner_lower img{
margin-top:6px;
float:right;
border:none;
}

/*-----------------Footer-------------------*/
#footer {
width:99%;
	border-top: 5px solid #006699;
float:left;
}

#col_alpha {
width:28%;
height:370px;
float:right;
}

#col_alpha h3 {
font-family: Georgia, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #006699;
margin:12px;
}

#col_alpha ul li a:hover {
color:#e66c04;
}

/*--------------Random Quote in Footer------------*/

#quote-box-text div, #quote-author div {
 display: none;
 
}

#quote-author h3,#quote-author h4 {
font-family: Georgia, sans-serif;
font-size: 1.2em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #030303;
}

#quote-box-text p{
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #323232;
margin-right:14px;

}

#quote-box-text a {
font-family: Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #005577;
text-align:justify;
}

#quote-box-text a:hover {
color:#e66c04;
}

#col_bravo {
width:33.3%;
height:370px;
float:left;
margin-right:25px;
clear:both;
margin-bottom:20px;
}

#col_bravo h4 {
font-family: Georgia, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #006699;
margin:12px;
}

#col_bravo li.question,#col_bravo li {
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: italic;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #282828;
margin-left:18px;
list-style:none;
display:block;
}


#col_bravo ul li{
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #363636;
margin-left:19px;
list-style:none;
text-align:justify;
margin-bottom:5px;
}

#col_bravo ul li a{
color: #005577;
font-size:1em;

}

#col_bravo a:hover{
color:#e66c04;
}


#col_charlie {
width:100%;
height:60px;
	border-top: 4px solid #006699;
float:left;
}

#col_charlie p{
font-family: Verdana, sans-serif;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #000;
margin:15px;
float:left;
}

#col_charlie a{
color: #005577;
}

#col_charlie a:hover{
color:#e66c04;
}

#col_charlie a img{
float:right;
margin-top:10px;
margin-right:30px;
border:0;
}

#col_charlie li{
display:inline;
}

#col_delta {
width:30%;
height:370px;
margin-left:15px;

float:left;
}

#col_delta ul{
margin-left:20px;
margin-right:15px;
}

#col_delta li a,#col_delta li{
display:inline;
font-size: 0.89em;
}

#col_delta ul li a:hover {
color:#e66c04;
}

#col_delta h4 {
font-family: Georgia, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
color: #006699;
margin:12px;
}

/*-------------Testimonials-----------*/

#testim_wrap_main{
width:92%;
height:200px;
}


#testim_wrap_main h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 5em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;
margin-top:40px;
}

#testim_wrap_main span{
color:#999;
}

#testim_wrap_main p{
font-family: Arial, Helvetica, sans-serif;
font-size: 2.7em;
font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#testim_wrap_main a{
font-family: Arial, Helvetica, sans-serif;

font-style: normal;
font-weight: normal;
line-height:1em;
text-transform: normal;
letter-spacing: 0.2em;
color:#777;

}

#testim_wrap_main a:hover{
color:#666;
}

#testim_wrap{
width:60%;
height:250px;
margin-right:auto;
margin-left:auto;

margin-bottom:30px;
}

#testim_wrap-2{
width:60%;
height:230px;
margin-right:auto;
margin-left:auto;

margin-bottom:30px;
}

#testim_wrap-3{
width:60%;
height:160px;
margin-right:auto;
margin-left:auto;
margin-bottom:30px;
}


#testim_wrap_left{
width:28%;
height:120px;
float:left;
background:URL(../../images/testimonials/quotes2.jpg) no-repeat;
}

#testim_wrap_left H4 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 0.9em; MARGIN-BOTTOM: 10px; PADDING-BOTTOM: 5px; 
	COLOR: #555; PADDING-TOP: 5px; 
font-family: Georgia, Arial, sans-serif;
font-size: 1.1em;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: 0.2px;
line-height: 1.0em;
margin-bottom:15px;
margin-top:55px;
margin-left:14px;
}

#testim_wrap_left p{
font-family: Helvetica, Arial, sans-serif;
font-size: 0.7em;
font-style: justify;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color:#fff;
background-color:#e66c04;
padding:3px;
}

#testim_panel_left i{
font-family: Helvetica, Arial, sans-serif;
font-size: 0.7em;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color:#666;
background-color:#0099bb;
padding:3px;
}

#testim_wrap_left a{
font-family: Arial, Helvetica, sans-serif;

font-style: normal;
font-weight: normal;

text-transform: normal;

color:#eee;

}

#testim_wrap_left a:hover{
color:#666;
}


#testim_wrap_right{
width:68.5%;
margin-top:25px;
float:left;
margin-left:3%;
padding-bottom:20px;
}

#testim_wrap_right p{
font-family: Helvetica, Arial, sans-serif;
font-size: 0.8em;
font-style: justify;
font-weight: bold;
text-transform: justify;
letter-spacing: normal;
line-height: 1.4em;
color:#666;
margin-right:20px;
}

