/* DEFAULTS */
*{margin:0;padding:0; }
ul, li{list-style:none}
p{padding:16px 0;}
a{color:#000;text-decoration:underline;}
a:visited{color:#000;}
a:hover{color:#0042fa;text-decoration:none;}
a img, a:hover img{border:none;}
a:active, a:focus{outline:none}
.img-left{float:left;margin:0 10px 10px 0;}
.img-right{float:right;margin:0 0 10px 10px;}
.floatleft{float:left}
.floatright{float:right}
.clearboth{clear:both}
.displaynone{display:none;}
small{font-size:11px}
.subtle{color:#888;}

@font-face {
	font-family: 'AvenirLTStd55Roman';
	src: url('/shared/fonts/AvenirLTStd-Roman.eot');
	src: local('/shared/fonts/Avenir LT Std'), local('/shared/fonts/AvenirLTStd-Roman'), url('/shared/font/AvenirLTStd-Roman.woff') format('woff'), url('/shared/font/AvenirLTStd-Roman.ttf') format('truetype');
}

/* STRUCTURE */
body{
	background: url(/images/layout/bg_body_tile.jpg) repeat;
	font-family: "AlteHaasGroteskRegular", 'Helvetica Neue', Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}

#header{
	margin:0 auto 20px auto;
	height:80px;
	line-height:80px;
	background: #03030B url(/images/layout/bg_body_blk.jpg) top center no-repeat;
	float:left;
	overflow:hidden;
	width:100%;
	display:block;
	border-bottom:1px dotted #000;
}

#logo{
	margin:20px 0 0 0;
}

#navigation {
	height: 30px;
	padding: 30px 0 0 0;
	line-height: 28px;
	float:right;
	font-size:11px;
}

#navigation li {
	float: left;
	margin:0 5px;
	padding:0;
}

#navigation li a {
	text-decoration: none;
	float: left;
	padding-right: 8px; 
	background: url(/images/layout/navigation_li_a.png) no-repeat right 30px;
	color:#FFF;
}

#navigation li a span {
	float: left;
	padding: 1px 0 1px 10px;
	background: url(/images/layout/navigation_li.png) no-repeat 0 30px;
}

#navigation li a:hover, #navigation li a:focus {
	background-position: right 0;
	text-shadow: #333 0 1px 0;
}

#navigation li a:hover span, #navigation li a:focus span {
	background-position: 0 0;
}

#navigation li a:active {
	background-position: right -60px;
	text-shadow: #000000 0 1px 0;
}

#navigation li a:active span {
	background-position: 0 -60px;
	padding: 2px 0 0 10px;
}

#navigation li.active a{
	background-position: right -30px;
	color: #fff;
	text-shadow: #333 0 1px 2px;
	cursor: default;
}

#navigation li.active a span {
	background-position: 0 -30px;
}

/* PAGE NAV */
ul.pagenav {
	height: 35px;
	padding:3px 0 0 5px;
	line-height: 28px;
	font-size:12px;
	background: url(/images/layout/bg_pagenav2.png) 0% 0% no-repeat;	
	margin:10px 0;
}

ul.pagenav li {
	float: left;
	margin:0 5px;
	padding:0;
}

ul.pagenav li a {
	text-decoration: none;
	float: left;
	padding-right: 10px; 
	background: url(/images/layout/pagenav_li_a.png) no-repeat right 60px;
	color:#333;
}

ul.pagenav li a span {
	float: left;
	padding: 1px 0 1px 10px;
	background: url(/images/layout/pagenav_li.png) no-repeat 0 60px;
}

ul.pagenav li a:hover, ul.pagenav li a:focus {
	background-position: right 0;
}

ul.pagenav li a:hover span, ul.pagenav li a:focus span {
	background-position: 0 0;
}

ul.pagenav li a:active {
	background-position: right -60px;
	text-shadow: #FFF 0 1px 0;
}

ul.pagenav li a:active span {
	background-position: 0 -60px;
	padding: 2px 0 0 10px;
}

ul.pagenav li.active a{
	background-position: right -30px;
	color: #333;
	cursor: default;
	text-shadow: #FFF 0 1px 0;	
}

ul.pagenav li.active a span {
	padding: 1px 0 1px 10px;	
	background-position: 0 -30px;
}

