@charset "utf-8";
/* CSS Document */

/* ---------------------- */
/* CUSTOMIZE THESE VALUES */
/* ---------------------- */

.color1 { color: #0074be; }
.color2 { color: #e5c920; }
.color3 { color: #cccccc; }
.colorwhite { color: #ffffff;}
.colorlight { color: #ddd;}

.bgcolor1 { background-color: #0074be; }
.bgcolor2 { background-color: #e5c920; }
.bgcolor3 { background-color: #cccccc; }
.bgcolorwhite { background-color: #ffffff;}
.bgcolorlight { background-color: #ddd;}

.bggradient1 { background: url(../images/gradient1.png) repeat-x top left; }
.bggradient2 { background: #cde6f6 url(../images/gradient2.png) repeat-y top left; }

.bgtransparentwhite { background: transparent url(../images/white66.png) repeat top left; }

.bordersolid { border: 1px solid; }
.bordersolid_tb { border-top: 1px solid; border-bottom: 1px solid; }
.bordersolid_b { border-bottom: 1px solid; }
.bordersolid_t_strong { border-top: 3px solid; }
.bordersolid_b_strong { border-bottom: 3px solid; }

/* ---------------------- */
/* CUSTOMIZING ENDS HERE  */
/* ---------------------- */


/* BASIC SETUP */



#wrapper
{
	background: url(../images/taustakuva.jpg) no-repeat top left;
}


body
{
	font-family: Helvetica, Calibri, Tahoma, Arial, sans-serif;
	font-size: 100%;
	line-height: 120%; /* 16 x 1.125=18px; */
}

button, input, select, textarea
{
	font-family: Helvetica, Calibri, Tahoma, Arial, sans-serif;
}


/* ==== ==== ========== ==== ==== */
/* ==== ==== TYPOGRAPHY ==== ==== */
/* ==== ==== ========== ==== ==== */


/* Base settings for typography, don�t remove */
h1, h2, h3, h4, h5, h6, strong {font-weight: bold;}
em {font-style:italic;}
p, fieldset, table {margin-bottom: 1em;}

/* ---------------------- */
/* BASIC VALUES */
/* ---------------------- */

.logo
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 100%;
	text-transform: uppercase;
}



h1, h2, h4, h3
{
	font-family: 'Trebuchet MS', Helvetica, Calibri, Arial, sans-serif;
	line-height: 120%;
}

p, label
{
	font-family: Helvetica, Calibri, Tahoma, Arial, sans-serif;
}

#menu, ul.sidemenu
{
	font-family: Arial, Verdana, sans-serif;
}

h1
{
	color: #0074be;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 0.4em;
}

h2
{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

h3
{
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1em;
}

h4, legend
{
	color: #0074be;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.2em;
}

p, label, ol fieldset legend
{
	color: #666;
	font-size: 0.75em;
	font-weight: normal;
}

.small
{
	font-size: 0.563em;
	line-height: 150%;
}

.caption
{
	font-size: 11px;
}

li
{
	list-style-position: outside;
}

blockquote p
{
	font-family: georgia, arial, times, sherif;
	font-size: 1em;
	font-style: italic;
	line-height: 120%;
}

hr
{
	background: #fff;
	border-top: 1px dashed #ccc;
	color: #ccc;
	height: 1px;
	margin: 1em 0;
	text-align: center;
	width: 100%;
}

*html hr
{
	margin: 0;
}

/* ----------------------- */
/* .CLASS VALUES */
/* ----------------------- */

.text-shadow { text-shadow: 0px 1px 0.9px #000; font-weight: bold; }

ul.li_style1
{
	display: block;
	list-style: none;
}

ul.li_style1 li
{
	color: #999;
	font-size: 11px;
	line-height: 1.5em;
}


/* ==== =================== ==== */
/* ==== == MENU ELEMENTS == ==== */
/* ==== =================== ==== */


#menu
{
	height: 100%;
	line-height: 28px;
}

#menu ul#mainmenu
{
	display: block;
	list-style: none;
}

#menu ul#mainmenu li
{
	background: none;
	display: inline;
	float: left;
	margin: 0;
	padding:0 10px;
}

#menu ul#mainmenu a
{
	line-height: 28px;
	padding: 5px 0px;
}

#menu ul#mainmenu li a, ul#mainmenu li a:visited
{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 1px #fff;
}

#menu ul#mainmenu li a:hover
{
	border-bottom: 3px #e5c920 solid;
	text-decoration: none;
}

#menu ul#mainmenu li#currentpage a
{
	border-bottom: 3px #0074be solid;
}

/* S I D E M E N U */

ul.sidemenu li
{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid: #fff;
	color: #ddd;
	list-style: square;
	list-style-position: inside;
	padding: 2px 0;
}

ul.sidemenu li a, ul.sidemenu li a:visited
{
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

ul.sidemenu li a:hover
{
	text-decoration: underline;
}

/* FOOTER MENU (-footermenu) */

ul.footermenu
{
	float: left;
	list-style: none;
	width: 100%;
}

ul.footermenu li
{
	display: inline;
	font-size: 12px;
}

/* ==== =================== ==== */
/* ==== == FORM STYLING  == ==== */
/* ==== =================== ==== */

fieldset
{  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 1em 0;  
	padding: 0;  
	border: 1px solid #ddd;
}

legend
{
	margin-left: 1em;
	font-weight: bold;
}

fieldset ol
{
	padding: 0.5em 1em 0 1em;  
	list-style: none;
}

fieldset li
{
	padding-bottom: 0.5em;
}

label
{
	float: left;
	margin-right: 1em;
	position: relative;
	text-align: right;
	width: 10em;
}

/* Required Star*/

label em
{  
	left: 24em;  
	position: absolute;
	top: 0;
}

*html label em
{  
	left: 25em;  
}


fieldset.submit
{
	float: none;
	width: auto;
	border-style: none; 
	background-color: transparent;  
	background-image: none;
}

fieldset fieldset
{  
	margin: 0 0 -1em 0;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
}

fieldset fieldset legend
{
	margin-left: 0;  
	font-weight: normal;
}

fieldset fieldset ol
{  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 8em;  
	padding: 0;
}

fieldset fieldset li
{
	padding-bottom: 0.1em;
}

fieldset fieldset label
{  
	float: none;  
	width: auto;  
	margin-right: auto;
}