@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

/*-------------basic styling-----------------*/
body {
	maring: 0;
	padding: 0;
	text-align: center;
	background-image:url(../_images/burlap.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}
	
#wrapper {
	position: relative;
	padding: 0;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(../_images/sidebarconent_bg.jpg) repeat-y;
	}

#clear {
	clear:both;
	}
	

	

/* ------------ header styling --------------*/

#header {
	height: 165px;
	width: 780px;
	background: url(../_images/header_bg.jpg) no-repeat;
	position: relative;
	}
	
#header h1 {
	left: 0px;
	position: absolute;
	top: 0px;
	text-indent: -1000em;
	}
	
#header #logo {
	position: absolute;
	top: 10px;
	right: 133px;
	width: 267px;
	height: 121px;
	background: url(../_images/hemmanwinery_logo.gif) no-repeat top right;
	}
	
/* ---------- navigation styling -----------*/
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	}

#header ul li {
	float:left;
	}

#header li a:link, #header li a:visited {
	padding: 0 15.3px;
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
	color: #f9f0ce;
	float: left;
	display: block;
	background: url(../_images/menu_sep.gif) no-repeat left center;
	}
	
#header ul a.first {
	background: none;
	}
	
#header li a.first:hover {
	background-color: #741859;
	}
	
#header ul a.hmfirst, #header ul a.hmfirst:hover {
	background: none;
	cursor: default;
	}
	
#header li a:hover {
	background-color: #741859;
/*	background: url(../_images/menu_sep.gif) ro-repeat left center;*/
	}
	
#header li a.current, #header li a.current:hover {
	cursor: default;
	background-color: #741859;
/*	background: url(../_images/menu_sep.gif) ro-repeat left center;*/
	}
	

/* ----------- content styling ---------------*/

#content {
	float: right;
	width: 552px;
	position: relative;	
	}
	
#content h1 {
	color: #741859;
	font-weight: normal;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: .5em;
	padding-top: .3em;
	}
	
#content h2 {
	color: #741859;
	font-size: 1em;
	padding-left: 40px;
	padding-right: 30px;
	line-height: 1.5;
	}
	
#content h3 {
	color: #452e0f;
	line-height: 1.1;
	font-weight: bold;
	font-size: 1em;
	padding-left: 40px;
	padding-right: 30px;
	}
	
#content p {
	color: #452e0f;
	line-height: 1.25;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 1em;
	}

#content li {
	color: #741859;
	padding-left: 70px;
	padding-right: 60px;
	line-height: 1.5;
	list-style-position: inside;
	list-style-type: disc;
	}

#content #wineList {
	float: left;
	width: 250px;
	}
	
#content #wineListRt {
	float: right;
	width: 250px;
	}
	
#content #twocol {
	float: left;
	width: 290px;
	}

#content #twocolRt {
	float: left;
	width: 260px;
	}
	
#content #top {
	background: url(../_images/content_top_bg.jpg) no-repeat;
	width: 552px;
	height: 20px;
	}

#content #collage {
	width: 451px;
	height: 389px;
	border: 2px solid #452e0f;
	background-image: url(../_images/collage.jpg);
	background-repeat: no-repeat;
	margin-right: 48px;
	margin-left: 48px;
	margin-bottom: 10px;
	background-position: center;
	}
	
#content #generations p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.55;
	font-weight: bold;
	color: #452e0f;
	text-align: center;
	}
	
#content #grapevine {
	width: 282px;
	height: 42px;
	margin-right: 135px;
	margin-left: 135px;
	margin-bottom: 4px;
	background-image: url(../_images/grape_divider.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	
	
.boldcenter {
	color: #452e0f;
	text-align:center;
	font-size: 1em;
	font-weight: bold;
	}
	
#content a:link {
	color: #452e0f;
	text-decoration: none;
	}
	
#content a:hover {
	color: #636e4c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #636e4c;
	}
	
#content a:visited {
	color: #636e4c;
	text-decoration: none;
	}
	

/* ---------- sidebar styling -------------*/

#sidebar {
	width: 228px;
	float: left;
	}
	
#sidebar p {
	font-size: 1em;
	color: #741859;
	line-height: 1.5;
	padding-top: .7em;
	padding-bottom: .7em;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#sidebar h3 {
	font-size: 1.1em;
	text-align: center;
	color: #741859;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	}

#sidebar #titleart {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}
	
#sidebar #photo {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	}
	
#sidebar #drawing {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}


/* ----------- footer styling ------------*/	
#footer {
	color: #f9f0ce;
	padding: 1.5em;
	margin-top: 1em;
	text-align: center;
	line-height: 1.5;
	height: 53px;
	clear: both;
	font-size: 85%;
	background-color: #741859;
	}

#footer h3 {
	font-weight: bold;
	font-size: 1em;
	}
	
p.copyright {
	font-size: 0.85em;
	text-align: center;
}
#footer a:link {
	text-decoration: none;
	color: #f9f0ce;
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f9f0ce;
}
#footer a:visited {
	color: #9bb18a;
	text-decoration: none;
}
