#header
{
	width: 730px;
	height: 490px;
	background-image: url(../images/Visual.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	width: 730px;
	height: 490px;
	background-image: url(../images/logo-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 338px;
}

#logo h1
{
	width: 730px;
	height: 130px;
	padding-top: 340px
}

#newsletter {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 686px;
	height: 21px;
	line-height: 21px;
	padding: 4px 22px 0px 22px;
	background-image: url(../images/submenu-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

.newsletterFld
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	width: 194px;
	height: 16px;
	margin: 0px;
	padding: 4px 3px 0px 3px;
	border: 0px #FFF solid;
	background-image: url(../images/fld200.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.newsletterBtn {
	margin: 0px 10px 0px 10px;
	float: left;
}

a.newsletterBtn {
	color: #FFF;
	text-transform: uppercase;
}

a:hover.newsletterBtn {
	color: #000;
}



