/***************************************************************
Style Sheet for WhiteCanyon.com

Copyright 2008 by Sebo Marketing, All Rights Reserved
***************************************************************/



#header {
	position:absolute;
	top:0;
	left:0;
	
	width:960px;
	height:145px;
	
	border-bottom:1px solid #a9a9a9;
	background:url('images-layout/header-bg.gif') left 7px repeat-x #000;
	z-index:1;
}
#headerWrapper {
	width:960px;
	height:108px;
	background:url('images-layout/header-wrapper-bg.gif') top right no-repeat ;
}


#header .headerLogo {
	position:absolute;
	top:15px;
	left:15px;
	z-index:100;
}
#headerLinks {
	position:absolute;
	top:7px;
	right:10px;
	width:280px;
	height:24px;
	
	margin:0;
	padding:0;
	
	text-transform:lowercase;
	color:#000;
	
	background: url('/images-layout/top-bar.gif') top left no-repeat;
}
	#headerLinks ul {
		float:right;
		margin:0;
		padding:3px 0 0 0;
		height:21px;

		list-style:none;
		font-size:95%;
		
		background: url('/images-layout/top-bar-right.gif') top right no-repeat;
	}
		#headerLinks ul li {
			display:inline;
			padding:0 0 0 16px;
		}
			#headerLinks ul li a:link,#headerLinks ul li a:visited{
				padding:0;
				
				font-size:89%;
				letter-spacing:2px;
				text-transform:lowercase;
				text-decoration:none;
				
				
				color:#fff;
			}
			#headerLinks ul li a:active, #headerLinks ul li a:hover {
				text-decoration:underline;
			}
			#headerLinks ul li a.cart:link,#headerLinks ul li a.cart:visited{
				padding-left:20px;
				background:url('/images-layout/little-cart.gif') left 50% no-repeat;
			}

#header .tagline1 {
	position:absolute;
	top:40px;
	left:250px;
	font-size:140%;
	margin:0;
	padding:0;
	color:#fff;
}
#header .tagline2 {
	position:absolute;
	top:60px;
	left:308px;
	margin:0;
	padding:0;
	font-size:109%;
	color:#c78182;
}

#searchBox {
	position:absolute;
	top:80px;
	right:8px;
	width:250px;
}
	#searchQuery {
		position:absolute;
		top:0;
		right:88px;
	}
	#searchButton {
		position:absolute;
		top:0;
		right:0;
	}
.liveChat {
	position:absolute;
	right:252px;
	top:8px;
}