@charset "utf-8";

@import url(tags.css);
@import url(extras.css);
@import url(product.css);

body {
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	background: #fcfe9c url(../images/bg3.png) repeat-x;
}

div#runko {
	margin: 0 auto;
	width: 960px;
	background: #ffffff;
}
div#header {
	background: url('../images/header_bg3.png') repeat-x;
	height: 90px;
}
div#middle {
	background: url('../images/middle_bg3.png') repeat-x;
	min-height: 150px;
	height: auto;
}
div#right {
	float: right;
	width: 720px;
	padding: 15px;
}
div#left {
	float: left;
	width: 180px;
	padding: 15px;
}
div#left ul.navigation {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
div#left ul.navigation li {
	margin: 5px 0;
	border-bottom: 3px solid #FFFFFF;
}
div#left ul.navigation li a {
	display: block;
	width: 150px;
	padding: 10px 15px;
	font-size: 17px;
	text-decoration: none;
	background: #ff0000 url(../images/navigation_button_bg3.png) repeat-x;
	border: 2px solid #ff0000;
	color: #222222;
}
div#left ul.navigation li a:hover {
	background: #eeeeee;background: #CCCCCC url(../images/navigation_button_hover_bg3.png) repeat-x;
	color: #111111;
}
div#footer {
	margin: 15px 0 0;
	height: 175px;
	border-top: 8px solid #ff8888;
	clear: both;
	background: #87b7de url('../images/footer_bg3.png') repeat-x;
	font-size: 11px;
}
div#footer h2 {
	color: #FFFFFF;
}
div.f_first {
	float: right;
	width: 270px;
	margin-right: 30px;
	height: 155px;
	padding-top: 10px;
}
div.f_second {
	float: left;
	width: 270px;
	margin-left: 20px;
	margin-right: 20px;
	height: 155px;
	padding-top: 10px;
}
div.f_third {
	float: left;
	width: 280px;
	margin-left: 30px;
	height: 155px;
	padding-top: 10px;
}
div#bottom_footer {
	border-top: 8px solid #ff8888;
	background: #ff0000;
	height: 20px;
	padding: 7px 20px 5px;
	clear: both;
	color: #eeeeee;
	font-size: 11px;
}
div#bottom_footer a {
	color: #eeeeee;
}
