@import url(/themes/fonts/pt-sans/pt-sans.css);

HTML {
	margin: 0px;
    padding: 0px;
    height: 100%;
    min-height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font: normal .8em/1.4em Arial, sans-serif;
	color: #000;
	background-color: #d2d2d2;
	width: 100%;
	height:100%;
	min-height: 100%;
	
	background: url(pics/bg_c.png) no-repeat top left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mysite.really.fi/userData/alakerta/images/bg.png', sizingMethod='scale');

	*/
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://mysite.really.fi/userData/alakerta/images/bg.png', sizingMethod='scale');

}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #f34210;}
A:hover {text-decoration: none; color:#000000;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-weight: bold;
	font-size: 2em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
H2 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0;
  	padding: 15px 0 10px 0;
  	color: #000;
}
/*
H3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
  padding: 15px 0 10px 0;
  color: #000;
}
*/
P {margin: 0; padding: 5px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

UL {
padding-left: 75px;
font-family: arial,tahoma;
font-size: 14px;
color: #5B5B5B;
line-height: 1.5em;
font-weight: lighter;
}



/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {

	margin: 0 auto;
	width: 1240px;
	height: auto;
	min-height: 100%;
	overflow: hidden;
	background-color:#ffffff;
    margin-bottom: -345px;
}
#wrapperCenter {
    padding-bottom: 345px;
	zoom:1;
}

/* Header
==========*/
#header {
	width: 1240px;
	background-color: #ffffff;
}
#headerContent {
position: relative;
}

/* Logo
========*/

#logo {
	padding: 10px 0;
}
.logo {
padding-top: 50px;
margin: 0 auto;
width: 520px;
height: 78px;
text-align:center;
}

.logo img {
margin: 0 auto;
display:block;
}
.logo a {
color: #333333;
text-decoration:none;
}

span.logoText {
	display:block;
	margin-top:5px;
}

.logo, .logoContent a span {
	font-family: PTSansRegular,sans-serif,arial,tahoma;	
	font-size: 12px;
	letter-spacing: 2px;	
}

.logo a:hover {
text-decoration:none;
}

/* Banner
==========*/
.bannerText {
	margin: 0 auto;
	width: 1240px;
	border-bottom: 1px solid #e0e0e0 !important;
	height: 215px;
	max-height: 215px;
}
.bannerTextCenter {
	margin: 0 auto;
	width: 800px;
}
.bannerText h2 {
	margin: 0 auto;
	font-family: PTSansNarrowBold,arial,sans-serif;	
	font-size: 60px;
	color: #333333;
	letter-spacing: -1px;
	width: 635px;
	max-width: 635px;
	max-height: 89px;
	overflow:hidden;
	padding-bottom: 0;
	margin-bottom:0;
	padding-top: 5px;
	text-align: center;
	
}
.bannerText p {
	max-height: 77px;
	text-align:center;
	color: #717171;
	font-family: Georgia,serif;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: normal;
	overflow:hidden;
	margin:0 auto;
	width: 670px;
}
/* Top navigation
==================*/
#nav {
	position:relative;
	
	font-family: PTSansNarrowRegular,arial,sans-serif;
	width: 100%;
	height: 40px;
	overflow: hidden;	
	background-color: #000;	
	margin:0 auto;
	text-transform:uppercase;
}
#nav UL {
	width: 940px;
	margin: 0 auto; 
	padding: 0;
	font-family: PTSansNarrowRegular,arial,sans-serif;
}
#nav UL LI {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	background: url('pics/bull.gif') no-repeat left 7px;
	list-style-position:inside;
	float: left;
	color: #f48806;
	margin-right: 15px;
	margin-top: 12px;
	font-family: PTSansNarrowRegular,arial,sans-serif;
}
#nav ul li:first-child {
	background:none;
}

#nav UL LI A {
	display: block;
	float: left;
	padding: 0 0;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #f48806;
	letter-spacing: 0px;
	margin-left:20px;
	
}
#nav UL LI A:hover {
	text-decoration: none;
	color: #ffffff;
}
#nav UL LI A.open {
	color: #fff;
	
}





/* Content
============*/
#content {
	height: auto;
	min-height: 100px;
	overflow: visible;
	padding: 0px 0 0px 0;
	width: 1240px;
	margin: 0 auto;
	background: url('pics/contentBG.png') repeat-y 852px top;	
}

