/*****Reset*****/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basic Elements*****/

body {
	background: #FAFAFA url(img/ui/bg_body.jpg);
	color: #666;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
}

a:hover {

}

h1 {
	color: #EC008C;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {

}

p { 
	padding-bottom: 10px;
}

p.kumppanitiedot {
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.close {
	background: url(img/ui/bg_sulje.jpg) no-repeat;
	height: 25px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	text-indent: -9999px;
	top: 5px;
	width: 25px;
}

/*****Basic Layout*****/

div#wrap {
	margin: 0 auto;
	position: relative;
	width: 1024px;
}

div#left {
	float: left;
	height: 559px;
	position: relative;
	width: 122px;
}

div#photo {
	float: left;
	height: 559px;
	position: relative;
	width: 791px;
}

div#photo-mask {
	height: 560px;
	overflow: hidden;
	position: relative;
	width: 790px;
}

div#photo-container {
	left: 0;
	position: absolute;
	top: 0;
	width: 99999px;
}

div#right {
	float: left;
	height: 559px;
	padding: 0 0 0 7px;
	width: 104px;
}

div.caption-wrap {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

div.caption-top {
	background: url(img/ui/bg_caption_top.png) no-repeat;
	height: 32px;
	position: relative;
}

div.caption {
	background: url(img/ui/bg_caption.png) repeat-y;
	padding: 0 70px 0 35px;
	width: 305px;
}

div.caption-content {
	height: 499px;
	overflow: auto;
	padding: 0 40px 0 0;
	width: 325px;
}

div.caption-bot {
	background: url(img/ui/bg_caption_bot.png) no-repeat;
	height: 32px;
}

/*****Header*****/

div#header {
	height: 143px;
	position: relative;
}

h1#ah a {
	background: url(img/ui/bg_ah2.png) no-repeat;
	bottom: 2px;
	height: 105px;
	left: -53px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 175px;
}

h1#ah a:hover {
	background-position: 0 -105px;
}

/*****Main Menu*****/

ul#admenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 103px;
	top: 91px;
}

ul#admenu li {
	float: left;
}

a#id {
	background: url(img/ui/bg_id.jpg) no-repeat;
	display: block;
	height: 52px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 71px;
}

a#id:hover {
	background-position: 0 -52px !important;
}

a.adselected {
	background-position: 0 -104px !important;
}

a#ad {
	background: url(img/ui/bg_ad.jpg) no-repeat;
	display: block;
	height: 52px;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 83px;
}

a#ad:hover {
	background-position: 0 -52px !important;
}

a.idselected {
	background-position: 0 -104px !important;
}

a#prev {
	background: url(img/ui/bg_prev.jpg) no-repeat;
	display: block;
	height: 25px;
	left: 90px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 533px;
	width: 25px;
}

a#prev:hover {
	background-position: 0 -25px;
}

a#next {
	background: url(img/ui/bg_next.jpg) no-repeat;
	display: block;
	height: 50px;
	margin: 0 0 7px 0;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 50px;
}

a#next:hover {
	background-position: 0 -50px;
}

a#info {
	background: url(img/ui/bg_info.jpg) no-repeat;
	display: none;
	height: 50px;
	margin: 0 0 7px 0;
	outline: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 50px;
}

a#info:hover {
	background-position: 0 -50px;
}

div#right span {
	color: #D7D5D6;
	font: 20px Arial, Helvetica, sans-serif;
}

/*****Footer*****/

div#footer {
	clear: left;
	color: #777;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 122px;
}

/*****Forms*****/

/*****Tables*****/

/*****Generic Classes*****/

div.error {
	background: #FBE3E4;
	border: 2px #FBC2C4 solid;
	color: #8A1F11;
	margin-bottom: 20px;
	padding: 10px 20px 10px 40px;
}

div.message {
	background: #FFF6BF;
	border: 2px #FFD324 solid;
	color: #554B25;
	margin-bottom: 20px;
	padding: 10px 20px 10px 40px;
}

/*****Etc*****/

a img { border: 0; }