@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 0.75em;
	background: #000 url('images/body_bg.jpg') fixed;
	}

img {
	margin: 5px;
	border: 0;
	}



/*==== TEXT STYLES ====*/

p {	margin: 0.5em 0 0.5em 0;}
p:first-letter { font-size: 1.1em; text-decoration: bold; }

p.quote {	font-style: italic;	}

p.jalleenmyyja:first-line { font-weight: bold; } 

ul.jalleenmyyja {
	margin-top: -0.4em;
	padding-left: 2em;
	list-style-type: square;
	}

h1 {
	font-size: 1.5em;
	margin: 0 0 1.2em 0;
	}
h2 {
	color: #404040;
	font-size: 1.35em;
	margin-bottom: 0.8em;
	text-decoration: underline;
	}

a {	color: #efefef;	}
a:hover { text-decoration: none; }

.big_link {
	color: red;
	font-size: 25px;
	margin: 5px 0;
	}
.big_link:hover { text-decoration: none; }

/*==== MAIN DIVs ====*/
	
#main_cont {
	width: 1097px;
	margin: 0 auto;
	}
	
#main_header {
	width: 1097px;
	height: 147px;
	background: url('images/main_header.png');
	}

#main_header #languageblock {
	float:right;
	margin-top:52px;

}
	
#main_left_bar {
	width: 190px;
	height: 720px;
	float: left;
	}

#main_left_bar img {
	margin: 0;
	}
	
#main_center_bar {
	width: 	840px;
	background: url('images/center_bg.png') no-repeat;
	float: left;
	overflow: hidden;
	}

#sivu_center_bar {
	width: 	840px;
	float: left;
	}
	
#center_cont {
	background: url('images/center_cont_bg.png');
	}
	
#main_right_bar {
	width: 67px;
	height: 720px;
	background: url('images/right_bg.png');
	float: left;
	}

#main_bottom {
	width: 1097px;
	height: 204px;
	background: url('images/main_bottom_bg.png');
	float: left;
	}
	
#footer {
	width: 1097px;
	height: 50px;
	padding: 5px;
	text-align: center;
	color: white;
	margin: 0 auto;
	clear: both;
	}
	
/*==== CONT DIVs ====*/

#main_img {
	width: 840px;
	height: 348px;
	display: block;
	margin: 0 0 20px 0;
	}

#main_text {
	margin-left: 23px;
	margin-right: 23px;
	position: relative;
	}

#main_text img { margin: 5px; }

#valikko_cont {
	width: 160px;
	margin-top: 20px;
	margin-left: 20px;
	}

#valikko_cont img {
	display: block;
	border: 0;
	}


/*==== OTHER STYLES ===*/

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.bold { font-weight: bold; }
.brown, .brown h2 { color: #684a27; }

#referenssit td {	width: 33%; padding: 10px;	}
#referenssit tr {	vertical-align: top;	}
	
/*==== FORM =====*/

form#kontakti_form fieldset {
	border-top: 2px solid #684a27;
	border-left: 0px;
	border-right: 0px;
	border-bottom: none;
	}

form#kontakti_form fieldset legend {
	font-family: verdana, sans-serif;
	font-variant: small-caps;
	}
	
form#kontakti_form ol {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	}

form#kontakti_form li {
	margin: 0.5em 0 0.5em 0;
	}

form#kontakti_form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
	}

form#kontakti_form textarea {
	width: 250px;
	border-top: 2px solid #684a27;
	border-bottom: 1px solid #684a27;
	border-left: 1px solid #684a27;
	border-right: 1px solid #684a27;
	}
	
form#kontakti_form input{
	width: 250px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #684a27;
	border-bottom: 1px solid #684a27;
	border-left: 1px solid #684a27;
	border-right: 1px solid #684a27;
	}
	
form#kontakti_form input.button {
	width: 407px;
	border-top: 2px solid #684a27;
	border-bottom: 1px solid #684a27;
	border-left: 1px solid #684a27;
	border-right: 1px solid #684a27;
	background: white;
	}
