﻿/* General */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #dbdbdb;
	background-image: url("../img/background_main.gif");
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}




/* Main sections */
div#container {
	width: 980px;
	height: 500px;
	margin: 0 auto;
}

div#header {
	width: 980px;
	height: 187px;
	background-image: url("../img/banner.gif");
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}

div#content {
	overflow: hidden;
	clear: both;
}

div#footer {
	color: #808080;
	clear: both;
	overflow: hidden;
	font-size: 0.8em;
}

div#footer_left {
	float: left;
	margin-left: 3px;
}

div#footer_left a {
	text-decoration: none;
	color: #808080;
}

div#footer_center {
	float: left;
	margin-left: 235px;
}

div#footer_right {
	float: right;
	margin-right: 3px;
}




/* Main menu */
div#menu {
	width: 980px;
	height: 32px;
	position: absolute;
	bottom: 12px;
	overflow: hidden;
}

div#menu a, div#menu div {
	display: block;
	width: 180px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;
}

a#menu_link_etusivu {
	background-image: url("../img/menu01.gif");
	margin-left: 8px;
}

a:hover#menu_link_etusivu {
	background-image: url("../img/menu01-over.gif");
}

div#menu_link_etusivu {
	background-image: url("../img/menu01-sel.gif");
	margin-left: 8px;
}

a#menu_link_kurssivalikoima {
	background-image: url("../img/menu02.gif");
	margin-left: 16px;
}

a:hover#menu_link_kurssivalikoima {
	background-image: url("../img/menu02-over.gif");
}

div#menu_link_kurssivalikoima {
	background-image: url("../img/menu02-sel.gif");
	margin-left: 16px;
}

a#menu_link_blogi {
	background-image: url("../img/menu03.gif");
	margin-left: 16px;
}

a:hover#menu_link_blogi {
	background-image: url("../img/menu03-over.gif");
}

div#menu_link_blogi {
	background-image: url("../img/menu03-sel.gif");
	margin-left: 16px;
}

a#menu_link_faq {
	background-image: url("../img/menu04.gif");
	margin-left: 16px;
}

a:hover#menu_link_faq {
	background-image: url("../img/menu04-over.gif");
}

div#menu_link_faq {
	background-image: url("../img/menu04-sel.gif");
	margin-left: 16px;
}

a#menu_link_kirjaudu {
	background-image: url("../img/menu05.gif");
	margin-left: 16px;
}

a:hover#menu_link_kirjaudu {
	background-image: url("../img/menu05-over.gif");
}

div#menu_link_kirjaudu {
	background-image: url("../img/menu05-sel.gif");
	margin-left: 16px;
}




/* Links */
div#content a {
	color: #007af9;
}

div#content a:hover {
	color: black;
}

div#content a.small {
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
}




/* Boxes */
div.box {
	max-width: 980px;
}

div.box_top_left {
	background-image: url("../img/palsta_top.gif");
	background-repeat: no-repeat;
	margin-right: 11px;
}

div.box_top_right {
	height: 38px;
	background-image: url("../img/palsta_top_right.gif");
	background-repeat: no-repeat;
	background-position: right 0;
	margin-right: -11px;
	overflow: hidden;
}

img.box_header {
	margin: 15px 0 0 13px;
}

div.box_middle_left {
	background-image: url("../img/palsta_mid.gif");
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div.box_middle_right {
	background-image: url("../img/palsta_mid_right.gif");
	background-repeat: repeat-y;
	background-position: right top;
	overflow: hidden;
	width: 100%;
	clear: both;
}

div#content_right {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div.box_container {
	margin: 0 10px;
}

div.box_bottom_left {
	background-image: url("../img/palsta_bottom.gif");
	background-repeat: no-repeat;
	margin-right: 11px;
}

div.box_bottom_right {
	height: 25px;
	background-image: url("../img/palsta_bottom_right.gif");
	background-repeat: no-repeat;
	background-position: right 0;
	margin-right: -11px;
}

