body{
	margin:0;
	text-align:center;
}
/*******************************************************
 Structure & Layout
*******************************************************/
.aervoe_wrapper{
	clear:both;
}
.aervoe_container{
	width:960px;
	text-align:left;
	margin:0 auto;
	position:relative;
	padding:0;
}

#av_header{
	height:160px;
	background:url(../img/header_background.jpg) repeat-x #ffffff bottom;
	position:relative;
	padding:0;
	margin:0;
	z-index: 1;
}
#av_header .aervoe_container{ height:130px; }

#top_menu{
	height:29px;
	border-bottom: 1px solid #4091e1;
	background: #234990;
	text-align: right;
}
#top_menu .top_menu_inner{
	width: 960px;
	margin: 0 auto;
	padding-top: 3px;
	font-size: .9em;
	color: #4091e1;
}
#top_menu a:link,
#top_menu a:visited{
	color: #ffffff;
	text-decoration: none;
	padding: 3px;
}
#top_menu a:hover,
#top_menu a:active{
	color: #ffffff;
	text-decoration: underline;
}

#av_footer .aervoe_container{
	width:540px;
	float:left;
	padding:50px 0 0 0;
}
#av_footer #av_footer_catalogs{
	width:370px;
	float:right;
	padding:20px;
	text-align: left;
	background: #033063;
	margin-top: 30px;
	border: 1px solid #002e60;
}

#av_footer{
	height:170px;
	background:url(../img/footer_background.jpg) repeat-x #ffffff;
	position:relative;
	overflow:hidden;
	color:#b5d2d6;
	margin:0;
}
#av_footer_inner{
	width: 960px;
	margin: 0 auto;
}
#av_footer p{
	margin:0;
}
#av_footer img{
	padding-top:5px;
}

#page_wrapper{
	background:#ffffff;
	position:relative;
	padding:20px 0;
}

#page_home{
	background:url(../img/page_home_background.gif) repeat-y right top;
}
#page{
	background:url(../img/page_background.gif) repeat-y #ffffff;
}
#page_bottom{
	background:url(../img/page_bottom.gif) no-repeat bottom left;
	height:10px;
	font-size:1%;
	overflow:hidden;
	display:block;
	width:100%;
	clear:both;
}

#aervoe_messaging{
	margin-bottom:20px;
	overflow:hidden;
	background:#ffffff;
	width: 550px;
	float: left;
}
#aervoe_portal{
	float: right;
	padding: 0 20px 0 0;
	width: 380px;
}
#aervoe_portal p{
	margin: 0 0 5px 0;
	padding: 0;
	line-height: normal;
	color: #57867e;
	font-size: 1em;
}
#aervoe_portal .portal_links a{
	width: 378px;
	height: 108px;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
#aervoe_portal .portal_links a:link,
#aervoe_portal .portal_links a:visited{
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
#aervoe_portal .portal_links a:hover,
#aervoe_portal .portal_links a:active{
	border: 1px solid #aaaaaa;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
#aervoe_featured_products_wrapper{
	padding:0;
	width:480px;
	background:url(../img/featured_bottom.gif) bottom no-repeat;
}
#aervoe_featured_products_wrapper .top{
	position:relative;
	height:10px;
	background:url(../img/featured_top.gif) no-repeat;
	overflow:hidden;
	padding:0;
}
#aervoe_featured_products{
	padding:0 20px 10px 20px;
}

#header_bar{
	position:absolute;
	right:0;
	bottom:11px;
	height:39px;
	width:570px;
}
#header_sub_menu{
	position:absolute;
	right:0;
	top:10px;
	width:200px;
	padding:0 10px;
	font-size: .9em;
}
#header_sub_menu a{
	padding:3px;
}

#quick_search{
	position:absolute;
	right:0;
	top:0;
	border:1px solid #dcdcdc;
	height:30px;
	width:220px;
	background:#ffffff;
	padding:0;
}
.quick_search_input{
	border:none;
	padding:5px 5px 0 5px;
	margin:0 0 0 1px;
	height:21px;
	width:178px;
	float:left;
	font-size:1.5em;
	border:1px solid #ffffff;
}
.quick_search_submit{
	float:left;
}
.embedded_search_input{
	padding:0px 0px 0px 0px;
	margin:0 0 0 1px;
	height:12px;
	width:120px;
	font-size:0.8em;
	border:1px solid #aaaaaa;
}
.embedded_search_submit{
	float:left;
}

.col_1{
	float:left;
	padding:0 10px;
	width:220px;
}
.col_2{
	float:left;
	padding:0 10px;
	width:460px;
}
.col_3{
	float:left;
	padding:0 10px;
	width:700px;
}
.col_4{
	float:left;
	padding:0 10px;
	width:940px;
}

