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

body{
	background:#fff;
	margin:0px;
	padding:0px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#b77324;
}

a:link{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

#index_wrapper{
	width:1000px;
	/*border:1px solid #000;*/
	height:790px;
}

#wrapper{
	width:1000px;
	border:1px solid #fff;
}

#sidebar{
	width:400px;
	/*border:1px solid #000;*/
	float:left;
}

#content_area{
	width:580px;
	/*border:1px solid #000;*/
	float:right;
}

#logo{
	float:left;
	height:53px;
	width:200px;
	text-align:left;
	padding:20px 0 0 20px;
}

#logo a{
	color:#000;
	font:bold 30px "Chaparral Pro", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#logo a:hover{
	color:#000;
	font:bold 30px "Chaparral Pro", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#login{
	float: left;
    height: 30px;
	margin-left:-200px;
	margin-top:70px;
}

#abtus{
	background:url(../images/abtus_bg.jpg) center top no-repeat;
	height:630px;
	width:400px;
	margin:130px 0 10px 0;
	border:1px solid #fff;
}

#abtus_content{
	background:#fff;
	width:300px;
	height:210px;
	/*border:1px solid #000;*/
	margin:50px 0 20px 0;
	padding:15px 12px;
}

#abtus_title{
	text-align:left;
	font:normal 21px Georgia, "Times New Roman", Times, serif;
	color:#6a3c06;
}

#abtus p{
	text-align:justify;
	line-height:1.7em;
	letter-spacing:0.04em;
	padding:0px;
}

#abtus_img{
	width:364px;
	height:355px;
	float:right;
	margin-top:-20px;
}

#payment_bg{
	background:url(../images/payment_bg.jpg) center no-repeat;
	height:271px;
}

#payment_img{
	width:359px;
	height:94px;
	background: url(../images/online_bg.jpg) center no-repeat;
	padding-top:150px;
	margin-left:105px;
}

h3{
	font: bold 26px "Arial Rounded MT Bold";
	color:#356db1;
	text-align:left;
	margin: -20px 0 0 175px;
    padding: 0px 0 0 5px;
}

#content_bg{
	height:435px;
	background:#fff;
	border:2px inset #d5d5d5;
	margin:20px 20px 0 0;
	padding:15px;
}

#pkg{
	/*border: 1px solid #000000;*/
    float: left;
    width:303px;
	margin-right:20px;
}

.title{
	text-align:left;
	font:normal 21px Georgia, "Times New Roman", Times, serif;
	color:#6a3c06;
}

p{
	text-align:justify;
	line-height:1.9em;
	*line-height:1.5em;
	letter-spacing:0.05em;
}

.more_img{
	float:right;
	cursor:pointer;
	margin-top:5px;
}

#complaint{
    float: left;
    width:201px;
	height:238px;
	background:url(../images/complaint.jpg) center no-repeat;
}

#online_txt{
	width:200px;
	height:70px;
	padding-top:10px;
}

h2{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#287393;	
}

#payment{
	/*border: 1px solid #000000;*/
    float: left;
	margin-top:20px;
	width:520px;
	*margin-top:0px;
}

#footer_wrapper{
	/*border:1px solid #000;*/
	height:104px;
	padding:20px;
	background:url(../images/footer_bg.jpg) left top no-repeat;
	width:960px;
}

#address{
	float:left;
	background:url(../images/address_bg.jpg) center no-repeat;
	width:200px;
	height:95px;
	margin:6px 0 0px 0px;
}

#address pre{
	padding:10px 15px;
	text-align:left;
	color:#000;
	line-height:1.2em;
	font:normal 12px Arial, Helvetica, sans-serif;
}

#power{
	float:right;
	height:35px;
	width:555px;
	text-align:right;
	background:#fff;
	border:1px solid #d5d5d5;
	margin-top:6px;
	color:#6c3d06;
	font-weight:bold;
	padding:10px 0;
}

/* Inner Pages */
#content_wrapper{
    width:1000px;
	border:1px solid;
	border-color:transparent;
	background:url(../images/abtus_bg.jpg) left top no-repeat;
	margin-top:200px;
	*margin-top:0px;
	margin-bottom:50px;
}

#banner{
	height:217px;
	margin-top:110px;
	/*border:1px solid #ff0;*/
}

#innerpg_content{
	width:960px;
	margin:40px 0 20px 0;
    padding:20px 0;
	background:#fff;
	border:2px inset #d5d5d5;
	/*padding:10px;*/
}

#innerpg_content table{
	border:2px solid #aeada8;
	margin:20px 0 0 0;
	border:1px solid #bda991;
}

#innerpg_content table tr{
	margin:25px 0;
}

#innerpg_content table th{
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:10px;
	margin:10px 0;
	background:#6c3d06;
	border:1px solid #bda991;
	padding-right:10px;
}

#innerpg_content table td{
	padding-left:10px;
	padding-right:10px;
	margin:10px 0;
	background:#fff;
	color:#819095;
	font:normal 12px Arial, Helvetica, sans-serif;
	border:1px solid #bda991;
}

.td1{
	background:#fff;
}

.heading{
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:left;
	letter-spacing:0.04em;
	background:#6c3d06;
	height:25px;
	width:904px;
	padding:10px 0 10px 10px;
}

.price{
	padding-right:10px;
}

#home{
	color: #000;
    float: left;
    font: bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    height: 30px;
    margin-left: -115px;
    margin-top:70px;
}

#home a{
	color: #000;
	text-decoration:none;
}

#home a:hover{
	color: #000;
	text-decoration:none;
}
