@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../siteimages/toptile.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
}

#left h1 {
	font-size:20px;
	margin-top:0px;
	font-weight:100;
	color:#90001F;
}

#contactright h1 {
	font-size:20px;
	margin-top:0px;
	font-weight:100;
	color:#90001F;
}

#right h1 {
	font-size:20px;
	margin-top:0px;
	font-weight:100;
	color:#FFFFFF;
}

#right p {
	margin-bottom:0px;
}

#top h1 {
	font-size:20px;
	margin: 10px 0 10px 0;
	font-weight:100;
	color:#FFFFFF;
}

#about h1 {
	font-size:20px;
	margin: 0px 0 10px 0;
	font-weight:100;
	color:#FFFFFF;
}

#leftlong h1 {
	font-size:20px;
	margin-top:0px;
	font-weight:100;
	color:#FFFFFF;
}

#menuscroll h1 {
	font-size:20px;
	margin-top:0px;
	font-weight:100;
	color:#90001F;
}

#wrapper {
	width:800px;
	margin:0 auto;
}
#logo {
	height:100px;
	width:200px;
	float:right;
	text-align:right;
}

#topsection {
	width:800px;
	height:100px;
	margin:70px 0 0 0;
	float:left;
}

#nav {
	width:500px;
	height:100px;
	margin:0px 0 0 0;
	float:left;
}

#nav ul {
	margin:65px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:normal;
	list-style:none;
}
#nav li{
	float:left;
}
#nav a {
	font-family:Arial, Helvetica, sans-serif;
	color: #c64939;
	text-decoration: none;
	font-size: 12px;
	margin:0px 10px 0px 0px;
	border-left:14px #e7d79c solid;
	padding-left:8px;
	line-height:12px;
}
#nav a:hover {
	colour:#c64939;
	text-decoration:none;
	margin:0px 10px 0px 0px;
	border-left:14px #52714a solid;
	padding-left:8px;
	line-height:12px;
}

#nav li active {
	colour:#333333;
	text-decoration:none;
	margin:0px 10px 0px 0px;
	border-left:14px #c64939 solid;
	padding-left:8px;
	line-height:12px;
}

#content {
	height:auto;
	width:800px;
	float:left;
}

#top {
	width:800px;
	height:340px;
	float:left;
	background-color:#e7d79c;
	color:#52714a;
}

#about {
	width:460px;
	height:300px;
	float:left;
	background-color:#52714a;
	overflow: scroll;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	color:#FFFFFF;
}

#menuscroll {
	width:460px;
	height:290px;
	float:left;
	color:#52714a;
	overflow: scroll;
	margin:20px;
	overflow-x:hidden;
	overflow-y:auto;
}

#map {
	width:500px;
	height:330px;
	float:left;
}

#contactright {
	width:270px;
	height:300px;
	float:right;
	padding:15px;
}

#animationright {
	width:300px;
	height:330px;
	float:left;
	overflow:hidden;
}

#menuright {
	width:300px;
	height:330px;
	float:left;
	overflow:hidden;
	background-image:url(../siteimages/menu.jpg);
}

#winesright {
	width:300px;
	height:330px;
	float:left;
	overflow:hidden;
	background-image:url(../siteimages/wines.jpg);
}

#bar {
	width:800px;
	height:10px;
	float:left;
	background-color:#52714a;
}

#barabout {
	width:800px;
	height:10px;
	float:left;
	background-color:#e7d79c;
}

#barcontact {
	width:800px;
	height:10px;
	float:left;
	background-color:#90001F;
}

#bottom {
	width:800px;
	height:150px;
	float:left;
}

#left {
	width:470px;
	height:120px;
	float:left;
	background-image:url(../siteimages/left_background.jpg);
	padding:15px;
	overflow:hidden;
	color:#90001F;
}

#left a:link {
	color:#90001F;
	text-decoration:none;
	font-weight:bold;
}

#left a:hover {
	color:#90001F;
	text-decoration:underline;
	font-weight:bold;
}

#left a:visited {
	color:#90001F;
	text-decoration:none;
	font-weight:bold;
}

#leftlong {
	width:770px;
	height:120px;
	float:left;

	background-repeat:no-repeat;
	background-position:right;
	background-color:#52714a;
	padding:15px;
	overflow:hidden;
}

#right {
	width:270px;
	height:120px;
	float:right;
	background-color:#ef8642;
	padding:15px;
	overflow:hidden;
	color:#FFFFFF;
}

.loginlink {
	width:800px;
	padding: 10px 0 10px 0;
	font-size:11px;
	float:left;
}
.loginlink a {
	color:#000066;
	text-decoration:none;
}






