@charset "UTF-8";
/* CSS Document */
* {margin: 0 auto;padding: 0px;}
img {border: 0px;}
body {
	background: #005189 url('../img/bg.png') top center repeat-x;
}
#wrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
	}
.copier {
	position: absolute;
	bottom: 5px;
	right: 5px;
	}
.copier2 {
	position: absolute;
	bottom: 5px;
	right: 5px;
	}
#header {
	background: url('../img/header.png') no-repeat;
	margin: 1em 0em 0em 0em auto;
	width: 800px;
	height: 123px;
	}
.navigation {position: absolute; top: 82px; padding: 10px; text-align:center;}
.navigation li{display:inline;line-height: 2em;text-transform:uppercase;font-size:15px;margin-right: 30px;}
.navigation a {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	}
.navigation a:hover {
	color:#2d86c4;
	text-decoration: none;
	font-weight: bold;
	}
#content {
	background: #aedfe5;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	width: 794px;
	color: #000;
	}
.homeblock {
	background: #fff;
	width: 100%;
	height: 254px;
	color:#2d86c4;
	}
.homeblock img {margin-right: 10px;}
.homeblock p {padding: 5px 5px 5px 20px;}
.contactblock {
	background: #fff;
	width: 100%;
	height: 448px;
	color:#2d86c4;
	}
.contactblock img {margin-right: 10px;}
.contactblock p {padding: 5px 5px 5px 20px;}
.information {
	line-height: 3em;
	background: #fff;
	border-top: 2px solid #7f7f7f;
	border-bottom: 2px solid #7f7f7f;
	width: 100%;
	color:#195a89;
	text-transform:uppercase;
	text-align:center;
	font-weight: bold;
	font-size: 16px;
	}
	.information a {color:#F00; text-decoration: underline;}
	.information2 {
	line-height: 3em;
	background: #fff;
	border-top: 2px solid #7f7f7f;
	border-bottom: 2px solid #7f7f7f;
	width: 100%;
	color:#195a89;
	text-transform:uppercase;
	text-align:left;
	font-weight: bold;
	font-size: 16px;
	}
.homep {padding: 10px; width: 450px; margin-left: 10px;}
.blueside {
	background: #04528a;
	width:50%;
	float:left;
	color:#fff;
	height:1250px;
	}
.blueside p {padding: 10px;}
.blueside ul {padding: 30px;}
.whiteside {
	background: #fff url(../img/parts.png) bottom center no-repeat;
	width: 50%;
	float:right;
	display:inline;
	color:#04528a;
	height: 1250px;
	}
.whiteside p {padding:10px;}
.whiteside ul {padding: 30px;}
.smallblueside {
	background: #04528a;
	width:30%;
	float:right;
	display:inline;
	color:#fff;
	height:1025px;
	}
.smallblueside p {padding: 10px; font-size: 12px;}
.smallblueside ul {padding: 5px 5px 5px 30px; font-size:12px;}
.bigwhiteside {
	background: #fff;
	width: 70%;
	float:left;
	color:#04528a;
	height: 1025px;
	}
.bigwhiteside p {padding:10px;}
.bigwhiteside ul {padding: 30px;}
#footer {
	background: #005189;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	margin: 0em 0em 1em 0em auto;
	width: 794px;
	color:#fff;
	}
#footer p {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	
	}
#footer a {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	}
#footer a:hover {
	color:#fff;
	text-decoration: underline;
	font-weight: bold;
	}

