body {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #b1b1b1;
	height: 100%;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 13px;
}

* {
	margin: 0;
	padding: 0;
}

a:LINK, a:VISITED {
	color: #7fc4ee;
}

a:HOVER {
	color: #b4e3ff;
	text-decoration: underline;
}

a img {
	border: 0px;
}

form {
  margin-left: 20px;
  line-height: 12px;
}

input.text {
  width: 350px;
  height: 18px;
}

textarea {
  width: 410px;
  height: 80px;
}

input.btn_send {
  width: 100px;
  height: 30px;
}

#container {
	margin: auto;
}

#site-top {
	min-height: 90px;
	position: relative;
	width: 100%;
	background: url('images/header_background_wide5.png');
}

#header {
	height: 90px;
	width: 1090px;
	margin: auto;
}

#header .left {
	float: left; 
	width: 405px;
}

#header .right {
	float:left;
	background-image: url('images/header_right.png');
	background-repeat: no-repeat; 
	width:685px;
}

#header .left>img {
	border: 0px;
}

#header #navigation {
	height: 25px; 
	list-style: none outside none; 
	margin-top: 65px;
}

#header #navigation li {
	float: left;
	height: 20px;
	margin-right: 10px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase; 
	font-weight: bold; 
	color: #ffffff; 
	font-size: 12px;
} 

#header #navigation li a:LINK, #header #navigation li a:VISITED {
	text-decoration: none;
	color: #ffffff;
}

#header #navigation li a:HOVER {
	color: #b4e3ff;
	text-decoration: underline;
}

#header #navigation li.home {
	background-color: black;
}

#header #navigation li.inactive {
	background-image: url('images/navigation_bg_inactive.jpg');
}

#content-layer {
	width: 100%;
	position: relative;
	background-image: url("images/content_background_main.png");
}

#content {
	width: 1090px;
	margin: auto;
	min-height: 150px;
	padding-top: 45px;
	padding-bottom: 30px;
}

#content p {
	padding-left: 120px;
	padding-right: 100px;
	color: #ffffff;
	padding-bottom: 15px;
  line-height: 15px;
}

#content p a:LINK, #content p a:VISITED {
	text-decoration: none;	
}

#content p a:HOVER {
	text-decoration: underline
	;	
}

#footer-layer {
	position: relative;
	background-image: url("images/footer_background.jpg");
}

#footer {
	width: 1090px;
	height: 125px;
	margin: auto;
	font-size: 13px;
}

#footer .left {
	width: 370px;
	float: left;
	padding-top: 20px;
	padding-left: 45px;
}

#footer * .label_contact {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#footer * .label_contact_item {
	margin-left: 20px;
  margin-top: 5px;
}

.social_icons a {
	text-decoration: none;
	margin-left: 10px;
}

#footer .divider {
	float: left;
	margin-right: 5px;
	width: 15px;
	padding-top: 20px;
}

#footer .right {
	width: 500px;
	padding-top: 20px;
	float: left;
}

#footer * p {
	margin-top: 12px;
	margin-bottom: 10px;
}

#footer-wrap-layer {
	position: relative;
	background-color: black;
	width: 100%;
}

#footer-wrap {
	width: 1090px;
	margin: auto;
	font-size: 10px;
	padding-top: 10px;
}
