@charset "utf-8";
/* CSS Document */

/* Reset */
img, em, ul, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, 
thead, tr, th, td { margin:0;padding:0;outline:0; }
a:active, a:focus { outline: 0; }
a, img { border: 0px none; }
hr     { height:1px; margin:30px 0; border:0; background-color:#016330; }
ul, li { list-style-type:none; }
.clear { clear:both; height:0; padding:0; margin:0; }
.left  { float:left; }
.right { float:right; }
/* Reset End */

html, body { background:url(../images/back.jpg) top center no-repeat #0f0a09; margin:0px; font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#fff; }

/* Heading Styles */
h1 { font-size:18px; font-family:"Arial Narrow"; margin:0; padding:0; color:#d3f7a4; text-shadow:0 1px 0 #000000; }
h2 { font-size:12px; color:#1b1b1b; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; margin:0; padding:0; }
h3 { font-size:25px; font-family:"Arial Narrow"; color:#b79e8b; display:block; margin:20px 0 0 70px; white-space:nowrap; width:200px; }
/* Link Styles */
a:link,
a:visited {	text-decoration: none; color:#d3f7a4; }
a:hover   { text-decoration: none; color:#9C6; }  

/* Common Styles */
.wrapper { width:978px; min-height:490px; margin:auto; overflow:hidden; }

.navigation         { float:left; width:621px; }
.navigation ul      { display:block; float:left; width:621px; }
.navigation ul li   { display:block; float:left; margin:0; padding:0; }
.navigation ul li,
.navigation ul li img,
.navigation ul li a { margin:0; padding:0; float:left; }

.column-left        { float:left; width:307px; background:url(../images/left-column-back.jpg) no-repeat top left; min-height:490px; }
.column-right       { float:left; width:621px; min-height:400px; margin-left:50px; text-align:justify; }
.content-wrapper    { margin-top:44px; width:621px; min-height:350px; background: url(../images/content-back.jpg) top left no-repeat #2d2521; }
.content-end        { background:url(../images/footer-end.gif) bottom left no-repeat; width:621px; height:22px; }
.content            { padding:20px; width:581px; min-height:400px; color:#FFF; }
.limo-img           { margin-left:20px; }

.but-reservation        { background:url(../images/button-reservation.gif) top left no-repeat; display:block; float:left; width:266px; height:58px; margin:400px 0 0 20px; }
.but-reservation:hover  { background:url(../images/button-reservation-hover.gif) top left no-repeat; }
.but-reservation:active { background:url(../images/button-reservation-active.gif) top left no-repeat; }
/* Footer Copyright Styles */

.footer           { color:#564C43; padding:15px 0; overflow:hidden; font-size:12px; }
.footer a         { color:#929383; }
.footer a:hover   { color:#AF977F; }
.footer-content   { width:1000px; margin:auto; overflow:hidden; padding:47px 20px 10px 20px; }
.copyright        { float:left; padding-top:5px; }
.design           { float:right; }
.fleet-img        { margin:0 20px 20px 0; border:solid 3px #B89E87; float:left; }
.fleet-list       { display:block; float:left; margin-left:10px;}
.fleet-list li    { list-style:square; }

/**FORM**/

.input{
	width: 200px;
	font-size: 9px;
    height:20px; 
	font-family:Arial, sans-serif; 
	font-size:12px; 
	border:1px solid #004466;
	margin-top:2px; }
	
.dropDown{
	width: 201px;
	font-size: 9px;
    height:23px; 
	font-family:Arial, sans-serif; 
	font-size:12px; 
	border:1px solid #004466;
	margin-top:10px; }
	
.inputComment{
	width: 196px;
	font-size:9px;
	height: 100px;
	font-family:Arial, sans-serif; 
	font-size:12px; 
	border:1px solid #004466; 
	overflow:auto;
	margin-top:2px;}
	
.inputComment2{
	width: 196px;
	font-size:9px;
	height: 50px;
	font-family:Arial, sans-serif; 
	font-size:12px; 
	border:1px solid #004466; 
	overflow:auto;
	margin-top:10px;}
	
.submitButton{
	height:20px; 
	border: solid 1px #999;
	color: #0f0a09;
	margin-top:2px;}
