/* culture shock: grass stains by pogy366 - Sept. 2005 */

/******* structure and layout *******/
body {
font-family:Arial, Helvetica, sans-serif; 
font-size: 12pt; 
color: #000000; 
background: #B4B8B7;
margin:0 0 0 0;
padding:0 0 0 0;
background: #efefef url(images/bg.gif);
text-align:left;
}

.wrap {
position:reative;
width:800px;
margin:0 auto;
padding:0 0 0 0;
text-align:left;
background: #ffffff url(IMG_6921-c.jpg) no-repeat;
border-left:1px solid #2D7FD3;
border-right:1px solid #2D7FD3;
border-top:1px solid #2D7FD3;
}

.header {
position:relative;
clear:none;
width:800px;
height:307px;
margin:0px 0 0 0;
padding:0 0 0 0;
background:transparent;
color:#ffffff;
text-align:left;
}

.topnav {
position:relative;
clear:both;
width:800px;
height:120px;
margin:0 0 0 0;
padding:0 0 0 0;
background:#ffffff;
font-size:16pt;
text-align:center;
}

.container {
position:relative;
clear:both;
width:780px;
margin:50px 10px 0px 10px;
padding:0 0 0 0;
background:#ffffff;
color:#000000;
text-align:left;
}



img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

.footer {
position:relative;
clear:both;
width:800px;
margin:20px 0 0 0;
padding:4px 0 4px 0;
background:#ffffff;
font-size:8pt;
text-align:center;
border-top:1px solid #2D7FD3;
border-bottom:1px solid #2D7FD3;
}


/******* top navigation *******/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}

/*Alavalikkojen tyylit*/

#nav li > ul            
{
    display: none;              /*Piilotetaan alavalikot*/
    /*Sijoitetaan alavalikot paikoilleen*/
    
   
    width: 600 px;
    float: none;
    width: 100 px;
    height: 100 px;
    padding: 5 px;
    top: 2em;                   /*Siirretään ylimmän valikon alle; top <= height*/
}



#nav li:hover > ul      /*Alavalikko näytettäessä*/
{
    display: block;             /*Näytetään alavalikot*/
}
/*Alemmat valikot (ilmestyvät vanhan valikon viereen)*/
#nav li ul li > ul      /*Ala-alavalikko*/
{
    display: none;              /*Piilotetaan alavalikot*/
    /*Sijoitetaan alavalikot paikoilleen*/
    position: absolute;         /*Sijoitetaan suhteessa "isäntään"*/
    left: 80px;                 /*Siirretään oikeaan reunaan; left <= width*/
    top: 2px;                   /*Siirretään lievästi alas (pakollinen, vaikka 0)*/
}



/******* links *******/

a {
color:#2D7FD3;
text-decoration:underline;
}

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


#footer a {
color:#2D7FD3;
text-decoration:none;
}

#footer a:hover {
color:#4F6C1F;
text-decoration:none;
}

/******* fonts and colors *******/

.header strong {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:13pt;
letter-spacing:.7em;
}


.page_title {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:14pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 20 20 20 20;
}


/******* images *******/

img {
border:none;
}

.right img{
position:relative;
float:right;
padding:0 0 0 0;
margin:5px 2px 2px 5px;
}

.left img{
position:relative;
float:left;
padding:0 0 0 0;
margin:0 5px 0 2px;
}



/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

