/* Localized */
*,* {
	margin: 0;
	padding: 0;
}

/*
	General HTML elements
*/

body {
	font: normal 13px 'Arial', sans-serif;
}

h1 {
	text-indent: -9999px;
	width: 218px;
	height: 160px;
	background: transparent url('img/logobg.png') no-repeat top left;
	margin: 0 0 0 1px;
	position: relative;
}

h1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 218px;
	height: 160px;
	background: transparent url('img/logo.png') no-repeat bottom left;
	overflow: hidden;
	outline: 0;
}

h2 {
	font: normal 24px 'Arial', sans-serif;
	color: #5d5d42;
	margin: 0 0 10px 0;
}

h3 {
	font: normal 18px 'Arial', sans-serif;
	margin: 7px 0 7px 0;
}
h3, h3 a {color: #689c34;}
h3 a {text-decoration: none;}
h3 a:hover {text-decoration: underline;}
h3 a.anchor:hover {text-decoration: none;}

h4 {
    font: bold 13px 'Arial', sans-serif;
    margin: 7px 0 7px 0;
}
h4, h4 a {color: #689c34;}
h4 a {text-decoration: none;}
h4 a:hover {text-decoration: underline;}

p {

	margin: 0 0 10px 0;
}

a {
	color: #ce5c00;
}

a:hover {
	color: #6FA03D;
}

label {
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
	color: #689c34;
}

input,textarea {
	width: 340px;
	padding: 2px;
}

textarea {
	height: 150px;
	display: block;
}

button {
	margin: 10px 0;
	padding: 3px;
	font: bold 13px 'Arial', sans-serif;
}

/*
	Special elements
*/


span.date {
	font: 13px 'Arial', sans-serif;
	color: #97978a;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: transparent url('img/dateicon.png') no-repeat 0 2px;
}

div.product {
	border: 2px solid  #e8e8df;
	background: #FCFCFC;
	padding: 5px;
	margin: 0 0 15px 0;
}

div.product img {
	float: left;
	margin: 0 10px 0 0;
}

#certificates a img {
	border: 0;
	float: left;
	margin: 0 10px 0 0;
}

/*
	Main layout
*/

#wrapper {
	width: 760px;
	margin: 20px auto 10px auto;
    background: transparent url('img/mainbg_repeat.png') repeat-y bottom left;
	position: relative;
}

#wrapper2 {
    min-height: 600px;
    width: 100%;
    background: transparent url('img/mainbg.png') no-repeat bottom left;
    position: relative;
}
#main {
	background: transparent url('img/headbg.png') no-repeat top right;
	overflow: hidden;
}

#head {
	float: left;
	width: 220px;
}

#contact {
	position: absolute;
	bottom: 15px;
	left: 40px;
	color: #fff;
	font: 13px 'Arial', sans-serif;
}

#contact h2 {
	color: #fff;
	font: bold 16px 'Arial', sans-serif;
}
#contact a {
    color: #fff;
    text-decoration: none;
}
#contact a:hover {text-decoration: underline;}

#content {
	float: left;
	width: 510px;
	margin: 15px 0px 0 15px;
}

#nav {
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav li a {
	font: 14px 'Arial',sans-serif;
	text-decoration: none;
	width: 203px;
	height: 21px;
	padding: 7px 0 3px 15px;
	display: block;
	background: transparent url('img/navbg.png') no-repeat top left;
}

#nav li a:hover,
#b_welcome #n_welcome a,
#b_products #n_products a,
#b_news #n_news a,
#b_content #n_content a,
#b_about #n_about a,
#b_contact #n_contact a
 {
	background-position: 0 -31px;
	color: #fff;
}
ul.errors, input.error, textarea.error {
    color:#f33;
    background:#fddbdb;
    border:1px solid #f99;
}
ul.errors {
    margin:10px 0;
    padding:15px;
    text-align:center;
    list-style: none;
}