@charset "UTF-8";


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #540D0F;
	background-image: url(images/bg_stripes.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: relative;
}

#container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F8F0D9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 20px solid #FFF;
	background-image: url(images/wineneck_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#mainContent p a {
	text-decoration: none;
	color: #7AA820;
}

#container #sidebar1 img {
	height: 450px;
	width: 450px;
	max-width: 450px;
	max-height: 450px;
}

#mainContent ul li {
	text-align: left;
	text-indent: 15px;
}

#mainContent table {
	margin: auto;
	padding: 10px;
	border: thin dashed #7AA820;
	text-align: center;
	float: none;
}

#container #mainContent table tr td a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100px;
	height: 100px;
}

#container #nav {
	width: 960px;
	background-color: #690;
	text-align: center;
	margin: 0px;
}

#footer p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
}

#footer p a:hover {
	color: #F9F3E0;
}

#container #nav li a {
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
	color: #F9F3E0;
}

#container #nav li a:hover {
	color: #FFF;
}
#container #nav li {
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	list-style-type: none;
	display: inline;
	margin: 0px;
}

#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
}

#header h1 #TheLogo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	bottom: -30px;
}

#header h1 #ie6_logo {
	display: none;
}

#header h1 {
	position: relative;
	width: 900px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 455px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-image: url(images/wine_bg.jpg);
	background-color: #09F;
	height: auto;
	min-height: 470px;
}

#mainContent {
	margin-top: 0;
	margin-right: 470px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #470F0A;
	text-align: center;
}

#needle_pic {
	position: absolute;
	right: -70px;
	top: -5px;
}

#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #470F0A;
	text-align: center;
}

#sidebar1 ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F9F3E0;
	text-decoration: none;
	list-style-type: disc;
	text-align: left;
}

#mainContent #google_map {
	padding: 10px;
	border: thin dashed #7AA820;
}

#sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #F9F3E0;
	font-size: 12pt;
	text-align: center;
}

#sidebar1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F9F3E0;
	text-align: center;
}

#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F9F3E0;
	text-align: center;
	line-height: 1.5em;
}

#footer {
	padding: 0 10px 0 20px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:241;
	font-size: 1px;
	line-height: 0px;
	background-image: url(images/needle_pic.png);
	width: 336px;
}
#container #nav #contact_nav {
	z-index: 20;
	position:relative
}
#container #nav #location_nav {
	z-index: 10;
	position:relative
}
#sidebar1 p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7AA820;
	text-decoration: none;
}
#container img {
	height: 500px;
	width: 525px;
}
