@charset "utf-8";
/* CSS Document */
/* --------------- Start Top Section -----------------*/
/* 				Includes the logo and up to the navigation */
	div#top_section {
		width:1000px;
		margin:0 ;
	}
	
	div#logo {
		margin:20px 25px 60px;
	}
	
	#mask{
		position: absolute;
	}
	#ticker{
		display:inline-block;
		position: absolute;
		font-size: 11px;
		margin: 0px;
		left: 476px;
		top: 33px;
		color:#666666;
		width:522px;
	}
	#tkr div{
		display:inline-block;
		font-size: 34px;
		font-style:normal;
		font-weight:bolder;
		color:#999999;
		text-transform: uppercase;
		letter-spacing: -0.04em;
	}
	
	
	#mobile{
		position: absolute;
		margin: 0px;
		left: 925px;
		top: 110px;
	}
	
	div#navigation{ 
	clear:both; 
	font-weight: bold;
	text-align:right;
	margin-right:0px;
	margin-bottom:15px;
	}

	div#navigation  a{
		font-size:11px; 
		color:#666;
	}

	div#mobile a{
		font-size:9px;
		border:1px solid;
		padding:2px 4px 2px 4px;
	}

	.bars {font-size:14px; color:#888; margin-left: 5px; margin-right: 5px;}
		
/* ---------------   End Top Section -----------------*/
	
	
		
/* ---------------   Start Content Section -----------------*/
	
	div#background{
		width:1000px;
		margin:0;
		height:535px;
		/* -- There is a background image that is included as an inline style.  
			  This image changes depending on the page --*/
	}
	div#content { 
		float:right; width:385px; padding:0px;}
	
	div#content p { 
		font-size:11px; 
		color:#555;
/*		color:#706f72; */
		margin:0px 30px 0px 30px; text-align:justify;}
	
	div#content h1 { color:#706f72;font-size:32px; font-weight:bold; margin:10px 30px 3px;	}
	div#content h2 { color:#706f72; }
	
/* ---------------   End Content Section -----------------*/
	
	
/* ---------------   Start Footer Section -----------------*/
	
	div#footer {
		margin-top:-20px;
		margin-left:850px;
	}	
	div#footer p {font-size:10px;color:#F87634;}

/* ---------------   End Footer Section -----------------*/



/* ---------------   Start PRODUCT PAGES Section -----------------*/
	div#sub_navigation {width:134px; margin-left:0px; float:left; height: 250px;}
	div#sub_navigation ul {margin:10px 0px 0px 8px; padding:0px; color:#b3b2b6; font-size:12px;}
	div#sub_navigation ul li a {text-decoration:none; color:#b3b2b6; font-weight:bold;}
	div#sub_navigation ul li a:hover { color:#706f72;}
	
	#lower_section {background-image:url(../product_pages/images/collections_background_extender.jpg); 
		background-repeat:repeat-y; margin-top:10px;}
	
	#preview{
		position: relative;
		float: right;
		margin-right: 0px;
		top: 0px;
	}
	
	.mainImage{
		margin-left: 134px;
	}
	
	#prodDetail{
		position: relative;
		top: -238px;
		left: 0px;
		width: 386px;
		height: 355px;
		background-color: #999999;
		text-align: center;
		margin-left: 614px;
	}
	
	#prodDesc{
		postion: relative;
		padding-top: 300px;
		padding-left: 20px;
		font-size: 12px;
		color: #666;
		width: 90%;
		text-align: left;
	}
/* ---------------   End PRODUCT PAGES Section -----------------*/

.quote{
	padding-top: 20px;
	position: relative;
	width: 330px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 15px;
	font-weight: bold;
}

.quoteSig{
	font-style: italic;
	font-weight: normal;
	text-align: right;
	margin-bottom: 20px;
	margin-top: -5px;
}


#feature{
	position:absolute;
	top: 578px;
	left: 120px;
	padding: 15px;
	width: 100%;
	height: 100px;
}

#feature h4{
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica;
}

#feature h4 span{
	font-size: 9px;
	color:#666666;
}

#feature img{
	border: 0px solid;
	padding-bottom: 8px;
}

#feature b{
	font-size: 10px;
	font-weight: bold;
	color:#666666;
}

.f{
	float:left;
	margin-right: 30px;
}

#prodDetail{
    background-repeat:no-repeat;
	background-color:#b2b2b2;
}

