@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

a:focus {
	outline: none;
}


body {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #666600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

#menu a#home, a#services1, a#contact {
  background-position: left bottom;	
}


#wrapper {
	height: auto;
	width: 1024px;
	margin: 0px auto;
}

#header {
	width: 1024px;
	height: 117px;
}

#leftsidebar {
	background-image: url(images/leftsidebarbg.jpg);
	background-repeat: no-repeat;
	height: 415px;
	width: 226px;
	float: left;
	padding: 28px 15px 0px 25px;
}

#leftsidebar ul {
	list-style-position: inside;
}

#leftsidebar ul li {
	margin-top: 18px;
}

.servicesbox ul li {
	list-style-position: inside;
}

.servicesbox ul li {
	margin-top: 0px;
}

#contentright {
	background-image: url(images/contentrightbg.jpg);
	height: 417px;
	width: 693px;
	float: right;
	padding: 28px 35px 0px 25px;
	background-repeat: no-repeat;
}


#logo {
	width: 504px;
	height: 59px;
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 59px;
}

#menu {
	list-style: none;
	width:408px;
	height: 41px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
	float: right;
	display: block;
	padding: 76px 0px 0px 0px
}

#menu span {
  display: none;
  position: absolute;
}
#menu a {
	display: block;
	text-indent: -9999px;
	outline: none;
	float: left;
	margin-right: 10px;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
	width: 98px;
	height: 41px;
	background-image: url(images/homebtn.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu .home span {
  width: 86px;
  height: 14px;
  background: url(images/home-over.gif) no-repeat;

}

#menu .about {
	width: 98px;
	height: 41px;
	background-image: url(images/servicesbtn.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu .about span {
  width: 40px;
  height: 12px;
  background: url(images/about-over.gif) no-repeat;

}
#menu .contact {
	width: 98px;
	height: 41px;
	background-image: url(images/contactbtn.jpg);
	background-repeat: no-repeat;
	float: left;
}
#menu li {
	float: left;
	width: 136px;
}

#menu .contact span {
  width: 92px;
  height: 20px;
  background: url(images/rss-over.gif) no-repeat;

}

#banner {
	width:1024px;
	height: 303px;
	margin: 
}

#content {
	width: 1024px;
	height: auto;
}
#contentright p {
	height: auto;
	width: 500px;
	margin-top: 18px;
	float: left;
	text-align: justify;
}

.servicesbox {
	background-image:url(images/serviceboxbg.jpg);
	width: 222px;
	height: 317px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 21px;
	padding-right: 23px;
}

#why {
	background-image: url(images/why.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 137px;
	text-indent: -9999px;
}

#aboutus {
	background-image: url(images/aboutus.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 148px;
	text-indent: -9999px;
}
#basic {
	background-image: url(images/basic.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 142px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#includes {
	background-image: url(images/includes.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 216px;
	margin: 10px 0px;
	text-indent: -9999px;
}

#midday {
	background-image: url(images/midday.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 216px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#extra {
	background-image: url(images/extra.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 216px;
	text-indent: -9999px;
	margin: 10px 0px;
}

#taxi {
	background-image: url(images/taxi.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 216px;
	text-indent: -9999px;
	margin: 10px 0px;
}

#areas {
	background-image: url(images/areas.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 142px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#note {
	background-image: url(images/note.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 216px;
	text-indent: -9999px;
	margin: 10px 0px;
}

#contentrightsidebar {
	float: right;
	width: 177px;
	height: auto;
	padding-top: 18px;
}

#footer {
	background: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 48px;
	clear: both;
	padding-top: 15px;
	min-width: 1024px;
}

#footer p {
	text-align: center;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}
#pictures {
	height: auto;
	width: 481px;
	float: left;
}

