
body {
	background:#fff;
}

/*HEADER--------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------*/
header {
	height:110px;
	background:#000000;
	border-bottom:solid 1px #CDD4DB;
	box-shadow:none;
}

header .logo {
	background: url(images/logo.png) no-repeat 0px 0px;
	height:107px;
	width:360px;
}