/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

@import url("typo.css");
@import url("extrat.css");

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #AFBABD;
	background: #00070F url(../images/bg1.png) repeat-x 0 0;
	}
	
a {
	text-decoration: underline;
	color: #FFC;
	}
	
a:hover {
	text-decoration: underline;
	color: #FF9;
	}
	
/* Rakenne */

#skipnavi {
	display: none;
	}

#runko {
	width: 740px;
	margin: 0 auto;
	}
	
#header {
	height: 315px;
	background: #00070F url(../images/header.png) no-repeat 0 0;
	position: relative;
	}
	
#header h1 {
	display: block;
	height: 191px;
	width: 216px;
	background: url(../images/powerball.png) no-repeat 0 0;
	margin: 0 auto;
	padding: 0;
	}
	
#middle {
	min-height: 30em;
	height: auto;
	_height: 30em;
	background: url(../images/middle.png) repeat-y 0 0;
	padding: 0 50px;
	}
	
#footer {
	height: 40px;
	background: url(../images/footer.png) no-repeat 0 0;
	}
	
/* Logo */

#header h1 a {
	position: absolute;
	top: 185px;
	left: 0;
	width: 100%;
	height: 39px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/suomen-powerball-edustus.png) no-repeat 50% 0;
	clear: both;
	}
	
/* Iskulause */

#header p {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 230px;
	left: 0;
	width: 100%;
	background: url(../images/tilaa-suoraan-maahantuojalta.png) no-repeat 50% 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/* Navigaatio #1 */

ul#navigaatio {
	list-style: none;
	text-align: center;
	margin: 0 0 80px 80px;
	padding: 0 40px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/pallot.jpg) no-repeat 50% 100%;
	clear: both;
	}

ul#navigaatio li {
	display: block;
	background: url(../images/navi-vasen.png) no-repeat 0 0;
	padding-left: 15px;
	height: 50px;
	float: left;
	}
	
ul#navigaatio li a {
	display: block;
	float: left;
	padding: 16px 18px 16px 0;
	text-decoration: none;
	background: #484F54 url(../images/navi-oikea.png) no-repeat 100% 0;
	margin-right: 10px;
	color: #FFF;
	}
	
ul#navigaatio li a:hover {
	color: #FF9;
	text-decoration: underline;
	}
	
ul#navigaatio li a:focus {
	outline: none;
	text-decoration: underline;
	}
