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

html,body{
	background-color:#726f22;
	font-family: arial, helvetica, sans-serif;
}
#spread{
	background-image:url(http://cavawinebar.com/templates/homepage/images/dsbase.png);
	background-repeat:no-repeat;
	width: 990px;
	height: 758px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#photo-base{
	/*background-repeat:no-repeat;*/
	margin: 0 5px 0 15px;
	height: 759px;
	width: 955px;
	position:relative;
}
#icons{
	width:20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
#icons img.social{
	margin-left: 5px;
	margin-top: 5px;
}
#header{
	width: 955px;
	height: 173px;
	position:absolute;
	background-image:url(http://cavawinebar.com/templates/homepage/images/hp_topbar_opaque.png);
	top: 0;
	left:0;
}
#logo{
	top: 30px;
	left: 35px;
	width: 165px;
	position:absolute;
}
#navigation{
	margin-left: 325px;
	margin-top: 15px;
    font-family: georgia, serif;
}
#navigation ul{
	list-style:none;
}
#navigation ul li{
	list-style-type:none;
	float: left;
	display: inline;
	margin-right: 50px;
}
#navigation ul li a{
	display: block;
}
#navigation ul li a:link, #navigation ul li a:visited{
	color: #cec59b;
	text-decoration:none;
	font-size:14px;
	line-height: 20px;
}
#navigation ul li a:hover, #navigation ul li a:link.selected, #navigation ul li a:visited.selected{
	color: #FFFFFF;
	border-bottom: 3px solid #ffffff;
	padding-bottom: 5px;
}
#quote{
	position:absolute;
	top: 482px;
	left:0;
	background-image:url(http://cavawinebar.com/templates/homepage/images/hp_quote_opaque.png);
	background-repeat: no-repeat;
	height: 91px;
	width: 379px;
}
#quotebox{
	position:absolute;
	top: 482px;
	left:0;
	height: 71px;
	width: 334px;
	padding: 10px 10px 10px 35px;
	color: #FFFFFF;
}
#quotetitle{
	font-weight:bold;
	font-size:12px;
}
#quotebody{
	font-size:12px;
	line-height: 15px;
}
#footer{
	width: 955px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	font-size:10px;
	color: #cec59b;
	line-height:13px;
}
#footer a:link {
	color: #cec59b;
	text-decoration:underline
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration:underline
}
#footerleft{
	float: left;
}
#footerright{
	float: right;
	padding-right:5px;
}
/* Secondary Specific */
#secondary_header{
	width: 955px;
	position:absolute;
	top: 0;
	left:0;
	height: 60px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";  
	filter: alpha(opacity=80); 
	opacity: .8;
	background-color:#59452a;
}
#secondary_logo{
	text-align:center;
}
#subnav{
	margin-left: 70px;
	margin-top: 30px;
    font-family: georgia, serif;
}
#subnav a:link, #subnav a:visited{
	color: #cec59b;
	text-decoration:none;
	font-size: 14px;
	line-height: 40px;
}
#subnav a:hover, #subnav a:link.selected, #subnav a:visited.selected{
	color: #ffffff;
	text-decoration:none;
}
#leftcol_base{
	position:absolute;
	width: 250px;
	height: 645px;
	left: 0;
	bottom: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";  
	filter: alpha(opacity=80); 
	opacity: .8;
	background-color:#59452a;
}
#leftcol_content{
	position:absolute;
	width: 250px;
	left: 0;
	bottom: 30px;
	height: 625px;
	padding-top: 20px;
}
#rightcol_base {
	position:absolute;
	width: 675px;
	height: 645px;
	right: 0;
	bottom: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";  
	filter: alpha(opacity=80); 
	opacity: .8;
	background-color:#59452a;
}
#rightcol_content{
	position:absolute;
	height: 545px;
	width: 630px;
	right: 0;
	bottom: 30px;
	padding-top:100px;
	color: #ffffff;
	font-size:12px;
	line-height: 16px;
	padding-left: 45px
}
#rightcol_content p{
	margin-bottom: 15px;
	width: 275px;
}
#rightcol_content h1{
	font-size:22px;
	margin-bottom: 15px;
    font-family: georgia, serif;    
}