/* 
	Project Name
	Master Screen CSS
	Designer Name
	Date
	
	COLORS
	
		
 */

/* ------------------------ 
		reset
------------------------ */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
	html, body {
		margin: 0px auto;
		height: 100%;
	}

	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}

		
	body {
		line-height: 1;
		color: black;
		background: white;
		font-size: 62.5%;
		font-family: Tahoma, Arial, sans-serif;
	}
	
	
		a:link
		a:visited
		a:hover
		a:active {
		
		}
	
		 #accessibility {
			position: absolute;
			left: -9999px;
		 }
	
	
	
/* ------------------------ 
		head
------------------------ */

#header {
	background: url(/images/web/header.png) left top no-repeat;
	height: 296px;
	width: 982px;
	top: 376px;
	display: block;
	position: absolute;
}

h1 {}

	h1 a {
		display: block;
		border: 0px solid yellow;
		height: 150px;
		width: 150px;
		left: 22px;
		top: 50px;
		position: absolute;
		text-indent: -9999px;
	}
	
		#skiplink {
			position: absolute;
			left: -9999px;
		}
body.sub {
	
}
/* ------------------------ 
		  nav
------------------------ */	

ul#navigation {
	display: block;
	list-style: none;
	border: 0px solid #FF0000;
	position: absolute;
	left: 187px;
	top: 475px;
	width: 761px;
	height: 41px;
}
	 
	 ul#navigation li {
		height: 41px;
		float: left;
		_display: inline;
	 	display: block;
	 }
	 
	 	 ul#navigation li a {
		 	background: url(/images/web/nav.png) left top no-repeat;
		 	text-indent: -9999px;
			overflow: hidden;
		 	height: 41px;
	 		display: block;
			text-decoration: none;
			border: 0px solid blue;
		 }

			
			ul#navigation li#navMenu a {
				width: 70px;
			}
				ul#navigation li#navMenu a:hover {
					background-position: 0 -41px;
				}
			/*Active
			.dinner ul#navigation li#navMenu a {
					background-position: 0 -41px;
				}*/
			
			/* Menu Item */
			
			ul#navigation li#navWine a {
				width: 100px;
				background-position: -70px 0;
			}
				ul#navigation li#navWine a:hover {
					background-position: -70px -41px;
					}
			/*Active*/
			.winelist ul#navigation li#navWine a {
					background-position: -70px -41px;
				}
				
			/**************************************/	
			
			ul#navigation li#navGallery a {
				width: 90px;
				background-position: -169px 0;
			}
				ul#navigation li#navGallery a:hover {
					background-position: -169px -41px;
					}
			/*Active*/
			.gallery ul#navigation li#navGallery a {
					background-position: -169px -41px;
				}
					
			/**************************************/	
			
			ul#navigation li#navLounge a {
				width: 86px;
				background-position: -258px 0;
			}
				ul#navigation li#navLounge a:hover {
					background-position: -258px -41px;
				}
			/*Active*/
			.lounge ul#navigation li#navLounge a {
				background-position: -258px -41px;
			}
			
			/**************************************/	
			
			ul#navigation li#navPatio a {
				width: 72px;
				background-position: -343px 0;
			}
				ul#navigation li#navPatio a:hover {
					background-position: -343px -41px;
				}
			/*Active*/
			.patio ul#navigation li#navPatio a {
					background-position: -343px -41px;
				}
				
			/**************************************/	
				
			/*ul#navigation li#navChef a {
				width: 83px;
				background-position: -540px 0;
			}
				ul#navigation li#navChef a:hover {
					background-position: -540px -41px;
				}
			Active
			.chef ul#navigation li#navChef a {
				background-position: -540px -41px;
			}*/
				
			/**************************************/	
				
			ul#navigation li#navReservations a {
				width: 127px;
				background-position: -415px 0;
			}
				ul#navigation li#navReservations a:hover {
					background-position: -415px -41px;
				}
			/*Active*/
			.reservations ul#navigation li#navReservations a {
				background-position: -415px -41px;
			}
			
			/**************************************/
			
			ul#navigation li#navgiftCards a {
				width: 95px;
				background-position: -543px 0;
			}
				ul#navigation li#navgiftCards a:hover {
					background-position: -543px -41px;
				}
			
			/**************************************/	
				
			ul#navigation li#navFacebook a {
				width: 119px;
				background-position: -641px 0;
			}
				ul#navigation li#navFacebook a:hover {
					background-position: -641px -41px;
				}
			
			/**************************************/
			
			li ul {
				position: absolute;
				left: 3px;
				top: 33px;
				display: none;
			}
			
			ul li ul#navDrop li a {
				text-indent: -9999px;
				overflow: hidden;
				height: 13px;
				display: block;
				text-decoration: none;
				border: 0px solid blue;
			 }
			
			li:hover ul { 
				display: block; 
			}
			li:hover ul, li.over ul { 
				display: block;
			}
			
			ul#navDrop li#subDinner a {
				width: 85px;
				background: url(/images/web/submenu.png) no-repeat;
				background-position: 0 0;
			}
			ul#navDrop li#subDinner a:hover {
				background: url(/images/web/submenu.png) no-repeat;
				background-position: 0 -13px;
			}
			
			ul#navDrop li#subLunch a {
				width: 87px;
				background: url(/images/web/submenu.png) no-repeat;
				background-position: -87px 0;
			}
			ul#navDrop li#subLunch a:hover {
				background: url(/images/web/submenu.png) 0 0 no-repeat;
				background-position: -87px -13px;
			}
			
			
			ul#navDrop li#subLounge a {
				width: 85px;
				background: url(/images/web/submenu.png) left top no-repeat;
				background-position: -170px 0;
			}
			ul#navDrop li#subLounge a:hover {
				width: 85px;
				background: url(/images/web/submenu.png) left top no-repeat;
				background-position: -170px -13px;
			}
			
 
