/* COMMON STYLES */

html {
	width: 100%;
	height: 100%;
	}

body {
	background-color: #512A0D;
	color: #5a3514;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 112%;
	#overflow: auto;		/* IE7 */
	#height: 100%;			/* IE7 */
	#margin-top: -20px;		/* IE7 */
	_margin-top: -40px;		/* IE6 */
	}

.clrbrk {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	}

a {
	color: #000000;
	text-decoration: none;
	}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	line-height: 20px;
	}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	line-height: 20px;
	}
h6 {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	margin: 3px 0px 2px 0px;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px;
	}


/* MAIN LAYOUT BLOCKS */
/* horizontal & vertical centering */

#outer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
	#position: relative;	/* IE7 */
	}
#vcenter {
	#position: absolute;	/* IE7 */
	#top: 55%;				/* IE7 */
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	}
#frame {
	position: relative;
	width: 800px;
	margin: 0px auto;
	background: #512A0D url(./imgs/frame-bk.gif) no-repeat;
	text-align: left;
	height: 520px; !important
	height: 520px;
	#position: relative;	/* IE7 */
	#top: -50%;				/* IE7 */
	#left: -50%;			/* IE7 */
	font-size: 62%;
	}

#inner {
	position: relative;
	width: 800px;
	height: 520px; !important
	height: 520px;
	overflow: hidden;
	}


/* HEADER */

#logo {
	position: absolute;
	top: 40px;
	left: 260px;
	}


/* NAVIGATION */

#menu {
	float: left;
	width: 160px;
	#width: 160px;				/* IE7 */
	height: 280px;
	padding: 70px 0px 0px 36px;
	background: url(./imgs/menu-bk.gif) no-repeat top left;
	font-size: 1.0em;
	}
#menu ul {
	list-style: none;
	margin: 20px 0px 0px -20px;
	#margin: 20px 0px 0px 20px;	/* IE7 */
	}
#menu ul li {
	margin: 0px;
	_margin-top: -3px;	/* IE6 */
	#margin-top: -3px;  /* IE7 */
	}
#menu li ul {
	display: none;	
	}
#menu a {
	display: block;
	text-decoration: none;
	}

#menu .homelink a {
	border: none;
	}
#menu .homelink img {
	width: 104px;
	height: 104px;
	}

#menu ul li a {
	display: block;
	width: 100px;
	height: 20px;
	margin: 0px; 
	overflow: hidden;
	font-size: 0px;
	color: #ffffff;
	}
#menu ul li a .menuitem {
	display: none;
	visibility: hidden;
	margin-left: -200px;
	}

/* MENU CSS rollovers */

#menu ul li#nav_4 a {
	background: url(imgs/menu_menu0.gif) no-repeat;
	}
#menu ul li#nav_4 a:hover {
	background: url(imgs/menu_menu1.gif) no-repeat;
	}
#menu ul li#nav_2 a {
	background: url(imgs/menu_lounas0.gif) no-repeat;
	}
#menu ul li#nav_2 a:hover {
	background: url(imgs/menu_lounas1.gif) no-repeat;
	}
#menu ul li#nav_12 a {
	background: url(imgs/menu_viinit0.gif) no-repeat;
	}
#menu ul li#nav_12 a:hover {
	background: url(imgs/menu_viinit1.gif) no-repeat;
	}
#menu ul li#nav_5 a {
	background: url(imgs/menu_yhteydet0.gif) no-repeat;
	}
#menu ul li#nav_5 a:hover {
	background: url(imgs/menu_yhteydet1.gif) no-repeat;
	}
#menu ul li#nav_6 a {
	background: url(imgs/menu_ajankoht0.gif) no-repeat;
	}
#menu ul li#nav_6 a:hover {
	background: url(imgs/menu_ajankoht1.gif) no-repeat;
	}
#menu ul li#nav_7 a {
	background: url(imgs/menu_tunnelmia0.gif) no-repeat;
	}
#menu ul li#nav_7 a:hover {
	background: url(imgs/menu_tunnelmia1.gif) no-repeat;
	}

/* CONTENT */

h1.pagetitle {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 220px;
	height: 30px;
	margin: 0px;
	padding: 0px 20px;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 30px;
	color: #5a3514;
	background-color: #d5d17a;
	}
	
#contentwrap {			/* JS scroller containing layer */
	position: absolute;
	top: 60px;
	left: 220px;		/* See ./js/ScrollLayer.js */
	width: 260px;
	height: 380px;
	overflow: hidden;
	}
