html {
	overflow: -moz-scrollbars-vertical;
} 

body {  
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100.05%; /* fixes mozilla scrollbar bug! */
	background: #eaebef;

}

body, td, p, div, select, input, textarea {  
	font: 12px/17px Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	color: #1A1A1A;
}
a:link, a:active, a:visited {
	color: #CE151F;
	/*border-bottom: 1px solid #99d8d3;*/
	text-decoration: none;
}
a:hover {
	/*color: #333333;*/
	color: #CE151F;
	/*border-bottom: 1px solid #adadad;*/
	text-decoration: underline;
}


#wrapper {
	position: relative; 
	text-align: center; 
	width: 100%;
}
.centered {
	position: relative; 
	text-align: left; 
	margin-right: auto;
	margin-left: auto;
}


#header {
	width: 1000px;
	height: 111px;
	_height: 109px;
	overflow: hidden;
	background: #bfc9d9 url(../images/header-bg.jpg) no-repeat;
	position: relative; 
	margin-right:  auto;
	margin-left:  auto;
	text-align: left;
}
#header .logo {
	margin-left: 40px;
}

#navigation {
	position: relative; 
	text-align: left; 
	margin-top: 12px;
	margin-bottom: 3px;
}

.navi {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 60px;
	display: inline;
	color: #c6c4c3;
	font: 12px Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	color: #CE151F;
}
.navi li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 1px;
	display: inline;
}
.navi a {
	padding: 1px 3px 2px 3px;
	margin: 0px 2px 0px 2px;
	font-size: 11px;
}
/*
#header a {
	width: 135px;
	float: left;
	margin-right: 15px;
}
*/
.navi a, .navi a:link, .navi a:active {
	color: #1A1A1A;
	text-decoration: none;
}
.navi a:visited {
	color: #1A1A1A;
	text-decoration: none;
}
.navi a:hover {
	color: #ffffff;
	background-color: #CE151F;
	text-decoration: none;
}

.navi_on, #header .navi_on a:link, #header .navi_on a:active {
	background-color: #d2d2d2;
}
#header .navi_on a:visited {
	background-color: #d2d2d2;
}
#header .navi_on a:hover {
	background-color: #d2d2d2;
}




#main {
	position: relative; 
	text-align: left; 
	clear: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	min-height: 520px;
	background: #eaebef;
	padding-bottom: 10px;
	overflow: hidden;
}
.col-wrapper {
	/*background: url(../images/bgsubnavi.gif) repeat-y;*/
	width: 100%;
	margin-left: 60px;
	/*_margin-left: 0px;*/
	margin-top: 10px;
	height: auto;
}


.col-content {
	width: 706px;
	margin-bottom: 5px;
	margin-top: 3px;
	float: left;
}
.col-side {
	width: 172px;
	overflow: hidden;
	float: left;
}

.col-etu-content {
	width: 714px;
	border-top: 1px solid #A7A7A9;
	border-right: 1px solid #A7A7A9;
	min-height: 503px;
	padding-top: 19px;
	margin-top: 10px;
	margin-left: 60px;
	_margin-left: 30px;
	float: left;
}
.col-etu-side {
	border-top: 1px solid #A7A7A9;
	padding-left: 20px;
	padding-top: 15px;
	margin-top: 10px;
	width: 140px;
	font-size: 11px;
	float: left;
}

.col-content-left {
	float: left;
	width: 445px;
	/*min-height: 430px;*/
	border-left: 1px solid #A7A7A9;
	border-right: 1px solid #A7A7A9;
	margin-right: 20px;
}
.col-content-right {
	float: left;
	width: 220px;
}
.col-content-right h2 {
	margin-top: 12px;
}

.col-content-right {
	/*
	font-style: italic;
	line-height: 3px;
	*/
	font-size: 11px;
}
.link_text a {
	/*font-style: italic;*/
	line-height: 16px;
	font-size: 12px;
}
.link_text a, .link_text a:link, .link_text a:active, .link_text a:visited {
	border-bottom: 1px dotted transparent;
	text-decoration: none;
}