/* ------------------------ 
		content
------------------------ */
 
#flashBG {
	width: 100%;
	height: 100%;
	border: 0px solid yellow;
	position: absolute;
	top: 0;
	left: 0;
	}

#main {
	/*background:url(/images/web/main.png) no-repeat left top;*/
	width: 982px;
	height: 660px;
	position: relative;
	margin: auto;
	}
	
	.sub #main {
		background: url(../images/web/subBG.png) center top no-repeat;
	}
	
#slideshow {
	/*background: url(../images/web/slideshow.png) left top no-repeat;*/
	height: 583px;
	width: 982px;
}
	/*.gallery #slideshow {
		margin-left: 50px;
		height: 583px;
		width: 982px;
	}*/


#inner {
	color: #582700;
	height: 550px;
}

	#inner .cufon-canvas {
		border: 0px solid red;
		margin-bottom: -20px;
		*margin-bottom: -40px;
		*top: -10px;
		*margin-top: -13px;
		*height: 12px;
	}
	
	#inner span {
		font-size: 34px;
		display: inline-block;
		line-height: .25;
		top: 10px;
		border: 0px solid red;
		
	}
		span.cufon-canvas {
			top: 0px;
		}
		
	.topshelf,
	.your-glass {
		margin-bottom: -27px;
		*margin-bottom: -13px;
		*margin-top: -12px;
		margin-left: -12px;
	}
	.your-glass {
		margin-left: 0px;
	}
	.hundreds,
	.warm,
	.freshest {
		margin-bottom: -27px;
		*margin-bottom: -13px;
		*margin-top: -12px;
	}
		.freshest {
			margin-left: -7px;
		}
	.vinophile, .value {
		margin-bottom: -20px;
		*margin-bottom: -23px;
		*margin-top: -23px;		
	}
	.value {
		margin-bottom: -15px;	
	}
	


	.lounge #inner {
		background: url(../images/web/Lounge.png) right top no-repeat;
		padding-top: 90px;
		padding-left: 100px;
		padding-right: 530px;
		width: 330px;
	}
	
	.winelist #inner {
		background: url(../images/web/wine.png) right top no-repeat;
		padding-top: 125px;
		padding-left: 125px;
		padding-right: 302px;
		width: 480px;
	}
	.patio #inner {
		background: url(../images/web/patio.png) right top no-repeat;
		padding-top: 90px;
		padding-left: 100px;
		width: 400px;
		padding-right: 450px;
	}
	.chef #inner {
		background: url(../images/web/theChef.png) right top no-repeat;
		padding-top: 90px;
		padding-left: 125px;
		width: 475px;
		padding-right: 350px;
	}
	.reservations #inner {
		background: url(../images/web/reservations.png) right top no-repeat;
		padding-top: 90px;
		padding-left: 71px;
		padding-right: 550px;
		width: 313px;
	}
	.directions #inner {
		background: url(../images/web/directions.png) right top no-repeat;
		padding-top: 90px;
		padding-left: 100px;
		width: 500px;
		padding-right: 350px;
	}
	
	.dinner #inner{
		background: url(../images/web/dinner-menu.png) right top no-repeat;
		padding-top: 90px;
		padding-left: 71px;
		width: 900px;
	}
	.menu #inner{
		background: url(../images/web/dinner-menu.png) right top no-repeat;
		padding-top: 130px;
		*padding-top: 0;
		padding-left: 71px;
		width: 900px;
	}
	
	.lunch #inner{
		background: url(../images/web/lunchmenu.png) right top no-repeat;
		padding-top: 90px;
		padding-left: 71px;
		width: 900px;
	}
	.loungemenu #inner {
		background: url(../images/web/steakSand.png) right top no-repeat;
		padding-top: 90px;
		padding-left: 71px;
		width: 900px;
	}
		
		.lounge #inner p,
		.winelist #inner p,
		.patio #inner p,
		.directions #inner p,
		.chef #inner p,
		.reservations #inner p  {
			font-size: 15px;
			color: #582700;
			font-weight: 300;
			margin-bottom: 10px;
			line-height: 1.2;
		}
		
	.start-add {
		margin: 3px 0 20px 0;
		display: block;
	}
	.form-add {
		margin-top: 5px;
	}
	form {
		margin-top: 5px;
		display: block;
		margin: 0 auto;
	}
	.dir-address {
		background: url(../images/web/formBox.png) 0 0 no-repeat;
		width: 214px;
		height: 37px;
		border: 0;
		padding-top: 4px;
		padding-right: 5px;
		text-indent: 4px;
		color: #582700;
		border: 0px solid blue;
	}
	.directions .submit {
		background: url(../images/web/getdirections.png) 0 6px no-repeat;
		*background: url(../images/web/getdirections.png) 0 0px no-repeat;
		*margin-top: -6px;
		display: inline;
		width: 134px;
		height: 37px;
		border: 0;
		margin: 0 0 0 3px;
		cursor: hand;
	}

	#scrollbox {
		left:70px;
		top:20px;
		border: 0px solid red;
	}
	
	
	h3 {
		font-size: 18px;
		margin-bottom: -5px;
		margin-top: 14px;
	}
	
	h4#menutitle {
		font-size: 36px;
		width: 300px;
		left: 267px;
		display: block;
		position: relative;
		top: -10px;
		*top: 300px;
		*left: -210px;
	}
	
		.loungemenu h4#menutitle {
			left: 210px;
			top: 0px;
			*top: 300px;
			*left: -150px;
		}
	
	
		dl#entrees,
		dl#pastas {
			/*margin-bottom: 50px;*/
		}
		dt {
			font-size: 17px;
			margin-bottom: 3px;
			margin-top: 14px;
		}
		dd {
			font-size: 13px;
		}
		.menu-add {
			margin-top: 20px;
		}
		
		.pdflink {
			width: 300px; 
			left: 310px; 
			position: relative; 
			top: -10px; 
			font-size: 12px;
			*top: 290px;
			*left: -170px;
		}
			.winelist .pdflink {
				margin-top: 40px;
				margin-left: -30px;
				*margin-left: 400px;
				*margin-top: -275px;
			}
			.lounge .pdflink {
				margin-left: -222px;
				margin-top: 20px;
				*margin-left: 250px;
				*margin-top: -300px;
			}
			.loungemenu .pdflink {
				margin-left: -50px;
				margin-top: 8px;
			}
			.menu .pdflink {
				margin-left: -200px;
				*margin-left: 230px;
				margin-top: 8px;
				margin-bottom: 30px;
				*top: 100px;
			}
			
		.pdflink a,
		.insidelink a {
			color: #582700;
			text-decoration: none;
		}
		.insidelink a:hover {
			color: black;
		}
