body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #600 url(images/wrapperbg.gif) repeat-y 48px 0;
	font: 100%/120% "Tahoma", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 650px;
	margin-left: 60px;
}

#header {
	height: 146px;
	padding-bottom: 10px;
}

#nav {
	width: 100%;
	height: 27px;
	background: url(images/nav_bg.gif) repeat-x;
}

#nav ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 27px;
	background: url(images/nav_end.gif) no-repeat top right;
}

#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	background: none;
}
#nav ul li a:link, #nav ul li a:visited {
	display: block;
	height: 27px;
}

#nav ul li span { display: none; }

#nav ul li.home a { background: url(images/nav_home.png) no-repeat; width: 58px; }
#nav ul li.about a { background: url(images/nav_about.png) no-repeat; width: 70px; }
#nav ul li.wines a { background: url(images/nav_wines.png) no-repeat; width: 57px; }
#nav ul li.club a { background: url(images/nav_club.png) no-repeat; width: 73px; }
#nav ul li.order a { background: url(images/nav_order.png) no-repeat; width: 80px; }
#nav ul li.contact a { background: url(images/nav_contact.png) no-repeat; width: 61px; }

#nav ul li a:hover, #nav ul li#li_selected a {
	background-position: 0 -27px;
}

a:link, a:visited {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	color: #C10000;
}

p, li, .text {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333;
	padding: 0;
	margin: 0 0 1.2em 0;
}

ul {
	padding-left: 20px;
	margin: 0;
}

li {
	list-style: none;
	padding-left: 15px;
	background: url(images/bullet1.gif) no-repeat 0 5px;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 0.9em;
	color: #660000;
	width: 306px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}

h2#welcome { background: url(images/home_h1.gif) no-repeat; }
h2#about { background: url(images/about_h1.gif) no-repeat; }
h2#wines { background: url(images/wines_h1.gif) no-repeat; }
h2#club { background: url(images/club_h1.gif) no-repeat; }
h2#order { background: url(images/order_h1.gif) no-repeat; }
h2#contact { background: url(images/contact_h1.gif) no-repeat; }

h3 {
	color: #600;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
}

td.sideh3 h3 { margin-bottom: 0; }

.bgside { background: url(images/bg_side.jpg) repeat-y; }
.innerbg { background: url(images/bg_inner.gif) repeat-y; }
.innerbgb { background: url(images/bg_innerb.gif) repeat-y; }

.successful { color: #090; }

#bulletin p.sidetext {
	background: url(images/divhoriz.gif) repeat-x bottom left;
	padding-bottom: 1em;
}

a.lnkbtn, a:visited.linkbtn  {
	font-family: verdana, helvetica, sans-serif;
	font-size: 7pt;
	color: #660000;
	font-weight: normal; 
 	text-decoration: none;
	background: #FEE7C3;
	border: 1px #D5C284 solid;
	padding: 2px 15px;
}

a:hover.lnkbtn {
	color: #FFFFFF;
	text-decoration: none;
	background: #660000;
	padding: 2px 15px;
}

.flash_header {
	position: absolute;
	top: 20px;
	left: 60px
}

.sidetext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	line-height: 12px;
}

.inputfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#warning {
	background: #FDF7B4;
	border: 1px solid #C1A74A;
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin: 1em 0 0 0;
}
#warning p {
	padding: 0;
	margin: 1em;
	color: #c00;
}
#warning ul {
	padding-left: 35px;
	margin:-0.5em 0 0.5em 0;
}
#warning li {
	margin-bottom: 0.3em;
	color: #c00;
}
