/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
*{outline: none;}html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}/**
 * Universal Styles
 */
body, html{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	background: #0E0E0E url('/common/images/body_bg.png') repeat-x;
	
	color: #959595;
	height: 100%;
}

html, body, #container {height: 99.9%;}
body > #container {height: auto; min-height: 99.9%;}
#content_container {padding-bottom: 43px; position: relative; padding-bottom: 40px;}  /* must be same height as the footer */


#container, .container{
	width: 992px;
	margin: 0 auto;
}

.left, .alignleft{
	float: left;
}

.right, .alignright{
	float: right;
}

.alignleft, .alignright{
	max-width: 300px;
}


.clear{
	clear: both;
}

.pipe{
	margin-left: 5px;
	margin-right: 5px;
}

.white{
	color: #FFF !important;
}

a{
	text-decoration: none;
	color: #909090;
}

a:hover{
	color: #FFF !important;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

.center{
	text-align: center;
}

.hide{
	display: none !important;
}

h2.center{
	font-size: 24px;
	margin-bottom: 10px;
}

/**
 * header
 */
.logo{
	margin-bottom: -35px;
	float: left;
}

#search{
	margin-top: 40px;
}

#search input[type=text]{
	background: transparent url('/common/images/search_input_bg.png') no-repeat left;
	width: 140px !important;
	height: 24px;
	padding: 8px 10px 0px 10px;
	margin: 0;	
	border: none;
	color: #FFF;
}

#search input[type=submit]{
	background: transparent url('/common/images/search_submit_bg.png') no-repeat top left;
	height: 29px;
	width: 40px;
	border: none;
}

#search label{
	background: url('/common/images/icons/search.png') no-repeat top left;
	margin-top: 8px;
	margin-right: 10px;
	width: 19px;
	display: block;
	float: left;
}


#products_image img{
	margin-bottom: -20px;
	position: relative;
	z-index: 1002;
}
/**
 * Nav Bar
 */
#nav_bar{
/* 	background: rgba(0, 0, 0, 0.5); */
	background: #000;
	width: 100%;
	padding: 20px 0px 20px 0px;
}

#nav_bar ul{
	margin: 0 auto;
	width: 950px;
}
#nav_bar ul li{
	display: inline;
	list-style: none;
}

#content_container{
	background: #0E0E0E url('/common/images/content_bg.png') repeat-x;
	margin-top: -23px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	
	color: #FFF;
	min-height: 400px;
}


/**
 * Footer
 */
#footer{
	background-color: #000;
	border-top: 1px dotted #959595;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	
	position: relative;
	margin-top: -43px; /* negative value of footer height */

	clear:both;
}

#footer .container{
	width: 930px;
}

#footer span, #footer a{
	color: #959595;
	font-size: 12px;
}

#footer span.middle{
	text-align: center;
	width: 650px;
	margin: 0 auto;
	display: block;
	float: left;
}

div.left.sub_column{
	margin-right: 20px;
}/****************** Begin home.css ******************/

#home{
	padding-bottom: 20px;
}
#home p{
	font-size: 12px;
	color: #959595;
}

#home .column{
	width: 220px;
	margin-right: 35px;
	position: relative;
}

#home #products_image img{
	position: static !important;
	z-index: auto;
}

#home .column .vertical_line{
	background: url('/common/images/vertical_line.png') no-repeat;
	height: 100%;
	position: absolute;
/* 	border: 1px solid red; */
	top: 0;
	right: -30px;	
	width: 2px;
}

#home .right.column{
	margin: 0;
	width: 300px;
}

#home .middle.column{
	margin-left: 20px;
	width: 300px;
}

#home h1{
	border-bottom: 1px solid #959595;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#home h4{
	font-size: 12px;
	margin-top: -8px;
	margin-bottom: 3px;
}
#home .featured img.product{
/* 	border: 5px solid #515151; */
	// margin-bottom: 15px;
	width: 100%;
}

#home div.featured{
	margin-bottom: 50px;
}

#home div.featured p{
/* 	margin-top: -10px; */
}

#home div.featured h3{
	display: block;
	margin-top: 10px;
	margin-left: 1px;
}

#home h3, #home h3 a{
	color: #ffe514;
	font-size: 12px;
	margin-bottom: 10px;
}

#home h3 .pipe, .gray{
	color: #959595;
}
#home p.social{
	margin-bottom: 30px;
}
#home p.social img{
	margin-right: 9px;
}

#home p.social img.last{
	margin-right: 0px;
}

#home form.newsletter{
/* 	border-bottom: 1px solid #959595; */
	padding-bottom: 15px;
} 

#home .newsletter input[type=text]{
	background: transparent url('/common/images/search_input_bg.png') no-repeat left;
	width: 140px !important;
	height: 24px;
	padding: 9px 10px 0px 10px;
	margin-top: 5px;	
	border: none;
	color: #FFF;
}

#home .newsletter input[type=submit]{
	background: transparent url('/common/images/search_submit_bg.png') no-repeat top left;
	height: 29px;
	width: 40px;
	border: none;
	cursor: pointer;
}

#home .newsletter input[type=submit]:hover{
	background: transparent url('/common/images/search_submit_bg_over.png') no-repeat top left;
}

#home .ad_block{
/* 	background-color: #242424; */
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	height: 250px;
	width: 300px;
}

#home .ad_block span{
	padding-top: 35%;
	display: block;
}
#home div.post{
	border-bottom: 1px solid #959595;
	padding-bottom: 10px;
	margin-bottom: 10px;	
}

#home div.post.noborder{
	border: none;
}

#home div.post h3{
	font-size: 14px;
}

#products_image.home{
	position: relative;
	z-index: 1001;
	padding-bottom: 56px;
	margin-bottom: -40px;
	height: 315px;
	background: url('/common/images/home/products_bg.png') repeat-x left bottom;
}

#products_image .image_link{
	/*
display: block;
	height: 335px;
	width: 100%;
	position: absolute;
	top: 0;
	
*/
}

#products_image .previous,
#products_image .next{
	color: #FFF;
	position: absolute;
	top: 30%;
/* 	background: #32302c; */
/* 	padding: 5px; */
	cursor: pointer;
	z-index: 1002;
/* 	border: 4px solid #FFF; */
	font-size: 22px;
	font-weight: bold;
/* 	width: 100px; */
	text-align: center;
	opacity: 0.8;
	-moz-opacity: 80%;
}

#products_image .previous:hover,
#products_image .next:hover{
/* 	background: #000;	 */
}

#products_image .previous{
	left: 20px;
}

#products_image .next{
	right: 20px;
}

#home_gallery li{
	display: none;
}	

.pikachoose{width:992px;}
.pikachoose ul{padding-left:0;width:510px;height:180px;margin:0;overflow:hidden;}
.pikachoose ul li{float: left;border:1px solid #555;padding:2px;background:#777;margin:0 6px 4px 0;position:relative;overflow:hidden;}
.pikachoose ul li div img{position:relative;cursor:pointer;}

.pika_main{width:992px;height:315px;display:block;position:relative; top: 0}

.pika_main_img{position:absolute !important;top:0px;left:0px;}
.pika_back_img{position:relative;top:0px;}

.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{display:none}
.pika_caption a{color:white;}

.more_info_button{
	margin-top: -10px;
}

div.featured_image{
	// height: 150px;
	overflow: hidden !important;
	border: 5px solid #515151;
}

p.error{
	padding: 10px 0px 10px 0px;
	color: #ffe514 !important;
}


/****************** End home.css ******************/

