body {
	margin: 0;
	padding: 0;
	/*line-height: 1.7em;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
   /* background: #413e3e url(images/body.jpg) repeat;color: #ffffff;*/
}
		
a:link, a:visited {  text-decoration: none; font-weight: bold; font:"Century Gothic"; } 
a:active, a:hover { color: #000000; text-decoration: underline; font:"Century Gothic"; }

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_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.more a {
	display: block;
	width: 80px;
	height: 23px;
	padding: 3px 0 0 0;
	background: url(images/button.png) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.more a:hover {
	/*background: url(images/button_hover.png) no-repeat;*/
}

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

/* menu */

/*#menu {
	width: 1100px;
	height: 56px;
	margin: 0 auto;
	background: url(images/menu1.png) no-repeat center top;
}

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

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

#menu ul li a {
	position: relative;
	float: inherit;
	width: 100px;
	display: block;
	height: 35px;
	padding: 15px 0 0 32px;
	margin-right: 1px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current {
	background: url(images/menu_hover.png) repeat-x top;
}*/

/* end of menu */

/* header */

#header {
	clear: both;
	width: 980px;
	height: 138px;
	margin-top: 30px;
	background: url(images/header.png) no-repeat;
}

#header  #site_title {
	width: 500px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align: center;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #5d5b5b;
	font-weight: bold;
	letter-spacing: 2px;
}

/* end of header */

/* content */

#content_wrapper {
	clear: both;
	width: 960px;
	padding: 0 10px;
	background: url(images/content.png) repeat-y;
}

#main_service_section {
	width: 880px;
	min-height: 290px;
	padding: 20px 40px 0 40px;
	background: url(images/home_top.png) no-repeat bottom center;
}

.service_box {
	width: 410px;
}

.service_image {
	width:150px;
	float: left;
	margin: 3px 0 0 0;
}

.service_box .service_text {
	float: right;
	width: 250px;
	text-align: justify;
}

.service_text h2 {
	font-size: 24px;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.service_text p {
	margin-bottom: 20px;
}

.content_section {
	width: 880px;
	padding: 20px 40px;
	clear: both;
}

.content_section p {
	text-align: justify;
	margin-bottom: 10px;
}

.content_section h2 {
	font-size: 24px;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.section_410 {
	width: 410px;
}

.recent_project {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recent_project li {
	margin: 0;
	padding: 0;
	display: inline;
}

.recent_project li a {
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 10px 10px 0;
	border: 5px solid #303030;
	display: inline;
}

.news_image {
	float: left;
	margin: 3px 25px 0 0;
	border: 5px solid #303030;
}

.news_box {
	clear: both;
	margin-bottom:20px;
}
	
.news_box h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
/* end of content */

/* footer */

#footer {
	width: 900px;
	min-height: 74px;
	padding: 50px 40px 30px 40px;
	margin: 0 auto;
	text-align: center;
	color: #d4d2d2;
	background: url(images/footer.png) no-repeat top; 
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #ffffff;
}

.footer_menu li a {
	color: #ffffff;
}

.footer_menu .last_menu {
	border: none;
}


/* end of footer */

/*-- navigation --*/
/****New Menu CSS***/
ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 23.5px 10px 23.5px;
  background: #0567d6;
  margin-left: 1px;
  white-space: nowrap;
  margin-bottom:2px;
  text-transform:uppercase;
}
ul li a:hover { background: #a7a7a7; }
li:hover ul {
  display: block;
  position: absolute;
  z-index:1000;
  font-size: 14px;
}
li:hover li {
  float: none;
  font-size: 14px;
}
li:hover a { background: #a7a7a7; }
li:hover li a:hover { background: #a7a7a7;font-size: 14px; text-transform:uppercase; }

/****End New Menu CSS***/