/*
	Audibel - color palette
	


*/




/*------------------------------------------------------------------------------
	basic styles 
------------------------------------------------------------------------------*/	
	
	body {
		margin: 0; padding: 0;
		background: #fff;
		}
#product {
	background-image: url(../images/product/product_background_front.jpg);
	background-repeat: no-repeat;
	background-position: left 155px;
}

	p{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	h1{ 
		margin-top: 0;
		color: #7D715C;
		font-weight: bold;
		font-size: 16px;
	}
		h1 span, h2 span{
			font-style: italic;
			text-transform: lowercase;
		}
	
	h2{ 
		color: #695E49;
		font-size: 11px;
		margin: 0 0 5px 0;
		text-transform: uppercase;
	}

	
	h3{ 
		font-size: 11px; 
		margin: 0 0 10px 0;
		font-weight: normal;
	}

	
	img{ display: block; }
	
	
/*------------------------------------------------------------------------------
	navigation
------------------------------------------------------------------------------*/	


	a{
		color: #6A5F49;
		text-decoration: none;
	}

	a:hover{
		color: #1B5A8D;
		text-decoration: underline;
	}




/*------------------------------------------------------------------------------
	layout
------------------------------------------------------------------------------*/	

	#wrappa{
	text-align: left;
	width: 974px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	padding-bottom: 100px;
	}


	#header{
	height: 105px;
	position: relative;
	}

		#header #nav_primary{
	position: absolute;
	top: 105px;
	height: 40px;
	width: 974px;
		}
		
			#header #nav_global{
	position: absolute;
	height: 25px;
	width: 276px;
	background-image: url(../images/global/global_nav_bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	left: -1px;
	top: 1px;
		}
		#header #nav_global2{
	position: absolute;
	height: 22px;
	width: 133px;
	background-image: url(../images/global/global_nav_bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	left: -1px;
	top: 1px;
		}
		#header #nav_global3{
	position: absolute;
	height: 21px;
	width: 133px;
	background-image: url(../images/global/global_nav_bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	left: -1px;
	top: 1px;
	padding-top: 2px;
		}
		#header #nav_global p{
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
		}
		
		#header #nav_global img{
	position: relative;
	top: 0px;
	padding-left: 0px;
	padding-right: 0px;
		}
		
		#header #nav_global a{
	padding-right: 7px;
	padding-left: 8px;
		}
		#header #nav_global a:hover{
	background-position:0px -25px;
		}
		
		a.visit {
	width:150px;
	background-image:url(../images/global/btn_visit.gif);
	background-repeat: no-repeat;
	left: 305px;
	height: 19px;
	position: absolute;
	float: right;
	top: 2px;
	background-position: left -4px;
	}

				#nav_wrapper {
	position:relative;
	height:40px;
	background-image: url(../images/product/primary_nav_product_bkgrnd.gif);
	background-repeat: no-repeat;
				}

				#nav_primary a{
	position:absolute;
	margin: 0;
	padding: 0;
	height: 40px;
				}
				a.understanding {
	width:185px;
	background-image:url(../images/index/primary_nav_understanding.gif);
	background-repeat: no-repeat;
	left: 18px;
				}
				a.treating {
	width:150px;
	background-image:url(../images/index/primary_nav_treating.gif);
	left:239px;
	background-repeat: no-repeat;
				}
				a.product {
	width:205px;
	background-image:url(../images/index/primary_nav_product_active.gif);
	left:427px;
	background-repeat: no-repeat;
				}
				a.why {
	width:100px;
	background-image:url(../images/index/primary_nav_why.gif);
	left:689px;
	background-repeat: no-repeat;
				}
				a.use {
	width:108px;
	left:839px;
	background-repeat: no-repeat;
	background-image: url(../images/index/primary_nav_use.gif);
				}
				#nav_primary a:hover {
					background-position:0px -33px;
				}
				
				#nav_primary img{
					float: left;
				}


		#header #logo{
			position: absolute;
			top: 15px;
			left: 795px;
		}
		
		
	#col1{
	float: left;
	width: 170px;
	position: relative;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	}

		#nav_secondary{
	background-color: #FFFFFF;
		}
		
		#nav_secondary .top{
	background-image: url(../images/global/top_cap.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #F5E9CA;
		}
		
			#nav_secondary .bottom{
	background-image: url(../images/global/btm_cap.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 8px;
	margin: 0px;
	padding: 0px;
	background-color: #F5E9CA;
		}
		
		#nav_secondary h2{
			border-bottom: 1px solid #c7c7c7;
			padding: 5px 10px;
		}
		
		#nav_secondary a{
	display: block;
	font-size: 0.7em;
	font-weight: 500;
	color: #7C715A;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 20px;
		}
		
		#nav_secondary a:hover{
	color: #FFFFFF;
	display: block;
	background-image: url(../images/global/nav_tile.gif);
	background-repeat: repeat;
		}
		
		
	 #nav_secondary a.active{
	   	color: #6C614C;
	background-image: url(../images/global/active_arrows.gif);
	background-repeat: no-repeat;
	background-position: 11px 9px;
		}
	
		
		#nav_secondary .sub_top{
	display: block;
	color: #7C715A;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 3px;
	font-size: 0.7em;
	font-weight: bold;
	float: none;
	text-align: left;
	padding-left: 27px;
	background-image: url(../images/global/hr.gif);
	background-position: 25px bottom;
	background-repeat: no-repeat;
		}
		
		#nav_secondary .sub{
	display: block;
	color: #7C715A;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 27px;
	font-size: 0.7em;
		}
		
		#nav_secondary .sub a{
	display: block;
	color: #7C715A;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	font-weight: normal;
		}
		
		
		
