@import url("header_colors.css");

html {
	height: 100%;
	float: left;
}
body {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Lucida Sans, Helvetica, Arial,Sans Serif;
	font-size: 12px;
	line-height: 18px;
}


a, a:active, a:visited, a:hover {
	color: #BA0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	position:  relative;
	width: 100%;
	float: left;
	min-height: 100%;
	background: url('../images/initials.jpg');
	background-position: 180px 330px;
	background-repeat: no-repeat;
}

* html #page
{
height: 100%;
}

#header {
	float: left;
	width: 770px;
	height: 235px;
	position: relative;
}


#header h1, #header h2 {
	margin: 0;
	display: none;
	height: 1%;
}

#content .hide {
	display:  none;
}

#content h2 {
	width: 699px;
	height: 35px;
	margin-bottom:  48px;
	background-repeat:  no-repeat;
}

h2#cv {	
	background: url('../images/title_cv.png');
}

h2#statement {	
	background: url('../images/title_statement.png');
}

h2#gallery {	
	background: url('../images/title_gallery.png');
}

h2#reports {
	background: url('../images/title_reports.png');
}

h2#events {
	background: url('../images/title_events.png');
}

h2#contact {
	background: url('../images/title_contact.png');
}

h3.gallery {
	position: absolute;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #666;
}

#logo {
	position: absolute;
	width: 285px;
	height: 129px;
	bottom: 67px;
	left: 70px;
}

#description {
	position: absolute;
	width: 311px;
	height: 25px;
	bottom: 67px;
	right: 0px;
}



#nav {
	text-transform: uppercase;
	position: absolute;
	bottom: -1px;
	left: 65px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	display: inline;
	margin: 0px;
	text-align: left;
	height: 33px;
}

#nav li a {
	border-left: 1px dotted #fff;
	font-size: 13px;
	display: block;
	height: 30px;
	padding-right: 20px;
	padding-left: 7px;
	padding-top: 3px;
	color:  #fff;
}

#nav li a#firstElement {
	border-left:none;
}

#nav li a:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}


#content {
	position:  relative;
	width: 700px;
	float: left;
	padding-top: 50px;
	margin-left: 70px;
	margin-bottom:  100px;
}



#content p.caption {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top:  24px;
	float:  left;
}

/* ------------ Front page 3 pic links
*/

#fpGalleryNav {
	margin: 0px;
	padding: 0px;
	margin-left: -20px;
	margin-bottom: 30px;
	margin-top: 0px;
}

#fpGalleryNav ul {
	list-style: none;
	margin: 0; padding: 0;
	text-align: right;
	float: left;
}

#fpGalleryNav li {
	list-style: none;
	padding: 0; margin: 0;
	width: 220px; height: 220px; margin-left: 20px;
	float: left;
}

#fpGalleryNav li a {
	display: block;
	width: 220px; height: 220px;
}

#fpgnavi1 a {
	background: url('../images/gallery/fp_thumbs/nimeton_bw.jpg');
}

#fpgnavi1 a:hover {
	background: url('../images/gallery/fp_thumbs/nimeton.jpg');
}

#fpgnavi2 a {
	background: url('../images/gallery/fp_thumbs/fp_ways_bw.jpg');
}

#fpgnavi2 a:hover {
	background: url('../images/gallery/fp_thumbs/fp_ways.jpg');
}

#fpgnavi3 a {
	background: url('../images/gallery/fp_thumbs/panoraama_220_bw.jpg');
}

#fpgnavi3 a:hover {
	background: url('../images/gallery/fp_thumbs/panoraama_220.jpg');
}

#footer {
	float: left;
 	position: relative;
	margin-top:  -80px;
	height:  40px;
	width: 100%;
	background: #E5E5E5;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#footer p {
	clear: both;
	position: relative;
	bottom: 0;
	padding: 0px;
	margin: 0px 0px 0px 70px;
}

/* --------- Gallery page navigation links
*/

#gallerynavi {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 250px;
	height: 70px;
}

#gallerynavi p {
	font-size: 80%;
	color: #666;
	float: right;
	margin-top: 12px;
}

#gallerynavi ul {
	margin: 0; padding: 0;
	text-align: right;
	float: right;
}

#gallerynavi li {
	list-style: none;
	padding: 0; margin: 0;
	width: 70px; height: 70px; margin-left: 8px;
	float: left;
}

#gallerynavi li a {
	display: block;
	width: 70px; height: 70px;
	background-repeat: repeat-x !important;
}

#gallerynavi li a:hover {
	border-bottom: 3px solid #666;
	padding-bottom: 6px;
}

#gnavi1 a {
	background: url('../images/navi_sheep_bw.png');
}

#gnavi1 a:hover, #gnavi1 a#selected-item {
	background: url('../images/navi_sheep.png');

}

#gnavi2 a {
	background: url('../images/navi_ways_bw.jpg');
}

#gnavi2 a:hover, #gnavi2 a#selected-item {
	background: url('../images/navi_ways.jpg');
}

#gnavi3 a {
	background: url('../images/navi_installations_bw.png');
}

#gnavi3 a:hover, #gnavi3 a#selected-item {
	background: url('../images/navi_installations.png');
}

#gallerypics {
	position: relative;
	margin-left: -21px;
	margin-top: 100px;
}

#gallerypics img {
	margin-left: 21px;
	margin-bottom: 21px;
	border: 0;
}

img#sunna {
	float: right;
	margin: 8px 0px 8px 0px;
}




