/* Tagien oletustyylit */
/***********************/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	background: #FFFFFF; 
	height: 100%;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

h2 {
	font-size: 16px;
	color: #7F7F83;
	margin-bottom: 10px;
	font-weight: bold;
}

p {
	font-size: 13px;
	margin-bottom: 10px;
	color: #4c4c4c;
}

a {
	font-size: 13px;
	color: #725BFF;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

/* container elementtien määrittelyt */
/****************************/

#outerContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

#topContainer {
	width: 610px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#middleContainer {
	width: 610px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#bottomContainer {
	width: 100%;
	height: 37px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: #FFFFFF url(../images/tausta.png) repeat-x bottom center;
}

/* id määrittelyt */
/****************************/

#kaupunki_navi {
	list-style: none;
	width: 250px;
}

#kaupunki_navi li {
	border-bottom: 1px solid #D5D6D7;
}

#kaupunki_navi li a {
	display: block;
	position: relative;
	padding: 3px 0px 3px 30px;
	color: #C61D05;
	background: #FFFFFF url(../images/nuoli_valk.jpg) no-repeat 4px 4px;
	font-size: 16px;
	text-decoration: none;
	
}

#kaupunki_navi li a.selected, #kaupunki_navi li a.hover {
	color: #FFFFFF;
	background: #C61D05 url(../images/nuoli_pun.jpg) no-repeat 4px 4px;
}

#bottom {
	position: relative;
	background: url(../images/keskiviiva.jpg) repeat-y 280px 0px;
}

#nosto_kuusamo {
	top: 105px;
}

#nosto_oulu {
	top: 75px;
}

#nosto_raahe {
	top: 150px;
}

#nosto_kokkola {
	top: 100px;
}

#nosto_pietarsaari {
	top: 248px;
}

#nosto_vaasa {
	top: 170px;
}

#nosto_seinajoki {
	top: 195px;
}

#nosto_helsinki {
	top: 310px;
}

#nosto_lahti {
	top: 310px;
}

#nosto_turku {
	top: 310px;
}

#kartta {
	position: relative;
}

#link_kartta_kuusamo {
	position: absolute;
	top: 168px;
	left: 217px;
}

#link_kartta_oulu {
	position: absolute;
	top: 208px;
	left: 146px;
}

#link_kartta_raahe {
	position: absolute;
	top: 224px;
	left: 130px;
}

#link_kartta_kokkola {
	position: absolute;
	top: 251px;
	left: 104px;
}

#link_kartta_pietarsaari {
	position: absolute;
	top: 263px;
	left: 92px;
}

#link_kartta_vaasa {
	position: absolute;
	top: 284px;
	left: 73px;
}

#link_kartta_seinajoki {
	position: absolute;
	top: 296px;
	left: 98px;
}

#link_kartta_helsinki {
	position: absolute;
	top: 411px;
	left: 134px;
}

#link_kartta_turku {
	position: absolute;
	top: 401px;
	left: 76px;
}

#link_kartta_lahti{
	position: absolute;
	top: 378px;
	left: 148px;
}

/* class määrittelyt */
/****************************/

div.left {
	float: left;
	width: 49%;
}

div.right {
	float: right;
	width: 49%;
}

div.clear {
	clear: both;
}

div.nostolaatikko_open {
	position: absolute;
	left: 270px;
	width: 464px;
	min-height: 80px;
	background: url(../images/laatikko_alaosa.png) no-repeat bottom center;
}

div.nostolaatikko_closed {
	display: none;
}

div.nostolaatikko_open span.top {
	position: absolute;
	top: -27px;
	height: 27px;
	width: 464px;
	background: url(../images/laatikko_ylaosa.png) no-repeat bottom right;
}

div.nostolaatikko_open div.contents {
	padding: 0px 0px 30px 45px;
}

a.closebutton {
	position: absolute;
	right: 10px;
}

a.karttalinkki {
	display: block;
	height: 20px;
	width: 20px;
}

a.karttalinkki_selected, a.karttalinkki_hover {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/rengas.gif) no-repeat center center;
}

span.puh {
	color: #C61D05;
	font-weight: bold;
	font-size: 24px;
}

span.puh img {
	vertical-align: bottom;
}

img.tuotteet_palvelut_kuva {
	float: right;
	margin-right: 30px;
}

.bold {
	font-weight: bold;
}