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


.contactus_content_wrapper{
	width: 100%;
	height: 1013ppx;
	background: url(../images/contactus_bg_repeator.jpg) repeat-x;
	text-align:center;
	float:left;
	}
.contactus_header{
	background: url(../images/contactus_banner.jpg) no-repeat;
	width: 989px;
	height:230px;
	float:left;	
	}
.contactform_wrapper{
	width: 100%;
	float:left;
	}
.contactform_wrapper td{
	height: 20px;
	}
.contactform_wrapper h2{
	margin: 7px 0;
	color:#069;
	}
.contactform_content{
	width: 530px;
	padding: 17px;
	border: #ddd 1px solid;
	background-color: #efefef;
	}
.contactform_content input{
	width: 203px;
	height: 19px;
	}
.about_categories ul li a:hover{
	background-color:#eee;
	padding-left: 11px;
	}	
