/*
*** BOF RESET ***
*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
*** EOF RESET ***
*/


body {
	background:#F5861A;
	font-family:"Trade Gothic", Helvetica, Arial, sans-serif;
}
a{
	color:#000;
}
a img{
	border:none;
}
p{
	margin:10px 0;
}
h2{
	font-size:22px;
	 color:#666;
}
h4{
	text-transform:uppercase;
	margin:5px;
}
#page-wrapper{
	margin:auto;
	padding:0;
	width:1004px;
	background:url(/images/bg_middle.png) repeat-y;
}
#page{
	padding:8px 8px 0 62px;
	width:934px;
	background:url(/images/bg_top.png) no-repeat;
	clear:both;
	float:left;
}
#ticker{
	width:970px;
	margin:auto;
	color:#FFF;
	text-align:left;
	clear:both;
	font-size:14px;
	padding:10px 10px 20px 20px;
}
#ticker strong{
	width:120px; 
	display:block;
	float:left;
}
#ticker ul{
	width:800px; 
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	height:12px;
	overflow:hidden; 
}
#ticker ul li{
	position:absolute;
	visibility:hidden;
}
#ticker a{
	color:#000;
}
#content{
	float:left;
	width:627px;
	background-color:#FFF;
}
body.shop #content{
	width:100%;
}
body.home #content a{
	position:absolute;
	visibility:hidden;
}
body.home #content a img{
	border:none;
	display:block;
	width:627px;
}
body.home #content img{
}

#content h1{
	margin:30px 30px 0;
	font-size:24px;
	font-weight:bold;
}
body.news #content h2{
	font-size:22px;
	font-weight:bold;
	color:#666;
	padding:0 0 10px 0;
	border-bottom:1px solid #CCC;
}
ul.products{
	margin:0;
	padding:10px 30px 30px;
	float:left;
}
body.shop ul.products{
	width:400px;
}
ul.products li{
	list-style:none;
	border-top: 1px solid #CCC;
	padding:20px 0;
	float:left;
	width:100%;
}
body.shop ul.products li{
	height:228px;
}
ul.products li div.image{
	width:200px;
	padding:10px;
	margin:20px;
	float:left;
}
body.shop  ul.products li div.image{
	margin:0 10px;
	padding:0;
}

ul.products li div.info{
	float:left;
	font-size:12px;
	width:300px;
}
body.shop  ul.products li div.info{
	font-size:11px;
	width:180px;
}
ul.products li div.info h3{
	color:#333;
	font-size:20px;
	margin:5px;
}
ul.products li ul.features{
	background:#DEDEDE;
	margin:0;
	padding:5px;
}
ul.products li ul.features li{
	font-weight:bold;
	border:none;
	float:none;
	padding:4px;
	height:auto;
}
.buy-now{
	background: url(../images/buy-now.png) no-repeat;
	width:100px;
	height:0;
	display:block;
	overflow:hidden;
	padding-top:22px;
}
.available{
	background:#999;
	color:#FFF;
	border:5px solid #999;
	height:12px;
	line-height:200%;
}
.news-item{
	padding:30px;
	line-height:140%;

}
#sidebar{
	float:left;
	width:300px;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
	border-bottom:3px solid #FFF;
	background:#FFF;
}
body.home #sidebar{
	margin-left:627px;
}
body.shop #sidebar,
body.mens #sidebar,
body.womens #sidebar{
	display:none;
}
#sidebar .module h1{
	height:0;
	overflow:hidden;
	background:#F5861A;
	color:#FFF;
	font-size:14px;
	margin:3px 0;
	padding-top:30px;
}
#sidebar #module1 h1{
	background:#F5861A url(/images/txt-module1.jpg) no-repeat 5px 8px;
}
#sidebar #module2 h1{
	background:#F5861A url(/images/txt-module2.jpg) no-repeat 5px 8px;
}
#sidebar .module .content{
	width:300px;
	height:220px;
	background:#E6E6E6;
}
#sidebar #module2 .content{
	height:245px;
}
#sidebar .getflash{
	font-size:11px;
	text-align:center;
	margin:70px 20px;
}
#sidebar ul{
	margin:10px;
	padding:10px;
	border:1px solid #CCC;
	list-style:none;
}
#sidebar ul li{
	margin:10px 0;
}
#bottombar{
	height:60px;
	padding:0 9px 8px 15px;
	clear:both;
	background: url(../images/bg_bottom.png) no-repeat top center;
}

