@import url('null.css');

/*

		GENERAL

*/

.cleaner {
	clear: both;
}

.alt {
   display: none;	
}

.ok-msg {
	color: green;
}

.error-msg {
	color: red;
}

a, a:hover {
	color: #e47202;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #e47202;
}

/*

		MAIN

*/

body {
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #787878;
	position: relative;
}

div#container {
    width: 100%;
    min-height: 100%;
    _height: 100%;
   background: white;
   position: relative;
}

/*

		HEADER

*/

#container div#header {
	width: 100%;
	height: 175px;
	text-align: center;
	background: #b4d337 url(../img/header.jpg) center top no-repeat;
	border-bottom: 1px solid #99b42f;
	position: absolute;
	left: 0;
	top: 0;
}

#header div#header-cont {
	width: 982px;
	margin: 0 auto;
	height: 175px;
	position: relative;
}

/*		logo	*/

#header-cont div#logo {
	width: 200px;
	height: 74px;
	position: absolute;
	left: 0;
	top: 30px;
}

#logo h1 a, #logo h1 a:hover {
	display: block;
	width: 200px;
	height: 74px;
/*	background: url(../img/logos/sk.gif) left top no-repeat; */
	border: 0 none;
}

#logo h1 a span {
	position: absolute;
	left: -1000em;
}

/*		langs	*/

#header-cont div#langs {
	position: absolute;
	right: 15px;
	top: 20px;
}

#langs a, #langs a:hover, #langs span {
	font-size: .9em;
	color: white;
	text-decoration: none;
}

#langs a:hover {
	border-bottom: 1px dotted white;
}

/*

		MAIN MENU

*/

#header-cont div#main-menu {
	position: absolute;
	left: 0;
	bottom: -1px;
	_bottom: -2px;
}

#main-menu ul {
	list-style: none;
	padding-left: 0;
}

#main-menu ul li {
	float: left;
	padding: 0 5px 0 5px;
	line-height: 30px;
	background: url(../img/main-menu-left.gif) left top no-repeat;
	border-bottom: 1px solid #dedcdc;
	position: relative;
}

#main-menu ul li a, #main-menu ul li a:hover {
	display: block;
	padding: 0 9px 0 9px;
	font-weight: bold;
	color: #787878;
	background: url(../img/main-menu-bg.gif) left top repeat-x;
	border-bottom: 0 none;
	text-decoration: none;
}

#main-menu ul li span.right-side {
	width: 5px;
	height: 30px;
	background: url(../img/main-menu-right.gif) left top no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

/*		hover	*/

#main-menu ul li:hover, #main-menu ul li.hover {
	background: url(../img/main-menu-hover-left.gif) left top no-repeat;
}

#main-menu ul li:hover a, #main-menu ul li:hover a:hover,
#main-menu ul li.hover a, #main-menu ul li.hover a:hover {
	background: url(../img/main-menu-hover-bg.gif) left top repeat-x;
}

#main-menu ul li:hover span.right-side,
#main-menu ul li.hover span.right-side {
	background: url(../img/main-menu-hover-right.gif) left top no-repeat;
}

/*		active	*/

#main-menu ul li.active {
	background: url(../img/main-menu-active-left.gif) left top no-repeat;
	border-bottom: 1px solid white;
}

#main-menu ul li.active a, #main-menu ul li.active a:hover {
	background: white;
}

#main-menu ul li.active span.right-side {
	background: url(../img/main-menu-active-right.gif) left top no-repeat;
}

/*

		CONTENT

*/

div#content {
    width: 982px;
    margin: 0 auto;
	 padding-top: 205px;
    height: auto;
    padding-bottom: 230px;
	 _padding-bottom: 55px;
    text-align: left;
    position: relative;
}

#content h2, #content h3, #content h4 {
	font-family: Trebuchet MS;
}

#content h2 {
	font-family: Times New Roman;
	font-size: 1.6em;
	color: #606d91;
}

#content h3, #content h4 {
	padding-bottom: 5px;
	font-size: 1.2em;
	color: #787878;
}

#content h3 {
	padding-left: 15px;
	line-height: 30px;
	background: url(../img/heading-bullet.gif) left 13px no-repeat;
}

/*

		CONT LEFT

*/

#content div#cont-left {
	width: 760px;
	float: left;
	margin-right: 10px;
	background: url(../img/separator.gif) right top no-repeat;
}

#cont-left div#cont-left-left {
	width: 47%;
	float: left;
	min-height: 422px;
	_height: 422px;
	overflow: hidden;
}

#cont-left div#cont-left-left-full {
	width: 100%;
	min-height: 422px;
	_height: 422px;
}

#cont-left div#cont-left-right {
	width: 48%;
	min-height: 422px;
	_height: 422px;
	float: left;
	margin-left: 10px;
	padding-left: 15px;
	background: url(../img/separator.gif) left top no-repeat;
}

/*		projects	*/

#cont-left div.project-item {
	width: 730px;
}

.project-item div.img-holder {
	width: 150px;
	float: left;
}

.img-holder img {
	border: 1px solid #9F9F9F;
	padding: 2px;
}

#cont-left .project-item div.project-info {
	width: 560px;
	text-align: left;
}

.project-item div.project-info {
	float: right;
}

.project-info p {
	margin-top: 10px;
}

#cont-left div.project-separator {
	width: 550px;
	height: 21px;
	margin: 0 auto;
	background: url(../img/projects-separator.gif) left center no-repeat;
}

/*		sitemap	*/

div.sitemap ul {
	list-style: none;
	padding-left: 0;
}

/*

		CONT RIGHT

*/

#content div#cont-right {
	width: 210px;
	float: left;
}

#cont-right div.news {
	width: 100%;
}

.news h4 {
	font-size: 1.1em;
}

.news p {
	font-size: .9em;
}

.news a, .news a:hover {
	font-size: .9em;
}

/*

		FOOTER

*/

#container div#footer {
    width: 100%;
    height: 172px;
	 text-align: center;
    background: #f0efef url(../img/footer-bg.gif) left top repeat-x;
	 border-top: 1px solid #e0dede;
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer div#footer-cont {
	width: 982px;
	margin: 0 auto;
	text-align: center;
	font-size: .9em;
	position: relative;
}

#footer-cont div#controls {
	line-height: 35px;
	position: absolute;
	right: 15px;
	top: -50px;
}

#footer-cont div#footer-main-cont {
	margin: 0 auto;
}

#footer-main-cont ul {
	margin-top: 15px;
	list-style: none;
}

#footer-main-cont ul li {
	display: inline;
	line-height: 20px;
}