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

body{
	margin: 0;
	font-size:10pt;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background: #f0f0f0;
}

.vacancies {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 230px;
	height: 132px;
	}
	
.getaquote2 {
	position:absolute; 
	width: 58px;
	height: 201px;
	margin: 171px 30px 0px -45px;
	}

.getaquote2 {
	}

.container{
	width:920px;
	margin:0 auto;
	background: url(images/content_bg.png);
}

.container_body {
	width: 896px;
	margin:0 auto;
	background: #fff;
}

.header {
	height: 120px;
}

.links {
	height: 50px;
}

.banner {
	height: 412px;
	width: 470px;
}

.banner2 {
	height: 200px;
}

.banner3 {
	height: 270px;
}
.banner4 {
	height: 298px;
	width: 514px;
}
.content_left {
	clear:both;
	float:left;
	width:296px;
	padding:0px 0px 0px 10px;
}

.content {
	width: 533px;
	margin-left: 340px;
	min-height: 340px;
}

.content_sameday {
	width: 533px;
	margin-left: 340px;
	min-height: 400px;
}

.content_testimonial {
	width: 533px;
	margin-left: 340px;
	min-height: 600px;
}

.content_quote {
	width: 533px;
	margin-left: 340px;
	min-height: 700px;
}
.content_vehicles {
	width: 533px;
	margin-left: 340px;
	min-height: 600px;
}

.content_testimonials {
	width: 450px;
	background:url(images/testimonial_bg.gif) top right no-repeat;
	padding-right: 90px;
}

.content_v1 {
	float: left;
	width: 250px;
	margin: 10px 0px 10px 0px;
}

.content_v2 {
	float: right;
	width: 250px;
	margin: 10px 0px 10px 0px;
}

.footer {
	clear:both;
	background: #194f66;
}

.footer_text {
	margin:0 auto;
	width: 920px;
	background: url(images/footer_bg.gif) repeat-y;
	min-height: 100px;
}

.footer_sitemap {
	float:left;
	text-transform: uppercase;
	color: #fff;
	font-size:10px;
	margin: 10px 0px 0px 30px;
	width: 400px;
}

.footer_copyright{
	text-transform: uppercase;
	text-align:right;
	color: #fff;
	font-size:10px;
	float:right;
	margin: 20px 30px 0px 0px;
	width: 400px;
}


/*
*	Setup Links
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin-left: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	list-style-type:none;
	}

ul.cssmenu li a {
	display: block;
	width: 112px;
	height: 44px;
	background: url(images/sprite_top.gif);
	}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0 0;
	}

ul.cssmenu li.sameday a {
	background-position: 0 -44px;
	}

ul.cssmenu li.european a {
	background-position: 0 -88px;
	}
	
	ul.cssmenu li.freight a {
	background-position: 0 -132px;
	}

ul.cssmenu li.vehicles a {
	background-position: 0 -176px;
	}
	
ul.cssmenu li.testimonials a {
	background-position: 0 -220px;
	}
	
ul.cssmenu li.getaquote a {
	background-position: 0 -264px;
	}
	
ul.cssmenu li.contactus a {
	background-position: 0 -308px;
	}

/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: -112px 0px;
	}

ul.cssmenu li.sameday a:hover {
	background-position: -112px -44px;
	}

ul.cssmenu li.european a:hover {
	background-position: -112px -88px;
	}
	
	ul.cssmenu li.freight a:hover {
	background-position: -112px -132px;
	}

ul.cssmenu li.vehicles a:hover {
	background-position: -112px -176px;
	}
	
ul.cssmenu li.testimonials a:hover {
	background-position: -112px -220px;
	}
	
ul.cssmenu li.getaquote a:hover {
	background-position: -112px -264px;
	}

ul.cssmenu li.contactus a:hover {
	background-position: -112px -308px;
	}

/*
*	Setup Links END
*/

/* Links */

a img{
	border:0;
}

.footer, .footer a, .footer a:hover{
	color:#fff;
	text-decoration:none;
}
.footer a:hover, .footer a.current{
	color:#fff;
	text-decoration: underline;
}

a{
	text-decoration:underline;
	color:#333;
}
a:hover{
	text-decoration:none;
}

/* headings */

h1, h2, h3, h4, h5 {
	margin:0;
	color: #184a61;
}

