@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;	
	background:url(../img/main_bg.gif) 0 0 repeat-x #fff;
	color:#5E5E5E;

}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
img {
	border: none;
}
a {
	color: #7E8A2C;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color:#000;
	background-color: inherit;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/* Notice */
.success, .message, .error_message {
	-moz-border-radius: 5px 5px;
	margin: 0 0 10px;
	padding: 10px 15px;
}
.success {
	background: #2e7692;
	border: 1px solid #fff;	
}

.message {
	background: #2e7692;
	border: 1px solid #fff;
}

.error_message {
	background: #2e7692;
	border: 1px solid #fff;
}

/* MORE */
.more {
	float:right;
	margin-bottom: 5px;
	padding: 0 5px;
}
.more a{
	display:block;
	min-width:73px;
	height:19px;
	background-color:#7E8A2C;
	color:#fff;
	text-align:center;
	text-decoration:none;
	float:right;
	margin:0 0 6px 0;
	font:bold 11px/19px Arial, Helvetica, sans-serif;
}
.more a:hover{
	background-color:#000;
	color:#fff;
}
#sitemap_table td {
	color: #000;
	font-size: 12px;
	text-align: left;
}
#contact_table td {
	padding: 3px;
	color: #000;
	font-size: 12px;
	text-align: left;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	width:918px;
	margin:0 auto;
	padding:0;
}
/*------------------------------------------------header--------------------*/
#header{
	width:918px;
	background-color:#e5e6c4;
}
/*------------------------------------------------top-------------------*/
#top{
	width:903px;
	height:60px;
	padding:10px 0 0 10px;
}
#top .logo {
	float: left;
}
#top .logo h1 {
	display:none;
}
#top .cart {
	font:normal 11px/11px Arial, Helvetica, sans-serif;
	width: 380px;
	height: 30px;
	float: right;
	margin: 0 10px 0 0;
	text-align: right;
	font-weight: normal;
}

#top .cart .icon {
	float: right;
	margin-left: 10px;
}

#top .cart .box {
	padding-top: 5px;
	line-height: 20px;
}
/*------------------------------------------------top-------------------*/

/*------------------------------------------------nav--------------------*/
#nav{
	width:903px;
	height:24px;
	background:url(../img/nav_bg.gif) 0 0 repeat-x;
	border-bottom:#c1b287 solid 5px;
	margin:0 auto;
	padding:0 0 0 15px;
}
#nav ul{
	border-left:#FFFFFF solid 1px;
	height:24px;
}
#nav ul li{
	float:left;
	border-right:#FFFFFF solid 1px;
	height:24px;	
}
#nav ul li.noBdr{
	border:none;
}
#nav ul li a{
	display:block;
	padding:0 17px;
	font:bold 11px/24px Arial, Helvetica, sans-serif;
	color:#6B6D42;
	background-color:inherit;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#fff;
	background-color:#c1b287;
}
#nav ul li a.hover{
	display:block;
	padding:0 17px;
	font:bold 11px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background-color:#c1b287;
}
/*------------------------------------------------nav--------------------*/

/*------------------------------------------------white--------------------*/
#white{
	width:898px;
	margin:0 auto;
	padding:0 10px;
	background-color: #c1b287;
	border-bottom:#fff solid 1px;
	color: #fff;
}
#white .breadcrumb {
	float: left;
	padding: 5px 0 10px;
	width: 572px;
	font:normal 11px/11px Arial, Helvetica, sans-serif;
}
#white .sub_nav {
	float: right;
	text-align:right;
	padding: 5px 0 10px;
	width: 300px;
	font:normal 11px/11px Arial, Helvetica, sans-serif;
}
#white a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}
#white a:hover {
	color:#333;
	background-color: inherit;
}
/*------------------------------------------------white--------------------*/

/*------------------------------------------------top-------------------*/
#bottom_spacer{
	width:903px;
	height:20px;
	background:url(../img/bottom_spacer_bg.png) 0 0 repeat-x;
	padding:8px 15px 0 0;
}
/*------------------------------------------------top-------------------*/