div.box_bottom_white_left {
	background-image: url("../img/palsta_bottom_white.gif");
	background-repeat: no-repeat;
	margin-right: 11px;
}

div.box_bottom_white_right {
	height: 25px;
	background-image: url("../img/palsta_bottom_right_white.gif");
	background-repeat: no-repeat;
	background-position: right 0;
	margin-right: -11px;
}




/* Buttons */
div.button, div.button_fx, div.button_small {
	cursor: pointer;
}

div.button div, div.button_fx div {
	height: 30px;
	float: left;
}

div.button_small div {
	height: 20px;
	float: left;
}

div.button_left {
	width: 15px;
	background-image: url("../img/button_basic_left.png");
	background-repeat: no-repeat;
}

div.button_fx_left {
	width: 15px;
	background-image: url("../img/button_fx_left.png");
	background-repeat: no-repeat;
}

div.button_small_left {
	width: 10px;
	background-image: url("../img/button_basic_small_left.png");
	background-repeat: no-repeat;
}

div.button_middle {
	background-image: url("../img/button_basic_middle.png");
	background-repeat: repeat-x;
}

div.button_fx_middle {
	background-image: url("../img/button_fx_middle.png");
	background-repeat: repeat-x;
}

div.button_small_middle {
	background-image: url("../img/button_basic_small_middle.png");
	background-repeat: repeat-x;
}

div.button_middle div {
	margin: 6px auto 0 auto;
	padding: 0 5px;
	height: auto;
	font-size: 1.1em;
	white-space: nowrap;
}

div.button_fx_middle div {
	margin: 6px auto 0 auto;
	padding: 0 5px;
	height: auto;
	font-size: 1.1em;
	white-space: nowrap;
	font-weight: bold;
	color: #333333;
}

div.button_small_middle div {
	margin: 3px auto 0 auto;
	padding: 0 3px;
	height: auto;
	font-size: 0.85em;
	white-space: nowrap;
}

div.button_right {
	width: 15px;
	background-image: url("../img/button_basic_right.png");
	background-repeat: no-repeat;
}

div.button_fx_right {
	width: 15px;
	background-image: url("../img/button_fx_right.png");
	background-repeat: no-repeat;
}

div.button_small_right {
	width: 10px;
	background-image: url("../img/button_basic_small_right.png");
	background-repeat: no-repeat;
}




/* Front page */

/* front1-versio */
div#front_banner {
	width: 575px;
	height: 260px;
	clear: both;
	background-image: url('../img/front_no_header.jpg');
	background-repeat: no-repeat;
	margin: 3px 0 7px 0;
	position: relative;
}

div#front_banner_registration {
	position: absolute;
	right: 60px;
	bottom: 25px;
	border: 1px solid red;
}
/*front1-versio loppuu */

/* front2-versio alkaa */
div#front_banner2 {
	width: 575px;
	height: 260px;
	clear: both;
	background-image: url('../img/front2.jpg');
	background-repeat: no-repeat;
	margin: 3px 0 7px 0;
	position: relative;
}

div#front_bonus_bubble {
	width: 205px;
	height: 125px;
	position: absolute;
	top: 70px;
	right: 48px;
}

input#bonus_code {
	font-size: 14px;
	font-family: Arial;
	color: #007af9;
	text-align: center;
}

div#front_bonus_flyer {
	width: 140px;
	position: absolute;
	bottom: 0;
	left: 30px;
}

div#front_banner_links {
	height: 20px;
	position: absolute;
	right: 15px;
	bottom: 5px;
}
/* front2-versio loppuu */

span.front_news_title {
	font-size: 0.85em;
	font-weight: bold;
	color: #007af9;
}




/* Kurssivalikoima */
.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 138px;
}

