body {
	background-color:#F5F4E0;
	color:#000000;
	padding:0px;
	margin:0px;
}

a:link { color:#F4F4DF; text-decoration: none; font-weight:bold; }
a:visited { color: #F4F4DF; text-decoration: none; font-weight:bold; }
a:hover { color:#FFFFEF; text-decoration: none; font-weight:bold; }

#content {
        width:900px;
        font-size:12px;
        font-family:Verdana, sans-serif;
        text-align:left;
        /*border:1px solid #DDDDDD;*/
		margin-right:auto;
		margin-left:auto;
		padding-left:100px;
        margin-top:0.5em;
		line-height:1.6em;
}

#header {
        padding-left:20px;
		padding-top:5px;
        height:112px;
        vertical-align:bottom;
        margin-bottom:2px;
		text-align:center;
        /*border:1px solid #DDDDDD;*/
}
#nav_bar {
        background-color:#454B2F;
        color:#FFFFCC;
        margin-bottom:2px;
        clear:both;
        height:22px;
        /*border:1px solid #DDDDDD;*/
}
#main {
		margin-top:2px;
        background-color: #CCCC9A;
        /*border:1px solid #DDDDDD;*/
		height:auto;
		padding-bottom:5px;
}

#bottle {
        vertical-align:bottom;
        width:602px;
        height:523px;
		background-image:url(../images/bottlesWithRibbon.png);
        background-repeat:no-repeat;
        background-position:bottom;
		position:absolute;
		float:left;
		z-index:0;
		margin-top:-440px;
		margin-left:-140px;
        /*border:1px solid #DDDDDD;*/
}

#glass {
		vertical-align:bottom;
		width:136px;
		height:326px;
		background-image:url(../images/glass.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		position:absolute;
		float:left;
		z-index:1;
		margin-top:-261px;
		margin-left:105px;
        /*border:1px solid #DDDDDD;*/
}

#footer {
        text-align:right;
        font-size:9px;
        clear:both;
        /*border:1px solid #DDDDDD;*/
}


#left_col {
        float:left;
        margin-left:70px;
        width:380px;
		font-size:11px;
        /*border:1px solid #DDDDDD;*/
}
#left_col h3{ padding-top:10px; }
#left_col a:link { color:#313301; text-decoration: none; font-weight:bold; }
#left_col a:visited { color: #313301; text-decoration: none; font-weight:bold; }
#left_col a:hover { color:#555555; text-decoration: none; font-weight:bold; }

.front_text { text-align:center; }
.front_text p{ margin-bottom:0px; font-size:12px }
.glass_text { padding-left:180px;padding-right:10px; }
.bottle_text { padding-left:180px;padding-right:10px; }
 
#right_col {
	float:right;
	width:414px;
	margin-right:10px;
	/*border:1px solid #DDDDDD;*/
	margin-bottom:2px;
}

#right_col a:link { color:#313301; text-decoration: none; font-weight:bold; }
#right_col a:visited { color: #313301; text-decoration: none; font-weight:bold; }
#right_col a:hover { color:#555555; text-decoration: none; font-weight:bold; }

#map_tab {
	background-color:#ffffff;
	background-image:url(../images/tab.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:135px;
	margin-left:30px;
	margin-bottom:0px;
	vertical-align:bottom;
	padding-left:20px;
	padding-top:8px;
}
#map {
	margin:0;
	width: 414px;
	height: 522px;
	background-image:url(../images/sheets.jpg);
	
	background-position:top;
	color:#111111;
}
#map_text {
	padding:30px;
	text-align:center;
}

#map_text img{ 
	margin-top:18px;
	margin-left:10px;
	text-align:center;
}
.wines img{ margin-left:5px; margin-right:5px; margin-top:10px; }
.bold { font-weight:bold; }
.clear { clear:both; }

.prod_text {
	height:500px;
	padding-right:10px;
	overflow-y: scroll;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #999966;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #999966;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3d-light-color: #000000;
}
