html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #eeeeee url('/template/bg.png') top center repeat-x;
}

body, td, th {
	font-family: 'Open Sans', 'OpenSansRegular', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

a:link, a:visited {
	color: #00c0f0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-decoration: none;
}

a:active, a:hover {
	color: #000000;
}

strong {
	font-family: 'Open Sans', 'OpenSansBold', sans-serif;
	font-weight: 700;
}

i {
	margin-right: 8px;
}

em {
	font-family: 'Open Sans', 'OpenSansItalic', sans-serif;
	font-style: italic;
}

u {
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
	border-radius: 5px;
}

input, textarea, select {
	font-family: 'Open Sans', sans-serif;
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #00ccff;
	padding: 1px 3px;
	border-radius: 3px;
}

button {
	border: none;
	background: transparent;
	font-weight: 700;
	color: #00c0f0;
	cursor: pointer;
	font-size: 14px;
}

button:hover {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'OpenSansLight', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #00c0f0;
}

h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 0px 0px 10px;
}

h2 {
	font-size: 22px;
	line-height: 24px;
	margin: 0px 0px 10px;
}

h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 10px;
}

p {
	margin: 10px 0px;
}

ul, ol {
	margin: 10px 25px 10px 5px;
	padding-left: 15px;
}

ul li {
	list-style-type: none;
	/* background: transparent url('/template/tiny_link.gif') 0px 3px no-repeat; */
	padding: 3px 15px;
}

ol li {
	list-style-type: decimal;
}

a.button:link, a.button:visited {
	display: inline-block;
/*	padding: 6px 8px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background: #eeeeee;
	color: #666666;*/
	font-weight: 700;
	text-decoration: none;
}

a.button:active, a.button:hover {
/*	border: 1px solid #00c0f0;
	background: #00c0f0;*/
	color: #000000;
}

/* menu & logo */

#menu_container {
	width: 900px;
	height: 105px;
	margin: 0px auto;
	background: #ffffff;
}

#logo {
	float: left;
}

#logo img {
	margin: 25px 5px 25px 20px;
}

#tabbar {
	background: #aaaaaa url('/template/tabbar_bg.png') top left repeat-x;
	height: 35px;
	text-align: center;
}

#sitenavi {
	margin: 32px 30px 0px 0px;
	height: 15px;
	float: right;
}

#sitenavi ul {
	margin: 0px;
	padding: 0px;
	height: 15px;
	list-style: none;
}

#sitenavi li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 15px;
	float: left;
}

#sitenavi li.first a {

}

#sitenavi a:link , #sitenavi a:visited {
	display: block;
	height: 35px;
	font-size: 15px;
	line-height: 17px;
	padding: 0px 5px 0px 5px;
	color: #999999;
	text-decoration: none;
}

#sitenavi a:active , #sitenavi a:hover {
	color: #00c0f0;
	text-decoration: none;
}

#sitenavi li.active {

}

#sitenavi li.active a {
	color: #000000;
}

#sitenavi li.shadow {

}

#sitenavi li.first a:link span, #sitenavi li.first a:visited span {
	display: block;
	width: 21px;
	overflow: hidden;
	text-indent: -1000px;
	background-image: url('/template/home2.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#sitenavi li.first a:active span, #sitenavi li.first a:hover span {
	background-image: url('/template/home.png');
}

#sitenavi li.first.active a span {
	background-image: url('/template/home.png');
}

/* location */

#locationbar {
	height: 20px;
	margin: 0px 5px;
	padding-left: 4px;
	background-image: url('/template/locationbar_left.png');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
}

#locationbar > div {
	height: 20px;
	padding-right: 4px;
	background-image: url('/template/locationbar_right.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#locationbar > div > div {
	height: 20px;
	line-height: 20px;
	background: #aaaaaa;
	color: #666666;
	overflow: hidden;
}


#locationbar a:link , #locationbar a:visited {
	color: #ffffff;
	text-decoration: none;
}

#locationbar a:hover , #locationbar a:active {
	color: #333333;
	text-decoration: none;
}

/* main bg & content */


#content_container {
	width: 900px;
	margin: 0px auto;
	background: #ffffff;
}