.link_text a:hover {
	border-bottom: 1px dotted #CE151F;
	text-decoration: none;
}

.col-content-right .vendor_logo {
	height: 32px;
}
.col-content-right .link_icon {
	float: left;
	padding: 7px 10px 0px 0px;
}
.col-content-right .link_text {
	float: left;
	padding: 7px 0px 0px 0px;
	width: 190px;
}


.laatikko {
	border: 1px solid #A7A7A9;
}
.laatikko2 {
	border: 1px solid #A7A7A9;
	border-bottom: 0px;
}
.kuvitus {
	border-top: 1px solid #A7A7A9;
	border-right: 1px solid #A7A7A9;
	border-bottom: 1px solid #A7A7A9;
	margin-bottom: 20px;
}
.subnavi1 {
	height: 178px;
	border-top: 1px solid #A7A7A9;
	border-left: 1px solid #A7A7A9;
	border-bottom: 1px solid #A7A7A9;
	margin-top: 3px;
	vertical-align: middle;
}

.subnavi1 div {
	padding: 3px 10px 3px 10px;
	width: 172px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.subnavi1 div:hover {
	background-color: #ffffff;
}
.subnavi1 div:hover a {
	color: #CE151F;
	text-decoration: none;
}
.subnavi1 a, .subnavi1 a:link, .subnavi1 a:active {
	color: #1A1A1A;
	text-decoration: none;
}
.subnavi1 a:visited {
	color: #1A1A1A;
	text-decoration: none;
}
.subnavi1 a:hover {
	color: #1A1A1A;
	text-decoration: none;
}

.subnavi1 .active {
	/*background-color: #ffffff;*/
	color: #CE151F;
}
.subnavi1 .active a, 
.subnavi2 .active a, .subnavi2 div.active a:link, .subnavi2 div.active a:active, .subnavi2 div.active a:visited,
.subnavi2 .active a, .subnavi2 div.active a:link, .subnavi2 div.active a:active, .subnavi2 div.active a:visited {
	color: #CE151F;
}


.subnavi_divider {
	height: 19px;
	width: 153px;
	border-bottom: 1px solid #A7A7A9;
}
.subnavi2 div {
	padding: 2px 10px 2px 10px;
	margin: 5px 0px 2px 0px;
	width: 153px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	cursor: pointer;
}
.subnavi2 .sub {
	padding: 2px 10px 2px 15px;
	margin: 0px;
	font-weight: normal;
	line-height: 14px; 
}
.subnavi2 .sub:hover {
	padding: 2px 10px 2px 15px;
	font-weight: normal;
	background: url(../images/sidebg2.png);
}
.subnavi2 div:hover {
	background: #ffffff;
}
.subnavi2 div:hover a {
	color: #CE151F;
	text-decoration: none;
}
.subnavi2 a, .subnavi2 a:link, .subnavi2 a:active {
	color: #1A1A1A;
	text-decoration: none;
}
.subnavi2 a:visited {
	color: #1A1A1A;
	text-decoration: none;
}
.subnavi2 a:hover {
	color: #1A1A1A;
	text-decoration: none;
}

.etu-otsikko {
	padding: 2px 10px 0px 0px;
	margin-right: 25px;
}
.etu-otsikko p {
	font-size: 13px;
	line-height: 18px;
}
.etu-info {
	width: 343px;
	min-height: 228px;
	height: 100%;
	_height: 200px;
	/*border-top: 1px solid #A7A7A9;*/
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 30px;
	border-right: 1px solid #A7A7A9;
	/*margin-bottom: 30px;*/
}
.etu-info p {
	font-size: 15px;
	line-height: 19px;
}
.etu-nostot {
	/*height: 224px;*/
	overflow: hidden;
	width: 295px;
	margin-top: 13px;
	padding-top: 15px;
	padding-left: 30px;
	/*border-top: 1px solid #A7A7A9;
	margin-right: 30px;*/
}
.etu-nostot .nostoteksti {
	width: 178px;
	height: 97px;
	overflow: hidden;
	margin: 0px 15px 15px 0px;
	_margin: 0px 15px 20px 0px;
	font-size: 11px;
}

#footer {
	position: relative; 
	text-align: left; 
	border-top: 1px solid #A7A7A9;
	color: #A7A7A9;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 15px;
	margin-right: 80px;
	width: 875px;
}
#etu #footer {
	margin-left: 60px;
	width: 875px;
}
/*
#footer .container {
	margin: 0em;
	padding: 19px 25px 0px 25px; 
	text-align: justify;
	color: #666666;
}
*/


