*{margin:0;padding:0;}
/*
html {
	height: 100%;
}
*/
body {
	background: url(../img/bg.gif) white repeat-x;
	text-align: center; /* center elements in IE5.5/Win  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	/*height: 100%;*/
}

.clearboth {
	clear: both;
	height: 1%;
}

div#container1 {
	width: 986px;
	margin: auto; /*center container*/
	text-align: left;
	background: url(../img/border_left.gif) no-repeat 0 0 white;
	padding-left: 8px;
	/*height: 100%;*/
}

#container2 {
	width: 978px;
	background: url(../img/border_right.gif) no-repeat 100% 0;
	padding-right: 8px;
	/*height: 100%;*/
}

#container {
	/*margin-bottom: -35px;*/ /* for the footer height */
	/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
	*/
}

#logo {
	float:left;
	position:absolute;
}

#langnav {
	float: right;
	width: 22px;
}

#langnav a img{
	margin-bottom: 1px;	
	height: 20px;
}

#nav {
	margin-left:155px;
}

#main {
	background: url(../img/bg_content.gif) repeat-x 0 0;
	padding-top: 31px;
}

* html #nav {
 margin-bottom: -3px;
}

*:first-child+html #nav { margin-bottom:-3px; } /* IE7 hack */

/* -------------  SUBNAV  ------------ */
/*
#subnav {
	height: 206px;
	
	float: left;
	margin-top: 100px;
}

#subnav img#products {
	background-color:#dfdbd8;
	border-bottom: 1px solid white;
}

#subnav img#products.EN {
	padding: 15px 40px 14px 17px;
}

#subnav a {
	display:block;
	width: 118px;
	border-bottom: 1px solid #e9e7e5;
	text-decoration: none;
	padding: 9px 20px 10px 17px;
}

#subnav a:link, #subnav a:visited {
	background-color:#dfdbd8;
	color: black;
}

#subnav a:hover {
	background-color:#03a94e;
	color: white;
}

#subnav a:active {
	background-color:#dfdbd8;
	color: black;
}

.selected {
	width: 118px;
	border-bottom: 1px solid #e9e7e5;
	text-decoration: none;
	padding: 9px 20px 10px 17px;
	background-color:#03a94e;
	color: white;
}
*/
/* -------------  CONTENT  ------------ */

#content {
	margin-left: 227px;
	margin-right: 30px;
	
	position:relative;
	z-index:1;
	
}

#subnav {position:relative; z-index:11;}

#content a:link {color: #029946;}
#content a:visited {color: #029946;}
#content a:hover {color: white; background-color:#2fc34d;}
#content a:active {color: #029946;}


/* -------------  FOOTER  ------------ */

#footer {
	height: 24px;
	border-top: 1px solid black;
	font-size:11px;
	padding: 10px 10px 0 230px;
}

#footer a:link {color: #029946;}
#footer a:visited {color: #029946;}
#footer a:hover {color: white; background-color:#2fc34d;}
#footer a:active {color: #029946;}

#lucidstudios {
	float: right;
}

/* -------------  GENERAL  ------------ */

.lead {
	font-size: 15px;
	color: #009644;
}

.note {
font-size:11px;
color:#999999;
}

.error {
	color: red;
	font-weight:bold;
}

.success {
	color: #00CC00;
	font-weight:bold;
}

#largeImg {
	position: relative;
	float: right;
}

h2 {
 color:#029946;
 font-weight:bold;
 font-size:16px;
}

ul {
	margin-left: 20px;
	list-style:square;
}

ol {margin-left: 25px;}

hr {border:0; height:1px; width:90%; color:#999999; background-color:#999999}

a#back:link {
	font-size:11px;
	color: #999999;
	text-decoration:none;
}

a#back:visited {
font-size:11px;
	color:#999999;
	text-decoration:none;
}

a#back:hover {
font-size:11px;
	color:white;
	text-decoration:none;
}

a#back:active {
font-size:11px;
	color:#999999;
	text-decoration:none;
}

/* -------------  FORM  ------------ */

input {
	height: 18px;
	width: 212px;
	border: 1px solid black;
	background-color: white;
}

textarea {
	width: 212px;
	border: 1px solid black;
	background-color: white;
}