/* Preparing the web page */
body {
	background: #999;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #202020;
	}
	
p {
	padding: 0;
	margin-top: 0;
	}

img {
	border: 0;
	}

/* To clear multi-column divs */
.clear {
	clear: both;
	}

/* Main layout container */
#container {
	width: 800px;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	font-size: .75em;
	}

/* Start Topbar CSS */
#topbar {
	height: 25px;
	width: 100%;
	background: #000;
	color: #fff;
	}

.topbar_l {
	width: 150px;
	padding: 5px 0 0 15px;
	float: left;
	}

.red {
	color: #db0c0c;
	}

.topbar_m {
	width: 500px;
	padding: 5px 15px 0 0;
	text-align: right;
	float: left;
	}

.topbar_r {
	width: 120px;
	height: 20px;
	padding-top: 5px;
	background: #9e0e0e;
	color: #fff;
	text-align: center;
	float: right;
	}
.topbar_r a:visited {
	color: #fff;
	text-decoration: none;
	}

/* End Topbar CSS */

/* Image header */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}

#nav {
	margin: 0;
	padding: 0;
	height: 44px;
	background: #45484c;
	}

/* Start CSS only image rollover navigation */
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 800px;
  height: 39px;
  position: relative;
}

#menu ul { 
list-style: none; 
margin: 0; 
width: 22px;
} 

#menu li { 
display: inline; 
padding: 0; 
} 

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 71px;
  height: 39px;
  background: url(images/limo_03.gif) no-repeat;
}

#menu .home-active {
  width: 71px;
  height: 39px;
  background: url(images/limo_03.gif) no-repeat bottom;
}

#menu .services {
  width: 80px;
  height: 39px;
  background: url(images/limo_04.gif) no-repeat;
  left: 71px;
  top: 0;
}

#menu .services-active {
  width: 80px;
  height: 39px;
  background: url(images/limo_04.gif) no-repeat bottom;
  left: 71px;
  top: 0;  
}

#menu .ourfleet {
  width: 85px;
  height: 39px;
  background: url(images/limo_05.gif) no-repeat;
  left: 151px;
  top: 0;
}

#menu .ourfleet-active {
  width: 85px;
  height: 39px;
  background: url(images/limo_05.gif) no-repeat bottom;
  left: 151px;
  top: 0;
}

#menu .airport {
  width: 130px;
  height: 39px;
  background: url(images/limo_06.gif) no-repeat;
  left: 236px;
  top: 0;

}

#menu .airport-active {
  width: 130px;
  height: 39px;
  background: url(images/limo_06.gif) no-repeat bottom;
  left: 236px;
  top: 0;
}

#menu .corporate {
  width: 98px;
  height: 39px;
  background: url(images/limo_07.gif) no-repeat;
  left: 366px;
  top: 0;
}

#menu .corporate-active {
  width: 98px;
  height: 39px;
  background: url(images/limo_07.gif) no-repeat bottom;
  left: 366px;
  top: 0;
}

#menu .wedding {
  width: 89px;
  height: 39px;
  background: url(images/limo_08.gif) no-repeat;
  left: 464px;
  top: 0;
}

#menu .wedding-active {
  width: 89px;
  height: 39px;
  background: url(images/limo_08.gif) no-repeat bottom;
  left: 464px;
  top: 0;
}

#menu .special {
  width: 147px;
  height: 39px;
  background: url(images/limo_09.gif) no-repeat;
  left: 553px;
  top: 0;
}

#menu .special-active {
  width: 147px;
  height: 39px;
  background: url(images/limo_09.gif) no-repeat bottom;
  left: 553px;
  top: 0;
}

#menu .reservation {
  width: 100px;
  height: 39px;
  background: url(images/limo_10.gif) no-repeat;
  left: 700px;
  top: 0;
}

#menu .reservation-active {
  width: 100px;
  height: 39px;
  background: url(images/limo_10.gif) no-repeat bottom;
  left: 700px;
  top: 0;
}
/* End CSS Only navigation */ 

/* Start Photo bar */
#photos {
	width: 100%;
	height: 114px;
	background: url(images/photobg.gif) repeat-x;
	text-align: center;
	border-bottom: 5px solid #6b0808;
	padding-top: 20px;
	}

#photos ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#photos li {
	display: inline;
	padding: 0;
	margin: 5px;
	}
/* End Photo bar */

/*Start Main content */
.main {
	width: 100%;
	background: #fff;
	padding-top: 25px;
	}

.main_l {
	width: 350px;
	padding-left: 10px;
	margin: 0;
	float: left;
	}

.main_l1 {
	width: 490px;
	padding-left: 10px;
	margin: 0;
	float: left;
	}

.main_r {
	width: 420px;
	margin: 0;
	padding: 0;
	float: right;
	}
.main_r1 {
	width: 280px;
	margin: 0;
	padding: 0;
	float: right;
	}

.main_rl {
	width: 770px;
	margin: 0;
	padding: 0;
	float: right;
	}

.bigtext {
	font-size: 1.5em;
	}

.text1 {
	padding: 0 0 30px 10px;
	margin: 0;
	}

.text2 {
	padding: 30px 20px;
	margin: 0;
	}
/*End main content */


/* Start footer */
#footer {
	background: #191919;
	width: 100%;
	height: 59px;
	border-top: 5px solid #6b0808;
	color: #414141;
	}

#footer a, #footer a:visited {
	color: #8b8b8b;
	text-decoration: none;
	}

#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
	}
	
#footer p {
	padding: 10px 0 0 20px;
	margin: 0;
	}
	
#footer img {
	float: right;
	}
/*End footer */