body {
	margin:0px;
}
#container
{
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.02, #F6FBFF),
	    color-stop(0.51, #7EB0DA)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #F6FBFF 2%,
	    #7EB0DA 51%
	);
	width:100%;
	height:100%;
}

.banner-container{
	height: 120px;
	position: relative;
	overflow: hidden;
	
}

.banner-inner{
	width: 900px;
	height: 120px;
	position: relative;
	overflow: hidden;
	margin:0px auto 0px auto;
}

.banner-inner img
{
	float:left;
	margin-top:30px;
}

.banner-infobox{
	width: 300px;
	height: 110px;
	position: relative;
	overflow: hidden;
	float: right;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	text-align: right;
	margin-top:10px;
}

.navigation{
	height: 20px;
	position: relative;
	overflow: hidden;
	background: #326b9c;
	width: 880px;
	padding:5px 10px 5px 10px;
	margin:0px auto 0px auto;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
}	
	
.navigation-inner{
	width: 900px;
	height: 20px;
	overflow: hidden;
}
.navigation-item {
	height:20px;
	margin:0px;
	padding:0px;
}

.navigation-item li{
	height: 20px;
	display:block;
	position: relative;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	color: white;
	margin-right:40px;
	padding-left:20px;
	background: url(images/star.gif) top left no-repeat;
}

.navigation a:link{
	color: white;
	text-decoration: none;
}

.navigation a:active{
	color: white;
	text-decoration: none;
}

.navigation a:hover{
	color: white;
	text-decoration: none;
}

.navigation a:visited{
	color: white;
	text-decoration: none;
}

.content-container{
	width: 900px;
	position: relative;
	overflow: hidden;
	margin:0px auto 50px auto;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	background:#fff;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.welcome-box{
	padding:20px;
	position: relative;
	overflow: hidden;
	margin:0px 0px 20px 0px;
	background:#1d496d;
}

.welcome-header{
	font-family: Verdana;
	font-size:23px;
	color: #fff;
}

.welcome-body{
	margin-top: 5px;
	font-family: Verdana;
	font-size:12px;
	color: #fff;
}

.formcontainer{
	width:840px;
	position: relative;
	overflow: hidden;
	float: left;
}

.formleft{
	width:300px;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: right;
	margin-bottom: 5px;
}

.formright{
	width:520px;
	position: relative;
	overflow: hidden;
	float: right;
	text-align: left;
	padding-left: 10px;
	margin-bottom:5px;
}

.forminput-text{
	width:300px;
		
}

.volvo-box{
	width:390px;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 5px 5px 5px 5px;
	border: #cccccc 1px solid;
	margin-left:30px;
	margin-bottom:30px;
	text-align: center;
}

.relationship-box{
	width: 380px;
	position: relative;
	overflow: hidden;
	float: left;
	padding:10px;
	border: #cccccc 1px solid;
	margin-left: 30px;
	margin-bottom: 20px;
}

.relationship-header{
	font-family: Verdana;
	font-size:23px;
	color: black;
	margin-bottom:10px;
}

.relationship-body{
	font-family: Verdana;
	font-size:12px;
	color: black;
}

.standards-box{
	width:400px;
	position: relative;
	overflow: hidden;
	padding:10px;
	border: #cccccc 1px solid;
	float: right;
	margin-right:30px;
	margin-bottom:30px;
}

.standards-header{
	width:390px;
	position: relative;
	overflow: hidden;
	font-family: Verdana;
	font-size:23px;
	color: black;
	margin-bottom: 10px;
}

.standards-rowcontainer{
	position: relative;
	overflow: hidden;
	float: left;
	margin-top:10px;
}

.standards-rowleft{
	width:30px;
	height:24px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background: url(images/tick.png) top center no-repeat;
}

.standards-rowright{
	width:350px;
	position: relative;
	overflow: hidden;
	float: right;
	font-family: Verdana;
	font-size:12px;
	color: black;
}

h2 {
	font-family:Verdana;
	font-size:23px;
	font-weight:normal;
	margin:0px;
}

p {
	font-family:Verdana;
	font-size:12px;
}

#destinations {
	float:left;
	width:400px;
	margin:0px 10px 10px 20px;
	border:#ddd 1px solid;
	padding:10px;
}

#courier {
	float:right;
	width:400px;
	margin:0px 20px 10px 0px;
	border:#ddd 1px solid;
	padding:10px;
}

#contact {
	padding:20px;
	font-size:12px;
	font-family:verdana;
}