#contentCenter,#contentContent {
overflow:visible;
}
#main {
	float: left;
	width: 722px;
	margin-left: 130px;
	height: auto;
	min-height: 200px;
	overflow: visible;
	background-color: #ffffff;
	padding-bottom:25px;
	margin-right:1px;
}
h2 {
	font-family:  Georgia,sans-serif,arial,tahoma;
	font-weight:bold;
	font-size: 14px;
	
}
h3 {
	font-family: PTSansRegular,sans-serif,arial,tahoma;
	color: #333333;
	font-size: 12px;
	padding-top: 23px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: normal;
}

#mainContent {
margin-right: 70px;
}
.mainText {
padding-top: 30px;
}
.mainText p {
	font-family: arial,tahoma;
	font-size: 14px;
	color:#5b5b5b;
	line-height: 1.5em;
	font-weight: lighter;
	
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#main h1 {
	font-family:Georgia,sans-serif,tahoma,arial;
	font-size: 30px;
	padding-bottom: 20px;
	font-weight:normal;
	line-height: 1.3em;
}

#column1 {	
	margin-left: 15px;
	height: 100%;
	width: 240px;
	float: left;
	display: block;
	line-height: 1.7em;
	margin-bottom: 25px;
}
#column1 p {
	color: #717171;
	font-size: 16px;
	font-family:georgia;
}
#column1 h3 {
font-family: PTSansRegular,sans-serif,arial,tahoma;
font-size: 12px;
padding-top: 23px;
letter-spacing: 1px;
text-transform: uppercase;
	font-weight: bold;

}

#content UL LI {list-style-image:url('pics/333_bullet2.png');  padding-left: 9px; color: #5a5a5a;}






/* Form styles
==============*/
.persistableForm input, .persistableForm textarea {
	width: 228px;
	max-width: 228px;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	//border: 1px solid #c6c6c6;
	
	
}
.persistableForm input, .persistableForm textarea {
	
	
	-moz-box-shadow: inset 1px 1px 1px #e2e2e2;
	-webkit-box-shadow: inset 1px 1px 1px #e2e2e2;
	box-shadow: inner 1px 1px 1px #e2e2e2;
}

.persistableForm input:focus, .persistableForm textarea:focus {
	border: 1px solid #F48806;
 
}

.persistableForm input {
	height: 30px;
	margin-bottom: 15px;
	padding-left:2px;
}
.persistableForm textarea {
height: 125px;
margin-bottom: 15px;
	padding-left:2px;
}
.persistableForm {
	margin-top: 10px;
	margin-bottom:10px;
padding: 5px;
}
.persistableForm p {
	color: #000000 !important;
	margin:0;
	padding:0;
	font-family: georgia;
	font-size: 16px;
}
.persistableForm input[type="submit"] {
	width: 63px;
	height: 32px;
	background: #000000;
	color: #f48806;
	border: 1px solid #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: PTSansNarrowRegular,sans-serif,arial,tahoma;
	font-size:14px;
	line-height: 32px;
	
}
.calendarContainer h2 {
	  color: #333333;
    font-family: PTSansRegular,sans-serif,arial,tahoma;
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 23px;
    text-transform: uppercase;
}
.column1Text {
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
.clearDiv {
	clear: both;
}

.mainBottomText h3 {
color: #333333;
    font-family: PTSansRegular,sans-serif,arial,tahoma !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    padding-top: 23px !important;
    text-transform: uppercase !important;
	font-weight:bold !important;
}

/* Sub navigation
==================*/
.subnav {	
	width:100%;
	margin: 0 auto;
	height: 30px;
	max-height:30px;
	
	font-size: 14px;
	position: relative;
	display: block;
	bottom: 0;
	padding: 0 0 0 0;
	text-transform:uppercase;
	
	
}
.subnavContent {
	border-bottom: 1px solid #e0e0e0;
}
.subnav UL {
	width: 980px;
	max-width: 980px;
	margin: 6px auto;
	padding: 0;
	font-family: PTSansNarrowRegular,arial,sans-serif;
	margin-top: 9px;

}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	letter-spacing: 0px;
	padding-right: 30px;
}
.subnav UL LI A {
	display: inline-block;
	
	text-decoration: none;
}
.subnav UL LI A:hover {
	text-decoration: none;
}
.subnav UL LI A.open {
	
	color: #000000;
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 5px 0 0px 0;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {
	background: none;
	padding: 2px 10px 2px 30px;
}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 2px 10px 2px 40px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Thirdnav navigation
==================*/
.third_nav {
	width: 852px;
	max-width: 852px;
	margin: 0 auto;
	height: 35px;
	max-height:35px;
	font-size: 11px;
	position: relative;
	display:block;	
	padding: 0 0 0 0;
	
	border-right: 1px solid #e0e0e0;
	float:left;	
}


.third_nav UL {
	width: 700px;
	margin: 7px auto;
	padding: 0;
	float:left;
	margin-left: 130px;
	font-family: arial,sans-serif;
	font-size:11px;
}
.third_nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	letter-spacing: 0px;
}
.third_nav UL LI A {
	display: inline-block;
	padding: 5px 10px 5px 0px;
	margin: 0 0 2px 0;
	
	text-decoration: none;
}
.third_nav UL LI A:hover {
	text-decoration: none;
}
.third_nav UL LI A.open {
	
	color: #000000;
}
/* third_nav
=======*/
.third_nav UL LI UL {
	padding: 5px 0 0px 0;
}
.third_nav UL LI UL LI {
	
}
.third_nav UL LI UL LI A {
	background: none;
	padding: 2px 10px 2px 30px;
}
.third_nav UL LI UL LI A:hover {
	
}
.third_nav UL LI UL LI A.open {
	
}
/* third_nav
==========*/
.third_nav UL LI UL LI UL {
	
}
.third_nav UL LI UL LI UL LI {
	
}
.third_nav UL LI UL LI UL LI A {
	padding: 2px 10px 2px 40px;
}
.third_nav UL LI UL LI UL LI A:hover {
	
}
.third_nav UL LI UL LI UL LI A.open {
	
}



