html {
	padding:0; 
	margin:0; 
	border:0;
}

body {
	padding:0; 
	margin:0; 
	border:0;
}

* {
	border:0;
	margin:0;
	padding:0;
}


/* Body */

body {
	background: #1a1a1a url('/images/background.gif') center fixed repeat-y;
	color:# FFFFFF;
	font-family: arial, verdana, arial, sans-serif;
	font-size: 0.8em;
}




/* General */

h1, h2, h3, h4, h5, h6, ul, p {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

ul {
	list-style-type: none;
}
blockquote {
	padding: 5px 0 10px 10px;
}

a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}






/* Container - this keeps all the content centered within the black box */

#container {
	margin: 0 auto; 
	width: 742px; 
}






/* Header and Navigation */

#header {
	position: relative;
	height: 151px;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	z-index: 5000;
}
#header h1 a {
	display: block;
	text-indent: -5000px;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 105px;
	position: absolute;
	left: 16px;
	top: 14px;
	background-position: -16px -14px;
}
/*top navigation stuff----------------------------------------*/

#navigation {
	position: absolute;
	z-index: 5000;
	left: 236px;
	top: 122px;
	width: 504px;
}

#navigation h3 {
	display: none;
}

#navigation div {
	float: left;
}

#navigation h4 a {
	display: block;
	text-indent: -5000px;
	line-height: 0;
	font-size: 0;
	text-decoration: none;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	height: 29px;
}

#navigation div#winery h4 a:link, #navigation div#winery h4 a:visited, #navigation div#winery h4 a:active {
	width: 76px;
	background-position: -235px -122px;
}
#navigation div#wines h4 a:link, #navigation div#wines h4 a:visited, #navigation div#wines h4 a:active {
	width: 77px;
	background-position: -311px -122px;
}
#navigation div#awards h4 a:link, #navigation div#awards h4 a:visited, #navigation div#awards h4 a:active {
	width: 157px;
	background-position: -388px -122px;
}
#navigation div#events h4 a:link, #navigation div#events h4 a:visited, #navigation div#events h4 a:active {
	width: 80px;
	background-position: -545px -122px;
}
#navigation div#contact h4 a:link, #navigation div#contact h4 a:visited, #navigation div#contact h4 a:active {
	width: 114px;
	background-position: -626px -122px;
}

#navigation div#winery h4 a:hover {
	background-position: -235px -151px;
}

#navigation div#wines h4 a:hover {
	background-position: -311px -151px;
}

#navigation div#awards h4 a:hover {
	background-position: -388px -151px;
}

#navigation div#events h4 a:hover {
	background-position: -545px -151px;
}

#navigation div#contact h4 a:hover {
	background-position: -626px -151px;
}

#navigation div ul {
	display: none;
	width: 150px;
	z-index: 5000;
	position: absolute;
	background-color: #111111;
	border: 1px solid #444444;
	border-width: 0px 1px 0 1px;
	top: 29px;
}

#navigation div:hover ul {
	display: block;
}

#navigation div ul li a {
	color: #CCCCCC;
	font-weight: bold;
	font-size: .75em;;
	line-height: 16px;
	text-decoration: none;
	border-bottom: 1px solid #444444;
	padding: 4px 5px 5px 15px;
	display: block;
	z-index: 5000;
}
#navigation div ul li a:hover {
	color: #cc0000;
	text-decoration: underline;
}




/* Content (#content) styles are held in the content.css file.   */






/* Footer */

#footer {
	background: #000000 url('/images/background-bottom.gif') top left repeat-x;
	width: 740px;
	height: 100px;
	color: #999999;
	font-size: .85em;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #cc0000;
}


