/* GENERAL */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:0;
	margin:0;

	background: #F0F0F0;
	color: #666666;
	line-height: 18px;
}

a {	cursor: pointer; }
:focus { outline: none; }
td { font-size: 10px; vertical-align: top; }
ul { margin-top: 5px; }
li { line-height: 1.3em; }
form { display: inline; }
img { border: 0; }
p { display: block; margin: 0px; }
h1, h2, h3 { margin: 0px 0px 5px 0px; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

/* BASE LAYOUT */

#page-wrap {
	margin: 0 auto;
	width: 800px;
	background: white url(../images/main-background.png) top left repeat-y;
}

#content-wrapper {
	float: right;
	width: 100%;
	margin: 0 0 0 -301px;
}

/* HEADER */

#header {
	height: 150px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
}
#header h1 a {
	display: block;
	width: 201px;
	height: 150px;

	background: white url(../images/logo.png) center center no-repeat;
	border: none;
}

#header div.header_img {
	position: absolute;
	top: 0;
	left: 201px;

	width: 499px;
	height: 150px;
}

#header .cornerbox {
	position: absolute;
	top: 0;
	left: 701px;

	width: 99px;
	height: 150px;
	background: #95aa00;
}

/* SIDEBAR */

#sidebar {
	float: left;
	overflow: hidden;
	clear: left;

	width: 200px;
}

#menu-constant {
	margin-top: -20px;
	clear: none;

	width: 99px;
	height: 199px;

	background: #595959 url(../images/arrow.png) 50% 20% no-repeat;
}


/* MENU */

.menu a {
	display: block;
	padding: 4px 4px 4px 20px;

	background: #b1c800;
	border-bottom: 1px solid white;

	font-size: 11px;
	color: white;
	text-decoration: none;
}

.menu a:hover {
	background: #c8d94d;
}

.menu a.active {
	background: #95aa00;
}

.menu a.active:hover {
	background: #95aa00;
}

/* NEWS */

#sidebar .news {
	padding: 15px 20px 20px 20px;
	color: white;
}

#sidebar .news h2 {
	margin: 0px 0px 10px 0px;
	
	font-size: 16px;
	font-weight: normal;
}

#sidebar .news .item {
	margin-bottom: 20px;
}

#sidebar .news .item p {
	color: #B8C4CC;
}

#sidebar .news .item .readmore {
	color: #d8e480;
	text-decoration: none;
}
#sidebar .news .item .readmore:hover { text-decoration: underline; }

/* FOOTER */

#footer {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 10px;
}

#footer .nav {
	float: left;

	width: 160px;
	padding: 5px 20px; /* width: 200px; */

	background: #747474;
	color: #ffffff;
	text-align: center;
}

#footer .nav a {
	color: #ffffff;
	text-decoration: none;
}
#footer .nav a:hover { text-decoration: underline; }

#footer .powered {
	float: right;
	margin-right: 100px;
	padding: 5px 0px;

	width: 399px;

	background: #F0F0F0;
	text-align: center;
}

#footer .powered a {
	color: #666666;
	text-decoration: none;	
}
#footer .powered a:hover { text-decoration: underline; }

/* PAGE CONTENT */

.content {
	padding: 20px;
	width: 360px;
	margin: 0 0 0 300px;
}

.content a { color: #95aa00; text-decoration: none; }
.content a:hover { text-decoration: underline; }
.content a:visited { color: #7a8d09; }

.content p {
	margin-bottom: 18px;
}

.content .alignleft {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}

.content .alignright {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
}

.content .aligncenter {
	display: block;
	clear: both;
	margin: 5px auto;
	text-align: center;
}

.content .sidefigure.alignleft {
	margin: 0px 0px 10px -119px;
}

.content .sidefigure.alignright {
	margin: 0px -120px 10px 0px;	
}

/* CONTENT GENERAL */

div.content div.clear { clear: both; }

div.content p { margin-bottom: 18px; }

div.content img {
	float: right;
	clear: right;
	
	margin: 0px -120px 10px 0px;
}

div.content ul, div.content ol {
	padding-left: 20px;
}

div.content li {
	line-height: 18px;
}

div.content input, div.content select, div.content textarea {
	width: 315px;
	
	padding: 3px;	
	
	border: 1px solid #7f9db9;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

div.content input.error, div.content select.error, div.content textarea.error {
	border: 1px solid #d20101 !important;
	background: #fff4fe;
}

div.content select {
	width: 323px;
	padding: 2px;
	height: 20px;
}

div.content textarea {
	height: 100px;
	overflow: auto;
}

div.content input.checkbox {
	position: relative;
	top: 3px;

	width: 16px;
}

div.content input.button {
	width: auto !important;
	height: 18px !important;
	
	padding: 0px 5px 3px 5px !important;

	background: url(../images/button_bg.png) repeat-x #595959 !important;
	border: 1px solid #111111 !important;

	color: white !important;
	cursor: pointer;
}

/* HOME */

div.sketch {
	margin: 30px -20px 20px -19px;
	
	background: #e0e0e0;
	
	overflow: auto;
}

div.sketch h1 { 
	padding: 20px;	
	
	background: #95aa00;
	border-bottom: 1px solid white;
	color: white;
}

div.sketch img {
	float: none;
	margin: 20px 20px 0px 20px;
	
	width: 359px;
}

div.sketch span {
	float: left;
	display: block;
	
	margin: 6px 0px 10px 20px;
	
	color: #595959;
}

div.sketch a {
	float: right;
	display: block;
	
	margin: 6px 20px 10px 0px;
	
	color: #595959;
}

div.sketch a:hover {
	text-decoration: none;
	
	color: #95aa00;
}

/* NEWS */

div.news_item p, div.news div.item p { margin: 0px; }

div.news_item a.readmore {
	display: block;
	margin-bottom: 10px;
}

div.news_archive { margin-top: 10px; }
div.news_archive a { display: block; }

/* DOCUMENTATION */

body.documentation #map_flash {
	width: 361px;
	height: 418px;
	background: url(../images/documentation_map.png) no-repeat;
}

/* LANDINGSPAGES */

div.landingspages {
	font-size: 10px;
	color: grey;

	margin-top: 40px;
}

div.landingspages span.category {
	display: block;
	font-weight: bold;

	margin-top: 10px;
}

div.landingspages a {
	color: grey;
	text-decoration: none;
}

/* CONTACT */

body.documentation div.content input.button, body.contact div.content input.button, body.newsletter div.content input.button { margin-top: 10px; }

div.content div.captcha {
	position: relative;
	width: 323px;
}

div.content div.captcha img {
	position: absolute;
	left: auto;
	right: 14px !important;
	top: 2px !important;
	width: auto;

	margin: 0px;
	cursor: pointer;
}

div.content div.captcha #reload {
	right: 5px !important;
	top: 4px !important;
}

