@charset "utf-8";
#header {
	height: 124px;
	width: 840px;
}

#header #costumer {
	background-image: url(../images/bkgcostumer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
}
#header #banner {
	height: 67px;
}
#header #banner #logo {
    float: left;
    height: 67px;
    width: 127px;
}
#header #banner #flash {
	float: left;
	height: 67px;
	width: 569px; /*696*/
}
#header #banner #signin {
	float: right;
	height: 37px;
	width: 100px;
	padding-top: 30px;
	padding-left: 44px;
}
#header #menu {
	position:absolute;
	height: 35px;
	z-index:40;
}

