@charset "utf-8";
/* CSS Document */

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
	font-size: 100%;
	font-family: inherit;
	color: inherit;
}

aside, article, section, header, footer, nav {
	display: block;
}

html {
	background-image: url('body_bg.png');
	background-repeat: repeat-x;
}

body {
	width: 1010px;
	margin: 0 auto;
	padding-top: 70px;
	font: 100% Arial, Verdana, Helvetica, sans-serif, AR Mingti Heavy B5;
	background-image: url(avh_banner_body.png), url(bg.png);
	background-repeat: no-repeat, repeat-x;	
	background-position: center top;
	border-left: 2px solid #391910;
	border-right: 2px solid #391910;
	border-bottom: 2px solid #391910;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius:15px;
}

header {
	overflow: hidden;
}

header h1 {
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	text-align: right;
	text-shadow: 7px 7px 7px #391910;
	padding-right: 105px;
	color: #e4edd4;
	background-image: url(avh_banner_header.png);
	background-repeat: no-repeat;
	background-position: 106.295px 0px;
	line-height: 120px;
}

footer {
	font-size: 12px;	
	clear:both;
	overflow:hidden;
	color: #391910;
	padding: 20px 0 5px 0;
	text-align: center;
	background-image:url(footer_leaves.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 40px;
}

article {
	margin: 0 105px 0 105px;
	border-top: 1px solid #8CC63E;
	width: 800px;
	float: left;
	margin-bottom: 1em;
	}

/*article (content) styles*/
article h1 {
	Color: #458912;
	font-weight:bold;
	font-size: 18px;
	margin: 0.5em 0;
	padding-top: 3px;
}

article h2 {
	Color: #458912;
	font-weight:bold;
	font-size: 16px;
	padding-top: 10px;
}

article h3 {
	Color: #458912;
	font-weight:bold;
	font-size: 14px;
	margin: 0.5em 0;
}

article h2 a {
	Color: #458912;
	border: none;
}

article p {
	font-size:14px;
	line-height: 18px;
	margin: 0.5em 0;
}

article td {
	font-size:14px;
	margin: 0;
}

article ul {
	font-size:14px;
	margin-top: 14px;
	margin-left: 4.5em;
	list-style-image: url(apple_red.png);
}

/*ol, ul, li, dl, dt, dd {
		color: #000000;
		margin-top:2.5px;
	}*/

/*nav (button) styles*/
#mainNav {
	margin: 30px 95px 2.5px 95px;
	overflow: hidden;
	padding-left: 120px;
	font-size: 16px;
}

#mainNav li {
	float: left;
	margin-right: 3em;
}

#mainNav a {
	display: block;
	color:#458912;
	border: none;
	font-weight:bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
}

#mainNav a.current {
	color: rgb(123, 121, 143);
	cursor: default;
}

a.nav {
	background: url('apple_am.png') no-repeat 0 3px;
	padding-left: 25px;
}

/*aside nav */
/*aside styles*/

aside {
	float: left;
	width: 185px;
	margin-top: 1em;
	padding: 0 5px 0 5px;
	background: #e3ecd4;
}

aside h2 {
	font-size: 16px;
	text-align: center;
	color: #458912;
	clear: both;
}

aside nav {
	margin-bottom: 1em;
}

aside nav a {
	font-size: 14px;
	display: block;
	padding-left: 5px;
	border: none;
	color: #458912;
	line-height: 2em;
	margin-bottom: 0.5em;
	text-decoration: none;
}

aside nav ul {
	font-size:14px;
	margin-left: 0;
}

aside nav li {
	font-weight: bold;
	background: #7c9a3c;
	color: #3b7715;
}

aside nav li:nth-child(even) {
	background: #b8d555;
}

aside nav a:hover {
	color: rgba(0,51,0,1);
	border: none;
	background: #b0d142;
}

/* section */

.content {
	float: right;
	width: 560px;
	margin-top: 0.5em;
	padding: 20px;
	border-left: 1px solid #8CC63E;
	background: #b8d555 url('bg_content.png') no-repeat center top;
}

.content2 {
	float: right;
	width: 568px;
	margin-top: 0.5em;
	padding: 10px 14px;
	border-left: 1px solid #8CC63E;
}
.bold {
	font-weight: bold;
	line-height: 1.5em;
}

/* general */

.color {
	font-weight: bold;
	color: #458912;
}

.em {
	font-style:italic;
}

.small{
	font-size:12px;
}

.box {
	margin-top: 1em;
	border-top: 1px solid #458912;
}


a:link {color: #391910;}
a:visited {color:#458912;}
a:hover {color: #306b0d}

nav ul {
	list-style: none;
	
}

nav ol {
	list-style: none;
	
}


.img1 {
	text-align: center;
	padding: 2px;
}

.img2 {
	float: right;
	padding-right: 25px;;
}

.img3 {
	float: left;
	padding-right: 25px;;
}

/* box (coupon) */
.news {
	background-color: #e4edd5;
	float: right;
	width: 360px;
	margin-top: 1em;
	margin-left: 0.5em;
	padding: 20px;
	border: none;
	border-radius: 25px 0 25px 0;
}
/*table*/
table {
	border-collapse: collapse;
}

td {
	padding: .25em;
}

th {
	height: 1em;
	vertical-align: center;
}

/*background: #7c9a3c url('coupon.png') no-repeat right top; (for above box)*/
/*.news + .news {
	margin-right: 0;
}*/

.news p {
	color:#391910;
	margin: 0;
}

.news h2 {
	color: #391910;
	font-style:italic;
	font-weight:bold;
	margin: 0;
}

.news h3 {
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

