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

#wrapper {
	height: 900px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 15px;
}
#logo {
	background-image: url(images/logo.jpg);
	height: 90px;
	width: 200px;
	margin-left: 30px;
	margin-top: 30px;
}
#nav {
	width: 300px;
	margin-left: 640px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#banner {
	height: 277px;
	width: 950px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
li {
	font-family: calibri, Arial;
	font-size: 12pt;
	color: #1e427f;
	font-style: italic;
	line-height: 20px;
}
.text_notitalic {
	font-family: calibri, Arial;
	font-size: 12pt;
	color: #1e427f;
	font-style: normal;
	line-height: 20px;
}

.heading {
	font-family: calibri, Arial;
	font-size: 18pt;
	color: #1e427f;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
}


#content {
	height: 277px;
	width: 950px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(images/we_deliver.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#content_contact {
	height: 277px;
	width: 635px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(images/contact_van.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

a:link {
	color:#1E427F;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#9BC011;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#9BC010;
	text-decoration: none;
}  /* mouse over link */



#contactform {
	float: left;
	height: 250px;
	width: 300px;
	margin-top: 15px;
	margin-left: 15px;
}

#home {
	height: auto;
	width: 145px;
	float: left;
}
#contact {
	width: 155px;
	float: left;
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('validation.png');
}
