@charset:"utf-8";
*{ padding: 0;margin: 0; outline: none }
body{ font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #696969;}
h1 span{
	display: none;
}
a, a:link, a:visited{
	color: #89172A;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}
a img { border: none; }
#wrap{
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#header{ height:90px; padding-top: 10px; position: relative; z-index: 2; }
#member-area { position: absolute;  width: 500px; height: 40px; top: 40px; left: 15px; }
#member-area input { line-height: 18px; height: 20px; border: 1px #aaa solid; padding-left: 3px; }
#member-area input.login { background: url(btns_bg.png) 0 0 no-repeat; height: 26px; font-size: 11px; line-height: 12px; margin-top: -1px; border: none; width: 48px; cursor: pointer; color: #f1f1f1; padding: 3px 0 5px 1px; }
#member-area input.login:hover { background-position: 0 -30px; }
#member-links{	padding-top: 5px;}
#member-welcome p { color: #89172A; font-style: italic; font-size:16px; font-weight: bold; }
input.button { background: url(btns_bg.png) 0 -60px no-repeat; height: 26px; font-size: 11px; line-height: 12px; border: none; width: 63px; cursor: pointer; color: #f1f1f1; padding: 3px 0 5px 1px; }
input.button:hover { background-position: 0 -90px; }
input.button_long:hover { background-position: 0 -150px; }
label.chkitem { display: block; width: 150px; padding: 2px 0; float: left; }
table td{ vertical-align: top; }
hr.dotted { clear:both; border: none; border-bottom: #ccc 1px dotted; padding: 10px 0; }
#member-area a { color: #999; padding-top:3px; }
span.red { color: #89172A; }
form table td { padding: 3px 0; }
div.error span { color: #89172A; font-weight: bold; }
input.error { border: #89172A 1px solid; }
#logo{
	float: right;
	width: 270px;
	height: 90px;
	margin-right: 10px;
	background: url(austand_logo.png) 0 0 no-repeat;
}
#home_main{
	padding-top: 30px;
	position: relative;
	z-index: 3;
}
#main{
	position: relative;
	padding-top: 40px;
	z-index: 3;
}
#content ul, #content ol{
	margin-left: 25px;
}
#content{
	padding: 15px;
	line-height: 16px;
	width: 660px;
	float: left;
}
#content h3 {
 font-size: 14px; color:#89172A;
}
#content h1{
	font-size: 20px; color: #89172A;
	padding-bottom:10px;
}
#content p{
	line-height: 18px;
	padding-bottom: 10px;
}
#content td table td{
	padding: 2px;
}
#menu{
	position: relative;
	z-index: 4;
	height: 30px;
}
#main #title{
	position: absolute;
	top: 5px;
	left: 695px;
	width: 280px;
	height: 30px;
	text-align: center;
	color: #f2f2f2;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	z-index: 5;
	text-shadow: #222 1px 1px 2px;
}
#submenu{
	width: 240px;
	padding: 20px;
	min-height: 700px;
	background: #f1f1f1 url(menu_bg.jpg) right bottom no-repeat;
	float: right;
	margin-right: 7px;
}
#home_menu{
	width: 300px;
	height: 230px;
	padding: 30px;
	background: #f2f2f2 url(home_menu_bg.jpg) 0 0 no-repeat;
	float: right;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
