* {
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style: none;
}
body {
	/* FAIL SAFE */
	width: 100%;
	/*height: auto;*/
	min-height: 100%;
	background-color: #4A5B6F;
	background-image: url(/images/body-background.gif);
	background-position: 0px 100px;
	background-repeat: repeat-x;
	/*border: 1px solid green;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;/*overflow: hidden;*/
}
* body {
	height: 100%;
}
h1 {
	width: 194px;
	height: 39px;
	background-image: url(/images/incontro-logo.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 61px;
	left: 40px;
}
h1 a {
	width: 194px;
	height: 39px;
	border: none;
	display: block;
}
h2 {
	font-size: 120%;
	text-indent: -9999px;
	margin-bottom: 10px;
}
.error {
	color: #FFAAAA;
	font-weight: bold;
}
#welcome-heading {
	width: 440px;
	height: 32px;
	background-image: url(/images/welcome-heading.png);
}
*html #welcome-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/welcome-heading.png', sizingMethod='image');
	background: none;
}
#breakfast-heading {
	width: 209px;
	height: 24px;
	background-image: url(/images/breakfast-heading.png);
}
*html #breakfast-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/breakfast-heading.png', sizingMethod='image');
	background: none;
}
#carte-heading {
	width: 205px;
	height: 23px;
	background-image: url(/images/menu-heading.png);
}
*html #carte-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu-heading.png', sizingMethod='image');
	background: none;
}
#dolce-heading {
	width: 156px;
	height: 23px;
	background-image: url(/images/dolce-heading.png);
}
*html #dolce-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/dolce-heading.png', sizingMethod='image');
	background: none;
}
#piccolo-heading {
	width: 178px;
	height: 30px;
	background-image: url(/images/piccolo-heading.png);
}
*html #piccolo-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/piccolo-heading.png', sizingMethod='image');
	background: none;
}
#wine-heading {
	width: 116px;
	height: 23px;
	background-image: url(/images/wine-heading.png);
}
*html #wine-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/wine-heading.png', sizingMethod='image');
	background: none;
}
#cocktail-heading {
	width: 186px;
	height: 23px;
	background-image: url(/images/cocktail-heading.png);
}
*html #cocktail-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cocktail-heading.png', sizingMethod='image');
	background: none;
}
#weddings-heading {
	/*width: 296px;*/
	width: 135px;
	height: 31px;
	background-image: url(/images/weddings-and-functions-heading.png);
}
*html #weddings-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/weddings-and-functions-heading.png', sizingMethod='image');
	background: none;
}
/*#functions-heading {
	width: 126px;
	height: 24px;
	background-image: url(/images/functions-heading.png);
}*/
#contact-heading {
	width: 99px;
	height: 21px;
	background-image: url(/images/contact-heading.png);
}
*html #contact-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/contact-heading.png', sizingMethod='image');
	background: none;
}
#thank-you-heading {
	width: 131px;
	height: 30px;
	background-image: url(/images/thank-you-heading.png);
}
*html #thank-you-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/thank-you-heading.png', sizingMethod='image');
	background: none;
}
#events-heading {
	width: 185px;
	height: 30px;
	background-image: url(/images/events-heading.png);
}
*html #events-heading {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/events-heading.png', sizingMethod='image');
	background: none;
}
h3 {
	font-size: 100%;
	margin-bottom: 10px;
}
p {
	line-height: 140%;
	margin-bottom: 10px;
}
a {
	color: white;
}
a.scroll {
	height: 0px;
	line-height: 0px;
	display: inline;
}
hr {
	height: 0px;
	border: none;
	color: #4A5B6F;
	clear: both;
}
#window {
	width: 100%;
	height: 100%;
	background-image: url(/images/modern-dining.png);
	background-position: 0px 518px;
	background-repeat: no-repeat;
	/*border: 1px solid yellow;*/
	overflow: hidden;
}
*html #window {
	background: none;
}
#nav {
	width: 194px;
	height: 284px;
	background-image: url(/images/nav-background.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 40px;
	padding-top: 20px;
	z-index: 10;
}
*html #nav {
	background: none;
	background-color: #494D53;
}
#nav ul {
	height: 270px;
	padding: 0 34px;
}
#nav li {
	width: 125px;
	height: 24px;
	background-image: url(/images/nav-sprite.png);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	line-height: 20px;
	text-align: center;
	text-indent: -9999px;
}
*html #nav li {
	background-image: url(/images/nav-sprite.gif);
}
#nav a {
	width: 100%;
	height: 100%;
	display: block;
}
/* -- SPRITES -- */
#nav #home-link {
	background-position: 0px 2px;
}
#nav #home-link:hover, #nav #home-link.on-state {
	background-position: -127px 2px;
}
#nav #breakfast-link {
	background-position: 0px -25px;
}
#nav #breakfast-link:hover, #nav #breakfast-link.on-state {
	background-position: -127px -25px;
}
#nav #carte-link {
	background-position: 0px -52px;
}
#nav #carte-link:hover, #nav #carte-link.on-state {
	background-position: -127px -52px;
}
#nav #lunch-link {
	background-position: 0px -79px;
}
#nav #lunch-link:hover, #nav #lunch-link.on-state {
	background-position: -127px -79px;
}
#nav #dolce-link {
	background-position: 0px -106px;
}
#nav #dolce-link:hover, #nav #dolce-link.on-state {
	background-position: -127px -106px;
}
#nav #piccolo-link {
	background-position: 0px -133px;
}
#nav #piccolo-link:hover, #nav #piccolo-link.on-state {
	background-position: -127px -133px;
}
#nav #wine-link {
	background-position: 0px -160px;
}
#nav #wine-link:hover, #nav #wine-link.on-state {
	background-position: -127px -160px;
}
#nav #cocktail-link {
	background-position: 0px -269px;
}
#nav #cocktail-link:hover, #nav #cocktail-link.on-state {
	background-position: -127px -269px;
}
#nav #weddings-link {
	background-position: 0px -188px;
}
#nav #weddings-link:hover, #nav #weddings-link.on-state {
	background-position: -127px -188px;
}
#nav #functions-link {
	background-position: 0px -214px;
}
#nav #functions-link:hover, #nav #functions-link.on-state {
	background-position: -127px -214px;
}
#nav #contact-link {
	background-position: 0px -242px;
}
#nav #contact-link:hover, #nav #contact-link.on-state {
	background-position: -127px -242px;
}
/* -- ------- -- */