#col1 #locate {
	height: 116px;
	width: 165px;
	background-image: url(../images/global/locate_bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	margin-top: 10px;
	float: left;
	position: absolute;
}

#locate .locate_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #7B7B7B;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 52px;
	position: absolute;
	left: 22px;
	top: 52px;
}

#locate .pulldown_menu {
	color: #7B7B7B;
	margin-left: 22px;
	position: absolute;
	top: 80px;
	height: 20px;
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#locate .formstatesearch_bottom {
	margin-bottom: 0px;
	position: absolute;
	padding: 0px;
	top: 81px;
	left: 90px;
}

#locate .formstatesearch_top {
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	position: absolute;
	top: 47px;
	left: 90px;
}
		
	#col2{
	float: left;
	width: 340px;
	position: relative;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #695E49;	
	}
	
		
	#col2 p{
	font-size: 0.9em;
	font-style: normal;
	font-weight: lighter;
	line-height: 20px;	
	
	}
		
	#col2 img{
	padding-bottom: 5px;	
		
	}
		#col2 .pad{
	padding-top: 0;
	padding-right: 20px;
	padding-left: 15px;
		}
		
	#col12{
	float: left;
	width: 804px;
	position: relative;
	top: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #695E49;	
	}
	
		
	#col12 p{
	font-size: 0.9em;
	font-style: normal;
	font-weight: lighter;
	line-height: 20px;
	padding-right: 25px;
	margin-right: 200px;	
	}
		
	#col12 img{
	width: 460px;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	clear: none;
	height: 293px;
	padding-top: 0px;
	margin: 0px;
	position: relative;
	}
	
	#col12 .photo{
	width: 436px;
	float: right;
	top: 0px;
	padding-left: 50px;
	padding-bottom: 20px;
	clear: none;
	height: 293px;
	padding-top: 0px;
	margin: 0px;
	position: relative;
	background-image: url(../images/product/virtue_productline.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
		#col12 .pad{
	padding-top: 0;
	padding-left: 15px;
		}		

	#col3{
		float: left;
		width: 180px;
	}

		#col3 h2{
			color: #fff;
			padding: 8px 8px 8px 20px;
		}
		
		#col3 ul{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		#col3 li{
			border: 1px solid #c7c7c7;
			border-top: none;
			padding: 8px 8px 8px 20px;
			font-size: 10px;
			font-weight: bold;
			color: #686868;			
		}
		
			#col3 li.first{
				border: 1px solid #c7c7c7;
			}

	#footer{
	position: relative;
	height: 40px;
	width: 150px;
	float: left;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 15px;
	line-height: 1.4em;
	color: #87847B;
		}

		#footer a{
	color: #635942;
	text-decoration: underline;
		}

		#footer a:hover{
			color: #1B5A8D;
		}