.leipis {
	font: 13px/18px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	padding: 0px 30px 0px 20px;
}
.leipis p {
	font: 13px/17px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.leipis ul {
	margin-left: -13px;
	_margin-left: 25px;
}
.leipis li {
	background: url(../images/bullet.gif) top left no-repeat;
	vertical-align: top;
	margin-left: -24px;
	padding-left: 15px;
	list-style: none;
	margin-bottom: 4px;
	
}
.leipis p, .leipis ul {
margin-bottom:20px;
margin-top:0em;
}

.text2 {
	font: 12px/18px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #2a362a;
	padding-top: 25px;
}
.text p {
	width: 315px;
	padding: 0px 0px 7px 0px;
}
.text2 p {
	width: 560px;
	padding: 0px 0px 7px 0px;
}

.address {
	font-size: 11px;
	color: #CE151F;
}


#orderform_error {
	color: #068006;
}
.hide { display: none; }
.show { display: block; }

.sec {
color: #CE151F;
}

.pad {
padding:13px;
}
.space {
margin-bottom: 20px;
}
.space2 {
margin-bottom: 2px;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.clear_both {
clear: both;
height: 0px; overflow: hidden;
}
.clear_left {
clear: left;
height: 0px; overflow: hidden;
}

h1 {
font-size: 23px;
color: #CE151F;
margin-top: 0em;
margin-bottom: 27px;
font-weight: normal;
/*letter-spacing: -1px;*/
line-height: 23px;
}

h2 {
font-size: 14px;
color: #1A1A1A;
margin-top: 0em;
margin-bottom: 11px;
font-weight: normal;
}

.leipis {
min-height: 318px;
}
.leipis2 {
min-height: 121px;
}
.leipis h1 {
font-size: 20px;
margin-top: 0em;
color: #1A1A1A;
margin-bottom: 17px;
font-weight: normal;
}
.leipis table {
background-color: #d4dee9;
}
.leipis .chart_section2 td {
background-color: #E0EFF8;
}
.leipis .chart_section1 td {
background-color: #E8F7F9;
}

p, ul { 
margin-top: 0em;
margin-bottom: 11px; 
}
p.small {
font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}
small, .small {
font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
font-size: 10px;
line-height: 14px;
}

.linkki {
font-size: 14px;
}
.copy {
font-family: 10px Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
line-height: 14px;
color: #CE151F;
}

.pic {
background-color: #cccccc;
}
.inline {
display:inline;
}
.block {
display:block;
}
.f_left { float: left; }
.f_right { float: right; }
.hidden, #alt_navigation { display: none; }
.em { font-style: italic; }

p .lomake {
/*	text-align: right;
clear: left;*/
}
.lomake label {
	width: 70px;
	display: block;
	float: left;
	padding-top: 2px;
	margin-bottom: 10px;
	margin-right: 15px;
	text-align: left;
	font-size: 12px;
}
.lomake input {
	width: 300px;
	display: block;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
}
.lomake textarea {
	width: 300px;
	display: block;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
}

form {
margin: 0px;
padding: 0px;
}
ol {
margin-top: 0px;
margin-bottom: 0px;
}
li {
margin-left: -10px;
}

.hr {
	border-top: 1px dotted #A7A7A9;
	_border-top: 1px solid #A7A7A9;
	margin: 14px 0px 20px 0px;
	height: 0px;
	overflow: hidden;
}
.hr2 {
	border-top: 1px dotted #A7A7A9;
	_border-top: 1px solid #A7A7A9;
	margin: 0px 0px 20px 0px;
	height: 0px;
	overflow: hidden;
}
