/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
margin:0px;
height:100%;
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
color: white;
background-color:black;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color:#333;}
a:visited {color:#666}
a:hover {color:#F00;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #F2AB9E;
}
.clear {
	clear: both;
}

body {
	background: black;
	text-align: center;
	color: black;
	font: 11px verdana, sans-serif;
}
#wrapper {
	text-align: left;
 	margin: 15px auto;
	width: 978px;
	position: relative; 
	background: white url(../images/bg.jpg) repeat-y;
	border: 5px solid #750306;
}
#head-1 {
	background: url(../images/head_1.jpg) no-repeat;
	width: 609px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
}
#head-2 {
	background: url(../images/head_2.jpg) no-repeat;
	width: 156px;
	height: 36px;
	top: 386px;
	left: 622px;
	position: absolute;
}

#nav {
	margin: 11px 0 25px 0px;
	color: #C15D4B;
}
#nav a {
  font: 12px verdana, sans-serif;
  font-weight:bold;
  text-decoration: none;
  color: black;
  padding-left: 30px;
}
#nav li {
  background: top left url(../images/nav_bg.jpg) no-repeat;
  _height: 1%;
  padding: 8px 8px 8px 8px;
}

li#current {
  background: top left url(../images/nav_bg_current.jpg) no-repeat;
  color: #FF0000;
}
#nav li.item1 {
  background: bottom left url(../images/nav_bg_first.jpg) no-repeat;
}
#nav li.parent item27 {
  background: bottom left url(../images/nav_bg.jpg) no-repeat;
}
#ul
{
padding-left: -85px;
display: block;
}

.otsikko {
	display: block;
}
.dots {
	position: relative;
	top: -10px;
	left: 100px;
}

#gallery img {
	display: block;
}
h1 {
  height: 172px;
  width: 369px;
  background: url(../images/logo.jpg) no-repeat;
  color: black;
  font-weight: normal;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: white;
  padding-right: 3px;
}
h1 .hone {
  padding: 65px 0 0 58px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: -0.5em;
  left: 7.5em;
  font-size: 18px;
}
h1 .hthree {
  position: relative;
  top: -1.0em;
  left: 4.5em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #E3C0C1;
}
h2 {  
  font: 24px verdana, sans-serif;
  font-weight: normal;
  color: black;
}
h2 em {
  color: red;
  font-style:normal;
}

h3 {
  /* background: 120% 0.5em url(../images/dot_dot_dash.jpg) no-repeat; */
  font: 24px verdana, sans-serif;
  font-weight: bold;
  color: black;
}
h3 em {
  color: red;
  font-style:normal;
}
#gallery {
	border: 1px solid black;
	background: #FFF;
	margin: 13px 10px 0 6px;
	height: 278px;
	position: relative;
}
.gal {
	background: #FFFFFF;
	padding: 2px;
	position: absolute;
}
#gzero {
	top: 13px;
	left: 15px;
	width: 221px;
}
#gone {
	top: 200px;
	left: 15px;
	width: 57px;
}
#gtwo {
	top: 200px;
	left: 98px;
	width: 57px;
}
#gthree {
	top: 200px;
	left: 179px;
	width: 57px;
}
#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
#body-right {
	top: -4px;
	float: right;
	width: 508px;
	padding-right: 50px;
	position:relative;
}
#body-wide {
	width: 666px;
	padding-right: 50px;
	padding-left: 28px;
	float: right;
         font-size: 13px;
}
#footer {
	text-align: center;
	color: #CD3639;
	border-top: 1px solid #983234;
	padding: 6px 25px 20px 0;
}
.spacer {
	height: 18px;
}