@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed);

#header {
	top: 0;
	background-color: rgba(37,27,21,1);
	height: 90px;
	width: 100%;
}
#header-inner {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 60px;
	padding-top: 15px;
	width: 570px;
	float: left;
	padding-bottom: 15px;
}
#logoSymbol {
	float: left;
	margin-right: 20px;
}
#logo h2 {
	font-family: PapyrusCom;
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	color: #FFFFFF;
	display: block;
	line-height: 28px;
	border: 0;
	margin-top: 18px;
}
#menu {
	width: 500px;
	height: 60px;
	float: right;
}

#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
	padding-top: 20px;
}
.menu-item {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Cabin Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
#menu a {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	color: #999966;
	text-decoration: none;
	font-family: 'Cabin Condensed', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}
#menu a:hover {
	color: #FFFFFF;
} 
#menu a:active {
	color: #FFFFFF;
}
li a #Image1 {
	padding-bottom: 10px;
}
#cultivar-menu {
	display: block;
	width: 69px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/logotype-orange.png);
	margin-left: 10px;
}
#cultivar-menu:hover {
	background-image: url(../images/logotype-white.png);
}
#cultivar-menu span {
	position:absolute;
	top: -999em;
}