#content {
	position: absolute;
	width: 260px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	clip-right: 260px;
	overflow: visible;
	}
#content h2 {
	display: none;
	}
#content p {
	display: block;
	position: relative;
	line-height: 18px;
	margin: 0px 0px 8px 0px;
	color: #5a3514;
	}
#content a {
	font-size: 1.0em;
	}
#content a:hover {
	color: #A8AD1A;
	}

#content p.large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height:1.6em;
	margin: 0px;
	padding-top: 60px;
	}
#content p.large .drop {
	float: left;
	font-size: 48px;
	line-height: 0.8em;
	height: 48px;
	margin: 0px;
	}
#content .droplast {
	}
#content .quotee {
	text-align: right;
	margin-top: 16px;
	}
#content .price {
	margin-left: 8px;
	}
#content .intlink {
	padding-left: 8px;
	background: url(imgs/blkblt.gif) no-repeat 0px 5px;
	}

#lyrctrl {
	position: absolute;
	top: 60px;
	_top: 60px;
	left: 482px;
	width: 12px;
	}
#lyrctrl #up {
	}
#lyrctrl #down {
	margin-top: 360px;
	}

/* MAINIMG */

#mainimg {
	position: absolute;
	top: 60px;
	right: 40px;
	width: 250px;
	}
#mainimg h2 {
	display: none;
	}

/* GALLERY */

.image_container {
	float: left;
	width: 70px;
	margin: 3px;
	}

/* FOOTER */

#footer {
	position: absolute;
	top: 490px;
	width: 635px;
	margin-left: 85px;
	padding: 4px 20px 4px 60px;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #dbd9cc;
	}
#footer a {
	text-transform: none;
	color: #dbd9cc; 
	}

                                                                          
                                                                          
                                                                          
                                                                          
              /*:                                                          
            ;;ii::                                                        
          ,,ffjj,,                                                        
          ffDDjj::                                                        
        ..EEWWGGii                                                        
        ::KKWWEEjj                              ::                        
        ,,WW##GG;;                  ,,ttffffLLDDKK;;::                    
        ;;KKEE,,,,;;ii;;;;    ..LLKK##GGii      LLWWGGii                  
        ii##WWEEGGLLGGKK##WWGGKK########LLGGGGff,,####EE..                
        GGGGKKWWKKEEKKEEKK####################KKLLWW####ii                
        WWLL################KKGG##WWWWEEjjiiEEKKEEWW##WWiiGG;;            
      ..KK########ff;;ffEE##jj  GGLL::      ::ffGGWWWWGGLLGGtt            
    ..KK######DDffii....;;##::  ..EE          ttjj##EEDDjj,,::            
      WW##WW##LL::,,::  ff##;;    ffDDtt,,;;iiffKKEEGGDDDD,,::            
      LL##EEEEWWEEii::ttWWDD,,      GG##LLii;;DDKKDDDDEEDDtt::            
      tt##########WWWW####WWKKLLLLLLffGGLLffDDWWKKDDEEKKDDjj              
      ,,WW########WWjjjj########WWDDff  jj..::LLjjGGEEWWjj,,::            
        EE########WWiiLLKKGGjjii..      ,,jj::ii,,LLEEWWjjii              
        LL##########DDEEDDii;;..::        ff,,,,::ffKKKKff,,              
        tt##########WWEEKKDDLL,,,,iittii::tt::::::ffWWWWLL..              
        ,,WW######WWEEKK##########WWWWWWKKff  ,,,,LL##ff                  
          ..iiWW##KK,,WW##WWff;;,,  ....ttff..,,;;EE##;;                  
              ff##WW,,LLKKEEGGffjj::      ..::,,;;WWWW..                  
              ii####LLffEEffffjjii::        ,,ffGG##DD                    
                GG##KKEEDD,,::            ..jjKKWW##GG                    
                ..WW####KKii,,..          jjWW########tt                  
                  EE######WWDDGGjjffii;;ff##########GGKK..                
                ;;################################WWiiKKWWii              
              ..WWWW##############################LL..WW####GGffii..      
              DD##GGWW##########################LL  ii##############KKfftt
        ;;LLWW####EEtt########################ff    GG####################
  ..LLWW############;;ii##################WWii    ;;####### we ###########
LLWW################LL  iiWW############EE::      EE###### love ##########
####################WW    ;;KK########GG..      ii####### T3cXn0 #########
######################tt    ..DD####KK..        DD########################
######################KK    ttWW######GG      tt########## W000! #########
########################::;;WW##KKEELLKKtt    KK########################*/




