* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background-color: #eeecdf;
	font: 13px "Trebuchet MS";
	color: #5a5a5a;
}

#reg {
	float: left;
	margin: 6px 0 0 -45px;
	font-size: 19px;
	font-weight: bold;
}

img {
	border: none;
}

#main {
	width: 960px;
	background-color: #82a170;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	margin: 10px auto;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	-khtml-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

#content-wrapper {
	background-color: #fff;
	float: left;
	width: 960px;
}

#menu-top {
	text-align: right;
	margin-right: 10px;
	color: #eee;
}

#menu-top a {
	margin: 0 5px;
	color: #eee;
	text-decoration: none;	
}

#menu-top a:hover {
	color: #fff;
	text-decoration: underline;	
}

#head {
	background-color: #fff;
	float: left;
	width: 960px;
}

#head img {
	float: left;
	margin: -8px 0 -8px 20px;
	position: relative;
	z-index: 10;
}

#head h1 {
	float: left;
	font-size: 30px;
	margin: 12px 0 0 20px;
	width: 350px;
	letter-spacing: 2px;
}

#banner {
	height: 187px;
	width: 960px;
	display: block;
	background: url('../img/head-photo.jpg') no-repeat;
	clear: both;
	float: left;
}

#banner-left {
	background: url('../img/head-contact.png') no-repeat;
	height: 187px;
	width: 361px;
	color: #fff;
	padding: 15px 20px;
	float: left;
	position: relative;
	z-index: 5;
}

#banner-left .description {
	font-size: 15px;
	color: #c1c1c1;	
}

#banner-left a {
	color: #fff;
	text-decoration: none;
}

#banner-left a:hover {
	color: #ddd;
	text-decoration: underline;
}

#banner-left .value {
	clear: both;
	text-align: center;
	font-size: 25px;
	position: relative;
	margin-bottom: 10px;
}

#banner-left .value img {
	display: inline;
	position: relative;
	padding: 0 10px 0 0;
	margin: 0 0 -5px 0;
}

#banner-right {
	height: 187px;
	float: right;
	width: 400px;
}

.big-submit {
	background-color: #ffaa45;
	text-align: center;
	display: block;
	padding: 5px 10px;
	width: 160px;
	color: #fff;
	text-shadow: #333 0 0 2px;
	text-decoration: none;
	font-size: 16px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
	margin: 145px 15px 0 0;
	font-weight: bold;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	-khtml-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.big-submit:hover {
	color: #000;
	text-shadow: #333 0 0 0;	
}

#content {
	width: 960px;
	min-height: 200px;
	padding: 10px;
	float: left;
}

#content-left {
	width: 250px;
	float: left;
}

#content-left a {
	display: block;
	padding: 7px 10px;
	width: 240px;
	height: 40px;
	color: #545c2d;
	font-size: 18px;
	text-decoration: none;
}

#content-left a:hover {
	color: #000;
	background-color: #FFDD69;
}

#content-left a p.description {
	font-size: 11px;
	color: #97a359;	
}

#content-right {
	float: right;
	width: 680px;
	margin: 10px 10px;
}

#content-right h1 {
	color: #b2bd78;
	font-size: 20px;
	margin: 0;
}

#text {
	padding: 10px;
	min-height: 700px;
	background: bottom center no-repeat url('../img/logo-bg.jpg');
}

#text ul {
	margin: 10px 30px;	
}

#text p {
	margin: 5px 0;	
}

a.dark {
	background-color: #ecf5d6;
}

a.light {
	background-color: #fbfeeb;
}

.clear {
	display: block;
	clear: both;
}

#footer {
	color: #fff;
	font-size: 11px;
	clear: both;
	display: block;
	margin: 0 auto;
	height: 75px;
	width: 960px;
}

#footer > div {
	float: left;
	padding: 6px 80px 0 0;
	margin: 0 0 0 20px;	
}

#copyright {
	clear: both;
	padding: 5px 0;
	text-align: center;
	color: #2a2a2a;
}

#content-footer {
	margin: 10px 20px;
	position: relative;
	right: 0;
	bottom: 0;
}

#content-footer > div {
	width: 310px;
}

#content-footer > div img {
	margin: 10px 0 0 20px;
	border: none;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#content-footer > div img:hover {
	opacity: 1.0;
	filter:alpha(opacity=100)
}

#content-footer h2 {
	font-size: 16px;
	color: #5d913f;	
	padding: 0 0 2px 10px;
	border-bottom: 1px solid #ddd;
}

#partners {
	float: left;
}

#certs {
	float: right;
}

