/***************************************************************
Style Sheet for ZippyFreeze.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



#header {
	position:absolute;
	top:0;
	left:53px;
	
	height:147px;
	
	background: url('/images-layout/header-bg.gif') top left no-repeat #fff;
	z-index:1;
}
#headerWrapper {
	width:732px;
	height:147px;
}


#header .headerLogo {
	z-index:100;
	position:absolute;
	top:0;
	left:12px;
}


#header .tagline1 {
	position:absolute;
	top:45px;
	left:220px;
	margin:0;
	
	color:#000;
	font-size:150%;
	border:none;
}
#header .tagline2 {
	position:absolute;
	top:75px;
	left:300px;
	margin:0;
	
	color:#06477d;
	font-size:120%;
	border:none;
}


#headerLinks {
	position:absolute;
	top:30px;
	left:-53px;
	margin:0;
	padding:0;
	list-style:none;
}
#headerLinks li {
	display:block;
}
#headerLinks li a:link,#headerLinks li a:visited, #headerLinks li a:hover, #headerLinks li a:active {
	display:block;
	height:22px;
	width:45px;
	padding:5px 0 0 8px;
	color:#fff;
	font-size:79%;
	background: url('/images-layout/header-links.gif') top left no-repeat #1282f4;
}

#headerLinks li a:visited {
	color:#ddd;
}

#headerLinks li a:active, #headerLinks li a:hover {
	color:#eee;
	background: url('/images-layout/header-links-hover.gif') top left no-repeat #1282f4;
}

#searchBar {
	display:none;
	position:absolute;
	top:0;
	left:479px;
	width:246px;
	height:40px;
	background:url('/images-layout/search-bg.gif') top left no-repeat;
}
#query {
	position:absolute;
	top:9px;
	right:75px;
	width:150px;
	font-size:15px;
	border:0;
	border:1px solid #014fa1;
	background: #e5f9ed;
}
#searchSubmit {
	position:absolute;
	top:7px;
	right:3px;
}