*{
	margin:0px;
	padding:0px;
}
body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666;
}
body, td, th {
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
	font-weight:normal;
}
a{
	text-decoration:none;
	color:#792B3D;
}
a:hover{
	color:#C00D24;
	}
#wrap {
	width:780px;
	margin:0px auto;
	background-color:#FFFFFF;
}
.menu{
	background:url(img/menu_bg.gif) repeat-x top left;
}
.menu_right{
	background-image:url(img/menu_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.main_content{
	padding:10px 10px 0px 10px;
	background:#FFFFFF;
}
.content{
	width:540px;
	float:left;
	*margin-bottom:-4px;
}
.slideshow{
	padding-left:10px;
	padding-top:10px;
	float:left;
}
.call_us{
	padding-left:10px;
	padding-top:10px;
	float:right;
}
.b_l_main_content{
	width:10px;
	height:10px;
	float:left;
	background:url(img/corner_left.gif) no-repeat top left;
}
.middle_main_content{
	text-align:right ;
	display:block;
	background:#FFFFFF;
}

/*Page Border Style*/

.left_border {
	background-image:url(img/bg_img_left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#666666;
}
.right_border {
	background-image:url(img/bg_img_right.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#666666;
}

/*News*/

.news{
	width:200px;
	background:url(img/bg_news.gif) repeat-y top left;
	float:left;
}
.news_bg{
	padding-bottom:5px;
	background:url(img/bg_top_news.gif) no-repeat top left;
}
.bottom_news{
	background:url(img/bottom_news.gif) no-repeat bottom left;
	height:10px;
}
.news_title{
	padding-top:6px;
	padding-left:9px;
	padding-bottom:11px;
	font-size:20px;
	color:#FFFFFF;
	
}
.newstitle {
	padding-left:9px;
	font-size:16px;
	
	
}
.newstitle a {
	color:#FEA23E;
	
}
.newstitle a:hover{
	color:#FF3B3B;
	
}
.newscont {
	padding-left:9px;
	padding-right:9px;
	padding-bottom:15px;
	font-size:11px;
	color:#FFE93A;
    line-height:1.1;	

}
.date{
	padding-left:9px;
	padding-bottom:3px;
	font-size:10px;
	color:#6DB22C;
	
}
.title_nws{
	padding-top:5px;
	padding-bottom:5px;
	color:#BA0000;
}
.nw_title{
	padding-top:5px;
	padding-bottom:1px;
	font-weight:normal;
	color:#BA0000;
	font-size:23px;
}
.details a{
	color:#6DB22C;
}
.details a:hover{
	color:#FF2D2D;
	text-decoration:underline;
}
/*Footer*/

.footer{
	padding-top:6px;
	color:#A7A7A7;
	text-align:center;
	background:#666666;
}
.footer a {
	color:#A7A7A7;
	text-decoration:none;
	text-align:center;
}
.footer a:hover {
	color:#FFFFFF;
}

/*Form style*/

.button {
	background:transparent url(img/send.jpg) repeat-x scroll left top;
	border:0px none;
	color:#FFFFFF;
	width:50px;
	height:21px;
}

.txtform {
	width:250px;
	border:1px solid #6DB22C;
	height:16px;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:353535;
}
.txtarea {
	width:270px;
	border:1px solid #6DB22C;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:353535;
}

/* Clear Float Fix Problem */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