/* HEADING */
h1.main{
	font-size:52px;
	line-height:52px;
	color:#0a0a0a;
	font-weight:normal;
	width:960px;
	margin:0 0 10px 0;
	font-family:"AlteHaasGroteskRegular", 'Helvetica Neue', Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	text-shadow: 1px 1px 0px #FFF;
}
h2{
	margin-bottom:10px;
	font-weight:bold;
}

h1,h2,h3,h4,h5{
	font-family:"AlteHaasGroteskRegular", 'Helvetica Neue', Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	text-shadow: 1px 1px 0px #FFF;	
	font-weight:normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
	color:#000;
	text-decoration:none;
	font-family:"AlteHaasGroteskRegular",'Helvetica Neue', Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	text-shadow: 1px 1px 0px #FFF;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color:#0042fa;
	text-decoration:underline;
	font-family:"AlteHaasGroteskRegular", 'Helvetica Neue', Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	text-shadow: 1px 1px 0px #FFF;
}

/* CONTENT */

#content{
	width:960px;
	margin:20px auto 20px auto;
	clear:both;
	float:left;
}

.desc-short{
	font-size:32px;
	line-height:38px;
	padding:10px 0;
	font-family:"AlteHaasGroteskRegular", 'Helvetica Neue', Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	text-shadow: 1px 1px 0px #FFF;	
}

#content .desc-short.divide{
	border-bottom:1px dotted #DDD;
	background: url(/images/layout/bg_desc_short.png) bottom center no-repeat;	
}

#content .desc-long{
	font-size:14px;
	padding:10px 0;
}
#content .divide{
	border-bottom:1px dotted #DDD;
	clear:both;
}
#content p{
	margin:0;
	padding:0 0 10px 0;
}


/* PHOTO GALLERY */

a.photo-prev{
	background: url(/images/layout/bg_photo_arrow_prevnext.png) 0 -152px no-repeat;
	float:left;
	width:50px;
	height:50px;
	margin-top:200px;
	text-align:center;
}
a.photo-prev:hover{
	background: url(/images/layout/bg_photo_arrow_prevnext.png) 0 -203px no-repeat;
}
a.photo-prev.done{
	background: url(/images/layout/bg_photo_arrow_prevnext.png) 0 -254px no-repeat;
}

a.photo-next{
	background: url(/images/layout/bg_photo_arrow_prevnext.png) 0 0 no-repeat;
	float:left;
	width:50px;
	height:50px;
	margin-top:200px;
	text-align:center;
}
a.photo-next:hover{
	background: url(/images/layout/bg_photo_arrow_prevnext.png) 0 -52px no-repeat;
}
a.photo-next.done{
	background: url(/images/layout/bg_photo_arrow_prevnext.png) 0 -102px no-repeat;
}

span.photo-prev-next-filler{
	width:50px;
	height:50px;
	margin-top:200px;
	float:left;
}

#photo-wrap{
	float:left;
	width:840px;
	height:454px;
	background: url(/images/layout/bg_photo.png) top center no-repeat;
	margin:20px 0 0 0;
	padding:0;
}

#the-photo{
	float:left;
	width:840px;
	height:373px;
    position: relative;
    overflow: hidden; 	
	margin-top:20px;
}
#photo-info{
	background: url(/images/layout/bg_photo_info.png) 0 0 no-repeat;
	width:760px;
	margin:20px 20px 20px 20px;
    top: 323px;
	height:250px;
    left: 0; 
	position: absolute;
    color:#000;
	padding:50px 20px 20px 20px;
}

#photo-info h2{
	font-size:18px;
	margin:0 0 5px 0;
}
#photo-info #photo-desc{
	padding:0 10px 10px 10px;
	font-size:12px;
}


/* PRODUCT */

#product-options-list, #product-attributes-list{
	margin-top:20px;
}

.product-option:hover a{
	color: #0042fa;
}
.product-option:hover a.button{
	background-color: #0042fa;
	color:#FFF;
}

#product-options-list .product-option, #product-attributes-list .product-attribute{
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-top:1px dotted #B9B9B9;
	float:left;
}
.product-attribute{
	width:100%;
}
#product-options-list .product-option .desc{
	
}
#product-attributes-list .icon{
	float:left;
	padding:5px 10px 0 0;
}

#body-product .desc-long, #body-product-option .desc-long{
	border-bottom:1px dotted #B9B9B9;	
	padding-bottom:20px;
}

