body {
	background: #fff url('images/layout/body.gif') top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

#container { width: 900px; margin: 0 auto; }

/* =Header----------------------------------------------- */
#header {
	height: 82px;
	position: relative;
}

	#header h1 a {
	display: block;
	text-indent: -5000px;
	width: 85px;
	height: 60px;
	position: absolute;
	left: 10px;
	top: 6px;
	background-image: url(images/aalogo.png);
	background-repeat: no-repeat;
	z-index: 2;
}
	
	#utility-nav {
	position: absolute;
	right: 25px;
	top: 40px;
	z-index: 1;
	width: auto;
}
	#utility-nav li { display: inline; }
	#utility-nav li a {
	display: block;
	float: left;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px;
}
	#utility-nav li a:hover, #utility-nav li a.active {
	color: #B3640D;
	text-decoration: underline;
}
	#utility-nav li.first-item a { background: none; }
	
	#main-nav {
	background: url('images/nav/main_nav.gif') left no-repeat;
	height: 53px;
	width: 800px;
	position: absolute;
	z-index: 0;
	margin-top: 0px;
	margin-right: -9px;
	margin-bottom: 0;
	margin-left: -9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 110px;
	padding-top: 15px;
	bottom: 0px;
}
	#main-nav li { display: inline; }
	#main-nav li a {
	display: block;
	float: left;
	font-size: small;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url('images/nav/main_nav_divider.gif') left no-repeat;
	height: 27px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
	#main-nav li.first-item a { background: none; padding-left: 0; }
	#main-nav li a.active span {  background: url('images/nav/main_nav_active.gif') bottom center no-repeat; height: 31px; display: block; float: left; cursor: pointer; color: #B3640D; }
	#main-nav li a:hover { color: #B3640D; }
	
/* =Sub Header
----------------------------------------------- */
#sub-header {
	background: url('images/layout/sub_header.gif') no-repeat;
	width: 900px;
	position: relative;
	padding-top: 43px;
	margin-bottom: 20px;
}
.breadcrumbs {
	font-size: small;
	color: #777;
	position: absolute;
	top: 14px;
	left: 20px;
}
.breadcrumbs a {
	color: #777;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}


	
	#search { background: url('images/form/search.gif') no-repeat; width: 220px; height: 20px; position: absolute; right: 20px; top: 11px; }
	#search legend { display: none; }
	#search .input-text { width: 187px; background: none; border: none; font-size: 11px; color: #999; display: block; float: left; padding: 3px 0 0 9px; }
	#search .input-button { width: 16px; height: 20px; cursor: pointer; background: none; border: none; }
	
	#images { background: #fff; height: 111px;  }
	#images li { display: block; float: left; margin: 1px 1px 0 0;}
	#images li.first-item { margin-left: 1px; }
	#images li.last-item { margin-right: 0; }
#directory-bottom {
	height: 11px;
	background-image: url(images/layout/directory.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
#directory {
	background: #f5f5f5 url('images/layout/directory_list.gif') top left no-repeat;
	padding-bottom: 5px;
	padding-top: 10px;
}
	#directory ul {
	width: 160px;
	float: left;
	padding: 10px 0 0 20px;
}
.directoryli {
	width: 255px;
}

	#directory ul li {
	padding-left: 8px;
	background-image: url(images/icons/directory_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 0.7em;
	line-height: 2em;
}
	#directory ul li a {
	color: #666;
	text-decoration: none;
}
	#directory ul li a:hover, #directory ul li a.active { border-bottom: 1px dotted #333; color: #333; }

/* =Sidebar
----------------------------------------------- */
#sidebar {
	width: 247px;
	float: left;
	padding-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
}
	#sidebar h2, #main-content h2 {
	font-size: 1.3em;
	color: #2e9eff;
	margin-bottom: 8px;
	text-indent: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
	padding-bottom: 3px;
	background-image: url(images/icons/butgr1.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
	#sidebar ul {
	background-color: #f4f4f4;
}
	#sidebar ul li { padding: 10px; background: url('images/layout/sidebar_li.gif') bottom repeat-x; line-height: 1.4; }
	#sidebar ul li img {
	border: 1px solid #ddd;
}
#sidebar ul li a:hover img {
	border: 1px solid #006699;
}

	#sidebar ul li h3 {
	font-size: small;
	font-weight: bold;
	color: #ee912a;
}
	#sidebar ul li p {
	font-size: small;
	color: #333;
}
#sidebar ul li span {
	font-size: x-small;
	color: #666;
}
#sidebar ul li a {
	color: #ee912a;
	text-decoration: none;
}


	/*#sidebar ul li a { background: url('images/icons/read_more.gif') left no-repeat; padding-left: 12px; color: #5c91c7; font-size: 11px; }*/
	#sidebar ul li a:hover {
	color: #386da4;
	text-decoration: underline;
}

