/*
	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;
	}
.pulldown_menu {
	width: 66px;
	top: 70px;
	position: absolute;
	color: #969696;
}
	
	h1{ 
		margin-top: 0;
		color: #6C6249;
		font-weight: normal;
		font-size: 18px;
	}
		h1 span, h2 span{
			font-style: italic;
			text-transform: lowercase;
		}
	
	h2{
	color: #695E49;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	}

	
	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;
	padding-bottom: 100px;
	margin: 0px;
	height: 600px;
	}


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

		#header #nav_primary{
	position: absolute;
	top: 105px;
	height: 40px;
	width: 974px;
		}
		
			#header #nav_global{
	position: absolute;
	height: 22px;
	width: 182px;
	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;
		}
				#header #nav_global p{
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	width: 300px;
		}
		
		#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;
	}
		
		#header #nav_global span.end{
	padding-right: 5px;
	padding-left: 5px;

				}


		#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;
		}
		
	
	#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: 700px;
	position: relative;
	top: 35px;
	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: 17px;	
	
	}
		
	#col2 img{
	padding-bottom: 5px;	
		
	}
		#col2 .pad{
	padding-top: 0;
	padding-right: 0px;
	padding-left: 50px;
		}
		
		#col2 ul{
	list-style-type: none;
	margin: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
		}
		
		#col2 li{
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	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: absolute;
	height: 40px;
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 15px;
	line-height: 1.4em;
	color: #87847B;
	top: 500px;
		}

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

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


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

	.dClear{
		clear: left;
	}
	
	
	a.audibel_professional {
	text-decoration: underline;
	position: relative;
	top: 133px;
	width: 100px;
	left: 37px;
	
	}


#about {
	background-image: url(../images/about/about_us_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left 105px;
}
#innovation {
	background-image: url(../images/innovation/innovation_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left 105px;
}
#news {
	background-image: url(../images/news/news_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left 105px;
}
#paul {
	background-image: url(../images/paul_harvey/paul_harvey_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left 105px;
}
