/* CSS Document */

/*
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		File: 	style.css
		Date: 	Thursday November 19, 2009
		Auth:	Raymond Lopez
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*-- GENERAL/HOME TAGS --*/
body#home {
	font-family: trebuchet, Arial, sans-serif;
	font-size: 13px;
	font-weight:  lighter;
	background:#fff url(/images/body_bg_home.jpg) repeat-x;
	text-align: left;	
	color: #333;
}
body#page {
	font-family: trebuchet, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background:#fff url(/images/body_bg_page.jpg) repeat-x;
	text-align: left;	
}
p{
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}
a {
	border: none;
	-moz-outline-style: none;
	text-decoration: none;
	color:#2e7e9c;
}
a.underline{
	border-bottom: 1px dotted #2e7e9c;
}
a.underline:hover{
	border-bottom: 1px dotted #000;
	color: #000;
}
.smallfont{
	font-size: 10px;
}
h1{
	font-size: 60px;
}
h2{
	font-size: 20px;
	margin-bottom: 5px;
}
h3{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #333;
	font-weight: light, normal;
}
.alignright{
	text-align: right;
}
.aligncenter{
	text-align: center;
}
.floatleft{
	float: left;
}
.floatright{ 
	float: right;
}
.clearboth{
	clear: both;
}
.toppad{
	margin-top: 15px;
}

/*OTHER*/
#topbar{
	margin: 0 auto;
	display: block;
	background: url(/images/topbar.jpg) no-repeat;
	width: 960px;
	height:12px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position:relative; /*needed for slider previous and next arrows*/
}
#header{
	margin: 30px 0 0 75px;
	float: left;
}
#logo{
	float: left;
	padding: 0 0 0 0;
}
#logo a img{
	border: 0;
	-moz-outline-style: none;
}
#featured{
	clear: both;
	float: left;
	padding: 70px 0 70px 0;
}
#intro{
	float: left;
	width: 460px;
	color: #fff;
	margin-top: 35px;
}
#intro p.whatwedo{
	font-size: 25px;
}
#intro a.button1{
	display: block; 
	margin: 10px auto 0;
	height: 48px;
	width: 245px;
	text-indent: -9999px;
	background: url(/images/btn_see_our_projects.png) 0 0;
}
#intro a.button1:hover{
	background: url(/images/btn_see_our_projects.png) 0 -48px;
}
#intro a.button1:active{
	background: url(/images/btn_see_our_projects.png) 0 -96px;
}
#slider{
	padding: 23px 0 33px 0;
	margin:0 0 0 100px;
	background: url(/images/slider_bg.png) repeat-x; 
	float: left;
}	
#slider ul li a{
	display: block;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:340px;
	height:220px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:70px;
	height:260px;
	left:490px;
	top:190px;
	position: absolute;
	}	
#nextBtn{ 
	left:890px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:70px;
	height:260px;
	background:url(/images/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(/images/btn_next.png) no-repeat 0 0;	
	}			
 /* image replacement */
.graphic, #prevBtn, #nextBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
	}
#home_container{
	clear: both;
	float: left;
	margin-top: 20px;
}
#col1{
	width: 380px;
	float: left;
	padding: 35px 50px 0 50px;
	background: url(/images/dividor.jpg) no-repeat right center;
}
#col2{
	width: 380px;
	float: left;
	padding: 35px 50px 0 50px;
}
.icon{
	float: left;
	margin: 25px 20px 0 0;
	height: 80px;
}    
/*-- PAGES GENERAL --*/
#page_container{
	clear: both;
	float: left;
	margin-top: 20px;
}
#page_title h1{
	float: left;
	width: 320px;
	padding: 12px 0 0 60px;
	margin-bottom: 40px;
	font-weight: light, normal;
	color: #fff;
}
#page_content{
	clear: both;
	float: left;
	width: 960px;
	margin-top: 25px;
}
#page_content h2{
	margin: 0px 20px;
	color: #333;
	font-weight: light, normal;
}
#col_2{
	background: #2b3032;
	padding: 10px;
	width: 460px;
	float: left;
}

