/* General */

body {
	background: #fff;
	color: #666666;
	font: 12px Arial, Helvetica, sans-serif;}
h1 {
	color: #505050;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;}
h3 {
	color: #007f47;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;}
a {
	color: #00aa00;
	font: 11px Arial, Helvetica, sans-serif;}
address {
	clear: both;
	color: #515151;
	font: 9px Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: center;}
strong {color: #007f47;}
h1, h2, h4, h5, p {padding: 0 0 10px;}

/* Common */

#mainwrapper {
	background: #8effd9;
	margin: 0 auto;
	width: 900px;}
.f_left {
	display: block;
	float: left;}
.f_right {
	display: block;
	float: right;}
.collapse {border-collapse: inherit;}
.table-border {
	background: #7b7b7b;
	border-spacing: 1px;
	margin: 0 0 15px;}
	.table-border td {padding: 2px 4px;}
.a_center {text-align: center;}
.margin {margin: 40px 0 0;}
	
/* Header */

#header {}

	/* Header Menu */

	#header ul {
		background: url(../img/main-menu-bg.gif) 0 0 repeat-x;
		height: 37px;
		text-align: center;}
		#header ul li {
			display: inline;
			line-height: 37px;}
				#header ul li a {
					color: #000;
					display: inline-block;
					font: 11px Verdana, Geneva, sans-serif;
					font-weight: bold;
					line-height: 37px;
					padding: 0 10px;
					text-decoration: none;
					text-transform: uppercase;}
				#header ul li a:hover {text-decoration: underline;}

/* Content */

	/* Production menu */

	ul#production {
		float: left;
		width: 192px;}
		ul#production h2 {
			background: url(../img/vertical-menu-header-bg.jpg) 0 0 no-repeat;
			color: #000;
			font: 15px Arial, Helvetica, sans-serif;
			height: 30px;
			padding: 18px 0 0 15px;}
		ul#production a {
			display: block;
			font-weight: bold;
			line-height: 22px;
			padding: 0 0 0 15px;
			text-transform: uppercase;}

	/* Content wrapper */
	
	.wide {
		margin: 23px 0 0 23px;
		overflow: hidden;
		width: 854px;}
	.menu {width: 685px;}
	#content-wrapper {float: left;}
		.content-box {
			background: #fdfdfd;
			overflow: hidden;
			padding: 56px 30px;}
			#production-img {
				float: left;
				padding: 10px 0 0 38px;
				width: 93px;}
				#production-img img {
					clear: both;
					display: block;
					padding: 17px 20px;}
			#production-content {
				float: left;
				padding: 0 0 0 40px;
				width: 576px;}
			.production-box {
				clear: both;
				overflow: hidden;
				padding: 0 0 20px;}
				.production-box .no-wrap {
					float: left;
					width: 600px;}
				.production-box img {
					float: left;
					padding: 0 20px;}
	
	.wide .content-box {background: url(../img/content-bg-wide.jpg) 0 0 repeat-y;}
	.menu .content-box {background: url(../img/content-bg-menu.jpg) 0 0 repeat-y;}
	
		/* Contact form */
		
		#contact-form {width: 380px;}
			#contact-form strong {
				color: #F00;
				font-weight: normal;}

/* Footer */

#footer {
	background: #eff0f2 url(../img/footer-bg.jpg) 0 0 repeat-y;
	clear: both;}

	/* Footer Menu */

	#footer ul {
		background: #bac4c5;
		height: 23px;
		text-align: center;}
		#footer ul li {
			display: inline;
			line-height: 23px;}
				#footer ul li a {
					color: #000;
					display: inline-block;
					font: 11px Arial, Helvetica, sans-serif;
					line-height: 23px;
					padding: 0 5px;
					text-decoration: none;}
				#footer ul li a:hover {text-decoration: underline;}

