@charset "utf-8";
body {
	margin:0;
	/*background-color:#333;*/
	background:url(../images/inner/inner-bg.jpg) no-repeat top center;
	height:100%;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	padding:0;
	list-style:square inside;
}
html{
	height:100%;
}

#inner_banner{
	width:960px;
	height:220px;
	float:left;
	background: url(../home_banner/images/b1_bg.png) no-repeat bottom;
	margin-top:-46px;
}
#breadcrumb{
	background:#dedede;
	float:left;
	color:#333;
	font-size:10px;
	height: 22px;
    padding-left: 30px;
    padding-top: 6px;
    width: 930px;
}
img{
	border:none;
}
#wrapper {
	clear: both;
	height: 100%;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


#content{
	width:100%;
	float:left;
	overflow:auto;
	padding-bottom: 30px; /* must be same height as the footer */
}
.limit_area{
	margin: 20px auto;
    width: 900px;
	height:auto;
}
h3{
	color:#006100;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:normal;
}
ul{
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	padding:0 0 0 12px;
	list-style:url(../images/bullets.gif) outside;
}
p{
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	padding:0;
	list-style:square inside;
}
.page_divider{
	width:960px;
	height:15px;
	float:left;
	background:url(../images/home/shadow_border.jpg) no-repeat top center;
	margin-top:10px;
	}
#wrap {height: 100%}


.quote{
	color:#006100;
    font-size: 13px;
    font-style: italic;
    line-height: 26px;
}
.hr{
	width:100%;
	height:10px;
	border-top:#CCC 1px solid;
}
.testi{
	display:block;
	background-color:#e3e3e3;
	border:#CCC 1px solid;
	padding:20px;
	margin-bottom:30px;
	color:#000;
}
.testi_writer{
	font-weight:bold;
	color:#666;
}
/*Forms style*/

#enquiry .fields{
	width:200px;
	height:20px;
	background:#F1F1F1;
	border:#ccc 1px solid;
}
#enquiry textarea{
width:200px;
	height:70px;
	background:#F1F1F1;
	border:#ccc 1px solid;
}
.submit_btn{
	width:70px;
	height:30px;
	background:#060;
	color:#FFF;
	border:#000 1px solid;
}
.submit_btn:hover{
	background:#333;
	color:#FFF;
	cursor:pointer;
}