/*------------------------------------------------banner--------------------*/
#banner {
	width:918px;
	background-color:#4c9dbd;
}
/*------------------------------------------------welcome--------------------*/
#welcome{
	width:881px;
	background:url(../img/welcome_bg.gif) 0 0 repeat-x;
	padding:0 15px 0 22px;
	margin:0;
}
#welcome h2.title{
	color:#f7f7eb;
	background-color:inherit;
	font:bold 33px/33px Arial, Helvetica, sans-serif;
	padding:21px 0 16px 0;
	float:left;
}
#welcome img.special{
	display:block;
	background:url(../img/special.gif) 0 0 no-repeat;
	width:83px;
	height:45px;
	float:right;
}
#welcome .left {
	width: 260px;
	float:left;
}
#welcome .big_pic{
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#f7f7eb;
	width:230px;
	height:230px;
	border: 5px dashed #f7f7eb;
	padding:10px;
}
#welcome .right {
	width:590px;
	float: right;
	padding-right: 10px;
}

#welcome .content p{
	color:#FFFFFF;
	font-size: 12px;	
	padding: 0 0 10px 0;
	text-align:justify;
}
/*------------------------------------------------welcome--------------------*/
/*------------------------------------------------banner--------------------*/
/*------------------------------------------------header_bottom--------------------*/
#banner .bottom{
	width:918px;
	height:12px;
	background:url(../img/header_bottom_bg.png) 0 0 repeat-x;
	padding:0;
}
/*------------------------------------------------header_bottom--------------------*/
/*------------------------------------------------botLink--------------------*/
#banner .botLink a{
	font:bold 12px/32px Arial, Helvetica, sans-serif;
	color:#FAFDFF;
	background-color:inherit;
	text-decoration:none;
}
#banner .botLink a:hover{
	text-decoration:underline;
}
#banner .botLink{
	height:30px;
	float:left;
	padding:3px 27px;
	border-bottom:1px #fff solid;
}
#banner .botLink1{
	background-color:#cfcc01;
	border-right:2px #fff solid;
}
#banner .botLink2{
	background-color:#4c9dbd;
	border-right:2px #fff solid;
}
#banner .botLink3{
	background-color:#484848;
	border-right:2px #fff solid;
}
#banner .botLink4{
	background-color:#aab406;
	border-right:2px #fff solid;
}
#banner .botLink5{
	width:111px;
	text-align:center;
	background-color:#d9a300;
}
/*------------------------------------------------botLink--------------------*/
/*------------------------------------------------header--------------------*/

/*------------------------------------------------body2--------------------*/
#body2{
	width:908px;
	padding:0 10px 35px 0;
	background-color:#fff;
	background:url(../img/body2_bg.png) 0 0 repeat-y;
}
#body2 .content{
	font-size: 12px;	
	color:#5E5E5E;
	background-color:inherit;
	padding:0 0 16px 0;
}
#body2 h2 {
	color:#7E8A2C;
	margin: 10px 0 20px;
	background:url(../img/news_div.gif) left bottom repeat-x;	
}
#body2 .content h3{
	display:block;
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	color:#7E8A2C;
	background-color:inherit;
	height:28px;
	background:url(../img/news_div.gif) left bottom repeat-x;
	margin:0 0 16px 0;
}
#body2 .content p{
	padding: 0 0 10px 0;
	text-align:justify;
}

#body2 .content ul{
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-type:square;
	line-height:normal;
}
#body2 .content ul li{
	font-size: 12px;
}
/*------------------------------------------------body2--------------------*/

