/**
 * Style Sheet for DrawPRO.com
 *
 * Contains styling information specific to the DrawPRO.com header section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by DrawPRO, All Rights Reserved
 * @version    1.0
 */

/* Header Layout and Appearance */
#header {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 960px;
	height: 98px;
	background:#ccc url('images-layout/header-bg.jpg') left no-repeat;
	z-index: 1;
}

#headerWrapper {
	width: 960px;
	height: 98px;
}

/* Header Logo */
#headerLogo {
	position: absolute;
	top: 16px;
	left: 10px;
	z-index: 100;
}

/* Header Links */
#headerLinks {
	position: absolute;
	top:10px;
	right: 23px;
	width:100px;
	padding: 5px 0 0 55px;
	height: 29px;
	text-align:right;
	z-index:3;
}
#headerLinks ul li {
	display: block;
	padding-bottom:10px;
	float: left;
	font-size:85%;
	width: 100px;
}
#headerLinks a:link, #headerLinks a:visited {
	color:#fff;
}
#headerLinks a:hover, #headerLinks a:active {
}

/* Header Taglines */
#tagline1 {
	position: absolute;
	top: 42px;
	right: 165px;
	color:#000;
	font: bold 22px Arial, sans-serif;
	font-style:normal;
}