@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	margin:0;
	font-family:Arial;
	color:#452708;
}

/* Main Page Container */
#container {
	font-size:8pt;
	width:655px;
	margin-left:auto;
	margin-right:auto;
}

/* Container for the background images to repeat, but not the whole height */
#contentContainer {
	background-image:url(../images/bg_repeat.gif);
	background-repeat:repeat-y;
	width:655px;
	min-height:500px;
	margin:0;
	padding:0;
}

/* The main content area */
#mainContent {
	width:655px;
	margin:0;
	padding:0;
	padding-top:7px;
}
/* Wrapper for inside the container */
#contentWrapper {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:0;
	padding-top:0;
}

/* The main menu */
#navContent ul {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
#navContent ul li {
	display:inline;
	padding-left:15px;
	padding-right:15px;
}
#navContent a {
	text-decoration:none;
	color:#CCCCCC;
}
#navContent a:hover {
	text-decoration:underline;
	color:#C5B409;
}
#navContent a.active {
	color:#C5B409;
	cursor:default;
	text-decoration:none;
}
/* EO Main Menu */

/* The wines listings menu */
#winesList {
	text-align:center;
	background-color:#452708;
	color:#FFFFFF;
}
#winesList a {
	color:#CCCCCC;
	font-weight:normal;
}
#winesList ul{
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}
#winesList ul li{
	display:inline;
	padding-right:20px;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.8em;
}
#winesList ul li a:hover {
	color:#C5B409;
}
table.banner a {
	color:#FFFFFF;
}
/* EO Wine Listings */

/* Main Layout parts */
#logo {
	width:611px;
	height:88px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	margin-left:22px;
	margin-right:22px;
}
#nav {
	width:611px;
	height:20px;
	margin-left:22px;
	margin-right:22px;
	background-image:url(../images/nav.gif);
	background-repeat:no-repeat;
}
#navContent {
	text-align:center;
	color:#FFFFFF;
	padding-top:3px;
}
#image {
	width:611px;
	height:182px;
	margin-left:22px;
	margin-right:22px;
}	
#footer {
	height:19px;
	width:655px;
	text-align:center;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}
/* EO Main Layout parts */

/* Generic sitewide tags */
ul {
	list-style:none;
}
li {
	padding-left:0px;
	padding-bottom:5px;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
input, select {
	font-size:0.8em;
}
p {
	margin-top:0;
}
#reviews p {
	display:inline;
}

h1 {
	font-size:1.1em;
	font-weight:bold;
}
h2 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:0;
}
.tableHeadings {
	font-weight:bold;
}
.Headings {
	font-weight:bold;
}
.SoldOut {
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
	color:#FF0000 !important;
}

/* EO Generic tags */

/* Index page CSS */
#indexContainer {
	width:391px;
	margin-bottom:auto;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
}
img {
	border:0;
}
img.image {
	border:solid 1px #452708;
}
.wineHeading {
	font-size:1.1em;
	font-weight:bold;
}
.wineImage {
	float:right;
	margin-left:10px;
}
.clear {
	clear:both;
}
#messages {
	font-size:0.7em;
	text-align:center;
}
.headline {
	font-size: 1.3em;
	font-weight: bold;
}
.subHeading {
	font-size: 1.1em;
	text-decoration: underline;
}


/* Hides all but the content when printing */
@media print {
	body {
		background-color:#FFFFFF;
		color:#000000;
	}
	#container {
		font-size:0.8em;
	}
	#nav, #logo, #image, input.button, hr{
		display:none;
	}
}