@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #CC0000 url(../images/backgrounds/main_bodyBG.gif) repeat-y center top;
	margin: 0px;
}
#Container {
	width: 677px;
	height: auto !important;
	height: 100%; /* IE 6 fix*/
	min-height: 100%;
	position: relative;
	background: url(../images/backgrounds/main_containerBG2.gif) no-repeat 0px 90px;
	margin: 0px auto;
	padding: 0px 84px;
}
#Header {
	width: 653px;
	height: 242px;
	background: url(../images/backgrounds/main_headerBG_new.jpg) no-repeat center bottom;
	border-bottom: 1px solid #666666;
	margin: 0px 0px 0px 12px;
	padding: 5px 0px 0px 0px;
}

#Header h1 {
	width: 100%;
	height: 91px;
	background:url(../images/headings/generalHeader.jpg) no-repeat 33px 7px;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

#Header h1 a {
	width: 600px;
	height: 100%;
	display: block;
	margin: 0px 0px 0px 15px;
}

#Header h1 a span {
	display: none;
}
#Header h2 {
	width: 115px;
	position: absolute;
	top: 25px;
	right: 159px;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	line-height: 115%;
	margin: 0px;
	padding: 0px;
}
#Pnav {
	position:relative;
	width: 653px;
	height: 23px;
	list-style: none;
	border-bottom: 1px solid #666666;
	text-align: center;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	z-index:300;
}
#Pnav li {
	display: inline;
	line-height: 22px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
#Pnav li a {
	height:20px;
	color: #FFF;
	text-decoration: none;
	padding:5px 0px 7px 0px;
}
#Pnav li a:hover {
	color: #FF0000;
}

#Pnav li ul.submenu{
	width:653px;
	position:absolute;
	left:0px; top:22px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #666;
	/*background: #333 url(../images/backgrounds/dropdown_Bg_right.jpg) no-repeat 0px 0px;*/
	background:#222; 
	display:none;
	text-align:left;
	z-index:300;
}
	
#Pnav li:hover ul.submenu,#Pnav li.sfhover ul.submenu {
	display:block;
}
#Pnav li ul.submenu li{
	margin:0px;
	padding: 3px 8px 3px 8px;
	list-style:none;
}
#Pnav li ul.submenu li a{
	color:#666;
}
#Pnav li ul.submenu li a:hover{
	color:#fff;
}

	
#Content {
	width: 530px;
	height: auto !important;
	height: 270px;
	min-height: 270px;
	background: url(../images/backgrounds/main_contentBG.jpg) no-repeat 25px top;
	margin: 20px 0px 0px 12px;
	padding: 0px 48px 55px 75px;
}
#Content h2 {
	font-size: 23px;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 0px;
}
#Content h3 {
	font-size: 14px;
	color: #CCAD84;
	border-bottom: dashed 1px #999;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
#Content h4 {
	font-size: 14px;
	color: #CCAD84;
	border-bottom: dashed 1px #999;
	margin: 15px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
}
#Content h4 span.Top {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: -12px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}
#Content p {
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#Content a {
	color: #FF000B;
	text-decoration: none;	
}
#Content a:hover {
	color: #A30000;	
}
#SiteDesign {
	width: 653px;
	position: absolute;
	bottom: 10px;
	font-size: 10px;
	font-style: italic;
	color: #CCC;
	text-align: center;
	letter-spacing: 1px;
	margin: 35px 0px 0px 12px;
}
#SiteDesign p {
	margin: 3px 0px 0px 0px;	
}
#SiteDesign a {
	color: #A30000;
	text-decoration: none;	
}
#SiteDesign a:hover {
	color: #FF000B;	
}
/* Clasess */
.FloatRight {
	float: right;
}

/* styles exclusive to the wine pages */

#wineInfo p{
	margin:7px 0px 7px 150px;
}
#wineInfo p strong{
	margin:0px 0px 0px -150px;
	display:block;
	float:left;
	width:140px;
	/*ie6 specific style as it does not like negative margins*/
	_margin:0px 0px 0px -75px;
}

/* styles exclusive to vintageSatisfaction page */
#Header h1#satisfactonHeader {
	width: 100%;
	height: 91px;
	background:url(../images/headings/main_contentBG_satisfaction.jpg) no-repeat 75px top;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
#Header h1#satisfactonHeader a {
	width: 400px;
	height: 100%;
	display: block;
	margin: 0px 0px 0px 80px;
}
/* styles exclusive to PinotNoir page */
#Header h1#PinotNoirHeader {
	width: 100%;
	height: 91px;
	background: url(../images/headings/main_rolling_stones.jpg) no-repeat 75px top;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
#Header h1#PinotNoirHeader a {
	width: 315px;
	height: 100%;
	display: block;
	margin: 0px 0px 0px 80px;
}

/* styles exclusive to Riesling page */
#Header h1#RieslingHeader {
	width: 100%;
	height: 91px;
	background: url(../images/headings/main_rolling_stones.jpg) no-repeat 75px top;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
#Header h1#RieslingHeader a {
	width: 315px;
	height: 100%;
	display: block;
	margin: 0px 0px 0px 80px;
}


	