#sidebar_left{
	position:relative;
	float:left;
	padding:10px;
	width:210px;
	margin-right:10px;
	min-height:300px;
	border-top:1px solid #dcdcdc;
}
#content{
	float:right;
	width:700px;
	padding:10px;
	min-height:300px;
	border-top:1px solid #dcdcdc;
}
#sidebar_right{
	float:left;
	width:210px;
	margin-left:10px;
	padding:0 10px 10px 10px;
	min-height:300px;
}

#breadcrumbs{
	padding:0 0 10px 0;
	border-bottom:1px solid #dcdcdc;
	margin-bottom:20px;
}

.logo{
	display:block;
	height:109px;
	width:160px;
	background:url(../img/logo.gif) no-repeat;
	text-indent:-999999px;
	margin:0;
	padding:0;
}
.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:active{
	display:block;
	height:109px;
	width:160px;
}

.loading{
	text-align:center;
	margin:0 auto;
	padding:30px;
	display:none;
}

/*******************************************************
 Menus
*******************************************************/
#main_menu{
	width:340px;
	height:39px;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	list-style:none;
}
#main_menu li{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	position: relative;
}
#main_menu li a{
	display:block;
	background:url(../img/main_menu_sprite.gif) no-repeat;
	height:39px;
	width:50px;
	text-indent:-999999px;
}
#main_menu li a#btn_home{
	width:67px;
	background:url(../img/main_menu_sprite.gif) no-repeat 0 0;
}
#main_menu li a#btn_home:hover{
	width:67px;
	background:url(../img/main_menu_sprite.gif) no-repeat 0 -39px;
}
#main_menu li a#btn_products{
	width:109px;
	background:url(../img/main_menu_sprite.gif) no-repeat -67px 0;
}
#main_menu li a#btn_products:hover,
#main_menu li.active a#btn_products{
	width:109px;
	background:url(../img/main_menu_sprite.gif) no-repeat -67px -39px;
}
#main_menu li a#btn_about{
	width:76px;
	background:url(../img/main_menu_sprite.gif) no-repeat -176px 0;
}
#main_menu li a#btn_about:hover{
	width:76px;
	background:url(../img/main_menu_sprite.gif) no-repeat -176px -39px;
}
#main_menu li a#btn_contact{
	width:88px;
	background:url(../img/main_menu_sprite.gif) no-repeat -252px 0;
}
#main_menu li a#btn_contact:hover{
	width:88px;
	background:url(../img/main_menu_sprite.gif) no-repeat -252px -39px;
}

/* Super menu */
ul#main_menu li .sub{
	position:absolute;
	top:39px;
	left:0;
	padding:20px;
	background:#007dc6;	
	border:1px solid #2a4f93;
	float:left;
	color: #ffffff;
	text-align:left;
	-webkit-box-shadow:0 10px 20px rgba(0,0,0,.5);
	-moz-box-shadow:0 10px 20px rgba(0,0,0,.5);
	box-shadow:0 10px 20px rgba(0,0,0,.5);
	z-index: 3;
	display:none;
}
ul#main_menu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	padding-bottom:10px;
	margin-bottom: 20px;
	border-bottom:1px double #006baa;
}
ul#main_menu li .sub ul{
	list-style: none;
	margin: 0; 
	padding: 0;
	width: 250px;
	float: left;
	text-align:left;
}
ul#main_menu li .sub ul.wide{
	width: 500px;
}
ul#main_menu li .sub ul li {
	width: 100%; /*--Override parent list item--*/
	margin:0;
	display: block;
}
ul#main_menu li .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 2px 0;
	text-align:left;
	font-size: 1em;
	display:block;
	background:none;
	text-transform: none;
	width:auto;
	text-indent: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}
ul#main_menu li .sub ul li a:link,
ul#main_menu li .sub ul li a:visited {
	color: #a2edf2;
	text-decoration:none;
	background:none;
}
ul#main_menu li .sub ul li a:hover,
ul#main_menu li .sub ul li a:active {
	text-decoration:underline;
	background:none;
	color: #ffffff;
}
ul#main_menu li .sub h2 { /*--Sub nav heading style--*/
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
	border: none;
	display: block;
	width: 100%;
	background: none;
	position: relative;
	z-index: 2;
}
ul#main_menu li .sub ul li h2 a:link,
ul#main_menu li .sub ul li h2 a:visited { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background: none;
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	text-transform: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}
ul#main_menu li .sub ul li h2 a:hover,
ul#main_menu li .sub ul li h2 a:active { /*--Sub nav heading link style--*/
	text-decoration: underline;
	color: #ffffff;
}