.sliderGallery ul {
	position: absolute;
	list-style: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery ul li {
	display: inline;
}

.sliderGallery ul li img {
	cursor: pointer;
}

.slider {
	height: 28px;
	top: 128px;
	padding: 1px;
	position: relative;
	background: url(../img/slider.gif) repeat-x;
	background-position: 0 6px;
	padding-left: 5px;
}

.handle {
	position: absolute;
	cursor: move;
	height: 28px;
	width: 59px;
	top: 0;
	background: url(../img/handle.gif) no-repeat;
	z-index: 100;
}




/* FAQ */
div.faq_question {
	overflow: hidden;
	padding-bottom: 20px;
}

div.faq_question_title {
	width: 90px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

div.faq_question_text {
	margin-left: 100px;
	margin-top: 2px;
	font-size: 1.2em;
	font-weight: bold;
}

div.faq_answer_title {
	width: 90px;
	float: left;
	clear: left;
	font-size: 1.2em;
	font-weight: bold;
}

div.faq_answer_text {
	margin-left: 100px;
	margin-top: 2px;
}




/* Login */
div#login_container {
	margin: 0 auto;
	min-height: 250px;
	overflow: hidden;
}

div#login_failure {
	color: red;
	font-size: 1.4em;
	text-align: center;
	margin: 20px 0;
	height: 20px;
}

div#login_links {
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	margin-top: 20px;
	clear: both;
	width: 340px;
	margin-left: 290px;
}

div#login_links a {
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
}

div.login_button {
	clear: both;
	margin: 5px 0 0 145px;
}

div#lost_password {
	padding: 10px;
	display: none;
}

iframe#lost_password_iframe {
	width: 100%;
	margin-top: 10px;
}

div#login_hide {
	color: red;
	font-size: 1.4em;
	text-align: center;
}




/* Registration */

div#registration_container {
	margin: 0 auto 20px auto;
	overflow: hidden;
}

div.registration_button {
	clear: both;
	margin: 5px 0 0 165px;
}

iframe#registration_iframe {
	width: 700px;
	margin: 5px auto 10px 20px;
}




/* Misc */
h1 {
	font-size: 25px;
	margin-bottom: 10px;
	font-family: Arial;
}

h2 {
	font-size: 19px;
	margin: 20px 0 10px 0;
	font-family: Arial;
}

h2.tight {
	margin-top: 0;
}

h3 {
	font-size: 16px;
	margin: 20px 0 3px 0;
	font-family: Arial;
	color: #007af9;
}

h3.tight {
	margin-top: 0;
}

p {
	margin-bottom: 5px;
}

p.tight {
	margin-bottom: 0;
}

ul {
	list-style-image: url("../img/bullet.gif");
}

ul, ol {
	margin: 10px 0 10px 30px;
}

li {
	margin-bottom: 3px;
}

hr {
	margin: 10px 0;
}

span.arrows {
	color: #02b301;
	font-weight: bold;
}

img.email_at {
	vertical-align: middle;
}

form {
	overflow: hidden;
}

input {
	border: 1px solid #cccccc;
	float: left;
	margin-left: 5px;
	width: 200px;
	padding: 2px;
	margin-top: -4px;
	font-weight: bold;
	color: #696969;
}

input.checkbox {
	width: 20px;
	margin: 0 3px 0 25px;
	border: 0;
}

label {
	display: block;
	width: 140px;
	float: left;
	text-align: right;
	font-size: 0.85em;
}

label.small {
	font-size: 0.8em;
}

label.checkbox {
	text-align: left;
	width: 400px;
}

div.input_row {
	overflow: hidden;
	clear: both;
	margin-top: 4px;
	padding-top: 4px;
}

p.link_desc {
	margin: 0 0 20px 13px;
	font-size: 0.8em;
}












div.arrow_link {
	color: #007af9;
	font-size: 0.85em;
	font-weight: bold;
	cursor: pointer;
}

div:hover.arrow_link {
	color: black;
}

