@charset "utf-8";
/* CSS Document */

/* defaults */
* {padding:0;margin:0;}
h1, h2, h3, blockquote, form, label, ul, ol, dl {margin-bottom: 1em;}
img{border:none; margin:0px; padding:0px;}

h2{font-size:14px; color:#CC9933;}
h3{color:#CC9933; font-weight:bold; font-size:11px; margin-bottom:5px; margin-left:5px;}
h4{font-weight:bold; font-size:12px; margin-bottom:5px;}

a:link {text-decoration: none; color:#990000;}
a:visited {text-decoration: none; color:#990000;}
a:active {text-decoration: none; color:#CC6600}
a:hover {text-decoration: underline; color: #990000;}

p{
	margin-bottom:1em;
	color:#333333;
	font-size: small;
}

ul {
	padding-left:1.5em;
	margin-left:0;
	font-size: small;
	color:#333333;
}

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-image:url(images/bg_yellow.gif);
	background-repeat:repeat;
	width:100%;
}

#topbg{
	margin:0px;
	width:100%;
	position:absolute;
	background-image:url(images/topbg.jpg);
	background-repeat:repeat-x;
	}

#bottombg{
	margin:0px;
	width:100%;
	position:fixed;
	bottom:0px;
	height:200px;
	background-image:url(images/bottombg.jpg);
	background-repeat:repeat-x;
	z-index:-1;
}

#container{
	width:1024px;
	margin:40px auto 20px auto;
	}
	
#topnav{
	z-index:3;
	position:absolute;
	margin-top:-25px;
	margin-left:105px;
	}
	
/* topnav orig		
#topnav{
	z-index:3;
	position:absolute;
	margin-top:-15px;
	margin-left:125px;
	}
*/	
	
#header{
	width:810px;
	height:231px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	}
	
#content{
	width:785px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:5px 10px 5px 15px;
	background-image:url(images/centerbg.png);
	background-repeat:repeat-y;
	}

#photo{
	width:285px;
	height:auto;
	float:left;
	}

#whitecorners_top{width:485px;height:10px;margin-left:295px;background-image:url(images/whitecorners_top.gif);background-repeat:no-repeat;}
#whitecorners_bottom{width:485px;height:10px;margin-left:295px;background-image:url(images/whitecorners_bottom.gif);background-repeat:no-repeat;}

#copycontainer{
	width:425px;
	padding:10px 30px;
	margin-left:295px;
	background-color:#FFFFFF;
}

#copy{
	width:100%;
	min-height:390px;
	}
	
#copy td{padding:4px;}

#winelist{
	position:absolute; 
	margin-left:455px; 
	margin-top:40px; 
	background-image:url(images/winelist.png); 
	background-repeat:no-repeat; 
	width:99px; 
	height:220px;
	padding:10px 5px 5px 5px;
	}
	
.headline{
	margin-bottom:-4px;
	}

.hl_wine{margin-bottom:-4px;}

.line{margin-bottom:10px;}

#winelist p{
	color:#FFFFFF;
	font-size:11px;
	margin-left:5px;
	}
#winelist a:link{color:#FFFFFF; text-decoration:none;}	
#winelist a:visited{color:#FFFFFF; text-decoration:none;}
#winelist a:hover{color:#FFFFFF; text-decoration:underline;}

#footer{
	width:810px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	}
	
#footer p{text-align:right; margin-right:15px; margin-left:337px; padding-top:16px; font-size:11px; color:#333333;}

#winestain{
	z-index:3;
	position:absolute;
	margin-top:-175px;
	margin-left:-25px;
}


.br{border-right:#999999 1px solid}
.tr_height {
	line-height: 12px;
	text-indent: 10px;
	background-position: bottom;
	height: 12px;}

.br_bname{border-right:#999999 1px solid; border-bottom:#999999 1px solid; }
.br_b{border-right:#999999 1px solid; border-bottom:#999999 1px solid; text-align:center;}

.RowDark {background-color:#f4ede0;}

.facebook{position:absolute; margin:-30px 0 0 870px; width:25px;}

