body{
	margin: 0;
}

.banner-container{
	height: 120px;
	position: relative;
	overflow: hidden;
	background: url(images/bg.gif) top left repeat;
}

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

.banner-logo{
	width: 400px;
	height: 58px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-top: 31px;
	margin-bottom: 31px;
	background: url(images/logo.gif) top left no-repeat;	
}

.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: #021afc;
}	
	
.navigation-inner{
	width: 890px;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	left:10px;
	margin-right: auto;
}

.navigation-item{
	height: 20px;
	position: relative;
	overflow: hidden;
	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-left: auto;
	margin-right: auto;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.welcome-box{
	width:840px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom: 20px;
}

.welcome-header{
	width:840px;
	position: relative;
	overflow: hidden;
	font-family: Verdana;
	font-size:23px;
	color: black;
}

.welcome-body{
	width:840px;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
	font-family: Verdana;
	font-size:13px;
	color: black;
}

.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:400px;
	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: 400px;
	position: relative;
	overflow: hidden;
	float: left;
	padding:5px 5px 5px 5px;
	border: #cccccc 1px solid;
	margin-left: 30px;
	margin-top:40px;
	margin-bottom: 20px;
}

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

.relationship-body{
	width:390px;
	position: relative;
	overflow: hidden;
	font-family: Verdana;
	font-size:13px;
	color: black;
}

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

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

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

.standards-rowleft{
	width:30px;
	height:30px;
	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:13px;
	color: black;
}

