
/*---------------------------
 Body
---------------------------*/

* { padding: 0; margin: 0; }
img { border: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 /*background: #EAEAEC;*/
 background: #F0EFD0;
}
#wrapper { 
 margin: 0 auto;
 width: 920px;
 background: url(img/wrapper2.gif) top left repeat-y;
}
#header {
 color: #333;
 width: 920px;
 height: 255px;
 background: #FFF url(img/header2.jpg) top left no-repeat;
 clear: both;
}

a { 
 color: #A46747;
}
a:hover { 
 color: #FF1515;
}



/*---------------------------
 Left
---------------------------*/

#leftcolumn { 
 float: left;
 width: 200px;
 color: #333;
 margin: 18px 0px 20px 40px;
 padding: 0px;
 /*background: #FEFF3A url(img/left_bot.gif) bottom left no-repeat;*/
}

#left_top {
 height: 6px; 
 width: 200px;
 background: url(img/left_top2.gif) top left no-repeat;
}

#menu {
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
ul.menu {
 margin: 0;
 padding: 2px 0px 6px 0px;
 border-top: 1px solid #FFF;
 list-style: none;
 background: #F0EFD0 url(img/left_bot2.gif) bottom left no-repeat;
}
li.menu { 
 display: inline;
}
a.nav {
 color: #000;
 font-size: 11px;
 text-transform: uppercase;
 text-decoration: none;
 margin: 0px;
 border-top: 0px;
 border-bottom: 1px solid #FFF;
 display: block;
 padding: 5px 0px 5px 20px;
 background: url(img/nav2.gif) top left no-repeat;
}
a.nav:hover {
 color: #A46747;
 background: url(img/nav2_h.gif) top left no-repeat;
}
a.nav_on {
 color: #000;
 font-size: 11px;
 text-transform: uppercase;
 text-decoration: none;
 margin: 0px;
 border-top: 0px;
 border-bottom: 1px solid #FFF;
 display: block;
 padding: 5px 0px 5px 20px;
 font-weight: bold;
 background: url(img/nav2.gif) top left no-repeat;
}
a.nav_on:hover {
 color: #A46747;
 background: url(img/nav2_h.gif) top left no-repeat;
}

.lbox {
 /*background: #F6F6F6;*/
 padding: 10px;
 /*border: 1px solid #CCC;*/
 margin: 10px 0px 20px 0px;
 clear: both;
}
h3 { 
 margin: 0px 0px 0px 0px;
 padding: 5px 10px 10px 10px;
 font-size: 16px;
 font-weight: normal;
 color: #A46747;
}
img.info { 
 /*float: left;*/
 margin: 10px 0px 10px 10px;
 /*padding: 2px;
 border: 1px solid #CCC;*/
}
#leftcolumn p { 
 color: #333;
 font-size: 11px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 8px 0px 8px;
 line-height: 18px;
}



/*---------------------------
 Right
---------------------------*/

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 15px 70px 0px 0px;
 width: 555px;
 background: url(img/right_top.jpg) top right no-repeat;
}

.rbox {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 clear: both;
}
.rbox_update {
 background: #F6F6F6;
 padding: 8px 15px 10px 15px;
 border: 1px solid #CCC;
 margin: 0px 10px 0px 0px;
 clear: both;
}
.rbox_update_b {
 background: #FFF;
 padding: 8px 15px 10px 15px;
 border: 0px solid #CCC;
 margin: 0px 10px 0px 0px;
 clear: both;
}

h1 { 
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 10px 0px;
 font-size: 16px;
 font-weight: normal;
 color: #A46747;
 clear: both;
}
h2 { 
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
 font-size: 16px;
 font-weight: normal;
 clear: both;
}

img.left { 
 float: left;
 padding: 3px;
 border: 1px solid #CCC;
 margin: 2px 10px 8px 0px;
}
img.right { 
 float: right;
 padding: 3px;
 border: 1px solid #CCC;
 margin: 2px 0px 8px 10px;
}

img.line { 
 float: left;
 margin: 25px 10px 25px 10px;
 padding: 3px;
 clear: both;
}

#rightcolumn p { 
 color: #333;
 font-size: 12px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 line-height: 18px;
}
#rightcolumn p.right { 
 clear: both;
 text-align: right;
 color: #333;
 font-size: 12px;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 3px 10px 3px 10px;
 line-height: 18px;
 /*letter-spacing: 0.5px*/
 /*padding: 10px;*/
 /*background: #F9F9F9;*/
}

#rightcolumn ul { 
 margin: 10px 20px 20px 20px;
 list-style-type: disc;
 list-style-position: outside;
}



/*---------------------------
 Footer
---------------------------*/

#footer { 
 width: 920px;
 height: 55px;
 color: #999;
 background: url(img/footer2.gif) top left no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-size: 11px;
 line-height: 23px;
 clear: both;
}
p.footer { 
 padding: 10px 0px 0px 0px;
 text-align: center;
 color: #777;
}
a.wm { 
 color: #777;
 text-decoration: none;
}



/*---------------------------
 Inputs
---------------------------*/

textarea.text { font-size: 12px; font-family: Arial, Sans-serif; width: 480px; border: 1px solid #7F9DB9;}
input.text { font-size: 12px; font-family: Arial, Sans-serif; width: 480px; }
input.pictext { font-size: 12px; font-family: Arial, Sans-serif; width: 320px; }
input.heds { font-size: 16px; font-family: Arial, Sans-serif; width: 480px; color: #2857B5;}
input.ups { width: 480px; }

input.hedsinfo { font-size: 16px; font-family: Arial, Sans-serif; width: 230px; color: #2857B5;}
textarea.textinfo { font-size: 11px; font-family: Arial, Sans-serif; width: 230px; height: 230px;}

textarea.palaute {
 padding: 3px;
 margin-bottom: 15px;
 font-size: 13px;
 font-family: Arial, Sans-serif;
 width: 400px;
 height: 100px;
 border: 1px solid #999;
 background: #F2F2F2 url(img/contactbox.gif) top left repeat-x;
 color: #333;
}
/*textarea.palaute:hover { border: 1px solid #0195DB; }*/
input.palaute {
 margin: 0;
 padding: 3px;
 width: 400px;
 border: 1px solid #999;
 background: #F2F2F2 url(img/contact.gif) top left repeat-x;
 color: #333; 
}
/*input.palaute:hover { border: 1px solid #0195DB; }*/
input.qa {
 margin: 0;
 padding: 3px;
 width: 45px;
 border: 1px solid #999;
 background: #F2F2F2 url(img/contact.gif) top left repeat-x;
 color: #333; 
}
input.field {
 margin: 0;
 padding: 3px;
 width: 100px;
 border: 1px solid #999;
 background: #F2F2F2 url(img/contact.gif) top left repeat-x;
 color: #333; 
}



/*---------------------------
 Lightbox
---------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

