@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-weight: lighter;
	color: #444;
	background-image: url(../images/flare.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

h1 { margin: 10px 0; color: darkgreen; font-size: 14pt; }
h2 { margin: 10px 0; color: darkgreen; font-size: 13pt; }
h3 { margin: 10px 0; color: darkgreen; font-size: 12pt; }


div#top {
	position: relative;
	padding-top: 10px;
	text-align: left;
	width: 980px;
	margin: 0 auto;
}

div#lang {
	position: absolute;
	width: 170px;
	text-align: center;
	right: 90px;
	top: 0;
	padding: 5px 0 9px 0;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(../images/lang_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#lang img { margin-bottom: -5px;}

div#header {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

div#nav {
	position: relative;
	float: left;
	text-align: left;
	width: 250px;
	padding: 30px 0;
	height: auto;
}

div#img {
	position: relative;
	display: block;
	margin-top: -20px;
	width: 500px;
	height: 220px;
	float: right;
	margin-bottom: -60px;
	text-align: left;
	z-index: 20;
	font-size: 8pt;
}

div#colors {
	margin: 15px 0;
}

div#colors a {
	margin: 0 5px;
	cursor: pointer;
}

div#colors a img {
	margin-bottom: -6px;
}

div#nav a {
	position: relative;
	display: block;
	width: 200px;
	
	margin: 0;
	padding-top: 5px;
	
	color: #333;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

div#nav a#n_active {
	color: darkgreen;
}

div#divider {
	position: relative;
	display: block;
	height: 30px;
	width: 100%;
	background-color: #dfdfdf;
}

.top { border-top: 2px solid darkgreen; }
.bottom { border-bottom: 2px solid darkgreen; }

div#sub_nav {
	position: relative;
	display: block;
	width: 900px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
}

div#sub_nav a {
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	
	margin: 0;
	padding-top: 5px;
	
	color: #565555;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	
	border-left: 1px solid transparent;
}

div#main {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 40px !important;
	padding-top: 40px !important;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	z-index: 10;
}

div#content {
	display: block;
	width: 800px;
	margin: 0 auto;
	text-align: justify;
	line-height: 20px;
}

div#footer {
	position: relative;
	display: block;
	margin: 50px auto;
	padding: 5px 0;
	width: 800px;
	font-size: 10px;
	border-top: 1px solid #999;
	color: #000;
}

div#main a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed darkgreen;
}

input.contact {
	border-top: 1px solid #666;
	width: 300px;
}

textarea.contact {
	width: 300px;
	height: 150px;
}

.error { border: 1px solid red; }

div#nav a.sub {
	font-size: 11pt;
	padding-left: 20px;
}