/* ShowAll alue
===============*/
.showAll {
	font-family: arial;
	font-size: 12px;
}


/* Testimonials */
.testimonials {
	margin:19px 19px;
	width: auto;	
	background: #f34210 url(pics/testimonialsbg.png) no-repeat right top;
	color: #ffffff;
	
}
.testimonials h3 {
	color: #ffffff;
	text-align:left;
	padding-top: 20px;
	margin-left: 20px;
	font-family: PTSansNarrowBold,sans-serif,arial,tahoma !important;
	font-size: 14px !important;
}
.testimonialsContent p {
	line-height: 1.4em;
	font-size: 18px !important;
	font-family: Georgia;
	font-style: italic;
	font-weight: lighter;
	margin: 0 30px;
	width: auto;
	overflow:hidden;
	color: #ffffff !important;
	text-align:left;
}
.testimonialsContent small {
	font-style: normal;
	padding-bottom: 10px;
	font-family:arial !important;
	font-size: 12px !important;
	float: right;
}



/* Footer
===========*/
#footer {
	clear: both;
	height: 345px;	
	margin: 0 auto;
	width: 1240px;
	min-width: 1240px;
	max-width: 1240px;	
	overflow: hidden;
	background-color: #111113;
	text-align: center;
	color: #717171;
	font-family:Georgia;
	font-size: 14px;
	font-style:italic;
	text-align:left;
	padding: 0px 0 0px 0;
	
	
}
#footer p {
color: #ffffff;
	font-size: 11px;
	font-style:normal;
	line-height: 1.5em;
	font-family:arial;
	
}
#footerContent {
	margin: 0 auto;
	width: 940px;
}
#footer h4 {
	color: #ffffff;
	font-style:normal;
	font-size: 12px;
	margin-bottom: 11px;
	font-family:arial;
	font-weight:bold;
}
#footer a {
	font-size: 11px;	
	font-style:italic;
	font-family:arial;
}
#footer a:hover {
	color: #ffffff;
}
#footer table td {
padding-right: 20px;
}

#footer table {
	border-collapse:collapse;
	margin: 15px 0px 0px 0px;

	padding-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	
	border-bottom-width: 1px;
	border-color: #252525 !important;
	border-spacing: 1px;	
}

#footer table td {
padding-bottom: 0px;
}
#footer table tr, #footer table td {
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}

#footer .fb {
	font-style:normal;
	color: #ffffff;
	
}
#footer .fb img {
vertical-align: middle;
}
#footer span.fb {
	
	
}

/* Searchbox
============*/
.searchBox {
	position:absolute;
	width: 150px;
	top: 8px;
	right:145px;
}
.searchField {
border:0 ;
}

.searchInput {
	background-color: #000000;
	color: #ffffff;
	border:0;
	border-bottom: 1px dotted #F48806;
	height: 15px;
margin-bottom: 0px;
}
.searchSubmit {
	border:none;
    background: #000000;
	width: 30px;
	height: 20px;
	text-indent: -999px;
	overflow:hidden;
	background: url(pics/search.png) no-repeat top right;
}
.searchSubmit:hover {
}



/* REALLY? -tag
===================*/
#really {
	padding: 10px 0px 10px;
	padding-top: 0px;
	text-align: right;
	width: 960px;
	
}
#really A {
	color: #4d4d4d;
	padding: 2px 5px 3px;
	margin-right: 0px;
	font: 900 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #111113;
	color: #8fd71e;
	text-decoration: none;
}
