@charset "utf-8";
/* CSS Document */
/* general style start here */
body{
	padding:0;
	color:#2e4e55;
	background-color:#060606;
	font:normal 13px/19px Arial, Helvetica, sans-serif;
	margin:0;
}
*{
	padding:0;
	margin:0;
}
img{
	display:block;
	border:none;
}
a{
	text-decoration:none;
	outline:none;
	color:#333333;
	background-color:inherit;
}
a:hover {
	text-decoration:none;
	outline:none;
	color:#000;
	background-color:inherit;
}
ul{
	list-style-type:none;
}
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
.floatleft{
	float:left;
	width:auto;
	margin:26px 0 0 0;
}
.floatright{
	float:right;
	width:auto;
	margin:26px 0 0 0;
}
.nobg{
	background:none !important;
}
/* main content style start here */
#wraper{
	width:1000px;
	overflow:hidden;
	height:100%;
	margin:0 auto;
}
.header{
	background:url(images/header.jpg) no-repeat 0 0;
	height:544px;
}
/* bodymidle style start here */
.bodymidle{
	background:url(images/bodybg.gif) repeat-x 0 0 #fff;
	color:#2e4e55;
	overflow:hidden;
	height:100%;
	padding:20px 20px 18px 20px;
	width:960px;
}
.bodymidle h2{
	color:#639005;
	background-color:inherit;
	font-size:26px;
	line-height:28px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
}
.leftpan{
	width:509px;
	overflow:hidden;
	height:100%;
	float:left;
}
.leftpan p{
	text-align:justify;
	padding:0 0 10px 0;
}
.leftpan h2{
	padding:0 0 12px 0;
}
.rightpan{
	width:432px;
	float:right;
	overflow:hidden;
	height:100%;
}
.contactBox{
	border:2px solid #383838;
	background-color:#fff;
	color:inherit;
	padding:6px 6px;
	width:415px;
	overflow:hidden;
	height:100%;
}
.contactinner{
	background:url(images/contact-bg.gif) repeat-x 0 0 ;
	padding:8px 13px 0 10px;
	width:393px;
}
.contactinner h2{
	padding:0 0 9px 0;
}
.contactinner form{
	clear:both;
	overflow:hidden;
	height:100%;
	padding-bottom:18px;
}
.contactinner form label{
	width:81px;
	float:left;
	font-size:14px;
	}
input.txtbox{
	width:308px;
	height:23px;
	border:1px solid #639005;
	float:right;
}
.formcontent{
	overflow:hidden;
	height:100%;
	margin-bottom:6px;
}
/* footer style start here */
.footer{
	background:url(images/footerbg.gif) repeat-x 0 0;
	padding:41px 0 27px 20px;
	color:#9e9e9f;
	background-color:inherit;
}
.txtbox2{
	width:308px;
	height:135px;
	border:1px solid #639005;
	float:right;
}

.submit{ 
	float:right;
	width:109px;
	height:32px;
	display:block;
}