/* The Wine Steward screen styles

			Table of Contents:
				generic styles
				layout
				typography
				nav
				news
				gallery
				footer
				contact form
				clearfix	
*/

/* generic styles
----------------------------------------------*/
* {
	margin: 0; 
	padding: 0;
}

/*this margin makes lists viewable in CMS*/
ul, ol{
	margin: 0 0 7px 20px;
}
img{ 
	border: none;
}

/* layout
----------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b4720;
	background: white;
	behavior: url("csshover.htc");	/*Menu behavior for IEWin */
} 
body.colored {
	background: #a1aa76 url(/media/bg.jpg) top center no-repeat;
}
#page{
	width: 760px;
	background: white url(/media/page_bg_tile.gif) top repeat-y;
	margin: 0px auto;
}
#header{
	margin: 0 auto;
	position: relative;
	width: 744px;
	height: 141px;
	background: url(/media/headerbg.jpg) top no-repeat;
}
#header h1#logo{
	width: 250px;
	height: 63px;
	position: absolute;
	top: 40px;
	right: 40px;
	margin: 0; 
	padding: 0;
	background: url(/media/logo.gif) top no-repeat;
}
#header h1#logo{
	padding-top: 63px; 
	width: 250px; 
	background: url(/media/logo.gif) no-repeat;
	overflow: hidden; 
	/* WIN IE5 hack */ 
	height: 63px; voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
}
#addressbar{
	margin: 0 auto;
	width: 744px;
	height: 1.6em;
	line-height: 1.6em;
	background: #dbdcc9;
}
#addressbar address{
	float: right;
	padding-right: 1em;
}
#contentarea{
	padding: 20px 20px 50px 20px;
}
#nav{
	width: 150px;
	float: left;
}
#barrel{
	width: 130px;
	height: 186px;
	float: left;
	background: url(/media/wine_barrel.jpg) top left no-repeat;
}
#content-idx{
	width: 420px;
	padding: 30px 0;
	float: right;
	background: url(/media/welcome.jpg) top left no-repeat;
}	
#content{
	float: right;
	width: 430px;
	padding: 0 60px 20px 20px;
	margin-right: 20px;
}
#content-contact{
	float: right;
	width: 500px;
	padding: 0 10px 30px 10px;
	margin-right: 20px;
}
#content, #content-idx{
	line-height: 1.5;
}
#photos{
	width: 420px;
	float: right;
}
.clickhere{
	float: right;
	width: 150px;
	height: 130px;
	margin: 7px;
text-align:center;
font: bold 0.9em arial, sans-serif;
}
#footer{
	clear: both;
	background: url(/media/footerbg.jpg) top no-repeat;
	height: 69px;
}

/* typography
----------------------------------------------*/
#addressbar address{
	font-family: verdana, tahoma, sans-serif;
	font-size: 0.8em;
	font-style: normal;
}

h1, h2, h3, h4, h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.2em;
}
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.7em;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 1.3em;
}
h5, h6{
	font-size: 1.1em;
}
p{	
	margin-bottom: 1.0em;
}
p#newsletter{ width: 220px; float: right; font-size: 0.9em; text-align: left;}
#content, #content-contact{
	line-height: 1.6;
}
#photos p{
	font-size: 0.9em;
	color: #3b4720;	
}
#photos a{
	text-decoration: none;
}
#footer{
	text-align: center;
}
#footer p{
	margin: 0;
	font-size: 0.9em;
	color: #3b4720;
}
#footer a.cperry{
	padding: 0;
}
a:link {color: #2d7335;}
a:visited {color: #2d7335;}
a:hover {color: #783A76;}
a:active {color: #783A76;}

/* nav
----------------------------------------------*/
#nav {
	margin: 0;
	padding: 0;
	white-space: wrap;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-weight: bold;
}
#nav a {
	display: block;
	text-decoration: none;
	padding: 3px 10px;
}
#nav a:link {color: #3b4720;}
#nav a:visited {color: #3b4720;}
#nav a:hover {color: #7d8c5a;}
#nav a:active {color: #7d8c5a;}
#nav a.current {color: #7d8c5a;}
#nav ul {
	cursor: default;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li:hover ul { 
	display: block; /* Display sublist on hover */
}
#nav ul.level0 li {
	position: relative;
	background: url(/media/bullet.gif) left no-repeat;
	padding-left: 12px;
	/* IE6 inexlicably adds 10px padding unless there is a bottom border*/
	border-bottom: 1px solid white;
}
#nav ul.level1 {
	display: none;
	position: absolute;
	background: #FFF;
	border: dashed 1px #000;

}
#nav ul.level1 li {
	float: none;
	display: inline;
	position: relative;
}


/* footer 
----------------------------------------------*/
#footer ul.topLevelNav {
	padding: 0;
	margin-bottom: 1em;
	list-style: none;
}
#footer ul.topLevelNav li {
	display: inline;
}
#footer a {
	padding: 0 0.5em;
	font-size: 0.9em;
	text-decoration: none;
	white-space: nowrap;
}
#footer a.cperry{
	padding: 0;
}
#footer a:link {color: #333;}
#footer a:visited {color: #333;}
#footer a:hover {color: #999;}
#footer a:active {color: #333;}
#footer a.current {color: #333;}

/* contact form
----------------------------------------------*/
#contact-form{
	float: right;
	width: 350px;
	padding: 5px;
	text-align: center;
	margin-top: 35px;
}
#contact-form h5{
	text-align: center;
	margin-bottom: 10px;
}
#contact-form input,
#contact-form select,
#contact-form textarea{
	float: left;
	width: 190px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#contact-form input#chkAdd{
	width: auto;
}
#contact-form #lblNewsletter{line-height: 1;}
#contact-form label{
	float: left;
	width: 135px;
	text-align: right;
	margin-right: 5px;
}
#contact-form br{
	clear: both;
}
#contact-form #btnSubmit {
	width: auto;
	float: none;
	margin: 5px;
}
#contact-form #btnSubmit {
	width: auto;
	float: none;
	margin: 5px;
}
#contact-form #selContact{
	width: 70px;
}
#contact-form textarea{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 8em;
}


/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	