body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #353535 url('bodybg.jpg') repeat-x 0 0;
	margin: 0;
}

a:link {
	color: #6495ed;
	text-decoration: underline;
}

a:visited {
	color: #6495ed;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}

#container { /* Holds the page items in place */
	width: 980px;
	margin: 0px auto 0 auto;
	padding: 0;
	/*background: #333333;*/
}

#banner {
	background: url(/media/sivusto/top.jpg) no-repeat;
	height: 135px;
	text-align: left;
	font-weight: bold;
}

#flashcontent{
	width: 468px;
	height: 60px;
	border: 1px solid #e3e3e3;
	text-align: center;
	background-color: white;
	float: right;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border-right:0px solid #000;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {
	line-height: 20px;
}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 29px;
	background: #666 no-repeat;
	background-image: url(navibg.jpg);
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	padding: 0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #353535;
	text-align: center;
	font-weight: normal;
}
#nav ul li a {
	display: block;
	padding: 5px 10px;
	padding-bottom: 4px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	color: #353535;
	text-decoration: none;
}

/* Root Level Link Formatting background: #d1d2d4;*/
#nav ul li a:hover, #nav li a:focus {background: #000; border-color: #fff; color: #fff;}
#nav li a:active, #nav ul li a.active { border-color: #fff; color: #4b4c4d;}

/* Current page Customisations
#nav li.menu-current a		{background: #359A34; color: #fff; border-bottom: 0px solid #000;}
#nav li.menu-current a		{font-weight: normal;} */

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 15em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 15em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 14.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 14.5.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* end menu */


#raita {
	background-color: #353535;
	height: 2px;
}

/* Breadcrumbs */
.header-breadcrumbs ul {float:left; width:650px;  list-style:none; padding:2 0 0 0px; font-family:verdana,arial,sans-serif;font-size: 10px;}
.header-breadcrumbs ul li {display:inline; padding:0 0 0 10px; background:transparent url(bg_bullet_arrow.gif) no-repeat 0 50%; font-weight:bold; color:rgb(125,125,125); font-size:100%;}
.header-breadcrumbs ul a {
	color: black;
	text-decoration: none;
}
.header-breadcrumbs ul a:hover {color:rgb(42,90,138); text-decoration:underline;}
/* end Breadcrumbs */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

/* Search Box */
#search_box {
	color: #fff;
}

#search_box {
	width: 960px;
	float: right;
	padding: 10px;
	
	/*background: #e4e4e4;*/
	clear: both;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 12px;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
/* End Search Box */



#content{
	/* main content from the WYSIWYG goes in here */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10 10 10 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;

}

#content a:link {
	color: InactiveCaption;
	text-decoration: underline;
}

#content a:visited {
	color: black;
	text-decoration: underline;
}

#content a:hover {
	color: #ffc426;
	text-decoration: underline;
}
/*********************/
/*  FOOTER SECTION  */
/********************/
#footer{clear:both;bottom:0;width:100%;margin:0 auto;}
#fade{height:50px;width:100%;background:transparent url('fade.png') 0 top repeat-x;_display:none;_height:0;}
#company_info{
	width: 100%;
	font-family: verdana,arial,sans-serif;
	font-variant: small-caps;
	padding: 1.0em 0 1.0em 0;
	background: #006400;
	border-top: 2px solid #707070;
	font-size: 11px;
	overflow: visible !important; /*Firefox*/
	overflow: hidden; /*IE6*/
}
#company_info p{text-align:center;color:white;font-weight:normal;font-size:11px;}
#company_info a,#company_info a:visited{color:white;text-decoration:none;font-size:11px;}
#company_info a:hover{color:white;text-decoration:underline;font-size:11px;}
#copyright{
	display: block;
	height: 25px;
	width: 100%;
	font-size: 11px;
	color: #999;
	text-align: center;
	background: #282828;
	border-top: 2px solid #fba91c;
	font-family: verdana,arial,sans-serif;
	font-variant: small-caps;
}
#copyright a{text-decoration:none;color:#999;}
#copyright a:hover{text-decoration:underline;color:#999;}
#copyright a:visited{color:#999;}


.kuva img{
	border:1px solid #b0b0b0;
	margin:5px 15px 6px;
	padding:5px;	
}

/*
#content img,#contentalt img {
border:1px solid #b0b0b0;
margin:5px 15px 6px;
padding:5px;
}
*/

.eiborder img{
	border: 0px;
	margin:0px;
	padding:0px;
}


.boxlayout {
	border: 1px solid yellow;
} 


.solupadd {
	padding: 0px 20px 20px 20px;
}

.tblborder {
	border: 1px solid black;
}

.tblborder_w {
	border: 1px solid white;
}

.bgwhite {
	background-color: #fff;
	
	
}

.uutinen a:link, a:visited, a:active{
	color: #fff;
	text-decoration: none;	
}

.uutinen a:hover {
	color: #ffc426;
	text-decoration: underline;
}

.tblbrd_padd img {
	border: 1px solid black;
	padding: 2px;
}

.font14 {
	font: 14px;
}