/* ------------------------ 
		reservations
------------------------ */
.reservations label {
	display: block;
	width: 53px;
	float: left;
	position: relative;
	margin-top: -10px;
	height: 10px;
}
	.reservations .dir-address {
		height: 23px;
	}
	.reservations input {
	}
	.reservations select {
		background-color: #f1d8bb;
		color: #582700;
		border: 1px solid #582700;
	}
	#lbl-res-name {
		margin-top: 10px;
		width: 300px;
	}
	#lbl-res-date {
		width: 137px;
	}
	#lbl-res-time {
		margin-left: 138px;
		*top: -2px;
	}
	#lbl-res-guests {
		margin-left: 200px;
		*top: -4px;
	}
	#lbl-res-email {
		width: 220px;
	}
	#lbl-res-phone {
		margin-left: 223px;
	}
	#lbl-res-comments {
		width: 300px;
	}
	.res-address,
	.res-phone  {
		background: url(../images/web/form-date.png) 0 0 no-repeat;
		width: 100px;
		height: 23px;
		border: 0;
		padding-top: 4px;
		padding-right: 5px;
		text-indent: 4px;
		color: #582700;
	}

	.res-phone {
		width: 84px;
		background: url(../images/web/form-phone.png) 0 0 no-repeat;	
	}
	.res-comments {
		width: 314px;
		height: 53px;
		background: url(../images/web/form-comments.png) 0 0 no-repeat;
		border: 0;
		
	}
	.reservations .submit {
		left: 148px;
		margin-top: 5px;	
		position: relative;
		*margin-top: -6px;
		display: block;
		border: 0px solid red;
		margin: 5px 0 0 3px;
		cursor: hand;
	}

/* ------------------------ 
		footer
------------------------ */
#footer {
	display: block;
	position: absolute;
	left: 204px;
	top: 551px;
	width: 741px;
	height: 41px;
	text-align: right;
}

	#footer p {
		color: #FFFFFF;
	}
	
	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}
		#footer a:hover {
			border-bottom: 0px dotted #ae827b;
			margin-top: 3px;
		}
		
		.address {
			font-size: 13px;
			font-weight: bold;
			margin-bottom: 9px;
		}
		.facebook {
			background: url(../images/web/facebook.gif) 0 0 no-repeat;
			height: 16px;
			text-indent: 20px;
			width: 125px;
			float: right;
			margin-top: 15px;
		}
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}

/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

