@charset "ISO-8859-1";
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	background-image: url(/images/back_page.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #98B44E;
}
a {
	font-weight: bold;
	color: #377329;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
}
#SiteWrapper {
	display: block;
	width: 640px;
	margin-right: auto;
	position: relative;
	margin-left: 40px;
}
.Dragon {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 488px;
	display:none;
}
.Logo {
	text-indent: -9999px;
	display: block;
	height: 101px;
	width: 112px;
	background-image: url(/images/logo2.gif);
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#DateContact {
	display: block;
	height: 64px;
	width: 185px;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 30px;
	z-index: 200;
}
#DateContact a {
	color: #FFFFFF;
}
#DateContact a:hover {
	text-decoration: underline;
	background-color: #377329;
}
#ContentTop {
	background-image: url(/images/back_content_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
	width: 640px;
	display: block;
	padding-top: 25px;
}
#Content {
	background-image: url(/images/back_content.gif);
	background-repeat: repeat-y;
	width: 600px;
	position: relative;
	padding: 20px;
}

#Contentadmin {
	background-image: url(/images/back_content.gif);
	background-repeat: repeat-y;
	width: 600px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

#HomeAdmin {
	width: 600px;
	background-color: #FFFFFF;
	position: relative;
	padding-left:20px;
}

#HomeAdmin h1 {
	font-size: 18px;
	font-weight: bold;
	color: #E94524;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E94A2A;
}
#HomeAdmin h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6600;
	font-weight: bold;
	line-height: 27px;
	display: block;
	margin-bottom: 20px;
}
.WineBottleIcon {
	background-image: url(/images/icon_wine_bottle.jpg);
	height: 175px;
	width: 264px;
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	bottom: 0px;
}
#HomeLeft {
	width: 280px;
	float: left;
}
#HomeLeft p {
	margin-bottom: 25px;
}
#HomeLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6600;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
#HomeRight {
	width: 588px;
	float: right;
	background-color: #FFFFFF;
	position: relative;
}
#HomeRight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6600;
	font-weight: bold;
	line-height: 27px;
	display: block;
	margin-bottom: 20px;
}
#FlashContainer {
	display: block;
}
#ProductHighlights {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336600;
}
.HomeHighlights {
	display: block;
	width: 250px;
	float: left;
	margin-right: 40px;
}
.HomeHighlights h2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #C6472E;
	display: block;
	margin-bottom: 10px;
}
.HomeHighlights img {
	border: 1px solid #377329;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.HomeHighlights img:hover {
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
}
.HomeHighlights p {
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 15px;
}
#ContentBottom {
	background-image: url(/images/back_content_btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 640px;
	display: block;
}
.Clear {
	clear: both;
}
#Footer {
	width: 640px;
	margin-top: 30px;
	margin-right: auto;
	color: #666666;
	font-size: 10px;
	text-align: center;
	margin-left: 40px;
}
.basictab{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 99px;
	right: 25px;
	z-index: 300;
	margin: 0;
	padding: 0px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	background-color: #377329;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	border: 1px solid #2B5D20;
}

.basictab li a:hover{
	background-color: #98B44E;
	color: black;
}
