body
{
	margin: 20px 0px 0px 0px;
	padding: 0;
	/*background: #E6E6E6;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	/*color: #000000;*/
	background-color:#000000;
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url('images/wrapper-bg.png');
	
	
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 150;
	color: #222222;
}

h2
{
	font-size: 2em;
	
}
.tuote, .tuote.h2, .tuote.a
{
	color:red;
	
}

h2 a
{
text-decoration: none;
}

h2 a:hover
{
color: #08539d;
}

p, ol, ul
{
	margin-top: 0px;
	padding: 0px;
	color:#000000;
}

p, ol
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #5C5539;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
	margin-left:10px;
	margin-bottom:50px;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper
{
	overflow: hidden;
	width: 1200px;
	margin: 0px auto;
	background: #FFFFFF;
	/*background: #000000;*/
	box-shadow: 0px 0px 20px rgba(0,0,0,.3);
	border-radius: 10px;
	/*background:url('images/musta.png') repeat;*/
	background-repeat:no-repeat;
	background-image:url('images/wrapper-img.png');
	background-position:center top;
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/* Header */

#header-wrapper
{
	width: 1120px;
	overflow: hidden;
	height: 150px;
	/*background: #eaeaea;*/
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/*background:url('images/musta.png') repeat; */
}

#header
{
	
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px;
	
}

#banner-wrapper
{
}

#banner
{
	overflow: hidden;
	width: 1120px;
	margin: 20px auto 0px auto;
	border-radius: 10px;
	
	
}


/* Logo */

#logo
{
	float: left;
	width: 350px;
	height: 150px;
	/*background: #eaeaea;*/
	text-align: center;
	/*background:url('images/musta.png') repeat; */

}

#logo h1
{
	padding: 50px 0px 0px 0px;
	/*text-transform: lowercase;*/
	letter-spacing: -2px;
	font-size: 3.3em;
	font-weight: 700;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

#logo h1 a
{
	text-decoration: none;
	color: #00519b;
}

#logo p
{
	margin-top: -5px;
	text-transform: uppercase;
	color: #44C1FF;
}

#logo a {
	color: #44C1FF;
}

/* Menu */

#menu
{
	float: right;
	width: 710px;
	height: 80px;
	padding: 20px 40px 0px 0px;
	
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	padding: 7px 20px 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #757575;
}

#menu .current_page_item a
{
	/* background:#25A6E1; */
	background:#08539d;
	background:-moz-linear-gradient(top, #08539d 0%, #188BC0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #08539d), color-stop(100%, #188BC0));
	background:-webkit-linear-gradient(top, #08539d 0%, #188BC0 100%);
	background:-o-linear-gradient(top, #08539d 0%, #188BC0 100%);
	background:-ms-linear-gradient(top, #08539d 0%, #188BC0 100%);
	background:linear-gradient(top, #08539d 0%, #188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1', endColorstr='#188BC0', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border:1px solid #1A87B9;
	color:#fff;
}

/* Page */

#page-wrapper
{
	overflow: hidden;
}

#page
{
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	color; #000000;
	/*color: #8F8F8F;*/
}

/** CONTENT */

#wide-content
{
}

#wide-content h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

/** CONTENT */

#content
{
	float: right;
	width: 800px;
	padding: 0px 0px 0px 0px;
}

#content h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	/*font-weight: 150;*/
	font-size: 2em;
	/*color: #222222;*/
}
#content h2 a
{
color:red;
font-size: .8em;

}
#content h3
{
	padding: 0px 0px 15px 0px;
}
#content .subtitle
{
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/* Etusivun logojen asemointi*/


#alalogot
	{
	margin: 0px 0px 15px 15px;
	}
#info4 
	{
	position: relative;
	top: 480px;
	left: 700px;
	width: 170px;
	height: 100px;
	font-family: arial ;
	font-size: 16px;
	padding-left: 10px;
	color: #000000;
			
	}

#info5 
	{
	position: relative;
	top: 480px;
	left: 500px;
	width: 170px;
	height: 100px;
	font-family: arial ;
	font-size: 16px;
	padding-left: 10px;
	color: #000000;
			
	}

#info6 
	{
	position: relative;
	top: 480px;
	left: 300px;
	width: 170px;
	height: 100px;
	font-family: arial ;
	font-size: 16px;
	padding-left: 10px;
	color: #000000;
			
	}
}

/** SIDEBAR */
#sidebar
{
	float: left;
	width: 280px;
}

#sidebar h2
{
	padding: 5px 0px 15px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

#sidebar2
{
	/*oikeaan laitaan positioituna*/
	position:fixed;
    top:620px;
    left:255px;
    width: 280px;
   
}
#sidebar2 a
{
color:red;
}


#sidebar2 h2
{
	padding: 5px 0px 15px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

/* Footer */

#footer
{
	width: 1200px;
	height: 10px;
	margin: 20px auto;
	padding: 50px 0px 15px 0px;
	background: #08539d;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}

#footer p
{
	/*text-shadow: 1px 1px 0px #FFFFFF;*/
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	/* margin-top: 10;*/
	/* padding: -10px 0px 15px 0px */
}



#footer a
{
	color: #4D565E;
}

/* Three Column Footer Content */

#footer-wrapper
{
	background: #F1F2E9;
	
}

#footer-content
{
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	color: #717171;
}

#footer-content a
{
}

#footer-content h2
{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	color: #36332E;
}

#footer-content #fbox1
{
	float: left;
	width: 280px;
	margin-right: 30px;
}

#footer-content #fbox2
{
	float: left;
	width: 500px;
}

#footer-content #fbox3
{
	float: right;
	width: 280px;
}

/* Banner Style */


/* Button Style */

.button-style
{
	display: inline-block;
	margin-top: 30px;
	background:#08539d;
	background:-moz-linear-gradient(top, #08539d 0%, #188BC0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #08539d), color-stop(100%, #188BC0));
	background:-webkit-linear-gradient(top, #08539d 0%, #188BC0 100%);
	background:-o-linear-gradient(top, #08539d 0%, #188BC0 100%);
	background:-ms-linear-gradient(top, #08539d 0%, #188BC0 100%);
	background:linear-gradient(top, #08539d 0%, #188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08539d', endColorstr='#188BC0', GradientType=0);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border:1px solid #1A87B9;
	color:#fff;
}

.button-style a
{
	display: inline-block;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}

/* List Style 1 */

ul.style1
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li
{
	padding: 5px 0px 5px 0px;
	<!--border-top: 1px dashed #E6E7DC;-->
}

ul.style1 a
{
	text-decoration: none;
	color: #6B6B6B;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #6B6B6B;
}

ul.style1 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List Style 2 */

ul.style2
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li
{
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List style 3 */

ul.style3
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li
{
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p
{
	margin: 0px;
	padding: 0px;
}

ul.style3 img
{
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted
{
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first
{
	padding-top: 0px;
	border-top: none;
}

/* List style 4 */

ul.style4
{
	margin: 15px;
	padding: 0px;
	/*list-style: none;*/
}

ul.style4 li
{
	padding: 10px 0px 0px 0px;
	/*border-top: 1px solid #E6E7DC;*/
}

ul.style4 p
{
	margin: 0px;
	padding: 0px;
}

ul.style4 img
{
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style4 .posted
{
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style4 .first
{
	padding-top: 0px;
	border-top: none;
}



/* Button Style */

.button-style1
{
	margin-top: 30px;
}

.button-style1 a
{
	padding: 10px 25px;
	background: #EBB462;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FCE3BB;
	color: #36332E !important;
}
