/* CSS Document */
body {
	font-size: 1em;
	font-family: "Helvetica Neue", Helevtica, Arial, sans-serif; 
	font-weight: bold; 
	color:#1F1611; 
	text-align:left; 
	/*height:100%*/
	} 
#wrapper {
width: 960px;
	margin: auto;
}
#header {
	margin-top: 10px;	
}
#navbar {
	height: 25px;	
	font-size: 1.2em;
	margin-top: 5px;
	font-family:Tahoma, Geneva, sans-serif;
}
#navbar .active {
	border-bottom: 3px solid #06C;	
}
#navbar a {
	text-decoration:none;
	color: #000;
}
#mainimage {	
}
#maincontent {
	background-image:url(../img/mcontent_bckg.png);
	background-repeat:repeat-x;
	padding: 25px 0 0 0;
}
.wbarrow {
width: 104px;
float: left;
margin: 0 10px 0 10px;
}
.hardhat {
width: 96px;
float: left;
margin: 0 10px 0 10px;
}
#content h1 {
	font-size: 2em;
	margin-left: 20px;
}
#lftcont h1 {
	font-size: 2em;	
}
#lftcont h2 {
	font-size: 1.3em;
	color: 	#2E8FE7;
	margin: 5px 0 25px 0;
}
#lftcont p {
	font-size: 1.2em;	
	margin: 10px 0 10px 60px;
}
#lftcont {
	width: 599px;
	float: left;
}
#rgtcont {
	width: 295px;
	float: left;
	margin: 0 0 0 35px;
}

.rgtcol {
	background-image:url(../img/rgt_bckg.png);
	background-repeat:no-repeat;	
	padding: 5px;
	margin: 8px 0 8px 0;

}
#bricks {
	width: 295px;
	height: 63px;
	padding: 0 0 10px 0;
}
.rgtcol h1 {
	font-size: 1.3em;	
}
.rgtcol h2 {
	font-size: 1.3em;
	color: 	#2E8FE7;
	margin: 5px 0 25px 0;
}
.rgtcol p {
	font-size: 1.2em;	
	margin: 10px 0 10px 10px;
}
#footer {
	background-image:url(../img/footer_bckg.jpg);
	background-repeat:repeat-x;
	height: 184px;
		font-family:Tahoma, Geneva, sans-serif;
}
#abt_us {
	padding: 45px 10px 0 25px;		
	float: left;
}
#ftr_details {
	padding: 15px 0 0 125px;
	width: 940px;	
	clear: both;

}

#ftr_txt {
	width: 764px;
	padding: 55px 10px 0 25px;
	float: left;	
}
#ftr_txt p {
	padding: 10px 0 0 0;	
}
.clear {
	clear:both;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
08. Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
label { 
width: 10em;
float: left; 
}

.required{  
background-color: #fff;  
color: #ffffff;  
border: 1px solid #666666; 
margin: 10px; 
color: #000;
width: 200px;
 }  
   
label.error { 
float: right;
color: red; 
padding-left: .5em; 
vertical-align: top; 
font-size: 0.9em;
width: 200px;
}
.contact_button{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(../img/formbg.gif) repeat-x left top;
}
* { font-family: Verdana; font-size: 96%; }
/*label { width: 10em; float: left; }*/
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }

/*Slideshow */
#slideshow {
    position:relative;
    height:360px;
    width: 781px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
02. Gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#gallery_cont {
	width:960px; 
	float:left; 
	margin:20px 0 0 20px;
	
}
.gallery {
	float: left;
	width: 293px;
	height: 293px;
	padding-top: 25px;
	padding-right: 20px;
}