/*------------------------------------------------left--------------------*/
#left{
	width:231px;
	float:left;
	padding:10px 10px 0 9px;
}
#left h2{
	display:block;
	width:210px;
	height:26px;
	background:url(../img/arrow.gif) 9px 9px no-repeat #454545;
	color:#F9FDFF;
	font:bold 12px/26px Arial, Helvetica, sans-serif;
	padding:0 0 0 24px;
	margin:0 0 22px 0;
}
#left ul{
	padding:0 5px 0 10px;
	font-size:0;
	line-height:0;
}
#left ul li{
	display:block;
	background:url(../img/bullet2.gif) 0 5px no-repeat;
	padding:0 0 15px 14px;
	background-color:inherit;
	margin:0;
}
#left ul li span.title{
	display:block;
	color:#408BAA;
	background-color:inherit;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
	margin:0;
}
#left ul li span.description{
	display:block;
	color:#8F8F8F;
	background-color:inherit;
	font:normal 11px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:justify;
}
#left ul li a.grey{
	color:#8F8F8F;
	background-color:inherit;
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	width:173px;
}
#left ul li a.grey:hover{
	color:#000;
	background-color:inherit;
}
#left ul li a.green{
	color:#7E8A2C;
	background-color:inherit;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	width:173px;
}
#left ul li a.green:hover{
	color:#000;
	background-color:inherit;
}
/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:626px;
	margin:3px 0 0 10px;
	padding: 0 10px 0 0;
	float:right;
}

#right h2.lp{
	display:block;
	width:235px;
	padding:0 0 0 35px;
	float:left;
	background:url(../img/latest_project.gif) 0 2px no-repeat;
	color:#484848;
	background-color:inherit;
	font:bold 33px/37px Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
#right h3.lp{
	display:block;
	width:235px;
	float:left;
	background:url(../img/latest_project.gif) 0 2px no-repeat;
	color:#484848;
	background-color:inherit;
	font:bold 33px/37px Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 35px;
}
#right ul.picture{
	width:670px;
	float:left;
	margin:0 0 5px 0;
}
#right ul.picture li{
	display:block;
	border:#aab406 solid 1px;
	margin:0 5px 10px 0;
	padding:5px 3px 10px;
	width:145px;
	float:left;
}
#right ul.picture li img.layout{
	display:block;
	font-size:0;
	line-height:0;
	margin:0 0 10px 0;
}
#right ul.picture li span{
	color:#BD0000;
	background-color:inherit;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	display:block;
	padding:0 0 10px 11px;
}
#right ul.picture li span.txt2{
	color:#5E5E5E;
	background-color:inherit;
	font:normal 10px/11px Arial, Helvetica, sans-serif;
	display:block;
	padding:0 11px 0 11px;
	text-align:justify;
}
#right ul.picture li a{
	display:block;
	margin:2px 0 0 121px;
	width:10px;
	height:10px;
	background:url(../img/bullet3.gif) 0 0 no-repeat;
}
#right ul.picture li a:hover{
	background:url(../img/bullet3_hover.gif) 0 0 no-repeat;
}
#event{
	width:295px;
	float:left;
	background-color:#F6F8E4;
	color:#8C906A;
	padding:4px 4px 20px 4px;
}
#event h2{
	display:block;
	height:49px;
	background:url(../img/event_icon.gif) 12px 12px no-repeat #FEFFF6;
	padding:0 0 0 52px;
	color:#484848;
	font:normal 24px/49px Arial, Helvetica, sans-serif;
	margin:0 0 13px 0;
}
#event p.firstTxt{
	padding:0 10px 19px 12px;
	display:block;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
}
#event p.firstTxt span{
	padding:0 0 0 0;
	color:#DB0C90;
	background-color:inherit;
	font-weight:bold;
}
#event p.secTxt{
	padding:0 10px 3px 12px;
	display:block;
	font:normal 11px/14px Arial, Helvetica, sans-serif;
}
#event p.secTxt span{
	display:block;
	padding:0 0 11px 0;
	color:#DB0C90;
	background-color:inherit;
	font-weight:bold;
}
#event a.rm2{
	display:block;
	background:url(../img/read_more2.gif) 0 0 no-repeat;
	margin:0 0 0 240px;
	text-indent:-2000px;
	width:61px;
	height:18px;
}
#event a.rm2:hover{
	background:url(../img/read_more2_hover.gif) 0 0 no-repeat;
}
#test{
	width:295px;
	float:right;
	background-color:#EBF3F5;
	color:#525348;
	padding:4px 4px 20px 4px;
}
#test h2{
	display:block;
	height:49px;
	background:url(../img/testimonial_icon.gif) 12px 12px no-repeat #FEFFF6;
	padding:0 0 0 52px;
	color:#484848;
	font:normal 24px/49px Arial, Helvetica, sans-serif;
	margin:0 0 13px 0;
}
#test p.firstTxt2{
	padding:0 14px 23px 12px;
	display:block;
	font:italic 11px/14px Arial, Helvetica, sans-serif;
	color:#8C906A;
	background-color:inherit;
}
#test p.firstTxt2 span{
	display:block;
	padding:0 0 11px 0;
	color:#DB0C90;
	background-color:inherit;
	font-weight:bold;
}
#test p.secTxt2{
	padding:0 14px 18px 12px;
	display:block;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
}
#test a.testimoni{
	display:block;
	background:url(../img/more_testimonial.gif) 0 0 no-repeat;
	margin:0 0 0 210px;
	text-indent:-2000px;
	cursor:pointer;
	width:91px;
	height:18px;
}
#test a.testimoni:hover{
	background:url(../img/more_testimonial_hover.gif) 0 0 no-repeat;
}