#bottombar form{
	margin:20px;
	float:right;
}
#bottombar form label{
	width:80px;
	display:block;
	float:left;
	height:0px;
	padding-top:8px;
	background:url(/images/txt-email-signup.jpg) no-repeat;
	overflow:hidden;
	margin:6px 5px 0 0;
}
#bottombar form #email{
	width:140px;
	border:none;
}
#bottombar form #submit{
	color:#FFF;
	background:#F90;
	text-transform:uppercase;
	border:none;
}
#bottombar form .server_response{
	border:1px solid;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 85px;
	padding:2px;
	width:134px;
}
#footer{
	width:780px;
	margin:auto;
	text-align:center;
	clear:both;
	font-size:12px;
	padding:10px;
}
#footer a{
	color:#FFF;
	margin:0 5px;
}
#footer ul{
	padding:0;
}
#footer ul li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
#footer li.avia{
	border-right:1px solid #FFF;
}

#footer {clear:both; padding:25px 0 0 0; /*background:url('/img/frontend/shop.avia.com/images/bg-bottom.gif') no-repeat scroll top center;*/}
#footer #footer-nav, #footer #footer-nav2 {text-align:center;}
#footer #footer-nav li, #footer #footer-nav2 li {display:inline; border-left:1px solid #ddd; padding:0 0 0 10px; margin:0 8px 0 0;}
#footer #footer-nav .first, #footer #footer-nav2 .first {border:0;}
#footer #footer-nav li a, #footer #footer-nav2 li a {color:#faf8f1; text-decoration:none;}
#footer .copy {text-align:center; margin:15px 0 0 0; color:#FFD100;}
#footer .copy img {margin:10px 0 0 0;}

/* avia header css */
#avia-header {
	height:45px;
	margin:0 0 5px 0;
	padding:0;
	background: #F27215 url(/images/header-corner-br.png) bottom right no-repeat;
}
#avia-header .nav-wrapper {
	height:45px;
	background: transparent url(/images/header-corner-bl.png) bottom left no-repeat;
}
#avia-header .nav{
	width:980px;
	height:50px;
	margin:auto;
	clear:both;
}
#avia-header ul{
	list-style:none;
	margin:0;
	padding:0;
}
#avia-header ul li{
	display:block;
	float:left;
}
#avia-header ul.tabs li a{
	display:block;
	height:0;
	overflow:hidden;
	margin:19px 0 0 1px;
	padding:32px 0 0 0;
}
#avia-header ul.tabs li a:hover{
	background-position: 0px -64px
}

#avia-header ul.tabs li.home a {
	width:205px;
	padding:45px 0 0 0;
	margin:6px 0 0 40px;
	background: url(/images/tab-home.png) 0px 0px no-repeat;
}
#avia-header ul.tabs li.home a:hover {
	background-position: 0px -90px;
}
body.home #avia-header li.home a,
body.home #avia-header li.home a:hover {
	background-position: 0px -45px;
}
body.shop #avia-header li.shop a,
body.mens #avia-header li.mens a,
body.womens #avia-header li.womens a,
body.shop #avia-header li.shop a:hover,
body.mens #avia-header li.mens a:hover,
body.womens #avia-header li.womens a:hover   {
	background-position: 0px -32px;
}
#avia-header li.shop a {
	width:64px;
	background: url(/images/tab-shop.png) top left no-repeat;
}
#avia-header li.mens a {
	width:69px;
	background: url(/images/tab-mens.png) top left no-repeat;
}

#avia-header li.womens a {
	width:96px;
	background: url(/images/tab-womens.png) top left no-repeat;
}


#avia-header ul.cart{
	margin:0 10px 0 0;
	float:right;
	background:#F5861A url(/images/cart-corner-bl.jpg) bottom left no-repeat;
	display:block;
	padding: 0 0 0 10px;
}
#avia-header ul.cart li{
	padding:5px 0;
}
#avia-header ul.cart li a{
	color:#FFF;
	font-size:12px;
	padding:0 10px 0 0;
}
#avia-header ul.cart li.cart a{
	font-weight:bold;
}

#avia-header ul.cart li.cart{
	background:#F5861A url(/images/cart-corner-br.jpg) bottom right no-repeat;
}
