/**
 * Style Sheet for Intellisys.com
 *
 * Contains styling information specific to the Intellisys.com header section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Intellisys, All Rights Reserved
 */

/* Header Layout */
#header {
	position: absolute;
	top: 0;
	left: 50%;
	
	margin: 0 auto 0 -480px;

	width: 960px;
	height: 63px;

	background: url('images-layout/header-bg.gif') repeat-x #fff;
	border-bottom: 1px solid #C1C1C1;
}

#headerWrapper {
	width: 960px;
	height: 60px;

	background: url('images-layout/header-wrapper-bg.gif') top left no-repeat;
	border-bottom: 1px solid #000;
}

/* Header Logo */
#header .headerLogo {
	position: absolute;
	top: 10px;
	left: 58px;

	z-index: 100;
}