/*MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background-color: #FFF;
	background-attachment:fixed;
    background-repeat: no-repeat;
	color: #000;
}

#logo{

	margin: 5px;
	float: left;
	width: 225px;
	height: 78px;
	background: url(/images/gw_logo_header_wht.png) no-repeat center;
	display: block;

}

header {

/*	background: #FFF; */
	width: 100%;
	height: 96px;
	position: fixed;
	top: 0;
	left: 0;
/*	border-bottom: 0px solid #000; */
	background: url(/images/gw_store_header_bg.png);
	z-index: 100;

}