#content {
	position: relative;
	clear: both;
	min-height: 530px;
	padding: 0px 30px 30px;
}

#content_column {
	width: 740px;
	float: right;
}

/* footer */

footer {
	width: 900px;
	margin: 0px auto;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
}

#info {
	clear: both;
	margin: 0px 30px;
	padding: 20px 0px;
	font-size: 14px;
}

#info * {
}

#info a:link , #info a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#info a:hover , #info a:active {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: normal;
}

/* palaute */

#feedback input, #feedback textarea, #feedback select {
	vertical-align: middle;
	border-radius: 3px;
}

#feedback > form > div {
	margin: 3px 0px;
}

#feedback div > span {
	width: 75px;
	display: inline-block;
}

#feedback_submit {
	margin: 10px 0px ! important;
	text-align: right;
}

#feedback input[type=text], #feedback select {
	border: 1px solid #cccccc;
	width: 300px;
	padding: 1px 3px;
}

#feedback textarea {
	border: 1px solid #cccccc;
	width: 300px;
}

#feedback input[type=submit] {
	padding: 6px 8px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	background: #eeeeee;
	color: #666666;
	cursor: pointer;
}

#feedback input[type=submit]:hover {
	border: 1px solid #00c0f0;
	background: #00c0f0;
	color: #ffffff;
}

#feedback_thankyou {
	margin: 25px 0px;
	font-size: 16px;
}

.feedback_error {
	color: #dd0000;
}

/* kello */

#clock {
	position: absolute;
	width: 75px;
	height: 52px;
	right: 321px;
	top: 54px;
	overflow: hidden;
}

#clock div {
	position: absolute;
	top: 15px;
	height: 20px;
	overflow: hidden;
	background-image: url('/template/clock.png');
	background-repeat: no-repeat;
}

#hour1 {
	width: 10px;
	left: 6px;
	background-position: 0px 0px;
}

#hour2 {
	width: 9px;
	left: 16px;
	background-position: -10px 0px;
}

#dots1 {
	width: 4px;
	left: 25px;
	background-position: -19px 0px;
}

#minute1 {
	width: 10px;
	left: 29px;
	background-position: -23px 0px;
}

#minute2 {
	width: 9px;
	left: 39px;
	background-position: -33px 0px;
}

#dots2 {
	width: 4px;
	left: 48px;
	background-position: -42px 0px;
}

#second1 {
	width: 10px;
	left: 52px;
	background-position: -46px 0px;
}

#second2 {
	width: 9px;
	left: 62px;
	background-position: -56px 0px;
}


/* luokat */

.vmiddle {
	vertical-align: middle;
}

.box {
	border-radius: 5px;
	border: 1px solid #dddddd;
	background: #eeeeee;
	padding: 5px 7px;
}

.box > p {
	margin: 5px 5px 7px;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.rmargin {
	margin-right: 30px;
}

.rmargin10 {
	margin-right: 10px;
}

.tmargin {
	margin-top: 20px;
}

.third {
	width: 260px;
	padding: 0px 0px 30px;
	/*text-align: justify;*/
}

.third + .third, .half + .half {
	margin-left: 30px;
}

.half {
	width: 405px;
	padding: 0px 0px 30px;
	/*text-align: justify;*/
}

.separator {
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eeeeee;
}

.clear {
	clear: both;
}

.padbtm {
	padding-bottom: 25px;
}

.licon {
	clear: both;
}

.licon img {
	float: left;
	margin: 0px 20px 0px 0px;
}

.licon h3, .licon p {
	padding-left: 90px;
}

.ricon {
	padding-right: 90px;
}

img.lfloat {
	margin: 0px 20px 20px 0px;
}

.margin-right-10 { margin-right: 10px; }
.margin-right-30 { margin-right: 30px; }

.margin-left-10 { margin-left: 10px; }
.margin-left-30 { margin-left: 30px; }

.margin-top-10 { margin-top: 10px; }
.margin-top-30 { margin-top: 30px; }

.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-30 { margin-bottom: 30px; }

.wrapper {
	overflow: hidden;
}
