body {
	margin: 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: georgia;
	color: #fff;
	font-size: 11pt;
	background-color: #789f6f;
	line-height: 16pt;
}

img {
	border: 0;
	display: block;
}

h2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-weight: normal;
	font-style: italic;
	padding: 10px 0 15px 0;
	margin: 0;
	font-size: 14pt;
}

a:hover {
	text-decoration: none;
}

.border {
	border: 3px solid #fff;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#header {
	height: 226px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	display: inline;
	float: left;
}

#main {
	padding: 0px 30px 0px 30px;
}

#content {
	float: left;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;
	width: 550px;
	padding: 10px;
}

#content a:link, #content a:visited {
	color: #fff;
}

#sidebar h1 {
	font-size: 14pt;
	color: #23425d;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 3px 7px 8px;
}

#sidebar {
	float: right;
	width: 275px;
	padding: 0px 7px 0px 7px;
	background-image: url(images/menu_bg_o.png);
	position: relative;
	top: -30px;
}

#sidebarcontent {
	background-image: url(images/menu_bg_i.png);
	padding: 10px;
	color: #3f341a;
}

#slogan {
	width: 289px;
	float: right;
	text-align: center;
	font-size: 14pt;
	font-style: italic;
}

#wineList {
	overflow: auto;
	height: 600px;
}

#wineList .space {
	height: 50px;
	line-height: 50px;
}

#wineList .type {
	font-size: 16pt;
	font-style: italic;
	padding: 10px;
}

#footer {
	clear: both;
	background-image: url(images/footer_bg.png);
	height: 45px;
	text-align: center;
	color: #5b4d2c;
	line-height: 45px;
	font-size: 12px;
	font-family: helvetica;
}

.clear {
	clear: both;
}

.smallcaps {
	font-variant: small-caps;
}

.centered {
	text-align: center;
}

.menuItem {
	text-align: center;
	padding: 0px 0px 20px 0px;
}

/* Menu Links */

#home { 
	display: block;
	width: 172px; 
	height: 91px; 
	background-image: url(images/home.png); 
}

#home:hover { 
	background-image: url(images/home_on.png); 
}

#menu { 
	display: block;
	width: 135px; 
	height: 91px; 
	background-image: url(images/menu.png); 
}

#menu:hover { 
	background-image: url(images/menu_on.png); 
}

#winelist { 
	display: block;
	width: 135px; 
	height: 91px; 
	background-image: url(images/winelist.png); 
}

#winelist:hover { 
	background-image: url(images/winelist_on.png); 
}

#dessert { 
	display: block;
	width: 135px; 
	height: 91px; 
	background-image: url(images/dessert.png); 
}

#dessert:hover { 
	background-image: url(images/dessert_on.png); 
}

#happyhour { 
	display: block;
	width: 135px; 
	height: 91px; 
	background-image: url(images/happyhour.png); 
}

#happyhour:hover { 
	background-image: url(images/happyhour_on.png); 
}

.left { float: left; }
.right { float: right; }

/* Gallery */

#mygallery {
	position: absolute;
	top: 35px;
	right: 0px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 3px solid white;
	overflow: scroll; /*leave this value alone*/
	width: 225px; /*Width of Carousel Viewer itself*/
	height: 120px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 225px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}