html {
	min-height: 100%;
	height: auto;
    padding: 0px;
	margin: 0px;
}
body {
	background: #aad4f3;
	font-family: Arial;
	font-size: 0.94em;
	color: #222;
	margin: 0px;
	min-height: 100%;
	height: 100%;
    padding: 0px;
    text-align: center;
    overflow: -moz-scrollbars-vertical;
}

#full {
	width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0px;
	border: none;
	padding: 0px;
}
* html #full { height: 100%; } /* Hack for IE6 */

a {
	text-decoration: underline;
	color: #f15d04;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #f15d04
}
h1 {
	font-family: Century Gothic, Arial;
	margin: 20px 0px 15px 0px;
	font-size: 170%;
}
h2 {
	font-size: 115%;
	margin: 15px 0px 5px 0px;
}

p { margin: 5px 0px 10px 0px; }

#topbar {
	margin-top: 17px;
	height: 87px;
	width: 100%;
	background-color: #0068b1;
	background-image: url(../img/navi_bg.gif);
	text-align: center;
}

#bottom_part {
	min-height: 100%;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
}

.main {
	position: relative;
	width: 1020px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	text-align: left;
}
#topbar .main { height: 87px; }
#bottom_part .main {
	min-height: 100%;
	height: auto;
	background-color: #ffffff;
	background-image: url(../img/stripe_bg.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#nico_logo {
	bottom: 0px;
	width: auto;
	height: 87px;
	clear: none;
	display: block;
}
#nico_logo img {
	width: 272px;
	height: 87px;
	clear: none;
	display: block;
}

#navi {
	position: absolute;
	top: 0px;
	left: 272px;
	margin: 37px 0px;
	padding: 0px;
	display: inline;
	clear: none;
	height: 50px;
	list-style-type: none;
}

#navi li{
	display: block;
	clear: none;
	float: left;
	height: 50px;
	list-style-type: none;
}
#navi li a:hover { background-position: bottom left; }
#navi .selected a { background-position: bottom left; }

#navi li a{
	display: block;
	width: 100%;
	height: 100%;
}

#navi li a span{ display: none; }

#lang {
	position: absolute;
	margin: 37px 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	width: auto;
	height: 50px;
	display: inline;
	clear: none;
}
#lang li {
	list-style-type: none;
	display: block;
	clear: none;
	float: left;
	height: 50px;
	width: 31px;
	margin: 0px 0px 0px 3px;
}
#lang li a{
	display: block;
	width: 100%;
	height: 25px;
	margin: 13px 0px 12px 0px;
}
#lang li a span { display: none; }
#lang #lang-fi { background-image: url(../img/lang-fi.png); }
#lang #lang-en { background-image: url(../img/lang-en.png); }

#left_container {
	float: left;
	padding: 0px 17px 0px 30px;
	border: 0px;
	margin: 0px;
	display: block;
	clear: none;
	width: 608px;
	height: 100%;
	background-color: #ffffff;
}
#right_container {
	float: left;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 365px;
	clear: none;
	background-color: #ffffff;
	background-image: url(../img/stripe_bg.gif);
}

.content {
	padding: 0px;
	border: 0px;
	margin: 0px;
	display: block;
	clear: both;
	background-color: #ffffff;
}

/* open positions list styles: */
.openpositions {
	background-color: #ffffff;
	position: relative;
	display: block;
	border: 1px solid #c4c4c4;
	padding: 0px;
	margin: 0px;
}
.openpositions li {
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #e2e2e2;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

.openpositions li:first-child {
	border-top: none;
}

.openpositions h2 { margin: 0px 7.5em 0px  0px; }
.openpositions li a:hover h2 { text-decoration: underline; }
.openpositions li a.job {
	position: relative;
	display: block;
	padding: 10px 0px 0px 40px;
	background-image: url(../img/bullet-a1.gif);
	background-repeat: no-repeat;
	background-position: 14px 14px;
	height: 52px;
	text-decoration: none;
	border: none;
}
.openpositions li a.job:hover {
	background-color: #f3f3f3;
	background-image: url(../img/bullet-a2.gif);
	background-repeat: no-repeat;
	border-left: 2px solid #7ab60b;
	padding-left: 38px;
	background-position: 12px 14px;
	text-decoration: none;
}
.openpositions li.open a.job {
	background-color: #f3f3f3;
	background-image: url(../img/bullet-b.gif);
	background-repeat: no-repeat;
	border-left: 2px solid #7ab60b;
	padding-left: 38px;
	background-position: 12px 14px;
	text-decoration: none;
}
.openpositions li.open a.job:hover { background-image: url(../img/bullet-b.gif); }
.openpositions li a.job .validity {
	position: absolute;
	top: 14px;
	right: 14px;
	font-size: 80%;
	text-align: right;
}
.openpositions li a.job .validity span{
	color: #555555;
	display: block;
	clear: both;
}
.openpositions li a.job .description {
	color: #555555;
	font-size: 95%;
}
.openpositions li .jobinfo {
	background-color: #f9f9f9;
	color: #555555;
	font-size: 85%;
	margin: 0px;
	border: none;
	padding: 0px;
	overflow: hidden;
	height: 1px;
	display: none;
}
.openpositions li.open .jobinfo {
	margin: 0px;
/*	padding: 0px 36px 0px 38px; */
	border-top: 1px solid #e2e2e2;
	border-left: 2px solid #7ab60b;
	height: auto;
	display: block;
	overflow: hidden;
}
.openpositions li .jobinfo p { padding: 8px 38px 7px 38px; margin: 0px; }

.hline { width: 100%; height: 1px; background-color: #e2e2e2; }

/* contacts list styles: */
.contacts {
	display: block;
	padding: 0px;
	margin: 0px 0px;
	font-size: 90%;
}
.contacts li {
	clear: both;
	margin: 37px 0px 37px 0px;
	padding: 0px;
	list-style-type: none;
}
.contacts .photo {
	float: left;
	width: 100px;
	padding: 0px;
	margin: 0px 30px 0px 0px;
}
.contacts .photo img {
	border: 0px;
	width: 100px;
	height: 140px;
}
.contacts .contact_info {
	float: left;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	clear: right;
}
ol li { color: #f15d04; }
ol li p { color: #222222; }

.clear {
	padding: 0px;
	border: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.copy {
	position: relative;
	height: 60px;
	clear: both;
	margin: 0px 0px 0px 0px;
	color: #777777;
	font-size: 70%;
	background-color: #ffffff;
	background-image: url(../img/stripe_bg.gif);
	background-position: 100% 100%;
	background-repeat: repeat-y;
}
.copy p {
/*	background-color: #fbb; */
	position: absolute;
	bottom: 0px;
	width: 608px;
	margin: 0px;
	padding: 50px 17px 10px 30px;
}
