/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

	h1, h2, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
		
	h3 {
	    font-weight:bold;
	    margin:0;
		line-height:1em;
	}
		
	h1{font-size:1.75em;margin-bottom:1em; color:#ffcf6c; clear:both}	
	h2{font-size:1.25em;margin-bottom:0em;padding-top:.1.5em; color:#FFF}	
	h3{font-size:1.2em;margin-bottom:.3em;padding-top:.2em;color:#ffcf6c }
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{color:#cdcdcd; margin-top:7px; margin-bottom:7px;  }	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
	.borderLeft { border-left:1px solid #ccc; }
	.borderRight { border-right:1px solid #ccc; }


/* // common */		

.facebook a:hover {color:#036;}	

/* base */
	
	body, table, select, li{
		font:1em Tahoma, Arial, Helvetica, sans-serif; 
		line-height:1.5em;
		color:#FFF;
		}
		
	input, textarea {
		font:1em Tahoma, Arial, Helvetica, sans-serif; 
		line-height:1em;
		color:#FFF;
		}
				
	body{
		font-size:13px;
		background:#ded1c1;
		background-image:url(../images/bg.jpg);
		background-repeat:repeat-y;
		background-position:top center;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:underline;
		color:#FFF;
		}
	a:hover{color:#a60d10; text-decoration:none}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		padding-left:.5em;
		line-height:normal;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="password"], textarea, .field, .area, select {
		border:1px solid #c2b68b;
		background:#fff;
		width:150px; 
		padding:5px; 
		color:#663300 ;
		line-height:1em;
		margin:0;
		}
		
	input[type="text"] {
		border:1px solid #c2b68b;
		background:#fff;
		width:140px; 
		padding:2px; 
		color:#663300 ;
		line-height:.5em;
		margin:0;
		}
		
		
	select{width:155px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	
	.submit{}
	
	button{
		border:none;
		background:#555;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		color:#8c5819
		}
	input[type="submit"] {
		background-color:#005767;
		border:1px solid #003f4b;
		border-style:outset;
		padding-left:25px;
		padding-right:25px;
		padding-top:10px;
		padding-bottom:10px;
		width:100%;
	}
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
		
	#homeflash {
		position: absolute;
		left: 128px;
		float: right;
	}
	
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}
	.btnClose a{
		background-image:url(../images/btnClose.png);
		width:31px;
		height:28px;
		display:block;
		float:right;
	}
	.btnOrange a{
		position:relative;
		left: 16px;
		float: left;
		background-color:#005767;
		border:1px solid #004c5a;
		border-right:1px solid #004c5a;
		text-align:center;
		padding-bottom:4px;
		padding-left:4px;
		padding-right:4px;
		padding-top:7px;
		margin-top:5px;
		color:#FFF;
		text-transform:uppercase;
		text-decoration:none;
		z-index:10003;
		width:160px;
		height:25px;
	}
		.btnOrange a:hover {
		background-color:#0094B1;
	}
	.submit a{
		position:relative;
		left: 16px;
		float: left;
		background-color:#005767;
		border:1px solid #004c5a;
		border-right:1px solid #004c5a;
		text-align:center;
		padding-bottom:4px;
		padding-left:4px;
		padding-right:4px;
		padding-top:7px;
		margin-top:5px;
		color:#FFF;
		text-transform:uppercase;
		text-decoration:none;
		z-index:10003;
		width:160px;
		height:25px;
	}
		.submit a:hover {
		background-color:#0094B1;
	}

	#accolades {
		position: absolute;
		left:220px;
		float: right;
		width:824px;
		padding-bottom:5px;
		padding-top:0px;
		margin-top:-18px;
		color:#FFF;
		text-decoration:none;
		z-index:10003;
		height:750px;
		text-align: right;
		padding-left: 5px;
	}
	
		#gallphoto {
		position: absolute;
		left:220px;
		float: right;
		width:824px;
		padding-bottom:5px;
		padding-top:0px;
		margin-top:-18px;
		color:#FFF;
		text-decoration:none;
		z-index: 20003;
		height:750px;
		text-align: right;
		padding-left: 5px;
	}
	

	.btnGreen a{
		background-color:#005767;
		border:1px solid #004c5a;
		text-align:center;
		padding:8px;
		padding-bottom:5px;
		padding-top:5px;
		color:#FFF;
		text-transform:uppercase;
		text-decoration:none;
	}
	.btnGreen a:hover{
		background-color:#0094B1;
	}
	.btnScroll a{
		background-image:url(../images/btnScroll.png);
		width:422px;
		height:21px;
		display:block;
		position:absolute;
		bottom:0;
	}
	.btnScrollTop a{
		background-image:url(../images/btnScrollTop.png);
		width:422px;
		height:21px;
		display:block;
		position:absolute;
		bottom:0;
	}
	.marginLeft {
		margin-left:50px;
		text-align:right
	}
/* base */

/* layout */

	#container2{	
		margin:0 auto;
		background-image:url(../images/contentBg.png);
		background-repeat:no-repeat;
		width:1050px;
		height:783px;
		padding:15px;
		text-align:left;
		line-height:22px;
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
		}	
	#footer{
		position:relative;
		clear:both;
		text-align:right;
		font-weight:bold;
		margin-top:5px;
		padding-right:25px;
		color:#efe7da;
		}	
	#belowMenu {
		width:195px;
		padding-left:22px;
		margin-top:86px;
		font-size: 12px;
	}
	#belowMenu h1{
		color:#163033;
		font-size:1.1em;
		margin-bottom: 1px;
	}
		#belowMenu h15 {
		color:#163033;
		font-size:1em;
		line-height: 30px;
	}
	
		h15 {
		color:#163033;
		font-size:1em;
		line-height: 30px;
	}
	

	#belowMenu h2{
		color:#FFF;
		font-size:.9em;
		margin-bottom: 1px;
	}
	#belowMenu h3{
		color:#163033;
		font-size:.9em;
		margin-bottom:9px;
	}
	
	
		#belowContact {
		width:225px;
		padding-left:0px;
		margin-top: 20px;
		font-size: 12px;
	}
	#belowContact h1{
		color:#ffcf6c;
		font-size:1.2em;
		margin-bottom: 1px;
	}
		#belowContact h15 {
		color:#ffcf6c;
		font-size:1.1em;
		line-height: 30px;
	}
	
	.span-rest{
		color:#1f3737;
		font-size:1.1em;
		line-height: 30px;
	}

	#belowContact h2{
		color:#FFF;
		font-size:1em;
		margin-bottom: 1px;
	}
	#belowContact h3{
		color:#ffcf6c;
		font-size:1em;
		margin-bottom:9px;
	}

	
	
	

	.sidebar {
		position:absolute; 
		z-index:1000; 
		background-image:url(../images/sidebarMenu.png); 
		width:422px; 
		height:750px; 
		margin-top: -1px; 
		margin-left: -2px; 
		display:none;
	}
	.sidebarContainer {
		width:350px;
		margin:0 auto;
		line-height:1.5em;
		clear:both;
		overflow:hidden;
		height:680px;
		padding-top:0px;

	}
	.content{
		clear:both;
		padding:1em 0;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:600px;}
	.secondary{width:280px;margin-left:40px;}
	.tertiary{}
	.quaternary{}
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3{float:left;display:inline;}
		.col1{}
		.col2{}
		.col3{}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */
		#navContainer {
			width:224px;
			float:left
		}
		#navPosition {
			margin:0 auto;
			width:760px;
		}

		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			padding-top:1px;
			list-style:none;
			}
			
	.mnuHome a {
		background-image:url(../images/mnuHome.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuHome a:hover{
		background-image:url(../images/mnuHomeHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
		
			
	.mnuAboutUs a {
		background-image:url(../images/mnuAboutUs.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuAboutUs a:hover{
		background-image:url(../images/mnuAboutUsHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	
	.menuPrivate a{
		background-image:url(../images/menuPrivate.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.menuPrivate a:hover{
		background-image:url(../images/menuPrivateHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	
	.mnuCatering a{
		background-image:url(../images/mnuCatering.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuCatering a:hover{
		background-image:url(../images/mnuCateringHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	
	.mnuContact a{
		background-image:url(../images/mnuContact.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuContact a:hover{
		background-image:url(../images/mnuContactHover.png);
	}
	.mnuDining a{
		background-image:url(../images/mnuDining.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuDining a:hover{
		background-image:url(../images/mnuDiningHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	
	.mnuGiftcards a{
		background-image:url(../images/mnuGiftcards.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuGiftcards a:hover{
		background-image:url(../images/mnuGiftcardsHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	
	.mnuMenus a{
		background-image:url(../images/mnuMenus.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuMenus a:hover{
		background-image:url(../images/mnuMenusHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	
	.mnuNews a{
		background-image:url(../images/mnuNews.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuNews a:hover{
		background-image:url(../images/mnuNewsHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	
	.mnuReservations a{
		background-image:url(../images/mnuReservations.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuReservations a:hover{
		background-image:url(../images/mnuReservationsHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	
	.mnuWinelist a{
		background-image:url(../images/mnuWinelist.png);
		width:186px;
		height:25px;
		display:block;
		margin-bottom: 3px;
		margin-left: 14px;
	}
	.mnuWinelist a:hover{
		background-image:url(../images/mnuWinelistHover.png);
		margin-bottom: 3px;
		margin-left: 14px;
	}
	

	#mnuVip {
		margin-top: -23px;
		margin-left: 16px;
	}

/* //navigation */

/* header */

	#header h1{
		line-height:50px;
		height:50px;
		margin:0;
		}
	#header h1 a{		
		}		

/* // header */
	
/* content */

	.content a, .content a:visited{
		text-decoration:underline;
		}
	
/* // content */

/* footer */
	
	#footer a, #footer a:visited{
		text-decoration:underline;
		}
	
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */


/* rotator in-page placement */
    div#rotator {
	height:750px;
	width:824px;
	float:right
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
	margin-left: -2px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:0px solid #FFF;
	height:750px;
	margin-top:-1px;
}


div#rotateHome ul li.show {
	z-index:500
	margin-left: 200px;
	text-align: right;
	float: right;
}


    div#rotator ul li.show {
	z-index:500
	margin-left: 200px;
	text-align: right;
	float: right;
}

