* {
	font-family: Georgia;
}

body {
	background: url(../images/bg-top.png) repeat-x;
}

div#navigation {
	height: 64px;
	background:	url(../images/bg-nav.png) repeat-x;
}

div#navigation ul li, ul#sub-nav li {
	display: inline;
	margin-right: 20px;
}

div#navigation ul, ul#sub-nav {
	width: 926px;
	text-align: right;
	padding-top: 27px;
}

div#navigation ul li a {
	color: #d2d2d2;
	text-decoration: none;
}

div#navigation ul li a:hover {
	color: #4a4639;
}

ul#sub-nav { margin-top: -70px;}
ul#sub-nav a {
	text-decoration: none;
	color: #d2d2d2;
	}

ul#sub-nav a:hover {
	color: #fff;
	}

div#header {
	padding: 0;
	margin: 0;
}

div#navigation-about-us {
	height: 100px;
	background: #5a1833;
	padding: 0;
	margin: 0;
}


div#navigation-about-us h1 {
	font-size: 34px;
	color: #fff;
	font-weight: lighter;
	margin-top: 71px;
}

div#about-us-content, div#our-wines {
	margin-top: 32px;
}

#about-us-content p {
	line-height: 160%;
	font-size: 14px;
	color: #696355;
}

#wine-content {
	width: 220px;
	float: right;
}

#wine-content-image {
	width: 80px;
	float: left;
}

 h1 {
	font-size: 22px;
	color: #5a1833;
	margin-bottom: 22px;
}

 h2 {
	font-size: 18px;
	color: #de582f;
	margin-bottom: 22px;
}

 p {
	line-height: 130%;
	font-size: 14px;
	color: #696355;
}


.float-left {
	float: left;
}

.float-right {
	float: right;
}


.accordionButton {	
	width: 210px;
	float: left;
	background: #f8f8ee;
	border-bottom: 1px solid #d6d6b4;
	cursor: pointer;
	padding: 5px;
	color: #585845;
	font-size: 13px;
	}
	
.accordionContent {	
	width: 190px;
	float: left;
	display: none;
	background: #f8f8ee;
	padding: 15px;
}

div#logo {
	position: absolute;
	margin-left: 55px;
	margin-top: 20px;
	z-index: 20;	
}

.input-email {
	width: 95%;
	height: 30px;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #696355;	
}

.input-textarea {
	width: 95%;
	height: 100px;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #696355;	
}


.clear {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}