@charset "utf-8";
/* CSS Document */

body {
	margin:0; padding: 0;
	background: #333300 url('../images/bg.gif') repeat-x;
	text-align:center;
	height: 100%;
	
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

a, a:visited { color: #666; text-decoration: underline; }
a:hover, a:active { color: #CC0033; }

div { padding:0; margin:0;}

img, img a {border:0;}

.clr { clear: both; }

p { 
	padding: 0;
	margin: 0 0 0.85em 0;}

#wrapper {
	width: 800px;
	padding: 0;
	margin: 0 auto;  /* center in all but ie */
	text-align: left;
}

#header {
	height:178px;
	background: black url('../images/header.png') repeat-x;
	
}

#nav  {
	height:27px;
	padding-left: 163px;
	background: #333 url('../images/bg_navleft.png') no-repeat;
}

#nav a {
	display: block;
	float:left;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	color: #cccccc;
}

#nav a:hover {
	color: #cc0033;
}


#nav-buywisdom span,
#nav-zinblend span,
#nav-thevineyards span,
#nav-fortrade span,
#nav-contactus span,
#nav-home span {
	display: none;   /* hide accessible navigation text */
}

/*make sure nav links have widths to float properly */
#nav-buywisdom {
	width:113px;
	background: url('../images/nav_buywisdom.png') no-repeat;
}

#nav-zinblend {
	width:140px;
	background: url('../images/nav_zinblend.png') no-repeat;
}

#nav-thevineyards {
	width:125px;
	background: url('../images/nav_thevineyards.png') no-repeat;
}

#nav-fortrade {
	width:94px;
	background: url('../images/nav_fortrade.png') no-repeat;
}

#nav-contactus {
	width:104px;
	background: url('../images/nav_contactus.png') no-repeat;
}

#nav-home {
	width:61px;
	background: url('../images/nav_home.png') no-repeat;
}

/* hover images */
#nav a:hover, #nav a:active {
	background-position: 0 -27px; /*move image down to reveal hover*/
}

#nav-buywisdom:hover {
	background: url('../images/nav_buywisdom.png') no-repeat;
}

#nav-zinblend:hover {
	background: url('../images/nav_zinblend.png') no-repeat;
}

#nav-thevineyards:hover {
	background: url('../images/nav_thevineyards.png') no-repeat;
}

#nav-fortrade:hover {
	background: url('../images/nav_fortrade.png') no-repeat;
}

#nav-contactus:hover {
	background: url('../images/nav_contactus.png') no-repeat;
}

#nav-home:hover {
	background: url('../images/nav_home.png') no-repeat;
}

/* content areas */
#main {
	padding-top: 25px;
	width:800px;
	background: white url('../images/bg_main.png') no-repeat;
}

/* rounded content pane */
#contentwrap {
	background: url(../images/content_top.png) no-repeat;
	margin: 0; padding: 0;
	width: 485px;
	display: inline;
	float:right;
	margin-right: 28px;
}
#contentwrap h2 {
	display: block;
	padding: 7px 17px 0 17px; margin: 0;
}
#contentwrap .middle {
  border: 1px solid #ccc;
  border-top: 0px none;
  border-bottom: 0px none;
  margin:0;
  padding:0px;
  }
#contentwrap .bottom {
	background: url(../images/content_bottom.png) bottom no-repeat;
	height: 20px;
	margin: 0;
  }

/* inner content pane */
#content {
	background: transparent;
	padding-bottom: 50px;
	margin: 11px 16px 0px 16px;
	line-height: 135%;
}



#footer {
	padding: 1.5em;
	text-align: center;
	clear: both; /* clear column floats */
	
	color: #999966;
	font-size: 0.8em;
}

/* content typesetting */
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times, "Times New Roman", serif;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	margin: 0 auto 0.25em auto;
	padding: 0;
}
h1, h2 {
	color: #999966;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
h3 {
	font-size: 1.5em;
}

/* images with captions */
.imgcaption {
	width: 302px;
	margin-bottom: 0.5em;
	color: #999966;
	font-style: italic;
}
.imgcaption img {
	border: 1px solid #ee7799;
	padding:0; margin: 0;
}
.imgcaption p {
	display: block;
	padding: 0;
	margin: 0.2em;
}

/* list styles */
#content ul, #sidebar ul {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: none;
}
#content ul li, #sidebar ul li
{
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#content ul.hot li, #sidebar ul.hot li{
	background-image: url(../images/bullet-hot.gif);
}

a.hotlink, a.hotlink:visited {
	color: #cc0033;
	font-weight: bold;
	text-decoration: underline;
}
a.hotlink:hover, a.hotlink:active {
	color: #990000;
	text-decoration: underline;
}

.formtext{
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.forminput{
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F5F5F5;
}
.formheader{
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CDCD97;
}
.dpred{
	color: #cc0033;
	font-weight:bold;
}



/* left column styles */
#sidebar {
	width:230px;
	padding: 0 0 14px 0; /*14px is height of bottom image */
	margin-left: 28px;
	display: inline;
	float:left;
	background: white url(../images/sidebar_bottom.gif) bottom center no-repeat;
	line-height: 130%;
}

#sidebar h2 {
	display: block;
	color: #cccc99;
	background: #666666 url(../images/sidebar_top.gif) no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#sidebar h3 {
	padding-top: 1em;
}

#sidebar ul {
	margin-left: 0.5em;
}

#sidebar .middle {
	padding: 1.5em 17px;
	overflow: hidden;
	text-align: left;
	border-left:1px solid #ccc;
	border-right: 1px solid #ccc;
}

#sidebar p {
	margin: 0;
	padding: 0;
}


.floatleft { float:left; padding-right: 1em;}
.floatright { float: right; padding-left: 1em;}

