@charset "UTF-8";
/*
top of the page header body navigation javascript photoshow
*/
#header {
	width: 900px;
	height: 165px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(bistroImages/aixlogo.jpg);
	background-repeat: no-repeat;
	
	/*background-color:#99c960;*/
	/*background-color:#fff;
*/
	
	position:relative;
}

body {
	background-color:#6B8E42;
	margin:0;
	padding:0;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:900px;
	height: 100%;
	margin: auto;
} 

#photoShow {
	width:500px;
	height:300px;
	float:right;
	margin-right:0px;
}
#photoShow div {
	position:absolute;
	z-index: 0;
}
#photoShow div.current {
   z-index: 2;
}
#photoShow div.prev {
	
	z-index: 1;
}


#nav  {
   
	
	float: right;
	
}
#nav ul {
	padding-top: 130px;
	margin-right: 10px;
	float:right;
	
	
}
#nav ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-decoration: none;
	display: inline;
	padding-bottom: 10px;
}
#nav ul li a {
	text-decoration: none;
	padding-left:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000;
	font-weight: bold;	
}
#nav ul li a:hover{
	color: #fff;
	
}




/*   middle of page main content*/

#MainContent {
	/*background-color:#fff;*/
	height: 300px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	} 
#mainText {
	height: 300px;
	width: 375px;
	float: left;
}

#mainText p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: .5em;
	
	display: block;
	
}

#openTableblock{
width: 400px;
float: right;
margin-top: 30px;
background-color: #b9e585;

}

#footer {
	/*background-image:url(bistroImages/stemSmall.png);*/
	

	float:left;
	margin-top: 30px;
	
	}




	


#map {
	height: 300px;
	width: 500px;
	float: right;	
}
#mapText p {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
	

#directionContent {
	height:300px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#directionText {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 300px;
	width: 350px;
	font-family: Helvetica, Arial, sans-serif;	
}

#directionMap {
	float: right;
}
#foodBar {
	background-image: url(bistroImages/foodbar.jpg);
	padding: 0px;
	height: 200px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	
}

#menu {
	
	width: 900px;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left:0;
	margin-left: auto;
	
}

#menu p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #000;
	line-height: 1.25em;
	display: block;
	
}

#wineBar {
	background-image: url(bistroImages/winebar.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 200px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
}
#wineMenu {
	padding: 0px;
	height: 100%;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wineMenu p{
	font-size: .75em;
}
#whiteWine p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #000;
	line-height: 1.25em;
	display: block;
	
}
#redWine p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	color: #000;
	line-height: 1.25em;
	display: block;
	padding-left:40px;
	
}

#redWine{
	width:450px;
	height:300px;
	float:right;
}
#whiteWine{
	width:450px;
	height:300px;
	float:left;
}

#directionsBar {
	background-image: url(bistroImages/directbar.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 900px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}


.bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.lilText{
	font-size: .75em;
}
#chairs {
	background-image:url(bistroImages/stemChairs.png);
	width:900px;
	height:200px;
	clear:both;
}

#aboutText {
	padding: 0px;
	height: 300px;
	width: 400px;
	float:left;
	
	
}
#aboutContent {
	height: 550px;
	width: 900px;
}
#palm {
	background-image: url(bistroImages/palm.jpg);
	background-repeat: no-repeat;
	height:550px;
	width: 400px;
	float:right;
	
}

