/*
CSS Credit: http://www.templatemo.com
*/

body {
		margin: 0;
		padding: 0;
		line-height: 1.7em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#353535;
		background-color:#FFFFFF;
		/*color: #CCC;*/   
}
@media screen 
{
	html, body {
		margin: 0;
		padding: 0;
		line-height: 1.7em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		/*color: #CCC;*/
		color:#353535;
	    /*background: #4f85b2 url(images/grill_body.jpg) repeat-x ;*/
		background: #728595 url(images/grill_body_grey.jpg)  ;

		}
}

img { -ms-interpolation-mode: bicubic; 
      border: none; }		
a:link, a:visited { color: #0082c8; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #f57b20; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r40 { margin-right: 40px; }

.h_divider { display: block; width: 100%; height: 5px; background: url(images/divider.png) repeat-x; }

.readmore a {
	clear: both;
	display: block;
	margin-top: 10px;
	width: 98px;
	height: 27px;
	background: url(images/readmore.png) no-repeat;
}

.readmore a:hover {
	background: url(images/readmore_hover.png) no-repeat;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* menu */

#menu_none {
	width: 980px;
	height: 58px;
	margin: 0 auto;
	padding: 0;
    background: url(images/menu_wt.jpg) no-repeat;
}

#menu ul {
	width: 540px;
	margin: 0 auto;
	padding: 26px 12px 0 12px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	height: 25px;
	padding: 5px 25px 0 25px;
	margin-right: 1px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000000;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #ffffff;	
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* end of menu */

/* site title */

#header {
	width: 980px;
	height: 128px;
	margin: 0 auto;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header #site_title {
	padding-top: 15px;
	width: 980px;
	text-align: center;
}

#header a {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: # 333333;
	font-weight: bold;
	text-decoration: none;
}
/* end of site title */

#content_wrapper_outter {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: url(images/content_wt.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#content_wrapper {
	width: 830px;
	padding: 40px 75px 0 75px;
	background: url(images/content_top_wt.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.content_section {
	clear: both;
	margin-bottom: 40px;
}

.section_w530 {
	float: left;
	width: 530px;
}

.section_w240 {
	float: right;
	width: 240px;
}

.content_section h2 {
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	color: #353535;
	font-size: 18px;
	background: url(images/header_dk.png) left bottom no-repeat;
}

.section_w250 {
	float: left;
	width: 250px;
}

.section_w394 {
	float: left;
	width: 394px;
}

.project_image {
	padding:0px;
	border: 5px solid #353535;
	margin-bottom: 10px;
}

.news_box {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #8a9ba8;	
	color: # 333333;
}

.news_box .post_info {
	color: #999999;
}

.news_box .post_info a {
	color: # 333333;
}

.news_box .post_info span {
	color: # 333333;
}

.news_box a {
	color: #0082c8;
}

.service {
	margin: 15px 0 0 20px;
	padding: 0px;
	list-style-image: url(images/list.png);
}

.service li {
	margin: 0;
	color: #0082c8;
	padding: 0 0 10px 15px;
}

#footer {
	width: 840px;
	height: 120px;
	color: #666;
	padding: 5px 70px 0 70px;
	background: url(images/footer.jpg) no-repeat;
}

