body
{
	margin: 0 0 15px 0;
	padding: 0;
	background: #000;
	color: #CCC;
	font-family: eurostar regular extended, trebuchet ms, arial, verdana, tahoma, times new roman;
}

span
{
	color: #FD7217;
}

textarea
{
	color: #FFF;
}

img
{
	border: 0;
}

img.imgright
{
	float: right;
}

a
{
	color: #FD7217;
	text-decoration: none;
}

hr
{
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
	color: #777;
	background: #777;
}

#headercont
{
	width: 100%;
	height: 125px;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 125px;
	background: #000 url('../images/background-header.gif') no-repeat;
}








#menucont
{
	width: 100%;
	height: 25px;
	background: #3D3936;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	height: 25px;
}

#menu ul
{
	width: auto;
	padding: 0;
	margin: 0 0 0 55px;
	font-size: 80%;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
}

#menu ul li a span
{
	display: none;
}

#menu ul li a.button_home
{
	width: 100px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/home-1.png') no-repeat;
}

#menu ul li a.button_home:hover
{
	width: 100px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/home-2.png') no-repeat;
}

#menu ul li a.button_service
{
	width: 150px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/service-1.png') no-repeat;
}

#menu ul li a.button_service:hover
{
	width: 150px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/service-2.png') no-repeat;
}

#menu ul li a.button_vehicles
{
	width: 150px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/vehicles-1.png') no-repeat;
}

#menu ul li a.button_vehicles:hover
{
	width: 150px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/vehicles-2.png') no-repeat;
}

#menu ul li a.button_booking
{
	width: 160px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/booking-1.png') no-repeat;
}

#menu ul li a.button_booking:hover
{
	width: 160px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/booking-2.png') no-repeat;
}

#menu ul li a.button_contact
{
	width: 110px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/contact-1.png') no-repeat;
}

#menu ul li a.button_contact:hover
{
	width: 110px;
	height: 25px;
	background: #3D3936 url('../images/menu_buttons/contact-2.png') no-repeat;
}










#maincont
{
	width: 100%;
	font-size: 95%;
	line-height: 150%;
}

#main
{
	margin: 0 auto;
	width: 800px;
	text-align: center;
}

#mainblack
{
	margin: 0 auto;
	width: 600px;
	text-align: left;
	background: #000;
	color: #FFF;
	padding: 30px 100px;
	font-size: 95%;
}

#mainwhite
{
	margin: 0 auto;
	width: 600px;
	text-align: left;
	background: #FFF;
	color: #333;
	padding: 30px 100px;
	font-size: 95%;
}

#mainblack p.title
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#mainblack p.orange
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	color: #FD7217;
}

#mainflash
{
	margin: 0 auto;
	width: 600px;
	height: 270px;
}

#main h1, #mainwhite h1, #mainblack h1
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 165%;
	font-weight: normal;
}

#main b, #mainwhite b
{
	color: #FFF;
}

#main p, #mainwhite p
{
	margin: 0 0 10px 0;
	padding: 0;
}

#flash
{
	width: 600px;
	height: 150px;
	margin: 0 0 15px 0;
	border: 1px solid #CCC;
}

#vehicles
{
	width: 600px;
	height: 75px;
	border: 1px solid #CCC;
	margin: 0 0 15px 0;
}

#footer
{
	margin: 0 auto;
	width: 800px;
	padding: 15px 0;
	border-top: 1px solid #333;
	color: #555;
	font-size: 70%;
	font-family: arial;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footerleft
{
	float: left;
	width: 250px;
	margin: 0 0 15px 0;
}

#footerright
{
	float: left;
	width: 550px;
	margin: 17px 0 0 0;
	text-align: right;
}

#footerright a, a:hover
{
	color: #555;
	text-decoration: none;
}


#footerright a.orangelink
{
	color: #FD7217;
	text-decoration: none;
	font-weight: bold;
}

#footerright a.orangelink:hover
{
	color: #FFF;
	text-decoration: none;
}





form, input
{
	font-family: "arial";
	font-size: 90%;
	padding: 4px;
}

table.booking
{
	width: 600px;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

table.booking td
{
	vertical-align: top;
}

table.booking td span
{
	color: #FD7217;
	font-weight: bold;
}

table.booking td.right
{
	width: 175px;
}

table.booking td input
{
	width: 200px;
	margin: 0 0 5px 0;
	color: #000;
}

table.booking td select
{
	margin: 0 0 5px 0;
}

table.booking td textarea
{
	width: 250px;
	height: 100px;
	padding: 5px;
	color: #000;
	margin: 0 0 5px 0;
	font-family: "arial";
}



.fleetvolvo
{
	width: 600px;
	height: 22px;
	padding: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 0 15px 0;
	background: url('../images/title-volvo.gif') no-repeat;
}

#mainwhite p.title span
{
	color: #C45C1D;
}

.fleeteclass
{
	width: 600px;
	height: 22px;
	padding: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 0 15px 0;
	background: url('../images/title-eclass.gif') no-repeat;
}

.fleetviano
{
	width: 600px;
	height: 22px;
	padding: 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0 0 15px 0;
	background: url('../images/title-viano.gif') no-repeat;
}

table.fleet
{
	width: 600px;
	margin: 0 0 15px 0;
	font-family: "arial";
	font-size: 85%;
	border-collapse: collapse;
	line-height: 130%;
}

table.fleet td
{
	vertical-align: top;
}

table.fleet td.left
{
	width: 70px;
}

table.fleet td.middle
{
	width: 240px;
	padding: 0 10px 0 15px;
}

table.fleet td.right
{
	width: 265px;
}

#quickquote
{
	width: 152px;
	height: 47px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/quickquote.png);
	display: block;
}

:hover#quickquote
{
	background-position: bottom left;
}