.price{
	font-size:20px;
	display:block;
}

.attributes{
	font-size:11px;
	margin-top:5px;
}

.attr-summary{
	margin-top:15px;
}
.contact{
	margin-top:20px;
	padding:20px 15px;
	background: url(/images/layout/bg_fff_25.png) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

/* BLOG */
#body-blog .entry, #body-keyword .entry{
	padding:15px 10px 10px 10px;
	float:left;
}

#body-blog .details, #body-keyword .details{
	color:#999;
	font-size:11px;
	margin-top:8px;
	font-style:italic;
	border-bottom:1px dotted #B9B9B9;
	margin-bottom:20px;
	padding-bottom:10px;
}

#body-blog .entry:hover a, #body-keyword .entry:hover a{
	color:#0042fa;
}

/* BLOG DETAIL */
#body-blog .details .date{
	float:left;
}

#body-blog .details .tag-list{
	float:left;
}

#body-blog .details .tag-list li{
	float:left;
}

#comments{
	
}


/* HOME */
#body-home .divide, .divide{
	border-bottom:1px dotted #B9B9B9;
	margin:30px 0;
	float:left;
	width:100%;
	clear:both;
}

#body-home .desc-short{
	padding:10px 0;
}

#body-home .desc-long{
	border-bottom:1px dotted #B9B9B9;
	background: url(/images/layout/bg_desc_short.png) bottom center no-repeat;	
	padding:15px 0;
	margin-bottom:30px;
}

#body-home .attr-desc p{
	padding:10px;
}

#body-home .attr-desc:hover a{
	color:#0042fa
}

/* GALLERY PHOTO THUMB */

.gallery-photo-thumb{
	background: url(/images/layout/bg_gallery_thumb.png) top center no-repeat;
	height:242px;
	width:400px;
	text-align:center;
}

.gallery-photo-thumb img{
	margin-top:10px;
}

#body-home .gallery-photo-thumb{
	margin-top:30px;
}

/* FOOTER */
#footer{
	background: url(/images/layout/bg_footer.png) top left repeat-x;
	width:100%;
	height:300px;
	clear:both;
	margin-top:90px;
	padding-top:90px;
	float:left;
	border-top:1px solid #b6b6b6;
	text-align: center;
}
.footer-text{
	color: #999;
	width:960px;
	margin:0 auto;
}

/* UNITS */
ul.unit-list{
	float:left;
}
ul.unit-list li{
	float:left;
	display:block;
	border-right:1px solid #BBB;	
	border-bottom:1px solid #BBB;
	border-top:1px solid #DDD;	
	border-left:1px solid #DDD;			
	height:250px;
	width:210px;
	padding:15px;
	margin:0 10px 20px 10px;
	font-size: 12px;
	background: url(/images/layout/bg_fff_25.png) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}
ul.unit-list li h3{
	border-bottom:1px solid #DDD;
	margin-bottom:12px;
	padding-bottom:8px;
}
ul.unit-list li img{
	float:left;
	margin:0 10px 10px 0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
strong.unit-value{
	background: #f5f5f5;
	border-right:1px solid #CCC;	
	border-bottom:1px solid #CCC;
	border-top:1px solid #f5f5f5;	
	border-left:1px solid #f5f5f5;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding:3px;	
}

p.back{
	margin:10px 0;		
}

.pop{
	padding:20px;
}
.message{
	background:yellow;
	padding:10px;
	margin:10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.message.subtle{
    background: url(/images/layout/bg_fff_25.png) repeat;
    color:#222;
}

.button, a.button, a.button:visited {
    background-image: url(/admin/images/layout/36px-blended.png);
    background-color:#222;
    color: #FFF;    
	padding: 4px 10px;
    border: 1px solid rgba(0, 0, 0, .25);
    border-bottom-color: rgba(0, 0, 0, .35);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	text-decoration: none;
	font-size:12px;
}

.button:hover, a.button:hover{
    background-color: #0042fa;
    color: #FFF;    
}

.button.blue, a.button.blue {
    background-color: #0042fa;
    color: #FFF;
}

.readmore{
	margin-top:10px;
}

.social-icons{
	text-align: center;
}
.social-icons{
	padding-top:15px;
}
.social-icons img{
	margin-left:10px;
	margin-right:10px;
}

fieldset.expandable legend:hover{
	cursor: pointer;
}