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

html,body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,form,tr,td,table, img , span{
	padding:00px; margin:00px;
}
h1{ font-size:24px; }

h2{ font-size:22px; }
 
h3 { font-size:20px; }

h4 { font-size:18px; }

h5 { font-size: 16px; }

h6 { font-size:14px; }

.text_12 { font-size:12px; }

p { padding:00px 00px 15px 00px; }

img { border:none; }

.clear { clear:both; }

.center_line { border:#990000 solid 1px; }

.left { float: left; }

.right { float:right; }

.align_right { text-align: right; }

.align_left { text-align: left; }

.align_center { text-align: center; }

/************padding***********/

.padd_10 { padding:10px; }

.padd_20 { padding: 20px ; }

.padd_30 { padding: 30px; }

.padd_15_20 { padding:15px 20px; }

.padd_30_15 { padding:30px 00px 00px 00px; }

/***********commmom_link******************/
a:link, a:active, a:visited { color:#9a0000; }

a:hover { color:#990000; }


/************txt_color***********/

.green_color { color:#006600; }

.red_color { color:#990000; }

.black_color { color:#000000; }

.gray_color { color:#666666; }

/****************body_content***************/
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:130%;
	text-decoration:none;
	background:url(abwa_images/bg.jpg) scroll left top repeat;
}

#MAIN_ABWA
{
	width:860PX;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
}
/***************banner***************/
.top_banner
{
	background:url(abwa_images/top_img.jpg) scroll left top no-repeat;
	height:11px;
	width:860px;
	
}

.banner
{
	background:url(abwa_images/banner.jpg) left top no-repeat scroll;
	width:860px;
	height:100%;
}



.banner_padd
{
	padding:290px 00px 00px 240px;
}

.content_padd
{
	padding:100px 30px 00px 30px;
}

/**************left_right************/
.ad_right
{
	width:226px;
	float:right;
	
}

.content_left
{
	width:540px;
	float:left;
	
	
}
/******************bullet***********/

.bullet_img ul
{
	padding:00px 30px 10px 30px;
}
.bullet_img li 
{
	list-style:url(abwa_images/bullet.jpg);
	padding:00px 10px 10px 00px;
}

/**************footer************/
.foot_bg
{
	background:#9a0000;
	color:#FFFFFF;
}