@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}
img {border:0px;}
#logo {
	margin-top: 20px;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
}
#linkit {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 15px;
}
#slideshow {
	width: 880px;
	height: 333px;
	background-image:url(img/prevNext_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
}
#slideshow a {
	text-decoration:none;
}
#galleriakuva {
	width: 880px;
	height: 333px;
	overflow:hidden;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#galleriakuva img {
	height: 333px;
}
#controller {
	margin: 0;
	padding: 0;
	display: none;
}

.featuredinfo {color: #c7bdb7; text-align:center; padding-top:0; margin-top:-9px; font-family: 'muliregular'; font-size: 16px;}
.jFlowPrev, .jFlowNext { cursor:pointer; display:block; width:52px; height:35px; text-indent:-5000px; position:relative; }
.jFlowPrev {background:url('img/prev.jpg') no-repeat ; float:left;}
.jFlowNext {background:url('img/next.jpg') no-repeat; float:right;}
.jFlowPrev, .jFlowNext { cursor:pointer; }

#oranssi {
	width: 880px;
	height: 8px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 880px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	overflow: visible;
	box-shadow: 0px 2px 100px #666666;
	margin-bottom:100px;
	padding-bottom: 10px;
}
#left {
	color: #b3aba6;
	width: 550px; /* 630 - 80 (padding) */
	float: left;
	font-family: 'muliregular';
	font-size: 13px;
	padding: 10px 45px 30px 35px;
}
#left h1 {
	font-size: 22px;
	color: #CCCCCC;
}
#left h2 {
	font-family: 'muliregular';
	font-size: 17px;
	color: #CCCCCC;
}
#left h3 {
	font-family: 'muliregular';
	font-size: 14px;
	color: #CCCCCC;
}
#right {
	color: #cccccc;
	width: 210px; /* 250 - 40 (padding) */
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 25px 35px 20px 5px;
}
#right h1 {
	font-family: 'muliregular';
	font-size: 15px;
	color: #f15b29;
}
#listaus {
	background-color:#1d1d1d;
}
#listaus td {
	border:#000000 1px solid;
	height:75px;
}
#gallerialinkki a {
	display:block;
	width:100%;
	height:75px;
	padding-left:20px;
	text-decoration:none;
}
#gallerialinkki a:hover {
	background-color:#333333;
}

a {color:#ffffff;}
a:link {color:#ffffff;}
a:visited {color:#cccccc;}
a:active {color:#ffffff;}
a:hover {color:#ffffff;}


/* Kuvagalleria-koodi thumbnailseille
----------------------------------------------------------------------*/

.thumbs
{
	list-style: none;
	width:550px;
	margin-left:-40px;
}

.thumbs a .preview
{
	display: none;
}

.thumbs a:hover .preview
{
	display: block;
	position: fixed;
	top: 170px;
	left:50%;
	margin-left:-222px;
	width: 444px;
	height: 333px;
	z-index: 1; 
}

.thumbs img
{
	background: #fff;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.thumbs li
{
	background: #333333;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}