/* #cccc99 */

* {
	background-color: transparent;
	color: #666633;
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	height: 100%;
	background-image: url('../img/html_bg.png');
}

body {
	background-image: url('../img/bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
	min-height: 100%;
}

#wrapper {
	width: 800px;
	min-height: 100%;
	
	position: relative;
	margin: 0 auto;
}

#header {
	background-image: url('../img/bg_header.png');
	width: 100%;
	height: 192px;
	margin: 0 auto;
}

/*	#logo {
		background-image: url('../img/logo.png');
		width: 353px;
		height: 129px;
		position: relative;
		top: 8px;
		left: 32px;
		float: left;
	}*/
	
		#logo {
		width: 353px;
		height: 129px;
		position: relative;
		top: 8px;
		left: 32px;
		float: left;
	}*/
	
	#shop {
		width: 264px;
		height: 32px;
		float: right;
	}
	
		#shop img:hover {
			opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
			filter: alpha(opacity=75); /* IE lt 8 */
			-ms-filter: "alpha(opacity=75)"; /* IE 8 */
			-khtml-opacity: .75; /* Safari 1.x */
			-moz-opacity: .75; /* FF lt 1.5, Netscape */
		}
	
#content {
	background-image: url('../img/bg_content.png');
}

#left_info {
	float: left;
	width: 128px;
	height: auto;
	padding-right: 8px;
	border-right: 1px dotted #aa7;
	margin-left: 32px;
}
	
	.co {
		width: 120px;
		margin: 4px auto;
	}

	#top_column {
		width: 520px;
		margin-right: 16px;
		margin-left: 16px;
		float: left;
	}
	
		#top_column img {
			display: inline;
			width: 160px;
			height: 120px;
			margin: 16px 4px;
			border: 1px solid #000;
		}

	#bottom_column {
		width: 520px;
		margin-left: 24px;
		float: left;
	}
	
	.clear {
		clear: both;
	}

#footer {
	width: 100%;
	height: 208px;

	background-image: url('../img/bg_footer.png');
}

.left {
	float: left;
	width: 320px;
}

.right {
	float: right;
}

/******************
***** TEKSTIT *****
******************/

h1 {
	font-family: tahoma, arial, sans-serif;
	font-size: 14pt;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: -4px;
}

h2 {
	font-family: tahoma, arial, sans-serif;
	font-size: 11pt;
	padding-top: 1em;
	padding-bottom: 1em;
}

.info {
	display: block;
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	width: 320px;
	padding-bottom: 1em;
}

p, li {
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	line-height: 160%;
	text-align: justify;
	width: 480px;
	padding-bottom: 1em;
}

a {
	color: #559;
	font-weight: bold;
	text-decoration: none;
}

	a:hover {
		color: #955;
		text-decoration: underline;
	}

.copyright {
	color: #442;
	font-size: 7pt;
	text-align: right;
	position: relative;
	top: 152px;
	width: 768px;
	vertical-align: bottom;
}

.menu_ul {
	list-style: none;
	padding-bottom: 1.5em;
	margin: auto auto auto auto;
}

.menu_ul li {
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	padding-right: 4px;
	display: inline;
}

.shoplink {
	color: #844;
/*	text-decoration: underline; */
	float: right;
}

	.shoplink:hover {
		color: #622;
	}

.shoplink2 {
	color: #844;
/*	text-decoration: underline; */
}

	.shoplink2:hover {
		color: #622;
	}
	
.current {
	color: #955;
}

/********************
***** HISTORIA *****
********************/

.historypicleft {
	float: left;
	width: 120px;
	height: 90px;
	margin-right: 16px;
}

.historypicright {
	border: 1px solid #000;
	float: right;
	width: 140px;
	height: 90px;
	margin-left: 16px;
	margin-bottom: 16px;
}

/****************************************
***** YHTEYSTIEDOT JA AJO-OHJEET *****
****************************************/

.info_ul li {
	margin-left: 16px;
}

.cardpic {
	width: 48px;
	height: 32px;
}

.map {
	border: 1px solid #000;
}

/***************
***** Muut *****
***************/

hr {
	border-top: 1px dotted #aa7;
	width: 80%;
	margin-top: 16px;
	margin-bottom: 16px;
}

.partner {
	margin-left: auto;
	margin-right: auto;
}
