@charset "utf-8";
/* CSS Document */

body {
	font: 100.01%/1.5em "Palatino Linotype", Baskerville, "Book Antiqua";
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #FFFFFF;
}
#wrapper {
	background: url(../images/wrapper.jpg) repeat-y;
	margin: 0px auto;
	width: 814px;
	padding: 0px;
	font-size: 0.85em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
}
#sidebar a {
	background: url(../images/navBg.jpg) repeat-x;
	display: block;
	height: 40px;
	margin: 0px;
	padding: 0px 5px;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
}
#sidebar a:hover {
	background: url(../images/navBgOver.jpg) repeat-x;
	color: #7F0220;
}
#mainCont h2 {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: url(../images/navBg.jpg) repeat-x;
	line-height: 40px;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	color: #F4F5F9;
}

#footer {
	background: url(../images/footer.jpg) no-repeat left bottom;
	clear: both;
	height: 123px;
}
#mainCont .img {
	float: right;
	margin-right: 10px;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 243px;
	margin: 0px;
	padding: 0px;
}
.wineList {
	width: 240px;
	margin-left: 10px;
	border: 2px solid #AF8E51;
	float: left;
	margin-bottom: 15px;
}
.redWine {
	background: #67001B;
}
.wineList .price {
	font-weight: bold;
}
.whiteWine {
	background: #F6C094;
	color: #000000;
}


.wineList  h5 {
	font-size: 1.2em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	border-bottom: 2px solid #7F0220;
	text-align: center;
}

#header h1 {
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;
}
#content {
	margin-left: 27px;
	margin-right: 27px;
}
#footer p {
	text-indent: -9000px;
}

#sidebar {
	width: 200px;
	float: left;
}
#mainCont {
	float: right;
	width: 540px;
}
#mainCont p {
	padding-left: 7px;
	padding-right: 7px;
}
#sidebar  a.current:link, #sidebar a.current:visited {
	background: url(../images/navBgOver.jpg) repeat-x;
	color: #F4F5F9;
}
#sidebar h3 {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border-bottom: 2px inset #EBBE6D;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: 700;
	padding-bottom: 5px;
}
#sidebar p {
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	color: #FFFFFF;
}
#mainCont h4 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #F8CA74;
	font-weight: normal;
	font-size: 1.3em;
}

#sidebar  a.book {
	display: block;
	height: 40px;
	margin: 0px;
	padding: 0px 5px;
	line-height: 40px;
	color: #F8CA74;
	text-decoration: none;
	text-align: center;
	background: url(../images/navBgBook.jpg);
}
#mainCont h3 {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.2em;
	color: #C50127;
	border-bottom: 1px solid #C40026;
}
#clubList li {
	list-style: none;
	background: url(../images/cone.jpg) no-repeat left top;
	padding-left: 35px;
	line-height: 30px;
	padding-bottom: 13px;
}
#clubList {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.List {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.List li {
	list-style: none;
	background: url(../images/cone.jpg) no-repeat left top;
	padding-left: 35px;
	line-height: 30px;
	padding-bottom: 13px;
}
a {
	color: #004C97;
}
#frmContact label {
	display: block;
}
#message {
	height: 300px;
	width: 300px;
	border: 1px solid #CC0000;
}
#submit {
	border: 1px solid #CC0000;
	background: #0066CC;
	color: #FFFFFF;
	height: 30px;
}

#name, #email {
	width: 300px;
	height: 27px;
	border: 1px solid #CC0000;
}
