@charset "utf-8";

/* Common */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: 0px;
}

#container {
	width: 990px;
	margin: 0 auto;
}

.clear {
	clear: both;
}
h1 {
	color: #0f2d69;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	border-bottom: 1px #0f2d69 dotted;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
h3 {
	color: #0f2d69;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	border-bottom: 1px #0f2d69 dotted;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h4 {
	color: #4c6e16;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-bottom: 1px #393 dotted;
}

strong {
	color: #00996f;
}

/* Header */

#header {
	width: 990px;
	height: 149px;
}

#header_logo {
	float: left;
	width: 279px;
	height: 149px;
	background-color: #FFF;
}

#header_menu_area {
	float: left;
	width: 711px;
	height: 149px;
}

#header_abovemenu {
	height: 107px;
	background-image: url(background_header.jpg);
	background-repeat: no-repeat;
}

#header_brochureicon {
	padding-top: 65px;
	padding-left: 485px;
}

#header_menu {
	height: 42px;
	background-color: #0f2d69;
	background-image: url(background_menu.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

/* Footer */

#footer {
	width: 990px;
	height: 50px;
	background-color: #FFF;
}

#footer_menu {
	float: left;
	width: 747px;
	font-size: 11px;
	margin-top: 7px;
}

#footer_menu a {
	color: #666;
	text-decoration: none;
}

#footer_menu a:hover {
	color: #333;
}

#footer_menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#footer_hunter {
	float: left;
	width: 223px;
}


/* Menu */

#navcontainer {
	position: relative;
	top: 12px;
	left: 33px;
	margin-bottom: 1em;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li {
	border-left: 1px solid #4266ae;
	float: left;
	line-height: 1.1em;
	margin: 0 .8em 0 -.8em;
	padding: 0 .8em 0 .8em;
}

#navcontainer a {
	color: #FFF;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #c1e38a;
}


/* Front components */

#frontimage {
}

#frontsections {
	height: 300px;
	background-image: url(background_frontsections.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFF;
	border-bottom: 1px #CCC solid;
}

.frontsection_start {
	width: 207px;
	height: 300px;
	background-image: url(front_ecoroq.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
}

.frontsection {
	width: 261px;
	height: 300px;
	float: left;
}

.frontsection p {
	padding: 0px;
	margin: 0px;
}

.frontsection_header {
	height: 59px;
	width: 261px;
}

.frontsection_text {
	padding: 18px;
	width: 225px;
	height: 143px;
	font-size: 11px;
	line-height: 2.2em;
}

.frontsection_text ul {
	padding: 0px;
	margin: 0px;
}

.frontsection_button {
	padding-left: 18px;
}


/* Content */

#content_header {
	height: 80px;
}

#content {
	background-image: url(background_content_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #FFF;
	width: 990px;
	padding-bottom: 140px;
}

#content_left {
	float: left;
	margin: 25px;
	width: 600px;
	line-height: 2em;
	font-size: 12px;
}

#content_left a {
	color: #0f2d69;
}

#content_right {
	float: left;
	border: 1px #393 dotted;
	padding: 15px;
	width: 258px;
	margin: 25px;
}

.beforeafterdescription {
	background-color: #030;
	color: #FFF;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px;
	width: 580px;
}