.toggle {
	width: 45px;
	text-align: center;
}
#nav p {
	font-size: 80%;
	color: gray;
	line-height: 14px;
	cursor: pointer;
	margin: 0;
}
#subscribe {
	width: 230px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 30px;
	padding: 10px;
}
#subscribe img {
	border: none;
	float: left;
	margin: 25px 10px 0 0;
}
#subscribe p {
	margin-bottom: 2px;
}
#footer {
	background-image: url(/images/inc-logo.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 90%;
	position: absolute;
	bottom: 9px;
	right: 10px;
	padding-top: 50px;
	width: 355px;
}
*html #footer {
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/inc-logo.png', sizingMethod='image');
	background: none;
}
#footer p {
	background-color: #4A5B6F;
	text-align: right;
	padding: 10px;
	margin: 0;
}
#container {
	width: 2000%;
	height: 100%;
	background-position: 100px 0;
	/*border: 1px solid blue;*/
	overflow: hidden;
	z-index: 10;
}
#container .page {
	width: 5%;
	background-repeat: no-repeat;
	background-position: 0 100px;
	/*border: 1px solid red;*/
	float: left;
	overflow: hidden;
	/*margin-top: 100px;*/
	padding-top: 495px;
}
.header-holder {
	width: 100%;
	height: 395px;
	text-align: right;
	float: right;
	margin-top: -395px;
	overflow: hidden;
}
.transparent {
	width: 960px;
	height: 395px;
	float: left;
}
.wrap {
	min-width: 910px;
	float: left;
	padding: 40px 80px 0 40px;
	background-position: 930px 300px;
}
#home .wrap {
	width: 570px;
}
.sub {
	width: 173px;
	float: left;
}
.sub ul {
	list-style: square;
	margin-left: 15px;
}
.sub a {
	text-decoration: none;
}
.sub a:hover {
	text-decoration: underline;
}
.submenuonstate {
	text-decoration: underline;
}
.content {
	width: 630px;
	height: 450px;
	float: left;
	overflow-y: hidden;
	background-color: #494D53;
	float: left;
	margin: -40px 0 0 40px;
	padding: 0 0 20px 20px;
}
.content p {
	line-height: 18px;
	margin: 0;
}
#container #home {
	background-image: url(/images/home-background.jpg);
}
#container #breakfast {
	background-image: url(/images/breakfast-background.jpg);
}
#container #carte {
	background-image: url(/images/carte-background.jpg);
}
#container #dolce {
	background-image: url(/images/dolce-background.jpg);
}
#container #piccolo {
	background-image: url(/images/piccolo-background.jpg);
}
#container #wine {
	background-image: url(/images/wine-background.jpg);
}
#container #cocktail {
	background-image: url(/images/cocktail-background.jpg);
}
#container #weddings {
	background-image: url(/images/weddings-background.jpg);
}
#container #functions {
	background-image: url(/images/functions-background.jpg);
}
#container #truffle-dinner {
	background-image: url(/images/truffle-background.jpg);
}
#container #contact, #container #thank-you {
	background-image: url(/images/contact-background.jpg);
}
.content li {
	float: left;
	display: block;
	height: auto;
	min-height: 50px;
	width: 300px;
	margin: 0px 10px 10px 0px;
	font-size: 11px;
}
.content ul {
	width: 630px;
	height: 430px;
	background-position: 616px 20px;
	background-repeat: no-repeat;
	clear: both;
	padding: 20px 0 0 0;
}
.content em {
	margin-left: 10px;
	font-style: italic;
}
#breakfast li {
	min-height: 35px;
}
#wine .content li, #cocktail .content li {
	width: 600px;
	min-height: 30px;
}
#contact .sub {
	width: 500px;
}
#contact .content {
	width: 320px;
	height: auto;
}
/* -- MENU BKGDS -- */
.content #entree-ul {
	background-image: url(/images/backgrounds/entree.gif);
}
.content #pizza-ul {
	background-image: url(/images/backgrounds/pizza.gif);
}
.content #kitchen-ul {
	background-image: url(/images/backgrounds/kitchen.gif);
}
.content #sides-ul {
	background-image: url(/images/backgrounds/sides.gif);
}
.content #desserts-ul {
	background-image: url(/images/backgrounds/desserts.gif);
}
.content #champagne-ul {
	background-image: url(/images/backgrounds/champagne.gif);
}
.content #rose-glass-ul {
	background-image: url(/images/backgrounds/rose-glass.gif);
}
.content #reds-ul {
	background-image: url(/images/backgrounds/reds.gif);
}
.content #half-ul {
	background-image: url(/images/backgrounds/half.gif);
}
.content #sparkling-ul {
	background-image: url(/images/backgrounds/sparkling.gif);
}
.content #non-vintage-ul {
	background-image: url(/images/backgrounds/non-vintage.gif);
}
.content #vintage-ul {
	background-image: url(/images/backgrounds/vintage.gif);
}
.content #mediterranean-european-ul {
	background-image: url(/images/backgrounds/mediterranean-european.gif);
}
.content #riesling-ul {
	background-image: url(/images/backgrounds/riesling.gif);
}
.content #pinot-gris-ul {
	background-image: url(/images/backgrounds/pinot-gris.gif);
}
.content #aromatics-ul {
	background-image: url(/images/backgrounds/aromatics.gif);
}
.content #sauvignon-blanc-ul {
	background-image: url(/images/backgrounds/sauvignon-blanc.gif);
}
.content #semillion-ul {
	background-image: url(/images/backgrounds/semillion.gif);
}
.content #chardonnay-ul {
	background-image: url(/images/backgrounds/chardonnay.gif);
}
.content #rose-ul {
	background-image: url(/images/backgrounds/rose.gif);
}
.content #pinot-noir-ul {
	background-image: url(/images/backgrounds/pinot-noir.gif);
}
.content #mediterranean-varietals-ul {
	background-image: url(/images/backgrounds/mediterranean-varietals.gif);
}
.content #tempranillo-ul {
	background-image: url(/images/backgrounds/tempranillo.gif);
}
.content #blends-ul {
	background-image: url(/images/backgrounds/blends.gif);
}
.content #grenache-ul {
	background-image: url(/images/backgrounds/grenache.gif);
}
.content #cabernet-ul {
	background-image: url(/images/backgrounds/cabernet.gif);
}
.content #shiraz-ul {
	background-image: url(/images/backgrounds/shiraz.gif);
}
.content #zinfandel-ul {
	background-image: url(/images/backgrounds/zinfandel.gif);
}
.content #cellar-ul {
	background-image: url(/images/backgrounds/cellar.gif);
}
.content #dessert-ul {
	background-image: url(/images/backgrounds/dessert.gif);
}
.content #light-beer-ul {
	background-image: url(/images/backgrounds/light-beer.gif);
}
.content #australian-beer-ul {
	background-image: url(/images/backgrounds/australian-beer.gif);
}
.content #international-beer-ul {
	background-image: url(/images/backgrounds/international-beer.gif);
}
.content #cider-ul {
	background-image: url(/images/backgrounds/cider.gif);
}
.content #gin-ul {
	background-image: url(/images/backgrounds/gin.gif);
}
.content #vodka-ul {
	background-image: url(/images/backgrounds/vodka.gif);
}
.content #scotch-ul {
	background-image: url(/images/backgrounds/scotch.gif);
}
.content #burbon-ul {
	background-image: url(/images/backgrounds/burbon.gif);
}
.content #tequilla-ul {
	background-image: url(/images/backgrounds/tequilla.gif);
}
.content #rum-ul {
	background-image: url(/images/backgrounds/rum.gif);
}
.content #cellar-ul li, .content #wine-other-ul li {
	min-height: 10px;
	margin: 0 10px 1px 0;
}
#window #container #contact .wrap .sub #copyright {
	clear: both;
	padding-top: 30px;
}
#contact iframe {
	width: 300px;
	height: 295px;
	border: none;
}
.content #starters-ul li {
	min-height: 10px;
}
/* -- ---- ----- -- */

.repeat {
	height: 100%;
	background-image: url(/images/content-background-repeat.gif);
	background-repeat: repeat-y;
	background-position: 253px 0px;
}
#facebook, #twitter {
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	display: block;
	float: right;
}
#facebook {
	background-image: url(/images/facebook.gif);
}
#twitter {
	background-image: url(/images/twitter.gif);
}
#facebook:hover, #twitter:hover {
	background-position: 0px -26px;
}

