
/* -------------- BEGIN: HTML STYLES ------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #C01122;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	color: #580303;
	font: 19px Georgia;
	font-style: italic;
	letter-spacing: -1px;
	padding-top: 0px;
}

h2 {
	color: #580303;
	font: 12px;
	font-style: bold;
	letter-spacing: -1px;
	padding-top: 0px;
}


.centered {
        text-align: center;
}

.bold{
        font-weight: bold;
}

.italic{
	font-style:italic; 
}

h3 {
	color: #580303;
	font: 14px Georgia;
	font-style: italic;
	letter-spacing: -1px;
	padding-top: 0px;
}

h4 {
	color: #580303;
	font: 9px;
	font-style: bold;
	letter-spacing: -1px;
	padding: 0px;
}

/* -------------- END: HTML STYLES ------------------------------------------- */

/* -------------- BEGIN: LAYOUT STYLES ------------------------------------------- */

#page {
	width: 950px;
	margin: 0 auto;
}

#content {
	overflow: hidden;
}

#content .menubar {
	color: #FFFFFF;
	width: 200px;
	float: left;
	padding: 0 0 0 0;
	background: #000000;
	margin-bottom: -30000px;
	padding-bottom: 30000px;
}

#content #main {
	color: #000000;
	width: 750px;
	float: left;
	padding: 0 0 0 0;
}

#pagecontent {
		padding-left: 10px;	
		padding-top: 10px;	
		overflow: visible;
}

#rightcontent {
	background-color: #FFFFFF;	
	float: right;
	overflow: hidden;
	width: 300px;
	padding-left: 10px;
	}

#maincontent {
	background-color: #FFFFFF;	
	padding-left: 10px;	
	width: 415px;
}

#bottomcontent {
	clear: both;
	padding-top: 10px;
}

#bottomcontent img {
	padding-right: 10px;
}

#bottomcontent .images {
	text-align:center;
}
/* -------------- END: LAYOUT STYLES ------------------------------------------- */

/* -------------- BEGIN: BANNER STYLES ------------------------------------------- */
#banner {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 91px;
}

.bannerimage
{
	float: left;
	padding: 0px 0px 1px 1px;
}

#banner2 {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url("/images/headerbg1.jpg");
	background-repeat: repeat-x;
	height: 30px;
}
/* -------------- END: BANNER STYLES ------------------------------------------- */

/* -------------- BEGIN: FOOTER STYLES ------------------------------------------- */
#footer {
	position: relative;
	padding: 15px 10px;
	background-color: #FFFFFF;
	font-size: 0.95em;
	text-align: center;
}
/* -------------- END: FOOTER STYLES ------------------------------------------- */

/* -------------- BEGIN: MENU STYLES ------------------------------------------- */
#menuwrap{
	position: relative;
	height: 200px;
}

.menu{
	position:absolute;
	/* solve a Opera7/IE display bug */
	width:150px;
	width/**/:148px;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	margin:0;
	padding-left:20px;
	background-color: #000000;
	}

.menu span{
	display:none;
	}

.menu ul{
		background-color: #000000;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	margin:0 3px 0 3px;
	padding:0;
	position:absolute; /* important */
	width:150px;
	width/**/:148px;
	}

.menu li ul{
	visibility:hidden;
	}

.menu li ul{
		background-color: #000000;
	margin-left:148px; /* be careful */
	margin-top:-24px;
	}

.menu a{
	text-align:left;
	background-color: #000000;
	color:#FFFFFF;
	display:block;
	width:148px;
	border-bottom: 1px #EEEEEE solid;
	text-decoration:none;
	padding:3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
	}

.menu a:hover{
	color: #939393;
	}

/* for a mozilla better display with key nav */
.menu a:focus{
	background-color: #000000;
}

.menu span{
	/* hide some accessibility stuff */
	display:none;
	}

.menu li{
	width:150px;
	display:block;    
	float:left;  
	list-style:none;
	margin:0;
	padding:0;
	background-color: #000000;
	}

/* IE PC selector */
* html .menu li {
	display:inline; /* solve a IE PC list bug */
	float:none; /* solve a IE5 clav nav bug */
	}

a.linkOver{
	background-color: #000000;
	}

.submenu {
	background-color: #000000;
	}

.submenu a{
	text-align:left;
	color:#FFFFFF;
	display:block;
	width:148px;
	border: none;
	text-decoration:none;
	padding:3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
	}

/* -------------- END: MENU STYLES ------------------------------------------- */

/* -------------- BEGIN: CELLAR DOOR STYLES ----------------------------------- */
#winelist h2 {
        font-size:16px;
        color:#580303;
        font-weight:bold;
        }

#winelist h3{
		font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #580303;
        font-size: 15px;
        font-weight: bold;
        	font-style:none; 
}

#winelist p {
        padding-left:20px;
        margin-top:1em;
        margin-bottom: 30px;
        font-size:12px;
        line-height: 1.3 em;
        color:#333;
        text-decoration:none;
        }

.price {
        color:#777;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style:italic;
        font-weight: normal;
        font-size:11px;
        margin-left:10px;
        text-align: right;
        }
/* -------------- END: CELLAR DOOR STYLES ------------------------------------------ */

/* -------------- BEGIN: LINKS ----------------------------------------------------- */

#links h1 {
	font-size:130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#links p {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
	

/* -------------- END: LINKS ------------------------------------------------------- */

/* -------------- BEGIN: EVENTS ----------------------------------------------------- */

#events h1 {
	font-size:130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#events p {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
	

/* -------------- END: EVENTS ------------------------------------------------------- */

/* -------------- BEGIN: POST IT NOTE EVENTS ---------------------------------------- */


.postit {
	padding-top: 20px;
}

.postit div.box-1 {
  background: #FFFFAA;
  color: #323232;
}

.postit div.box-2 {
  padding: 15px 15px 0px 15px;
  overflow: hidden;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
}

.postit div.box-b1 {
  background: url(/images/module_postit_shadows.png) 0 0 no-repeat;
}

.postit div.box-b2 {
  padding: 0px 90px 0px 60px;
  background: url(/images/module_postit_shadows.png) 100% -40px no-repeat;
}

.postit div.box-b3 {
	height: 40px;
	background: url(/images/module_postit_shadows.png) 0 -80px repeat-x;
}

.postit h3.header {
  height: 30px;
  margin: -15px -15px 5px -15px;
  background: #FFFFDA;
  font-size: 140%;
  line-height: 30px;
  text-indent: 15px;
  letter-spacing: -1px;
  font-style: italic;
  color: #323232;
}

.postit h4 {
	height: 14px;
	font-size: 14px;
	font-style: none;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;  
	color: #000000;
	padding: 0 0 0 0;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
}

.postit p {
	font-size: 12px;
	font-style: none;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;  
	color: #000000;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

/* -------------- END: POST IT NOTE EVENTS ----------------------------------------- */

/* -------------- BEGIN: CLEARFIX -------------------------------------------------- */

* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* -------------- END: CLEARFIX ------------------------------------------- */

