/*
        
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 16px;
 background: #87c4ea url(image/bg.png) repeat-x;
  
}
a:link {
	color: #0574c2;
}
#topwrapper {
	background-color: #2969b1;
	width: 100%;
}
#topnav {
	margin: 0 auto;
	width: 845px;		
	padding-top: 5px;	
}
	#topnav p {
		padding-bottom: 5px;
		color: #fff;
		font-size: 11px;
	}
	#topnav a {
		color: #fff;
	}
	
#wrapper { 
 margin: auto;
 width: 845px;
 padding: 10px;
 background: #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border: 5px solid #75a8e1;
}




#header {
 color: #333;
 width: 825px;
 float: left;
 padding: 0 10px; 
 height: 243px;
 margin: 0; 
 background: url(image/headerimg.jpg) no-repeat center;
}
	#header #about {
		font-size: 1.2em;
		float: right;
		width: 180px;
		margin: 5px 10px 0 0;
		background-color: #c6e8fe;
		padding: 20px;
		-moz-border-radius: 10px;		
	}
#navigation {
 width: auto;
 clear: both; 
 color: #333;
 padding: 20px 0;
 margin: 0px 0px 0px 0px;
}

#menu {
	list-style: none;
	padding: 0;
	margin: -50px 0 0 0;	
	height: 110px;	
	position: relative;
	background: url(image/navbg.gif) repeat-x bottom; 

}
#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 .company {
	width: 109px;
	height: 58px;
	background: url(image/company.gif) no-repeat;
	left: 55px;
	top: 53px;
}
#menu .company span {
	width: 29px;
	height: 16px;
	background: url(image/over.gif) no-repeat;
	left: 42px;
	top: -5px;
}
#menu .ourfeet {
	width: 99px;
	height: 58px;
	background: url(image/ourfleet.gif) no-repeat;
	left: 165px;
	top: 53px;
}
#menu .ourfeet span {
	width: 29px;
	height: 16px;
	background: url(image/over.gif) no-repeat;
	left: 34px;
	top: -5px;
}
#menu .reservations {
	width: 119px;
	height: 58px;
	background: url(image/reservations.gif) no-repeat;
	left: 265px;
	top: 53px;
}
#menu .reservations span {
	width: 29px;
	height: 16px;
	background: url(image/over.gif) no-repeat;
	left: 45px;
	top: -5px;
}
#menu .rates {
	width: 103px;
	height: 58px;
	background: url(image/rates.gif) no-repeat;
	left: 385px;
	top: 53px;
}
#menu .rates span {
	width: 29px;
	height: 16px;
	background: url(image/over.gif) no-repeat;
	left: 32px;
	top: -5px;
}
#menu .ourtown {
	width: 150px;
	height: 58px;
	background: url(image/ourtown.gif) no-repeat;
	left: 489px;
	top: 53px;
}
#menu .ourtown span {
	width: 29px;
	height: 16px;
	background: url(image/over.gif) no-repeat;
	left: 55px;
	top: -5px;
}
#menu .contact {
	width: 136px;
	height: 58px;
	background: url(image/contact.gif) no-repeat;
	left: 640px;
	top: 53px;
}
#menu .contact span {
	width: 29px;
	height: 16px;
	background: url(image/over.gif) no-repeat;
	left: 50px;
	top: -5px;
}

#sidebar {  
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0; 
	width: 200px;
	float: left; 
}
#sidebar h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #086bb5;
	padding: 0 0 0 40px;
	background: url(image/map.png) left no-repeat;
	height: 60px;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 16px Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
	width:200px;
}
#sidebar ul li {
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#sidebar ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	background:#086bb5;
	padding:0 0 0 20px;
	width:180px;
}
#sidebar ul li a:hover {
	background:#bbb url("image/vert-one_arrow.gif") no-repeat 0 9px;
}


	
.cat {
	width: auto;	
	float: left; 
	margin: 2.5em 30px; 
	padding: 10px 20px; 
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.services {
	float: left; 
	width: 50%;
	
}
.services p, .company p {
	float: left;	 
	margin: 0 10px 5px 0; 	
	line-height: 16px;
}
.company {
	float: left;
	width: 100%;
}
.company ul {
	list-style-type: square;
	padding: 5px 0 5px 15px;
	font-weight: bold;
}	
.company ul li {
	
}
	
#main { 
	float: left;
	color: #333;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	height: auto;
	width: 622px;
	display: inline;
	border-left: 1px solid #ccc;
}
#main h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #086bb5;
	padding: 10px 0 5px 0;
}
#main p {
	padding-top: 5px;
}
#main ul {
	list-style-type: disc;
	padding-left: 15px;
}

	#main .first {
		float: left;
		width: 600px;		
		padding: 0 2px 0 0;		
	}
	#main .second {
		float: right;
		width: 207;
		margin: 0 0 0 10px;
		padding: 10px;
		border: 1px solid #ccc;
		text-align: center;
		background: #eee;
	}
	#main .second h3 {
		margin-bottom: 20px;
		background: url(image/mobile.gif) left no-repeat;
		height: 35px;
		padding: 15px 0 0 0;
	}
	#main .order {
		float: left;
		margin: 50px 8px 0 0;
		padding: 5px;
		width: 400px;
		background: #086bb5;
		border: 1px solid #034b80;
		-moz-border-radius: 5px;
		-webkist-border-radius: 5px;
		color: #fff;
	}
#footer { 
	width: 825px;
	clear: both;
	color: #000;	
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



form {
 float: left;
}
	form p {
		font-size: 10px;		
	}

	input {
		border: 1px solid #717171;
		margin-bottom: 10px;
		float: left;
	}
		form table input#company, #adress, #email, #name, #city, #destination, #destinationcity {
			width: 150px;
		}

	label {
	 display: block;
	}
	
	select {
		border: 1px solid #717171;
		margin-bottom: 10px;
	}
	
	form table {
		width: 400px;
	}
	
	
table {
	font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	padding: 0; 
	margin: 0; 
	border-collapse: collapse; 
	color: #333; 
	background: #F3F5F7; 
	width: 65%;
}

table thead th {
	background: #3A4856; 
	padding: 15px 10px; 
	color: #fff; 
	text-align: left; 
	font-weight: normal;
}

table tbody, table thead {
	border-left: 1px solid #EAECEE; 
	border-right: 1px solid #EAECEE;
}

table tbody {
	border-bottom: 1px solid #EAECEE;
}
                      
table tbody td, table tbody th {
	padding: 10px; 
	text-align: left;
}

table tbody tr {
	background: #F3F5F7;
}

table tbody tr.odd {
	background: #F0F2F4;
}

table tbody  tr:hover {
	background: #EAECEE; 
	color: #111;
}



/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 640px; /* important */
	height: 540px; /* important */
	margin: 0;
	background: #fff;
}

#example_6_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
		width: 13440px;
	}
	#container_bd #example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
	}

#container_bd #example_6 ul li img {
	display: block;
}

#example_6_frame {
	position: relative;
	margin: 485px 131px 0 131px;
}
#container_bd #example_6_frame ul li {
	margin: 0 2px;
}
#container_bd #example_6_frame ul li img{
	border: 1px solid #9cf;
	padding: 2px;
}
	#container_bd #example_6_frame ul li img:hover {border: 1px solid #369;}

p.phone {
	float: right;
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;	
}
img.fleet {
	border: 3px solid #87c4ea;
	margin-bottom: 10px;
}	

#partners {
	margin: 10px 0;
}

#partners h3 {
	margin-bottom: 5px;
}

#partners img {
	border: none;
}

#discount img {
	border: none;
}