* {
 margin: 0;
 padding: 0;
}

html { overflow-y: scroll;}

body { 
 font: 91%/1.3 "Times New Roman";
 background: url(../images/page_gradient.gif) repeat;
 color: #423c2f;
}

input, select {color: #000; background: #fff; font: 12px times;} 

a, a:visited {
 color: #71793E;
}
a:hover {
 color: #9A3245;
}

a:focus {
-moz-outline-style: none;
}

h1 {
	margin: 0;
	padding: 0;
	font: 18px times;
 	color: #423c2f;
}

h2, .header {
	font-size: 1.8em;
 line-height: 1.2em;
 color: #900;
padding: 0;
margin: 0;
 font-weight: 400;
	}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: 14px times;
	color: #423c2f;
	line-height: 23px;
	}
	
h4 	{
	margin: 0;
	padding: 0;
	font: 14px times;
	color: #423c2f;
	line-height: 23px;
	}


/* CONTAINER DIVS-----------------------------------------*/	


div#ubercontainer {
 width: 900px;
 position: relative; /* Need this for the hand */
 background: #FFFFCC url(../images/clock.gif) no-repeat -10px -25px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 1%;
}


/* ECOM NAV-----------------------------------------------*/

div#enav {
    width: 900px;
	
    margin: 0 auto;
}

ul#eNav {
    list-style-type: none;
	font:  12px times;
	color: #fff;
	text-align: right;
	padding: 10px 10px 0 0px;
	margin: 0;
}

ul#eNav li {
    display: inline;
    margin: 0;
    padding: 0 0 0 10px;
    color: #fff;
}

ul#eNav a {
	font: 12px times;
	color: #fff;
	font-weight: none;
	text-decoration: none;
}

ul#eNav a:hover,
ul#eNav a.on {
	color: #fff;
}


/* Main NAV-----------------------------------------------*/	

#navBar {
 float: left;
 width: 350px;
 padding-top: 70px;
 padding-bottom: 60px;
}

#navBar img.logo {
 position: relative;
 top: 14px;
 left: 100px;
 border: 0px;
 z-index: 2;
}



/* NAVTREEDIV ----------------------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Enhanced for Chronicle Wines */

.navtreediv {
	margin-top: 110px;
	margin-left: 110px;
	font-size: 1.35em;
	line-height: 1.6em;
	font-weight: bold;
}
.navtreediv ul{
	z-index: 3; /* Arbitrary high number, fix for Safari */
	position: relative;
	margin: 0;
	padding: 0px;
	list-style-type: none;
	width: 165px; /* Width of Menu Items */
	border-bottom: 1px;
}
	
.navtreediv ul li{
 position: relative;
 font-family: Garamond, Times New Roman;
}
	
/*Sub level menu items */
.navtreediv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: -.5em;
	line-height: 2.5em;
	border-bottom: 1px solid #999;
	visibility: hidden;
}

.navtreediv ul li ul li ul {
	/* Make level 3 top same as level 2 */
	top: 0;
}

/* Sub level menu links style */
.navtreediv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	background: #ffffcc;
	padding: 1px 5px;
	border: 1px;
	border-bottom: 0;
	color: #71793E;
	font-size: .86em;
}

.navtreediv ul li ul li a {
	border: 1px solid #999;
	border-bottom: 0px;
}

.navtreediv ul li a:hover {
	/* Red hover on all items */
	color: #9A3245;
}

.navtreediv ul li a:hover.subfolderstyle {
	/* Subfolder Indicator on Mouseover */
	background: #FFFFCC url(../images/nav_subfolder.gif) no-repeat center right;

}

/* Holly Hack for IE \*/
* html .navtreediv ul li { float: left; height: 1%; }
* html .navtreediv ul li a { height: 1%; }
/* End */




/*--------------------------------------------------------*/




/* =================== M A I N  C O N T E N T =========================== */


div#contentbox {

 /* ============================================ */
 /* MAX WIDTH OF ANYTHING IN CONTENTBOX IS 510PX */
 /*     OR IT WILL BE PUSHED BELOW MAIN NAV      */
 /* ============================================ */

 float: left;
 margin-top: 20px;
 width: 520px;
 padding-left: 10px;
 padding-right: 20px;
 padding-bottom: 20px;
}

div#contentbox p {
 padding-top: 5px;
 padding-bottom: 10px;
 line-height: 1.4em;
}


div#contentbox p.pagetitle {
 text-align: right;
 padding-top: 5px;
 padding-right: 15px;
 margin-bottom: 0px;
}

img.vineyard {
 margin-left: auto;
 margin-right: auto;
 display: block;
 padding-bottom: 5px;
}

p.vineyard_name {
 text-align: center;
 color: #900;
 font-weight: bold;
}

div#contentbox td a {
      display: inline-block;
      margin-top: 5px;
      margin-bottom: 35px;
}



/* TEAM BIO PAGES */

div.team_bio_image {
	float: left;
	overflow: hidden;
	width: 200px;
	margin: 44px 15px 5px 0px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}


div.team_bio p.bio_header {
	color: #900;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}











/* WINE PAGE CSS */
/* DEFINED BY BODY CLASS=STORE */

body.store td {
 vertical-align: top;
 padding: 0px 10px 0px 10px;
}

body.store td p {
 padding-bottom: 10px;
}
 

body.store h2 {
 font-size: 1.6em;
 line-height: 1.2em;
 color: #900;
 padding-bottom: 5px;
 font-weight: 400;
}

body.store td img {
      border-top: 1px solid #999;
      border-left: 1px solid #999;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
}



p.techsheet {
 text-align: right;
 font-size: 1.2em;
}
p.techsheet a {
 text-decoration: none;
}








/* ===== CLEAR ===== */

div.clear {
 clear: both;
 height: 0px;
 line-height: 0;
 font-size: 0px;
}


div#bar {
 background: url(../images/bar.gif);
 width: 900px;
 line-height: 0px;
 font-size: 0px;
 height: 10px;
}

/* =================== F O O T E R =========================== */

div#footer {
 font-family: Times;
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: .9em;
 text-align: center;
 line-height: 1.8em;
 color: #ccc;
}

div#footer p.navlink a {
 margin-right: 20px;
 text-decoration: none;
 font-style: italic;
}
div#footer p.navlink a.last {
 margin-right: 0;
}

div#footer a {
 color: #ccc;
}

div#footer a:hover {
 color: #fff;
 text-decoration: underline ! important;
}

/* =BUTTONS -----------------------------------------*/

.button	{
		background-color: #423C2F;
		color: #fff;
		border: none;
		font: 11px times;
		cursor: hand;
		cursor: pointer;
}

/* generic overrides */

div.processBar {
	width: 100%;
}

div.catalog_crumbs {display: none;}
div#autolist {display: none;}
div.catalog_cats {display: none;}

body.account ul.account_nav {background-color: #888;}
body.account ul.account_nav li a.signOut, body.account ul.account_nav li a.signOut:link, body.account ul.account_nav li a.signOut:visited {color: #990000;}

body.account ul.account_nav li a.on, body.account ul.account_nav li a:hover.on,
body.account ul.account_nav li a:visited.on {color: #888;}


