@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #EAEAEA;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

.leftcolumn {
	background-image: url(images/bg_ditherleft.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightcolumn {
	background-image: url(images/bg_ditherright.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}



.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 167px;
	background-color: #FFFFFF;
}
.header  .top {
	height: 20px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 20px;
	padding-right: 10px;
}
.header .top a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.header  .middle {
	height: 65px;
}
.header  .navigation {
	height: 30px;
}
.header .navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.header .navigation a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}




.main {
	background-color: #FFFFFF;
	min-width:960px;

}
.main .leftnavigation {
	width: 190px;
}

.main  .leftnavigation h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #8F0000;
}
.main  .leftnavigation  a {
	color: #000000;
	text-decoration: none;
	margin-left: 20px;
}
.main .leftnavigation a:hover {
	color: #8F0100;
	text-decoration: none;
	margin-left: 20px;
}
.main .leftnavigation .row {
	background-image: url(images/left_button.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
	text-align: center;
}



.main .rightnavigation {
	width: 190px;
}

.main .maincontent {
	width: 540px;
	padding-right: 20px;
	padding-left: 20px;
}
.main .maincontent a {
	color: #8F0000;
	text-decoration: none;
}
.main .maincontent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8F0100;
}


.main .maincontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #8F0000;
}
.main .maincontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #8F0000;
}

.main .maincontent .featured {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	float: left;
	margin-right: 6px;
	width: 171px;
	font-weight: bold;
	color: #8F0000;
}

.main .maincontent .featured img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main .maincontent .featured a {
	color: #8F0000;
	text-decoration: none;
}

.main .maincontent .featured a:hover {
	color: #8F0000;
	text-decoration: none;
	background-color: #FFFFFF;
}



.footer {
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BFBFBF;
}
.footer a {
	color: #000000;
	text-decoration: none;
}

#map {
	height: 310px;
	width: 500px;
}
.main  .rightnavigation  .shoppingcart {
	background-color: #E4BC96;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.main .rightnavigation .shoppingcart h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #8F0000;
}
.main .rightnavigation .shoppingcart a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #8F0000;
	text-decoration: none;
}
.main .rightnavigation .shoppingcart a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.main .rightnavigation .wineofthemonth {
	background-color: #EBE9EA;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.main .rightnavigation .wineofthemonth h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #8F0000;
}
.main .rightnavigation .wineofthemonth a {
	font-size: 12px;
	color: #8F0000;
	text-decoration: none;
}
.main .rightnavigation .wineofthemonth a:hover {
	font-size: 12px;
	color: #8F0000;
	text-decoration: none;
}

.main .rightnavigation .wineofthemonth img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.clearfloatleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
}
.clearfloat {
	clear:left;
}

.main  .maincontent  .product {
	width: auto;
}
.main   .maincontent   .productimage  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	text-align: center;
	width: 150px;
	padding-right: 10px;
}
.main  .maincontent  .productdetail {
	float: left;
	line-height: 24px;
	width: 70%;
}
.main .maincontent .box1 {
	background-color: #EBE9EA;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.main .maincontent .box2 {
	background-color: #E4BC96;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
