@charset "UTF-8";
/* CSS Document - Valley of the Sun*/

/*=STRUCTURE
=== === === === === === === === === === */

html { background-color: #f1efe2; }
body { background-color: #f1efe2; color: #313030; font-size: 10px; font-family: georgia, times new roman, times; }

.clear { line-height: 0em; font-size: 0em; height: 0em; clear: both; padding: 0; margin: 0; }


/*=CHROME BACKGROUND COLOR FIX
=== === === === === === === === === === */
#chromeFix { display: block; position: absolute; width: 1px; height: 100%; top: 0px; left: 0px; }


/* FULL PAGES */

#fullpage-wrapper { width: 852; margin-top: 0px; }
	
#fullpage-wrapper div.middle { width: 100%; margin-top: 0px; 
    background: transparent url(../images/background_middle.jpg) repeat-y center; }
	
#fullpage-wrapper div.open { width: 100%; height: 13px; padding-top: 0px;
    background: transparent url(../images/background_top.jpg) no-repeat top center; }

#fullpage-wrapper div.close { width: 100%; height: 13px; padding-top: 0px;
    background: transparent url(../images/background_bottom.jpg) no-repeat top center; }

	
#fullpage-wrapper .inner_section { 
	width: 804px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 6px;
	margin: auto;	
	}

/* BACKGROUND PAGES */

#page-bk-hm { width: 796; height: 491px;
	background: transparent url(../images/background_home.jpg) no-repeat top center;  }
	
#page-bk-spot { width: 796; height: 569px;
	background: transparent url(../images/background_spotlight.jpg) no-repeat top center;  }
	
#page-bk-event { width: 796; height: 569px;
	background: transparent url(../images/background_events.jpg) no-repeat top center;  }
	
#page-bk-contact { width: 796; height: 569px;
	background: transparent url(../images/background_contact.jpg) no-repeat top center;  }
	
	
#page-bk-catalog { width: 796; height: 569px;
	background: transparent url(../images/background_catalog.jpg) no-repeat top center;  }
	
#page-bk-essentials { width: 796; height: 569px;
	background: transparent url(../images/background_essentials.jpg) no-repeat top center;  }
	
	
/* homepage 
	
	margin-top: -120px; */

.logo { 
	position: relative;
	left:10px;
	top: -30px;
	margin-right: 15px;
	}
	
.text { 
	z-indix: 0;
	width: 550px;
	font-size: 11px;
	line-height: 16px;
	margin-top: -110px; 	
	padding-left: 200px; 	
	}
	
.text a  {color: #313030; text-decoration: underline;}
.text a:hover {color: #313030; text-decoration: none;}

.home { 
	margin-bottom: 15px; 	
	}
	
.text-list a  {color: #313030; text-decoration: underline;}
.text-list a:hover {color: #313030; text-decoration: none;}

.text-list b {color: #b7934e;}

.list { 
	z-indix: 0;
	width: 550px;
	font-size: 11px;
	line-height: 22px;
	margin-top: 10px; 	
	}
	
.essentials {
	margin-top:7px; }

.essentials a  {color: #313030; text-decoration: underline;}
.essentials a:hover {color: #313030; text-decoration: none;}

/* Main Navigation */
	
#nav { 
	width: 152px;
	position: relative;
	top: 35px;
	margin-right: 15px;
	}

#nav dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#nav { padding-left: 11px; } 
/*/ 
#nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#nav dt a {
	display: block;
	height: 0px !important;
	height /**/:30px; /* IE 5/Win hack */ 
	padding: 30px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#nav dt a:hover {
	background-position: 0 -30px;
}
#nav dt#winecat,
#nav dt#winecat a { width: 152px; background-image: url(../images/button_catalog.gif); }
#nav dt#winecat-on a { width: 152px; background-image: url(../images/button_catalog.gif); background-position: 0 -30px; }

#nav dt#spot,
#nav dt#spot a { width: 152px; background-image: url(../images/button_spotlight.gif); }
#nav dt#spot-on a { width: 152px; background-image: url(../images/button_spotlight.gif); background-position: 0 -30px; }

#nav dt#wine,
#nav dt#wine a { width: 152px; background-image: url(../images/button_wine_essen.gif); }
#nav dt#wine-on a { width: 152px; background-image: url(../images/button_wine_essen.gif); background-position: 0 -30px; }

#nav dt#events,
#nav dt#events a { width: 152px; background-image: url(../images/button_shows_events.gif); }
#nav dt#events-on a { width: 152px; background-image: url(../images/button_shows_events.gif); background-position: 0 -30px; }

#nav dt#contact,
#nav dt#contact a { width: 152px; background-image: url(../images/button_contact.gif); }
#nav dt#contact-on a { width: 152px; background-image: url(../images/button_contact.gif); background-position: 0 -30px; }



/* margin: auto; ../images/button_catalog.gif*/

.policy-text { 
	z-indix: 0;
	width: 700px;
	font-size: 11px;
	line-height: 16px;
	margin-top: -20px; 	
	margin-left: 70px; 
	margin-right: 10px; 
	margin-bottom: 20px; 		
	}
	
.policy-text a  {color: #313030; text-decoration: underline;}
.policy-text a:hover {color: #313030; text-decoration: none;}


/* footer */

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	text-align: center;
	white-space: nowrap;
	
}
#copyright a:link {color: #666666; text-decoration: underline;}
#copyright a:visited {color: #666666; text-decoration: underline;}
#copyright a:hover {color: #666666; text-decoration: none;}
#copyright a:active {color: #666666; text-decoration: underline;}