#home_gal{
	width: 610px;
	padding: 0 5px;
}
#home_banner{
	position: absolute;
	width: 100%;
	height: 290px;
	left: 0;
	top: 130px;
	background: #6A1928 url(home_bg.png) center center no-repeat;
	z-index: 1;
}
#banner{
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	top: 130px;
	background: #ababab url(bar_bg.png) center 0 no-repeat;
	z-index: 1;
}
#banner.dealer{
	background: #6A1928 url(bar_bg.png) center -60px no-repeat;
}
#nav ul{
	list-style: none;
	position: relative;
}
#nav li{
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
#nav li a{
	display: inline;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #555;
}
#nav li a:hover{
	color: #89172A;
}
#nav ul{
	position: relative;
	display: block;
	border: none;
}
#nav>ul>li{
	float: left;
}
#nav>ul>li>a{
	color: #89172A;
	display: block;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
}
#nav>ul>li>a:hover, #nav>ul>li>a.hi{
	background: #89172A url(menu_hi.png) center center no-repeat;
	color: #f1f1f1;
	text-decoration: none;
}
#nav>ul li ul li a{
	font-weight: normal;
}
#nav>ul>li>ul{
	position: absolute;
	display: none;
	background: #eaeaea url(submenu_bg.jpg) 0 0 no-repeat;
	padding: 5px 10px 5px 471px;
	top: 30px;
	left: 0;
	width: 210px;
	height: 280px;
	z-index: 20;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	border: 1px solid #ccc;
}
#nav>ul>li:hover>ul{
	display: block;
}
#nav li ul li{
	width: 170px;
	margin-right: 20px;
}
#nav ul li ul li{
	float: none;
	border: none;
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
}
#nav ul li ul li:last-child{
	border-bottom: none;
}
#home_menu>#nav>ul>li:hover>ul{
	display: block;
}
#home_menu>#nav>ul>li{
	float: none;
}
#home_menu>#nav>ul>li>a{
	text-align: right;
	padding: 0;
	position: relative;
}
#home_menu>#nav>ul>li>a>span{
	white-space: nowrap;
	overflow: hidden;
	display: block;
	display: none;
	color: #f1f1f1;
	background: #89172A;
	position: absolute;
	padding-right: 10px;
	top: 0;
	right: 0;
}
#home_menu>#nav>ul>li>a:hover,#home_menu>#nav>ul>li>a.hi{
	color: #89172A;
	padding-right: 10px;
	background: none;
}
#home_menu>#nav>ul>li>ul{
	padding-left: 520px;
	left: -650px;
	top: -30px;
}
#home_menu>#nav>ul>li:hover>ul{
	display: block;
}
#nav .menu_show{ width: 430px; height: 268px; padding: 10px 15px; position: absolute; left: 0; top: 0; background-position: right top; font-weight: normal; }
#nav .menu_show h2 { font-size: 16px; color:#89172A; padding-bottom: 5px; }
#home_menu>#nav .menu_show { width: 480px; }
#footer{
	clear: both;
	padding: 20px;
	padding-right: 35px;
	text-align: right;
	color: #ababab;
}
#sidemenu{ border-top: 1px #ccc solid; }
#sidemenu li { list-style: none; }
#sidemenu ul li{ border: none;}
#sidemenu>li{ border-bottom: 1px #ccc solid; }
#sidemenu li, #sidemenu li a { padding: 2px 5px; font-weight: bold; font-size: 13px; line-height: 24px; color: #555; }
#sidemenu li.hi, #sidemenu li.hi>a { font-weight: bold; color: #89172A; }
/*#sidemenu li ul { display: none; }*/
/*#sidemenu li:hover ul { display: block; }*/
#sidemenu ul li a {font-weight: normal; font-size: 12px; line-height: 20px;}
#sidemenu ul li {
	padding-left: 10px;
}
#children_list li{
	margin-left: 20px;
	line-height: 20px;
}
#children_list>li{
	margin-left: 0;
}

/*gallery*/
#main ul.gal_list_ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.gal_list_ul li.gal_photo_li{
	float: left;
	margin: 0 10px 5px 0;
}

ul.gal_list_ul a.gal_photo_a, ul.gal_list a.gal_photo_a:visited{
	display: block;
	float: left;
	border: 1px #ccc solid;
}

ul.gal_list_ul a.gal_photo_a:hover, ul.gal_list_ul a.gal_photo_a:active{
	border: 1px #89172A solid;
}

