/***************************************************************
Style Sheet for Lava Lake Lamb.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



#header {
	position:absolute;
	top:0;
	left:0;
	margin-left:28px;

	width:910px;
	height:106px;

	/*background:url('images-layout/header.jpg') bottom left no-repeat #F3E9C4;*/
	background:url('images-layout/header.gif') 166px 43px no-repeat;
	z-index:1;
	
}
#headerWrapper {
	width:910px;
	height:106px;
}

	#header .headerLogo {
		z-index:100;
		position:absolute;
		top:0px;
		left:0px;
	}

	#searchBar {
		position:absolute;
		bottom:35px;
		right:0px;
		width:270px;
		height:20px;
		color:#D2CCA1;
	}
		#query {
			position:absolute;
			margin:0;
			bottom:0;
			right:81px;
			width:186px;
			border:1px solid #d5d6d5;
			background:#fff;
			background-color:#fff;
			
		}
		#searchSubmit {
			position:absolute;
			bottom:1px;
			right:10px;
			padding:0 0 0 3px;
			width:60px;
			height:17px;
			
			text-align:left;
			text-transform:uppercase;
			line-height:1.1em;
			font-family:arial, helvetica, sans-serif;
			font-size:10px;
			color:#fff;
			
			border:none;
			background:#636363 url('images-layout/arrow-search.gif') right center no-repeat;
		}
		
	#phoneNumber {
		position:absolute;
		top:8px;
		right:10px;
		font-size:110%;
		font-weight:normal;
		color:#767676;
	}
		#phoneNumber a {
			text-transform:uppercase;
			font-size:90%;
			border-left:1px solid #252525;
			padding:0 0 0 10px;
			margin: 0 0 0 10px;
			}
			#phoneNumber a:link, #phoneNumber a:visited {
				text-decoration:none;
				color:#767676;
				}
			#phoneNumber a:hover, #phoneNumber a:active {
				text-decoration:underline;
				}

	#headerLinks {
		position:absolute;
		padding:0;
		bottom:58px;
		right:0;
		list-style:none;
		font-size:90%;
	}
		#headerLinks li {
			float:left;
			margin-bottom:0;
			text-transform:uppercase;
			line-height:1em;
			border-right:1px solid #252525;
		}
		#headerLinks li.last {
			border-right:none;
		}
			#headerLinks li a:link, #headerLinks li a:visited {
				padding:0 10px;
				text-decoration:none;
				color:#767676;
			}
			#headerLinks li a:hover, #headerLinks li a:active {
				text-decoration:underline;
			}