/* =Main Content
----------------------------------------------- */
#main-content {
	width: 592px;
	float: left;
	margin-bottom: 15px;
}
	.article-wrapper .article-actions {
	height: 34px;
	font-size: medium;
	color: #ee912a;
	background-image: url(images/layout/article_actions.gif);
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	padding-left: 8px;
	padding-top: 4px;
}
	.article-wrapper .article-actions li {
	display: inline;
}
	/*.article-wrapper .article-actions li img { vertical-align: middle; margin-right: 6px; }
	.article-wrapper .article-actions li a { color: #666; }
	.article-wrapper .article-actions li a:hover { text-decoration: underline; }*/
	.article-wrapper .article {
	width: 574px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.article-wrapper .article ul {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.article-wrapper .article li {
	list-style-image: url(images/icons/read_more.gif);
	font-size: small;
	letter-spacing: 1px;
}
	.article-wrapper .article h3 {
	font-size: medium;
	font-weight: bold;
	color: #ee912a;
	margin-bottom: 6px;
}
	.article-wrapper .article p {
	color: #333;
	font-size: small;
	line-height: 1.6;
	margin-bottom: 10px;
}
.article-wrapper .article .dm {
	float: left;
	margin-bottom: 5px;
}

.article-wrapper .font  {
	color: #333;
	font-size: small;
	line-height: 1.6;
}
	.article-wrapper .article strong { font-weight: bold; }
	.article-wrapper .article em { font-style: italic; }
	.article-wrapper .article p a { color: #5c91c7; }
	.article-wrapper .article p a:hover { color: #3b6691; }
.article-wrapper .contactfrom {
	font-size: small;
	color: #333;
	border: thin solid #930;
}
.article-wrapper .contactfrom th {
	vertical-align: top;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
.article-wrapper .contactfrom td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
#products {
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	float: right;
}
#products ul {
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#products ul.lin {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
#products li {
	float: left;
	width: 296px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
#products li.item {
	background-image: url(images/item1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 276px;
	background-position: 1px 3px;
}
#products li.item2 {
	background-image: url(images/item2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 271px;
	background-position: 1px 3px;
	padding-right: 5px;
}
#products li.item3 {
	background-image: url(images/item3.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 276px;
	background-position: 1px 3px;
}
#products li.item4 {
	background-image: url(images/item4.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 276px;
	background-position: 1px 3px;
}

#products li span {
	font-size: small;
	font-weight: normal;
}
#products li span a {
	color: #006699;
	text-decoration: inherit;
}
#products li span a:hover {
	text-decoration: underline;
	color: #72A545;
}

#products li img {
	float: left;
	margin-right: 10px;
}
#products li a img {
	height: 110px;
	width: 155px;
	border: 1px solid #006699;
	display: block;
}
#products li a:hover img{
	border: 1px solid #72A545;
}
.productimgright {
	float: right;
}

.prdtable {
	text-decoration: none;
	margin-bottom: 10px;
}
.prdtable .tablefirst {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #330;
}

.prdtable th {
	font-size: small;
	color: #000000;
	background-color: #FFB;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: left;
}
.prdtable td {
	font-size: small;
	color: #000000;
	background-color: #DD9;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
/* =Footer----------------------------------------------- */
#footer {
	background: url('images/layout/footer.gif') no-repeat;
	width: 898px;
	height: 27px;
	clear: both;
	padding-top:13px;
	position: relative;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
	#footer p { font-size: 11px; color: #999;}
	#footer p.copyright { padding-left: 25px; }
	#footer p.copyright span { color: #5c91c7; }
	#footer p.authors {
	position: absolute;
	right: 40px;
	top: 14px;
}
	#footer p.authors a { color: #5c91c7; text-decoration: none; } 
	#footer p.authors-en {
	position: absolute;
	right: 40px;
	top: 3px;
	z-index: auto;
}
	#footer p.authors-en a { color: #5c91c7; text-decoration: none; } 
