body {
	margin: 0;
	padding: 0;
	font: 12px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	background: #575757;
}

.clearfix { width: 100%; overflow: hidden; }
.wrapper { width: 842px; margin: 0 auto; position: relative; }
	
.top {
	height: 227px;
	background: #010101 url(images/top_bg.png) top center no-repeat;
	}
.logo {
	position: absolute;
	top: 50px;
	left: 8px;
	}
.logo a img { border: 0; }

.language {
	position: absolute;
	top: 18px;
	right: 330px;
	color: #fff;
	font-size: 10px;
	}
.language span.language_item {
	margin-left: 5px;
}

.features {
	position: absolute;
	top: 15px;
	right: 0px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	}
.customerlogin {
	float: left;
	padding-left: 3px;
	}
.customerlogin a {
	display: block;
	color: #fff;
	padding: 7px 0px 3px 20px;
	background: url(images/padlock_icon.png) left center no-repeat;
	}
	
.search {
	float: right;
	}
.search input.search_field {
	margin: 0;
	padding: 4px;
	width: 63px;
	background: #4e4e4e;
	font-family: inherit;
	font-size: 12px;
	color: #fff;
	border: 1px solid #083034;
	margin-right: 7px;
	}
.search input.search_button {
	margin: 0;
	padding: 2px;
	width: 45px;
	background: url(images/submit_bg.png) center center repeat-x;
	font-family: inherit;
	font-size: 12px;
	color: #fff;
	border: 1px solid #2a9543;
	cursor: pointer;
	}	
	
.newsletter {
	padding-top: 7px;
	width: 245px;
	}
.newsletter input.newsletter_input {
	margin: 0;
	padding: 4px;
	width: 100px;
	background: #4e4e4e;
	font-family: inherit;
	font-size: 12px;
	color: #fff;
	border: 1px solid #083034;
	margin-right: 7px;
	}	
.newsletter input.newsletter_submit {
	margin: 0;
	padding: 2px;
	width: 125px;
	background: url(images/submit_bg.png) center center repeat-x;
	font-family: inherit;
	font-size: 12px;
	color: #fff;
	border: 1px solid #2a9543;
	cursor: pointer;
	}
	

.menu {
	position: absolute;
	top: 142px;
	left: 0px;
	border-bottom: 1px solid #19a2ae;
	width: 100%;
	}
.menu, .menu * { z-index: 1001; }
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.menu ul li {
	float: left;
	margin-left: 80px;
	}
.menu ul li:first-child {
	margin-left: 0px;
	}
.menu ul li:last-child {
	margin-left: 0px;
	position: absolute;
	right: 17px;
	}
.menu ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-bottom: 9px;
	text-decoration: none;
	}
.menu > ul > li > a:hover {
	padding-bottom: 6px;
	border-bottom: 3px solid #19a2ae
	}
.menu > ul > li.current > a, .menu > ul > li.parenttocurrent > a {
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 3px solid #19a2ae
	}
.blog_icon {
	position: absolute;
	top: 130px;
	right: -8px;
	width: 29px;
	height: 20px;
	background: url(images/blog_icon.png) top center no-repeat;
	}
	
.page_outer {
	background: #fff url(images/page_bg.png) top center repeat-x;
	}
.page {
	background: url(images/page_container_bg.png) top center no-repeat;
	}
	
.container {
	position: relative;
	top: -38px;
	background: #fff;
	padding: 18px 20px;
	min-height: 450px;
	overflow: hidden;
	}
	
.sidebar_big {
	float: left;
	width: 381px;
	}
.sidebar_small {
	float: left;
	width: 186px;
	}
.sidebar_bg1  {
	background: url(images/sidebar_bg_top.png) top left repeat-x;
	padding-top: 3px;
	}
.sidebar_bg2 {
	background: #828282 url(images/sidebar_bg.png) bottom left repeat-x;
	min-height: 410px;
	padding: 20px;
	color: #fff;
	}
.sidebar_box {
	margin-bottom: 20px;
}
	
.content_big {
	float: right;
	width: 602px;
	}
.content_small {
	float: right;
	width: 398px;
	}
.content_box {
	display: block;
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #e0e0e0 url(images/blue_line.png) bottom right no-repeat;
	position: relative;
	}
.content_box.stripe {
	display: block;
	overflow: hidden;
	height: 90px;
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #e0e0e0 url(images/blue_line.png) bottom right no-repeat;
	position: relative;
	}
.content_box.stripe img {
	position: absolute;
	top: 0px;
	right: 0px;
}
	
/* frontpage */
.content_box.smiley {
	background: #e0e0e0 url(images/bg_smiley.png) bottom right no-repeat;
}
.content_box.smiley #facebook {
	position: absolute;
	top: 0px;
	right: 0px;
}
.content_box.smiley #facebook a img { border: none; }
	
	
	
	
.submenu {
	padding-bottom: 20px;
	}
.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.submenu ul li {
	margin-bottom: 3px;
	}
.submenu ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
	}
.submenu ul li.current a {
	font-weight: bold;
	}

.footer {
	border-top: 3px solid #1ab0bd;
	color: #a6a6a6;
	font-size: 11px;
	padding-top: 7px;
	}
.footer b, .footer strong {
	color: #fff;
}

.content h1 {
	display: block;
	margin: 0;
	padding: 18px 15px;
	background: #aeaeae url(images/blue_line.png) top left no-repeat;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	}
.content h2 {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #2f2f2f;
	}
.content_box h1 {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #18a6b2;
	}

.sidebar h1 {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
}
	
.container p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 17px;
	}
.content b, .content strong {
	color: #18a6b2;
	}

a { color: #1ab1bc; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
a img { border: none; }


/* frontpage frontpage_projects */
#frontpage_projects_list { width: 360px; overflow: hidden; }
#frontpage_projects_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#frontpage_projects_list ul li {
	float: left;
	width: 160px;
	padding-right: 20px;
	height: 160px;
}
#frontpage_projects_list ul li span.name a {
	display: inline-block;
	margin-top: 1px;
	color: #fff;
	font-size: 13px;
	font-style: italic;
}
#frontpage_projects_showall {
	text-align: right;
}
#frontpage_projects_showall a {
	color: #fff;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}


/* frontpage newslistcontrol */
h2.newslistcontrol { display: none; }
ul.newslistcontrol { margin: 0; padding: 0; list-style: none; }
ul.newslistcontrol li a.title { font-weight: bold; }
ul.newslistcontrol li span.teaser { display: block; }
