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


body {
	width:100%;
	height:100%;
	margin:0;
	background:url(../images/Bouchon-pattern2.jpg) repeat;
}
#wrapper {
	width:600px;
	margin:auto;
	margin-top:20px;
}
#header {
	width:600px;
	height:438px;
	background-image:url(../images/header.jpg);
	float:left;
}
#content {
	width:600px;
	background:url(../images/content_gradient.png) repeat-x #000;
	float:left;
	padding-bottom:30px;
}
#menu {
	width:355px;
	height:30px;
	position:relative;
	top:385px;
	left:220px;
	color:#FFF;
}
#menu ul {
	list-style:none;
}
#menu ul li {
	display: inline;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active, #menu .currentpage h3 {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	float:left;
	margin:0;
	margin-right:20px;
	text-decoration:none;
}
#menu ul li a:hover {
	border-bottom:#FFF dotted 2px;
}
#menu .currentpage h3 {
	border-bottom:#900 dotted 2px;
}
#tradeHours {
	width:250px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	color:#FFF;
	line-height:30px;
	margin:10px 0 0 30px;
}
#intro {
	width:250px;
	float:left;
	margin-left:30px;
	color:#FFF;
	margin-top:10px;
}
#left {
	width:200px;
	float:left;
	margin:10px 0 0 0;
}
#left ul {
	list-style:none;
}
#left ul li a:link, #left ul li a:visited, #left ul li a:active, #left ul li.currentpage h3 {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	float:left;
	margin-bottom:10px;
	text-decoration:none;
	padding:5px;
	overflow:auto;
	width:100%;
}
#left ul li a:hover {
	background-color:#900;
}
#left .currentpage a {
	border-left:#900 dotted 2px;
}
#right {
	width:300px;
	float:left;
	margin-left:30px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	padding:15px;
	border:#900 thin solid;
}
#right h3 {
	margin-top:0;
	padding-top:0;
	text-align:center;
	font-size:1.2em;
	width:270px;
}
#right h4 {
	font-size:0.9em;
	float:left;
	width:270px;
	border-top:#900 dotted 1px;
	border-bottom:#900 dotted 1px;
	padding:5px;
}
#right h5 {
	font-size:0.9em;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-style:italic;
	float:left;
	width:270px;
}
#right p {
	float:left;
	margin-bottom:7px;
	clear:both;
	width:270px;
}
#right em {
	font-size:0.8em;
	float:right;
	margin-top:5px;
	color:#999;
}
#download {
	width:65px;
	float:left;
	margin:50px 0 0 70px;
}
#download a {
	text-align:center;
}
#download a img {
	border:none;
}
#download a p {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	margin-top:4px;
}
#download a:hover p {
	text-decoration:underline;
}
.gallery {
	width:500px;
	float:left;
	margin-left:40px;
	padding:0;
}

.gallery .img {
	margin:5px;
	float:left;
}

.gallery .img a img{
	outline:0;
	border:0;
}
#details {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	width:250px;
	float:left;
	margin-left:15px;
}
#map {
	width:320px;
	float:left;
}

