*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #666666;
}a{	color: #ffffff;}

a img{
	border: none;
}

td{
	padding-bottom: 5px;
}

#background{
	padding-top: 10px;
	padding-bottom: 10px;
}

#container{
	width: 950px;
	padding: 20px 20px 8px 20px;
	margin: 0 auto;
	background-image: url(../images/background.png);
}
#header{
	background: url(../images/header.png) no-repeat;
	height: 120px;
}

#header img{
	padding-top: 3px;
	padding-left: 10px;
}

#navbar{
	text-align: center;
	padding-right: 124px;
	padding-top: 75px;
}
#navbar a{
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

#navbar a:hover{
	text-decoration: underline;
}

#navbar li{
	display: inline;
	padding-left: 4px;
	padding-right: 2px;
	border-left: 1px solid #000;
}

#navbar li.first{
	border-left: none;
}

#menu{
	float: right;
	width: 472px;
	height: 512px;
	background: url(../images/menubg.jpg) no-repeat;
}

#menu img{
	padding-left: 100px;
	padding-top: 15px;
}

#tequila{
	width: 475px;
	margin-top: 3px;
	height: 254px;
	background: url(../images/tequilabg.jpg) no-repeat;
}

#tequila img{
	padding-left: 240px;
	padding-top: 25px;
}

#survey{
	width: 475px;
	margin-top: 4px;
	height: 254px;
	background: url(../images/surveybg.jpg) no-repeat;
}

#survey img{
	padding-top: 25px;
	padding-left: 20px;
}

#footer{
	height: 45px;
	margin-top: 3px;		margin-bottom: 3px;
	background: url(../images/footer.png) no-repeat;
	text-align: left;		line-height: 1;
}

#footer a{
	text-decoration: underline;
	color: #000;
}#footer p{	padding-top: 5px;	padding-left: 5px;}#footer img{	padding-top: 3px;	padding-right: 5px;}

#contactContainer{
	color: #000;
	height: 400px;
	background-color: #FFF;
}

#contactContainer a{
	color: #000;
}

#contactForm{
	padding-top: 10px;
	margin-left: 10px;
	width: 400px;
}

#contactForm td{
	padding-bottom: 5px;
}

#map{
	margin-top: 10px;
	text-align: center;
	float: right;
	width: 400px;
}

#hours{
	padding-top: 30px;
	margin-left: 10px;
	width: 400px;
}

#surveyForm{
	width: 500px;
	height: 400px;
	color: #000;
	background-color: #FFF;
}

#surveyForm h2{
	text-align: center;
}

.Survey{
	margin-top: 10px;
	margin-bottom: 20px;
}

.left{
	float: left;
}.right{	float: right;}

.clear{
	clear: both;
}.white{	color: #ffffff;}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}