.av_menu{
	list-style:none;
	margin:0;
	padding:0;
}
.av_menu li{
	list-style: none;
	margin: 5px 0px 11px 0px;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


.aervoe_btn_link{
	display:block;
	padding:5px 10px;
	background:#bd1818;
	color:#ffffff;
	text-align:center;
}
a.aervoe_btn_link:link,
a.aervoe_btn_link:visited{
	background:url(../img/aervoe_btn_link_blt.gif) no-repeat 98% 50% #bd1818;
	color:#ffffff;
	text-decoration:none;
}
a.aervoe_btn_link:hover,
a.aervoe_btn_link:active{
	background:url(../img/aervoe_btn_link_blt_hover.gif) no-repeat 98% 50% #9a1414;
	color:#ffffff;
	text-decoration:none;
}

.aervoe_btn_link_f{
	display:block;
	padding:5px 10px;
	background:#222222;
	color:#ffffff;
	text-align:center;
	float:right;
	width:100px;
	margin:10px;
}
a.aervoe_btn_link_f:link,
a.aervoe_btn_link_f:visited{
	background:url(../img/aervoe_btn_link_blt_f.gif) no-repeat 90% 50% #222222;
	color:#ffffff;
	text-decoration:none;
}
a.aervoe_btn_link_f:hover,
a.aervoe_btn_link_f:active{
	background:url(../img/aervoe_btn_link_blt_f.gif) no-repeat 90% 50% #000000;
	color:#ffffff;
	text-decoration:none;
}

.menu-dialog{
	margin:0 0 20px 0;
	background:#232b2f;
	padding:5px;
}
.menu-dialog .title-bar{
/*
	background:url(../img/menu_bg.gif) repeat-x #2c4779 top;
*/
	padding:0;
	line-height:normal;
	margin:0;
	height:30px;
	text-transform:uppercase;
	font-size:1.2em;
}
.VertMenuTitle{
	padding:0;
	margin:0;
	line-height:normal;
}

.av_category_wrapper{
	padding:10px;
	background:url(../img/cat_back.gif) repeat-x bottom #598982;
	color:#ffffff;
	margin:0 0 20px 0;
}
.av_category_wrapper h1, .av_category_wrapper p{
	color:#ffffff;
}
.av_category_wrapper hr{
	border-color:#313c42;
}

.product_subtitle{
	font-weight:normal;
	font-size:1.3em;
	border-bottom:1px solid #cccccc;
	color:#888888;
	margin:10px 0;
}
.product-cell {
	text-align: center;
}
.product-cell img {
        margin-top: 10px;
        margin-bottom: 7px;
}

.search-sort-bar, .search-sort-cell, .search-sort-title{
	font-size:.9em;
}
table.product-properties{

}
table.product-properties td.property-name{
	vertical-align:top;
	font-weight:bold;
	color:#444444;
	text-align:right;
	padding:5px;
	border-right:1px solid #cccccc;
	width:25%;
}
table.product-properties td.property-value{
	color:#000000;
	padding:5px;
	vertical-align:top;
}

.form_table th{
	padding:5px;
	text-align:left;
	vertical-align:middle;
	color:#ffffff;
	background:#222222;
}
.form_table td{
	padding:2px;
	border-bottom:1px solid #f3f3f3;
}
.form_table td td{
	border:none;
}

#DealerFormError, #DealerFormSuccess{
	display:none;
}
.required{
	font-weight:bold;
	color:#990000;
}

.featured_home_image{
	float: left;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	background-color: white;
	width: 140px;
	align: center;
}
.featured_home_image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:10px; 
}

.descr {
	color: black;
}


#news{
	background:#ffffff;
	border:1px solid #e5e5e5;
	margin:0 0 20px 0;
	padding:5px;
}

#news .news_title{
	color:#222222;
	font-weight:bold;
	float:left;
	padding:0 5px;
	text-align:right;
	width:60px;
	}
#news .news_body{
	margin-left:80px;
}

.dialog .title-with-sort-row .dialog-search-sort-bar{
	display: block;
	position: relative;
	padding: 5px;
	background: #e5e5e5;
	width: 690px;
	right: auto;
	left: auto;
	font-size: .8em;
	text-align: right;
	margin: 0;
}
.av_category_wrapper .left{
	float: left;
	position: relative;
	text-align: center;
}
.av_category_wrapper .subcategory-descr{

	line-height: 1.5em;
}
.av_category_wrapper .subcategory-image{
	margin: 0 auto;
	text-align: center;
	display: block;
}

