html {
	overflow-y:scroll;
}

body {
	background-color:#333;
}

.left 			{ float: left !important; }
.right 			{ float: right !important; }
.center 		{ text-align:center !important; }
.floatclear 	{ clear:both; }



/* Layout
------------------------------------------------------------------------------------------------*/


.wrapper {}

header {
	width: 100%;
	height: 100px;
	background-image:url(../graphics/header_bg.png);
	margin-top: 30px;
	position:fixed;
	z-index:99;
}

.logo {
}

.container {
	position:relative;
}

section {
	height: 900px;
	background-position:center;
	background-repeat:no-repeat;
}


/* Terapiapalvelut
------------------------------------------------------------------------------------------------*/

#Terapiapalvelut {
	background-color:#D6D6D6;
	background-image:url(../graphics/bg1.jpg);
	color:#000000;
}

#Terapiapalvelut .content {
	display: block;
	position:absolute;
	top: 330px;
	left: 1px;
	padding: 15px;
}

#Terapiapalvelut hr { background-color:#c5c2b8; }


/* Yksittainen_trauma
------------------------------------------------------------------------------------------------*/

#Yksittainen_trauma {
	background-color:#A1A1A1;
	background-image:url(../graphics/bg2.jpg);
	color:#fff;
}

#Yksittainen_trauma .content {
	display: block;
	position:absolute;
	top: 120px;
	left: 400px;
	padding: 15px;
}

#Yksittainen_trauma h1 { color:#ece9df; }
#Yksittainen_trauma hr { background-color:#d6c8aa; }


/* Toistuva_tai_pitkakestoinen_trauma
------------------------------------------------------------------------------------------------*/

#Toistuva_tai_pitkakestoinen_trauma {
	background-color:#FFFFFF;
	background-image:url(../graphics/bg3.jpg);
	color:#000000;
}

#Toistuva_tai_pitkakestoinen_trauma .content {
	display: block;
	position:absolute;
	top: 120px;
	left: 50px;
	padding: 15px;
}

#Toistuva_tai_pitkakestoinen_trauma hr { background-color:#000000; }



/* EMDR
------------------------------------------------------------------------------------------------*/

#EMDR {
	background-color:#BBBBBB;
	background-image:url(../graphics/bg4.jpg);
	color:#FFF
}

#EMDR .content {
	display: block;
	position:absolute;
	top: 190px;
	left: 600px;
	padding: 15px;
}

#EMDR hr { background-color:#c2c2bd; }


/* Yhteystiedot
------------------------------------------------------------------------------------------------*/

#Yhteystiedot {
	background-color:#FFFFFF;
	background-image:url(../graphics/bg5.jpg);
	color:#000000
}

#Yhteystiedot .content {
	display: block;
	position:absolute;
	top: 210px;
	left: 50px;
	padding: 15px;
}

#Yhteystiedot h1 { color:#8f897a; }
#Yhteystiedot hr { background-color:#b7b7af; }



/* Nav
------------------------------------------------------------------------------------------------*/


nav {
	display:block;
	float: right;
	height: 100px;
	line-height: 100px;
	padding: 0;
	font-size: 16px;
	text-align:right;
}

nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
	color: #626155;
	font-style: italic;
	text-decoration: none;
}

nav a:hover { color:#858b43; }

nav .sepa { color: #d7d9b5; }




/* Elements & custom styles
------------------------------------------------------------------------------------------------*/

.imageleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;	
	max-width: 290px; /* Four columns */
	height: auto;
}

.imageright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
	max-width: 290px; /* Four columns */
	height: auto;
}


.box {
	padding:20px;
	background-color:#f9f9f9;
	border: 1px solid #e1e1e1;
}

.module {
	float: left;
	overflow:hidden;
	margin: 0 25px 25px 0;
}

.module img {
	margin-bottom: 10px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.module img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}

.thumb {
	float: left;
	display:block;
	max-width:100%;
	height:inherit;
	margin: 15px;
	opacity:0.9;
	filter:alpha(opacity=90);	
}

.thumb:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}



/* Effects
------------------------------------------------------------------------------------------------*/


.rounded {
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.shadow {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
  	box-shadow: 0px 0px 10px #000;
}


/* Forms
------------------------------------------------------------------------------------------------*/

.field {
	float: left;
	margin-bottom: 15px;
}

label {
	display: block;
	float:none;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	margin-right: 30px;
}

input[type="text"] {
	width: 95%;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-size:14px;
	color:#999;
	border: 1px solid #333;
	background-color:#333;
	
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="checkbox"] {
	float: left;
	margin: 8px 10px 0 0;
}


textarea {
	width: 98%;
	height:170px;
	line-height: 20px;
	padding: 5px;
	font-size:14px;
	color:#999;
	border: 1px solid #333;
	background-color:#333;
	
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



/* Buttons
------------------------------------------------------------------------------------------------*/

a.button {
	display:block;
	color:#FFFFFF;
	font-weight:normal;
	font-size:16px;
	padding: 0 14px;
	height:36px;
	line-height:36px;
	text-decoration:none;
	text-align:center;
	background-color: #444;
	
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a:hover.button {
	text-decoration: none;
	background-color: #333;
}

a:active.button {
	line-height: 38px;
}

.buttonicon {
	float:left;
	margin-right: 6px;
}

.bleft {
	float:left;
	margin-right: 20px;
}

.bright {
	float:right;
	margin-left: 20px;
}
