/**
 * Style Sheet for [Domain Name]
 *
 * Contains styling information specific to the [Domain Name] header section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by [Company Name], All Rights Reserved
 * @version    1.0
 */

/* Header Layout and Appearance */
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	width: 960px;
	height: 136px;

	border-top: 10px solid #8a8886;
}

#headerWrapper {
	width: 960px;
	height: 136px;
}

/* Header Logo */
#headerLogo {
	position: absolute;
	top: 0;
	left: 28px;
	z-index: 100;
}

/* Header Links */
#headerLinks {
	position: absolute;
	top: 0;
	right: 0;
	
	padding: 5px 0 0 55px;
	height: 29px;
	
	background: #8a8886 url('images-layout/header-links-left-edge.gif') left no-repeat;
}
#headerLinks ul li {
	display: block;
	float: left;
	
	width: 100px;
}
#headerLinks a:link, #headerLinks a:visited {
}
#headerLinks a:hover, #headerLinks a:active {
}

/* Header Taglines */
#tagline1 {
	position: absolute;
	top: 55px;
	right: 30px;
	
	font: bold 24px Arial, sans-serif;
}