/**
 * Style Sheet for templatezone.com
 *
 * Contains styling information specific to the templatezone.com header section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by TemplateZone, All Rights Reserved
 */

/* Header Layout */
#header {
	position: absolute;
	top: 0;
	left: 16px;
	
	width: 968px;
	height: 120px;
	
	z-index: 1;
}

#headerWrapper {
	width: 968px;
	height: 120px;
}


#headerLogo {
	position: absolute;
	top: 5px;
	left: 13px;
	
	z-index: 100;
}


#formerlyHP {
	position:absolute;
	top:35px;
	left:200px;
	
	z-index:100;
}


#phone {
	position: absolute;
	top: 30px;
	right: 25px;
}


#searchBar {
	position: absolute;
	bottom: 10px;
	right: 25px;
}