/* CSS Document */
* { 
	margin: 0;
	padding: 0;
} 

body, html {
	color:#FFFFFF;
	min-height:101%;
	background: #3F4867 url(../images/green_lt_diamond.gif);
	margin-top: 8px;
}

body, select, textarea, input {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #FFFFE6;
}

p {

	color: #333333;

}

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

a:hover, a:active {
	color:#003366;
}

*:focus { 
	outline: none 
}

img {
border: none;
}


/* ---------- @ Page Structure -----------*/



#wrapper {
	background: #fff;
	margin: 0 auto;
	font-size: 0.8em;
	width: 794px;
	height: 810px;
	border: 1px solid #494D61;

}

#masthead {
	background: url(../images/masthead.jpg);
	height: 442px;
	width: 771px;
	margin: 0 auto;
	margin-top: 12px;
}


#main-content {
	width: 769px;
	background-color: #ffffff;
	margin: 0 auto;
	clear: both;
	border: 1px solid #494D61;	


}

.left {	
	float:left;
}

.right {	
	float:right
}




/* ---------- @ Navigation -----------*/

#nav {
	width: 769px;
	height: 33px;
	margin: 0 auto;
	list-style:none;
	background-image: url(../images/nav/nav_bg.jpg);
	border-top: 1px solid #494D61;
	border-left: 1px solid #494D61;
	border-right: 1px solid #494D61;
	
}

#nav li {
	float: left;
	display: block;
	padding: 6px 24px 0px 18px;
}

#nav li.first {
	background: none;
}

#nav a {
	height: 21px;
	float:left;
	display:inline;
	text-decoration: none;
	text-indent: -9000px;

}

a#about-nav {
	background: url(../images/nav/nav_01.gif) no-repeat;
	width: 58px;
}

a#about-nav:hover, body.about a#about-nav {
		background: url(../images/nav/nav_01.gif) no-repeat;
}

a#wines-nav {
	background: url(../images/nav/nav_02.gif) no-repeat;
	width: 55px;
}
a#wineclub-nav {
	background: url(../images/nav/nav_03.gif) no-repeat;
	width: 84px;
}

a#shop-nav {
	background: url(../images/nav/nav_04.gif) no-repeat;
	width: 47px;
}

a#visit-nav {
	background: url(../images/nav/nav_05.gif) no-repeat;
	width: 42px;
}
a#news-nav {
	background: url(../images/nav/nav_06.gif) no-repeat;
	width: 125px;
}
a#trade-nav {
	background: url(../images/nav/nav_07.gif) no-repeat;
	width: 53px;
}
a#weddings-nav {
	width: 79px;
	background-image: url(../images/nav/nav_weddings.gif);
	background-repeat: no-repeat;
}

a#weddings-nav-on {
		background-image: url(../images/nav/nav_weddings_on.gif);
	width: 79px;
}
a#contact-nav {
	background: url(../images/nav/nav_08.gif) no-repeat;
	width: 82px;
}



#sub-nav {
	width: 769px;
	height: 26px;
	margin: 0 auto;
	border-bottom: 1px none #F6F4F0;
	list-style: none;
	background: #83869b;
	border-top: 1px solid #565070;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#sub-nav li {
	float: left;
	display: block;
	padding: 6px 9px 0px 18px;
}

#sub-nav a {
	height:16px;
	float:left;
	display:inline;
	text-decoration: none;
	text-indent: -9000px;
}

a#mailinglist-nav {
	background: url(../images/subreg_01.gif) no-repeat;
	width: 103px;
}

a#mailinglist-nav:hover {
	background: url(../images/subon_01.gif) no-repeat;
}

a#resources-nav {
	background: url(../images/subreg_02.gif) no-repeat;
	width: 110px;
}

a#resources-nav:hover {
	background: url(../images/subon_02.gif) no-repeat;
}

a#retailers-nav {
	background: url(../images/subreg_03.gif) no-repeat;
	width: 106px;
}

a#retailers-nav:hover {
	background: url(../images/subon_03.gif) no-repeat;
}









/* ---------- @ Content Area -----------*/


#content {
	float: left;
	width:450px;
	



}

#content p {
padding: 15px 0px 0px 20px;
line-height: 21px;

}

#sidebar {
	float: right;
	background: #FFFFFF;
	width: 244px;
	padding: 20px 20px 10px 30px;
	border-left: 1px solid #baaea7;

}

#sidebar img {


}

#wotm {
	width: 224px;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 5px 1px;
	background-color: #A39774;
	text-align: center;
	border: 1px solid #808040;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;

}

#wotm a:link, #wotm a:visited {
text-decoration: none;
color: #fff;
line-height: 22px;
}

#wotm a:hover, #wothm a:active {
text-decoration: underline;
}

.imgnews {
margin: 3px 12px 3px 0px;
}







	
/* ---------- @ Headings -----------*/

		   
h1 a {
	width: 400px;
	height: 168px;
	margin-top: 17px;
	display: block;
	text-indent:-9000px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #343650;
	padding-bottom: 8px;
}



/* ---------- @ Forms -----------*/




/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	margin: 0 auto 10px;
	width: 794px;
	padding: 10px 20px 20px 20px;
	color:#51546A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
