html { background-image:url(../img/bg.png); overflow-y:scroll; }
body {
	background-image:url(../img/body_bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	overflow:auto;
}
h1, h2, h3 { margin:3px; text-shadow:1px 1px 1px #999; }
p { 
	font-size:116%; 
	line-height:1.4em;
	margin-bottom:0.7em;
	text-align:justify; 
}
a:link, a:visited { color:#fff; text-decoration:none; }
a:hover, a:active { color:#f90; text-decoration:underline; }

#container {
	background-image:url(../img/header.png);
	background-position:top center;
	background-repeat:no-repeat;
	overflow:auto;
}

#header { height:200px; }
	#header * { display:none; }

#mainNav { list-style-type:none; color:#eee; }	
	#mainNav li {
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#mainNav li a {
		background-position:top left;
		background-repeat:no-repeat;
		display:block;
		font-size:21px;
		height:35px;
		margin-left:-10px;
		padding-left:10px;
		text-decoration:none;
	}
	#navHome a { background-image:url(../img/button_home.png); }
	#navLimos a { background-image:url(../img/button_limos.png); }
	#navContactUs a { background-image:url(../img/button_contact.png); }
	#navReservations a { background-image:url(../img/button_reservations.png); }
	
	#mainNav li a:hover { background-position:center left; color:#000; }
	#mainNav li.current a:link,
	#mainNam li.current a:visited { background-position:bottom left; color:#ccc;	}
	#mainNav li a span {
		color:black;
		display:none;
		padding-top:30px;
	}
	
#footer {
	background-color:#000;
	color:#FFF;
	margin-top:10px;
	text-align:center;
	width:960px;
}
	#footer a:hover,
	#footer a:active { color:#f90; }

#footerNav {
	clear:both;
	display:inline-block;
	list-style-type:none;
	margin-bottom:0;
	margin-top:10px;
}	
	#footerNav li {
		display:inline;
		list-style-type:none;
		margin:0 5px;
		padding:0;
	}
		#footerNav a:link { color:#fff; }
		#footerNav a:visited { color:#ccc; }
		#footerNav a:hover,
		#footerNav a:active { color:#f90; }
		
#copyright { margin-bottom:10px; }
#credits { color:#666; font-size:10px; margin-bottom:10px; }
	#credits a:link,
	#credits a:visited { color:#666; }
	#credits a:hover,
	#credits a:active { color:#f90; }
		
.information {
	background-color:#fc0;
	border:2px solid #c90;
	box-shadow:5px 5px 5px #666;
	line-height:1.3em;
	margin:10px 10px 15px 0;
	padding:5px 10px;
	text-align:justify;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.error {
	background-color:#fcf;
	border:1px solid #c00;
	box-shadow:5px 5px 5px #666;
	color:#CC0000;
	font-weight:bold;
	line-height:1.3em;
	margin:10px 0 15px 0;
	padding:5px 10px;
	text-align:justify;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.alignCenter { text-align:center; }
.alignRight { text-align:right; }

.label { font-weight:bold; text-align:right; }
.required { color:#F00; }
.requiredMessage { display:none; }
.textBox { width:100%; }

.limoEntry {
	background-color:#565;
	background-image:url(../img/divider.png);
	background-position:top left;
	background-repeat:repeat-x;
	box-shadow:5px 5px 5px #333;
	color:#fff;
	margin-bottom:20px;
	padding:7px 0 10px 0;
	overflow:auto;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
	.limoEntry h3 { margin:0 15px; text-shadow:2px 2px 2px #000; }
	
.limoDescription h3, 
.limoDescription h4, 
.limoDescription ul {
	margin:0;
	padding:0;
	text-shadow:1px 1px 1px #333;
}

.limoGallery {
	background-color:#666;
	border:1px solid #333;
	margin:0 15px;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
	.limoGallery a {
		margin:0 3px;
	}
		.limoGallery a img {
			border:3px solid #333;
		}

.reserveLink {
	color:#fff;
	font-size:138.5%;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
}
	.reserveLink a { text-decoration:none; }
	
.linkBox {
	text-align:center;
	margin-bottom:5px;
}
	.linkBox a:link,
	.linkBox a:visited {
		background-color:#fff;
		border:1px solid #000;
		color:#333;
		display:block;
		font-weight:bold;
		font-size:1.2em;
		margin-right:10px;
		padding:3px;
	}
	.linkBox a:hover,
	.linkBox a:active {
		background-color:#eee;
		border:1px solid #666;
		color:#630;
		text-decoration:none;
	}
