* { padding: 0; margin: 0; }
html {
     overflow: -moz-scrollbars-vertical;
}

body{ 
	background:url('../images/background.jpg') fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; }

#topsection {
	background: #000;
	height: 20px; 
	border-bottom: 2px solid #333;
	color: #DADADA;
	padding-top: 0px;
}
#topsection_content {
	width: 900px;
	margin: 0 auto;
	text-align:right;
	line-height: 20px;
}
#topsection_content a { color: #DADADA; text-decoration:none; }
#topsection_content a:hover { color: #666; }

#maincontainer{
	width: 900px;
	margin: 0 auto;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#header {
	border-bottom: 1px solid #000;
	height: 125px;
}
#logo { padding-top: 25px; float:left; }
#logo a img { border: none;}
#menu { padding-top: 95px; float:right; }
#menu ul {}
#menu li { display: inline; list-style-type:none; margin-left: 10px;}
#menu li a img { border: none; }
#menu li a { outline: none; }
 
#slider {
	margin-top: 40px;
	height: 372px;
	width: 900px;
	overflow:hidden;
}
#slider img { padding: 0px;}

#leftcolumn {
	float: left;
	width: 335px;
	padding: 40px 20px 20px 20px;
}
#leftcolumn h3 { border-bottom: 1px solid #000; font-size: 22px; }
.recent_work { margin-top: 15px; }
.recent_work_image { float:left; }
.recent_work_image a img { border: none;}
.recent_work_text { float:right; width: 195px;}
#leftcolumn h4 { font-size:12px;  margin-bottom: 5px; }
#leftcolumn a h4 { color: #000; }
#rightcolumn {
	float: right;
	width: 480px;
	padding: 40px 20px 20px 20px;
	margin-bottom: 15px;
	
	min-height:400px;
	height:auto !important;
	height:400px;

}
#rightcolumn h3 { border-bottom: 1px solid #000; margin-bottom: 15px; font-size: 22px; font-weight:bold; }
#rightcolumn h4 { font-size:12px;  margin-bottom: 5px; margin-top: 15px;}

#maincolumn { padding: 40px 20px 20px 20px; }

#footer{
	clear: both;
	width: 900px;
	margin: 0 auto;
	color: #999;
	height: 75px;
	border-top: 1px solid #999; 
}
#footer a { color: #999; text-decoration:none; }
#footer a:hover { color: #666; }
#footer-content {
	width: 900px;
	margin: 0 auto;
	padding-top: 25px;
}
#footer-left { float:left;}
#footer-right { float:right;}

.clear { clear:both; }

#services_list { margin-top: 10px; }
#services_list li { list-style-type:none; font-size:14px; padding: 5px;}
#services_list li a { text-decoration:none; color: #000; }
#services_list li a:hover { text-decoration:underline; } 

.portfolio_customer { padding-bottom: 25px; } 
.portfolio_customer_image { height:150px; width:250px; float:left; } 
.portfolio_customer_txt { float:right; width: 575px; height: 140px; } 
.portfolio_customer_txt  h4 { font-size:14px; margin-bottom: 10px; border-bottom: 1px solid #000; }
.portfolio_customer_visit { float:right; clear:right;}
.portfolio_customer_visit a { color: #000; text-decoration:none; } 
.portfolio_customer_visit a:hover { text-decoration:underline; } 
#contact_details { margin-top: 15px;}
#contact_details  p { font-size:14px; padding: 3px; }

#contact_form {}
#contact_form .contact_line { padding: 10px;}
#contact_form .contact_line label { font-size:14px; }
#contact_form .contact_line input { font-size:14px; margin-top: 5px; padding: 3px; width: 350px; }
#contact_form .contact_line textarea { width: 350px; height: 200px; margin-top: 5px; font-family:Arial, Helvetica, sans-serif; font-size:14px; }
#contact_submit { border: none; font-size:14px; color: #FFF; background: #000; width: 250px;  }

.error_msg { color: #FF0000; font-weight:bold;}