ul.gal_list_ul a.gal_photo_a img.gal_photo_img{
	border: none;
}

div.gal_paging_div {
	text-align: right;
	height: 20px;
	padding-top: 10px;
	clear: both;
	display: none;
}

div.gal_paging_div a.gal_paging_a, div.gal_paging_div a.gal_paging_a:visited{
	border: 1px #ccc solid;
	padding: 3px;
	font-size: 12px;
	text-decoration: none;
}

div.gal_paging_div a.gal_paging_a:hover, div.gal_paging_div a.gal_paging_a:active{
	border: 1px #89172A solid;
	color: #89172A;
}

div.gal_paging_div span.gal_paging_hi{
	border: 1px #ccc solid;
	background: #ccc;
	color: #89172A;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}

/*fancy box*/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 50%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px;
}

a#fancy_right {
	right: 0px;
}

span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px;
}

a#fancy_right:hover span {
	right: 20px;
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	color: #f1f1f1;
}

div#fancy_title div {
	font-size: 13px;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}

/* Tabs */
.ui-tabs { clear: left; position: relative; padding-top: 20px; }
.ui-tabs .ui-tabs-nav { overflow: auto; padding-left: 10px; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; border-bottom: 0 !important; white-space: nowrap; padding: 0; width: 112px;}
.ui-tabs .ui-tabs-nav h2 { color: #666; font-size: 12px; font-weight: normal; padding: 0; text-align: center; padding: 4px 0; padding-right: 2px; margin-top: 2px; background: url(prod_tabs.png) 0 -110px no-repeat;  position:relative; z-index: 1;}
.ui-tabs .ui-tabs-nav a:hover h2 { margin-top: 0; padding-bottom: 6px;}
.ui-tabs .ui-tabs-nav li a { display: block; text-decoration: none; }
.ui-tabs .ui-state-active h2{ color: #fff; font-weight: bold; background: url(prod_tabs.png) 0 -70px no-repeat;  position:relative; z-index: 3;}
.ui-tabs .ui-state-active a:hover h2 { margin-top: 2px; padding-bottom:4px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: url(prod_tabs.png) -690px 0 repeat-y; padding: 10px 25px 10px 20px; width: 615px; }
.ui-tabs .ui-tabs-panel h3{ font-size: 14px; color:#89172A; }
.ui-tabs .ui-tabs-panel ul { margin-left: 20px; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.tabs_head { height: 10px; background: url(prod_tabs.png) 0 0 no-repeat; margin-top: -1px; position:relative; z-index: 2;}
.tabs_foot { height: 20px; background: url(prod_tabs.png) 0 -40px no-repeat; }

.jqmWindow {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -475px;
    width: 500px;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	background: #eaeaea url(submenu_bg.jpg) center center no-repeat;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

table.spec_table td, table.spec_table th{
	border-bottom: 1px solid #ccc;
}

table.spec_table th{
	text-align:left;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	margin-top: 10px;
}
.jcarousel-prev, .jcarousel-next{
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: transparent url('fancy_left.png') no-repeat;
	top: 75px;
	left: -15px;
}

.jcarousel-next{
	background: transparent url('fancy_right.png') no-repeat;
	top: 70px;
	left: 636px;
}

.jcarousel-clip {
    z-index: 2;
    position: relative;
	height: 200px;
}

.jcarousel-list {
    z-index: 1;
    position: relative;
}

.jcarousel-list li,
.jcarousel-item {
    list-style: none;
    width: 200px;
    height: 200px;
	margin: 0;
	padding: 0;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*nyroModal*/
.nyroModalBg { 
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 999;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(close.gif);
	z-index: 1001;
}
a.nyroModalCloseButton { border: none; }
.nyroModalTitle {
	display: none;
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
	z-index: 1000;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
	z-index: 1000;
}
.nyroModalCont iframe {
	width: 800px;
	height: 600px;
	border: none;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(next.gif);
}