@charset "UTF-8";

/* header.phtml page css (application/layout/scripts) */

#header {
	margin: 0 0 0 0;
	width: 100%;
	height: 165px;	
}

#header #header-content {
	width: 1000px;
	margin: auto;
	height: 100%;	
}

#header-content #header-content-flash-banner {
	weight: 575px;
	height: 115px;	
}

#header-content-flash-banner #header-content-flash-logo {
	height: 44px;
	width: 207px;
	position: absolute;
	z-index: 1;
	top: 45px;
}

/* flash in top left part of header */
#header-content-flash-banner #header-content-flash-swf {
	margin-left: 108px;
}

#header h1 {
	color: #eeeeee;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	margin-top: 70px;	
	clear: both;
}