@charset "utf-8";
/* CSS Document */


body {
	background						:url(img/body_bg.jpg);
	background-repeat				:no-repeat;
	background-position				:center top;
	background-color				:#000000;
	-moz-background-clip			:border;
	-moz-background-inline-policy	:continuous;
	-moz-background-origin			:padding;
	margin							:0;
	padding							:0;
	text-align						:center;
}

p {
	font-family						:arial, "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	font-size						:14px;
	color							:#878a8e;
}

li {
	font-family						:arial, "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	font-size						:14px;
	color							:#878a8e;
}

form {
	font-family						: arial, "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	font-size						:14px;
	color							:#878a8e;
}

a:link {
	color							:#e4a111;
	text-decoration					:none;
}
a:visited {
	color							:#e4a111;
	text-decoration					:none;
}
a:hover {
	color							:#e4a111;
	text-decoration					:underline;
}
a:active {
	color							:#e4a111;
	text-decoration					:none;
}

.otsikko {
	font-family						:arial, "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	/* Heidi kommentoi pois 101209 
	font-style						:italic; */
	font-size						:20px;
	color							:#d5d5d5;
}

.valiotsikko {
	font-family						:arial, "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	/* Heidi kommentoi pois 101209 
	font-style						:italic; */
	font-size						:16px;
	color							:#fc0;
}

.kuvan_alla {
	margin-top						:1px;
}

#banneri {
	margin							:0 auto;
	width							:100%;
	background-image				:url(img/banneri_bg.png);
	background-repeat				:repeat-x;
	height							:49px;
	font-size						:20px;
	font-weight						:bold;
	font-family						:arial, "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	line-height						:50px;
}

#banneri a {
	color							:#000;
}

#banneri_main {
	margin							:0 auto;
	padding							:0;
	text-align						:center;
	width							:1000px;
}

#banneri_etusivu {
	width							:139px;
	height							:49px;
	background						:url(img/etusivu_bg.png);
	float							:right;
}

#banneri_palvelut {
	width							:139px;
	height							:49px;
	background						:url(img/palvelut_bg.png);
	float							:right;
}

#banneri_referenssit {
	width							:139px;
	height							:49px;
	background						:url(img/referenssit_bg.png);
	float							:right;
}

#banneri_yhteydet {
	width							:139px;
	height							:49px;
	background						:url(img/yhteydet_bg.png);
	float							:right;
}

#banneri_etusivu_tumma {
	width							:139px;
	height							:49px;
	background						:url(img/etusivu_bg_tumma.png);
	float							:right;
}

#banneri_etusivu_tumma:hover {
	background						:url(img/etusivu_hover.png);
}

#banneri_palvelut_tumma {
	width							:139px;
	height							:49px;
	background						:url(img/palvelut_bg_tumma.png);
	float							:right;
}

#banneri_palvelut_tumma:hover {
	background						:url(img/palvelut_hover.png);
}

#banneri_referenssit_tumma {
	width							:139px;
	height							:49px;
	background						:url(img/referenssit_bg_tumma.png);
	float							:right;
}

#banneri_referenssit_tumma:hover {
	background						:url(img/referenssit_hover.png);
}

#banneri_yhteydet_tumma {
	width							:139px;
	height							:49px;
	background						:url(img/yhteydet_bg_tumma.png);
	float							:right;
}

#banneri_yhteydet_tumma:hover {
	background						:url(img/yhteydet_hover.png);
}

#main {
	margin							:0 auto;
	padding							:0;
	text-align						:center;
	width							:1080px;
}

#vasen {
	float							:left;
	width							:560px;
	margin							:20px 0 0 184px;
	text-align						:left;
}

#vasen img {
	padding							:4px 0 0 0;
}

#oikea {
	float							:right;
	width							:210px;
	margin-top						:60px;
	margin-right					:43px;
}

#oikea_sisallot {
	float							:left;
	text-align						:left;
	height							:70px;
	font-family						:arial, "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;
	font-size						:12px;
	color							:#878a8e;
}

#oikea_sisallot a {
	color							:#878a8e;
	text-decoration					:none;
}

#ota_yhteytta {
	width							:170px;
	height							:90px;
	background-image				:url(img/kiinnostuitko.png);
	background-repeat				:no-repeat;
	font-family						:arial, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size						:17px;
	line-height						:24px;
	font-weight						:bold;
	padding-top						:30px;
	text-align						:center;
}

.keltainen {
	color							:#FC0;
}

.tumma {
	color							:#0D0D0D;
}

.textarea_bg {
	background-color				:#CCCCCC;
	border							:1px solid #666666;
}
