body { 
	border: 0px;
	margin: 0px;
	font: normal 9pt Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-smooth:always;
	line-height: 1.4em;
	background-color: #e5f0e9;
}

a{
	color: #c16a52;
	/*text-decoration: none;*/
}

a:hover{
	color: #ff3600;
	text-decoration: underline;
}


img{
	border: 0;
}

hr{
	border: 0;
	border-bottom: 1px solid #eee;
	height: 1px;

}

form{
	display: block;
	font-size: 10pt;
}


.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear{
	height: 1px;
}


.title{
	display: block;
	text-align:center;
	background-color: #f1f1f1;	
	padding: 15px;
	margin-bottom: 20px;
}

.title:hover{
	background-color: #fdffdc;	
}

.brand{
	color: #b72c06;
}

.brand:hover{
	color: #ff0000;
}

/* this is useful ends here */
.o_wrapper{
	background: #e5f0e9 url('images/back.png') repeat-y top center;
}

.wrapper{
	width: 775px;
	background-color: #fff;
	margin: 0 auto;	
	/*border: 1px solid #f1f1f1;*/
}
.header{
	background: #fff url('images/logo-header.png') no-repeat top center;
	height: 195px;
	width: 775px;
	overflow: hidden;
}
.header-title{
	height: 60px;
	width: auto;
	overflow: hidden;
}
.header-title .left{
	width: 160px;
}

.header-title .right{
	width: 220px;
	text-align:right;
	padding-right: 30px;
	float: right;
	padding-top: 20px;	
	font-family: Verdana;
	color: #7cb061;

}

.header-title .right a{
	font-size: 10pt;
	color: #7cb061;
	text-decoration: none;
	font-smooth:always;
}

.header-mid{
	height: 205px;
	width: auto;
	overflow: hidden;
	position: relative;
}

.header-mid .text{
	position: absolute;
	top: 80px;
	left: 460px;
	width: 300px;
	font-size: 10pt;
	color: #333;
	
}
.header-navi{
	height: 40px;
	line-height: 40px;
	width: auto;
	position: relative;	
	padding-left: 50px;
}

.header-navi ul{
	padding: 0;
	margin: 0 20px;
	list-style: none;
	
}
.header-navi ul li{
	list-style: none;
	float: left;
	color: #999;
	margin: 0 5px;
	font-size: 10pt;
}

.header-navi a{
	color: #444;
}

.footer-line{
	font-size:0;
	height: 2px;
	background-color: #bac6ca;
	margin-top: 10px;
	/*margin-bottom:2px;*/
}

.footer{
	background: #e2e2e2 url('images/footer-bar.png');	
	line-height: 22px;
	color: #333;
	width: auto;
	padding: 10px 0;
}

.footer ul{
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: block;
	text-align:center;


}
.footer ul li{
	list-style: none;
	color: #555;
	margin: 0 2px;
	font-size: 8pt;
	display: inline;
	text-align:center;
}

.footer a{
	color: #333;
	display: inline;
}

.footer .tel{
	text-align: center;
	font-size: 8pt;
}

.main{
	line-height: 1.7em;
	width: 670px;
	margin: 10px auto;
	padding-top: 20px;
	/*border: 1px solid red;*/
	/*background-color: green;*/
}

.main .index-left{
	width: 250px;
	float: left;
	height: auto;
	overflow: hidden;
	/*border-bottom: 1px solid blue;*/
	margin-right: 40px;
}


.main .index-right{
	width: 328px;
	margin-left: 30px;
	float: right;
	height: auto;
	overflow: hidden;
	
	/*border-bottom: 1px solid green;*/
}

.main h1{
	color: #73aa56;
	font: bold 15pt/1em Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.main h2{
	color: #000;
	font: bold 12pt/19px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.main h2 a{
	color: #2c5d3d;
}

.main h2 a:hover{
	color: #73AA56;
	text-decoration: none;
}


.main p{
	text-align: justify;
}

