/* #############  HEADER  ############# */

#wrapper-header-top {
	height:120px;
	border-bottom:44px solid rgba(0,0,0,0.3);
}

#wrapper-header-bottom  {
//	background-color:#f5f5dc;
	height:116px;
	border-bottom:5px solid #ff7f00;
}

	#header-main {
		position:relative;
		top:-121px;
//		width:960px;
		width:100%;
		max-width:960px;
		height:265px;
		margin: 0 auto;
		border: 0px dashed red;
	}

		#header-logo {
		width:100%;
		max-width:960px;
			height:265px;
			border: 0px dashed blue;
			background-repeat:no-repeat;
			background-position: right;
		}

		#nav {
			position:absolute;
			top:120px;
			width:600px;
			float:left;
			text-align:left;
			border: 0px dashed red;
		}
 
		#nav a {
			display:inline;
			padding:10px;
			text-decoration:none;
		}
 
		#nav a:hover {
		}