/*------------------------------------------------------------------------------
	misc
------------------------------------------------------------------------------*/	

	.dClear{
		clear: left;
	}
#ear_wrap {
	width: 800px;
	position: relative;
	top: 25px;
	}
	
	#ear_wrap #text1 {
	height: 199px;
	width: 300px;
	left: 215px;
	position: relative;
	}
	
	#ear_wrap #text2 {
	height: 199px;
	width: 285px;
	float: right;
	position: absolute;
	left: 520px;
	top: 0px;
	}
	
	#ear_wrap #text1 p {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
	
	#ear_wrap #text2 p {
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: circle;
	}
	
#ear_wrap #box1 {
	height: 200px;
	width: 800px;
	position: relative;
	background-image: url(../images/product/bte_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: 30px;
}
#ear_wrap #box2 {
	height: 200px;
	width: 800px;
	position: relative;
	background-image: url(../images/product/bte_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: 30px;
	top: 25px;
	}
#feature_wrap #box2 a {
	
	}
				a.featured_product {
	text-decoration: underline;
	padding-top: 25px;
	margin-top: 25px;
	position: relative;
	top: 133px;
	width: 100px;
	left: 84px;
}
#ear_wrap #box3 {
	height: 155px;
	width: 230px;
	background-image: url(../images/index/logo_paul_harvey.gif);
	background-repeat: no-repeat;
	background-position: center 35px;
	left: 490px;
	position: absolute;
	top: 0px;
}
#ear_wrap #box4 {
	height: 155px;
	width: 230px;
	background-image: url(../images/index/audibelpro_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	left: 725px;
	position: absolute;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}
	
	
	a.audibel_professional {
	text-decoration: underline;
	position: relative;
	top: 133px;
	width: 100px;
	left: 37px;
	
}
#nav_wrapper_product {
	position:relative;
	height:40px;
	background-image: url(../images/product/primary_nav_prod_backgrnd.gif);
}

#virtue {
	background-image: url(../images/product/virtue_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left 155px;
}

#instruments {
	background-image: url(../images/global/contact_backgrnd.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}


#virtue12 {
	background-image: url(../images/product/vitue_plain_backgrnd.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#coupon_container {
	float: left;
	margin-top: 25px;
	margin-left: 25px;
	text-align: center;
	width: 400px;
}
#coupon_wrapper {
	margin-right: 4px;
	margin-left: 4px;
	width: 345px;
	border: thick dashed #000000;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	margin-top: 25px;
	padding: 0px;
	margin-bottom: 0px;
	height: 175px;
}
#coupon_wrapper_right {
	margin-right: 4px;
	margin-left: 4px;
	width: 345px;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	margin-top: 25px;
	padding: 0px;
	margin-bottom: 0px;
	border: thick dashed #000000;
	height: 175px;
}
#coupon_right {
	float: left;
	margin: 0px;
	padding: 0px;
}
#coupon_2ndrow {
	float: left;
	width: 735px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#coupon_texttop {
	background-color: #8B1712;
	width: 75px;
	padding: 3px;
	margin-right: 122px;
	margin-left: 122px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#coupon_text_middle {
	margin-top: 30px;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 36px;
}
#coupon_logo2 {
	float: right;
	height: 20px;
	width: 50px;
	background-image: url(../images/coupon_audibel_logo.jpg);
	background-repeat: no-repeat;
	margin-top: 13px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.coupon_bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #695E49;
}
#coupon_disclaimerbx {
	float: left;
	width: 275px;
	margin-left: 7px;
	margin-top: 13px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#coupon_disclaimerbx2 {
	float: left;
	margin-left: 66px;
	margin-top: 27px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#coupon_textbttm {
	text-align: left;
	margin-left: 5px;
	float: left;
	width: 335px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.coupon_disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #695E49;
}
.coupon_texttop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
