/*
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 lifestyle.css ******************/

#lifestyle{
	background: url('/common/images/vertical_line.png') no-repeat 50% 0;
	margin-top: -25px;
}
#lifestyle a{
	color: #ffe514;
}

#lifestyle div.column{
	width: 415px;
	margin-top: 35px;
}

#lifestyle div.left.column{
	width: 415px;
}

#lifestyle p img{
	border: 5px solid #1d1d1d;
}

#lifestyle p{
	font-size: 12px;
	color: #959595;
/* 	text-align: justify; */
	margin-bottom: 20px;
	line-height: 17px;
}

.video{
	margin-top: 60px;
}

.video_player{
	margin-bottom: 40px;
}

.video_player object, .video_player embed{
	height: 300px !important;
	width: 416px !important;
}

/****************** End lifestyle.css ******************/