/*---------------------------------project box detail--------------------*/
.project_box_detail {
	width: 630px;
	float: left;
}

.project_box_detail .pic {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
/*---------------------------------project box detail--------------------*/
/*------------------------------------------------right--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footer{
	width:900px;
	height:75px;
	margin:0 auto;
	padding:17px 0 0 18px;
	border-top:#fff solid 1px;
	background-color:#484848;
}
#footer ul.botLink{
	float:right;
	padding:0 8px 0 0;
}
#footer ul.botLink li{
	float:left;
	font:normal 11px/11px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	display:block;
}
#footer ul.botLink li a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	float:left;
	margin:0 7px;
}
#footer ul.botLink li a:hover{
	color:#E9E617;
	background-color:inherit;
}
#footer ul.botLink2{
	float:right;
	width:145px;
	height:20px;
	padding:10px 17px 0 280px;
}
#footer ul.botLink2 li{
	float:left;
}
#footer ul.botLink2 li a.css{
	display:block;
	background:url(../img/css_bg.gif) 0 0 no-repeat;
	width:69px;
	height:20px;
	float:left;
	margin:0 6px 0 0;
}
#footer ul.botLink2 li a.css:hover{
	background:url(../img/css_bg_hover.gif) 0 0 no-repeat;
}
#footer ul.botLink2 li a.xhtml{
	display:block;
	background:url(../img/xhtml_bg.gif) 0 0 no-repeat;
	width:69px;
	height:20px;
	float:left;
}
#footer ul.botLink2 li a.xhtml:hover{
	background:url(../img/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer p.copy{
	float:left;
	width:340px;
	font:normal 10px/10px Arial, Helvetica, sans-serif;
	color:#CDD2A1;
	background-color:inherit;
	padding:0 0 10px 0;
}
#footer p.design{
	width:175px;
}
#footer p.design, #footer p.tag{
	float:left;
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	color:#4c9dbd;
	background-color:inherit;
	padding:4px;
}
#footer p.design a, #footer p.tag a{
	font:bold 11px/11px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	padding:2px;
	
}
#footer p.design a:hover, #footer p.tag a:hover{
	color:#fff;
	background-color:#F72F2F;
}
/*------------------------------------------------footer--------------------*/

.gallery {list-style: none outside;}
.gallery li {float: left;margin: 0 6px 0px 0px; padding-bottom: 10px; padding-right: 10px; min-height: 130px;width: 130px; text-align:center;list-style-type:none;}
.gallery li a {display: block;position: relative;}
.gallery li a span {background: url(../img/trans.png);color: #FFF;font-size: 13px;font-style: italic;position: absolute;left: 0;bottom: 0;padding: 5px;width: 120px}