/*-- SERVICES --*/
.services_col1{
	width: 380px;
	float: left;
	padding: 35px 50px 0 50px;
}
.services_col2{
	width: 380px;
	float: left;
	padding: 35px 50px 0 50px;
}
.maintype_padding{
	padding:0 50px 0 80px;
	width: 800px;
}
#price_table{
	float: left;
	width: 800px;
}
#price_table td{
	padding: 10px 0 8px 0;
	height: 20px;
	text-align: center;
	border-bottom: 1px #ccc solid;
}
/*-- OUR WORK --*/
#sidebar{
	margin-left: 13px;
}
#secondarynav_top_bg{
	height: 30px;
	width: 300px;
	margin-left: 13px;
	background: url(/images/ourworklist_top_bg.jpg) no-repeat #2B3032;
}
#secondarynav_bottom_bg{
	height: 30px;
	width: 300px;
	margin-left: 13px;
	background: url(/images/ourworklist_bottom_bg.jpg) no-repeat #2B3032;
}
#secondarynav{
	margin-left: 13px;
}
#secondarynav li a{
	display: block;
	background-color: #2B3032;
	font-size: 16px; 
	padding: 10px 0 10px 120px;
	line-height: 15px;
	height: 15px;
	width: 179px;
}
#secondarynav li a:hover{
	background-color: #3B3E3F; 
}
#ourwork_h2{
	float: left;
	margin: 55px 0 0 115px;
}
.worktypetitle{
	width: 860px;
	padding: 10px 0 0 100px;
	border-top: 1px solid #ccc;
}
.project{
	margin: 0px 0 100px 0;
	padding: 20px 0;
	clear: both;
	border-top: 1px solid #ccc;
}
.projectrequirements{
	float: left;
	margin: 25px 0 35px 0;
	padding-left: 100px;
}
.projectimage{
	float: left;
	margin: 0 0 0 80px;
}

a.button_view{
	display: block;
	height: 30px;
	width: 155px;
	text-indent: -9999px;
	background: url(/images/button_view.jpg) no-repeat 0 0;
}
a.button_view:hover{
	display: block;
	height: 30px;
	text-indent: -9999px;
	background: url(/images/button_view.jpg) no-repeat 0 -30px;
}
/*-- CONTACT --*/
.contactform{
	width: 280px;
	float: left;
	padding: 0 30px 0 30px;
}
input, textarea { 
	padding: 4px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 14px/100% Verdana, Tahoma, sans-serif;
	width: 190px;
	background-color: #FFFFFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	float: right;
	}

textarea { 
	width: 270px;
	max-width: 270px;
	max-height: 50px;
	height: 100px;
	line-height: 150%;
	float: right;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin: 0 10px; 
	color: #999; 
	width: 200px;
	}

.submit input {
	text-align: center;
	width: 70px;
	margin-top: 10px;
	padding: 5px 15px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgb(255, 255, 255)), to(rgb(232, 232, 232)));
	font-size: 14px;
	color:#2e7e9c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	}
	
.submit input:hover {
	color:#6FD3F6;
	}



/*-- ABOUT --*/
.about_content{
	padding: 20px 30px;
	width: 500px;
}
ul li{
	line-height: 20px;
}
#leftsidebar{
	padding: 10px 0 0 100px;
}

/*-- FREE --*/      
.free_col1{
	float: left;
	clear: both;
	width: 330px;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #ccc;
}
.free_col2{
	float: left;
	width: 630px;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
}
.about{
	margin-left: 60px;
	display: block;
	width: 280px;
	background-color: #333;
	padding: 0 10px 3px 9px;
}
#about_top_bg{
	height: 30px;
	width: 300px;
	margin-left: 60px;
	background: url(/images/ourworklist_top_bg.jpg) no-repeat #2B3032;
}
#about_bottom_bg{
	height: 30px;
	width: 300px;
	margin-left: 60px;
	background: url(/images/ourworklist_bottom_bg.jpg) no-repeat #2B3032;
}
/*-- FOOTER --*/        
#footer_container{
	clear: both;
	float: left;
	margin: 30px 0;
	padding-bottom: 15px;
}
#footer_container .section{
	width: 232px;
	padding: 30px 30px 30px 50px;
}
#footer_container h2{
	color: #fff;
}
#footer_container ul li a{
	line-height: 30px;
}
#footer_container img{
	float: left;
	padding-right: 5px;
}
#top_bg{
	float: left;
	width: 960px;
	height: 24px;
	background: url(/images/footer_top_bg.jpg) no-repeat; 
}      
#footer{
	float: left;
	clear: both;
	width: 942px;
	margin: 0 12px 0 9px;
	background-color: #2b3032;
}   
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}
#footer p{
	color: #fff;
}
#footer_contact{
	width: 300px;
	color: #fff;
 }
#tweet{
	color:#fff;
}
#footer_contact .rowElem{
	margin:  0;	
}
#footer_contact .label{
	line-height: 25px;
	vertical-align: middle;
}
#footer_contact .label_align{
	line-height: 25px;
	vertical-align: middle;
}
#bottom_bg{
	float: left;
	clear: both;
	width: 960px;
	height: 24px;
	background: url(/images/footer_bottom_bg.jpg) no-repeat; 
}
/*-- 404 --*/
#notfound404{
	clear: left;
	padding: 30px 40px;
	margin: 0 auto;
} 
#notfound404 h1{
	text-align: center;
}   
#notfound404 h2{
	padding: 90px 20px 50px 20px;
}
#notfound404 h3{
	padding: 25px 0 0 0;
}
#notfound404 .sitemap{
	width: 100px;
	margin: 0 auto;
}