div#header{
	margin-top: 20px;
}

div#header div#logo{
	display: inline-block;
	width: 68px;
	float: left;
}

div#header div#logo h1 a{
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 68px;
	height: 105px;
	text-indent: -5000px;
	outline: none;
}

div#header div#desc{
	display: inline-block;
	float: left;
}

div#header div#desc img{
	padding: 64px 0 0 40px;
}

div#header div#contact{
	width: 230px;
	display: inline-block;
	float: right;
	position: relative;
}

div#header div#newsletter{
	background: #eceded url(../images/newsletter.png) top left no-repeat;
	height: 22px;
	padding: 0 1em 0 103px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

div#header div#newsletter a{
	position: relative;
	top: 5px;
}

div#header div#newsletter-add div.container{
	padding: 1em;
	margin-right: 1em;
	text-align: right;
}

div#header div#newsletter-add{
	width: 100%;
	background: #eceded;
	position: absolute;
}

div.contact{
	color: #6F7071;
	text-align: right;
	margin-top: 1em;
}

div#header input#email{
	border: none;
	background: none;
	font-size: 0.9em;
	color: #404040;
	padding-top: 2px;
	width: 195px;
}

div#header input[type="button"]{
	border: none;
	background: none;
	font-size: 1.3em;
	font-weight: bold;
	text-transform:uppercase;
	color: #1989CA;
	padding-right: 0;
	cursor: pointer;
}
