body{
	margin:0px;
	background-color:#000000;
	font-family:helvetica,verdana;
	color:#eeeeee;
	/*overflow:hidden;*/
}

h1{
	color:#f58220;
	font-size:30pt;
}

p{
	color:#dddddd;
	font-size:12px;
}

a {
	color:#eeeeee;
	cursor:pointer;
}

a:hover {
	color:#dddddd;
}

div.content ul{
	list-style-image: url(../images/bullet_check.png);
}

div.content ul li{
	font-size:12px;
}



div.topmenu_container{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	border-bottom:1px solid #333333;
	background-color:#000000;
	z-index:15;
}

div.topmenu{
	margin:auto;
	width:1000px;
}

div.topmenu ul{
	margin:7px 0px;
}

div.topmenu ul li{
	color:#ffffff;
	list-style:none;
	float:left;
	font-size:12px;
	margin:0px 10px 0px 0px;
}

div.topmenu ul li a{
	color:#eeeeee;
	text-decoration:none;
}

div.topmenu ul li a:hover{
	color:#dddddd;
	text-decoration:underline;
}

div.content_container{
	position:relative;
	top:30px;
	width:100%;
	z-index:1;
	min-height:800px;
}

div.content{
	width:920px;
	margin:auto;
	z-index:10;
	position:relative;
	background-image:url(../images/content_bg.png);
	min-height:850px !important;
}

div.slideshow{
	width:230px;
	height:350px;
	/*border:1px solid #ffffff;*/
	position:absolute;
	top:98px;
	left:50px;
	border:5px solid #ffffff;
	background-color:#ffffff;
}

div.gptw_quotes{
	width:240px;
	height:200px;
	position:absolute;
	top:470px;
	left:50px;
	background-color:none;
	font-size:12px;
}

div.text{
	width:450px;
	position:absolute;
	left:330px;
	top:0px;
	/*border:1px solid #ffffff;*/
}

#supersize{
	position:fixed;
}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

div.footer_container{
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:100;
}

.footer_panel {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 1px;
	width: 100%;
	height: 30px;
	text-align:center;
	images/footer_panel.png);
	background-color:#202020;
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}
.footer_panel img {
	position: relative;
	top: 0px;
	border: none;
	margin-right:10px;
}
.footer_panel a {
	text-decoration: none;
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.footer_panel a:hover {
	color: #999999;
}

#footer {
	width: 100%;
	position: relative;
	top: 1px;
	height: 0px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	border-top:1px solid #333333;
	background: #202020;
	background-image:url(../images/footer_bg.jpg);
	}
#panel_contents {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	height: 100%;
	width: 1000px;
	margin:auto;
	position: relative;
	z-index: -1;
}

#footer ul.rss li{
	list-style:none;
	margin-left:-40px;
	font-size:12px;
	margin-bottom:10px;
}

#footer ul.connect li{
	list-style:none;
	margin-left:-40px;
	font-size:12px;
	margin-bottom:10px;
}

#footer h2{
	background-position:middle left;
	background-repeat:no-repeat;
	padding-left:30px;
}

#footer h2.contact{
	background-image:url(../images/icon_contact.png);
}

#footer h2.news{
	background-image:url(../images/icon_rss.png);
}

#footer h2.connect{
	background-image:url(../images/icon_web.png);
}

#footer h2.services{
	background-image:url(../images/icon_services.png);
}

table.contact{
	width:100%;
	background-image:url(../images/sliderpanel_bg.png);
	border:1px solid #555555;
}

table.contact td{
	width:50%;
	vertical-align:top;
	padding:5px;
}

body.external{
	margin:20px;
	background-color:#000000;
	background-image:url(../images/footer_bg2.jpg);
}

.external h1{
	color:#eeeeee;
}

.external h2{
	color:#f58220;
}

/*==================*/
/* 	// Form                */
/*==================*/

fieldset{
	width:500px;
	border:1px solid #313131;
	margin:20px;
}

legend{
	font-family:Georgia, Times, Times New Roman, serif;
	color:#FFFFFF;
	background-color:#313131;
	margin-bottom: 5px;
	display:table;
	display: inline-block;
	font-weight: 100;
	font-size: 20px;
}

label.hakemus{
	width: 107px;
	float: left;
	text-align: left;
	margin-right:100px;
	display: block;
	font-family:Verdana;
}

input.inputbox{
	border:1px solid #313131;
	color:#313131;
	width:250px;
	height:20px;
	background-color:#202020;
	color:#eeeeee;
}

input.inputbox:hover, input.inputbox:focus{
	border:1px solid #F58220;
}


textarea.inputbox{
	border:1px solid #313131;
	color:#313131;
	width:250px;
	height:100px;
	background-color:#202020;
	color:#eeeeee;
}

textarea.inputbox:hover, textarea.inputbox:focus{
	border:1px solid #F58220;
}

select{
	border:1px solid #313131;
	color:#313131;
	width:250px;
	height:20px;
	background-color:#202020;
	color:#eeeeee;
}

select:hover, select:focus{
	border:1px solid #F58220;
}

input.button{
	font-family:Georgia, Times, Times New Roman, serif;
	cursor:pointer;
	border:outset 2px #ccc;
	background:#313131;
	color:#ffffff;
	font-weight:100;
	padding: 10px 10px;
	margin-right:20px;
	float:right;
}


input.reset_button:hover{
	background : url(../images/tyhjenna_hover.png);
}

button {
	outline:1px outset #999999;	
	border:1px solid #ffffff;	
	background-color:#333333;
	color:#ffffff;
	padding:2px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:12px;
	text-decoration:none;
}

/*==================
REKRYKAMPANJAT
==================*/

/* Liittymämyyjä */
	div#liittymamyynti{
	background-color:#333333;
	background-image:url(../images/telemyynti/sky_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
	}
	
	div#liittymamyynti .page{
	position:relative;
	height:800px;
	}
	
	div#liittymamyynti div.introduction{
	position:absolute;
	top:0px;
	left:80px;
	width:550px;
	height:100px;
	}
	
	div#liittymamyynti div.header{
	position:absolute;
	top:50px;
	left:0px;
	width:817px;
	height:358px;
	}
	
	div#liittymamyynti div.info{
	position:absolute;
	bottom:130px;
	left:0px;
	width:550px;
	height:250px;
	padding:20px;
	background-color:#ffffff;
	border-radius:20px;
	/*Mozilla*/
	background: -moz-linear-gradient(top, #ffffff, #dddddd);
	-moz-box-shadow: 1px 1px 5px #cccccc;
	-moz-border-radius:20px;
	/*Safari*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	-webkit-box-shadow: 1px 1px 5px #cccccc;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	/*Internet Explorer*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	}
	
	div#liittymamyynti div.info p{
	color:#333333;
	}
	
	div#liittymamyynti div.arrow{
	position:absolute;
	bottom:230px;
	left:620px;
	}
	
	div#liittymamyynti div.phone{
	position:absolute;
	bottom:110px;
	right:20px;
	width:170px;
	height:322px;
	}
	
	div#liittymamyynti div.phone_shadow{
	position:absolute;
	bottom:20px;
	right:20px;
	width:170px;
	height:41px;
	}
	
	div#liittymamyynti div.readmore{
	position:absolute;
	width:200px;
	height:150px;
	top:55px;
	right:20px;
	border-radius:20px;
	/*Mozilla*/
	background: -moz-linear-gradient(top, #ffffff, #dddddd);
	-moz-box-shadow: 0px 0px 2px #888888;
	-moz-border-radius:20px;
	/*Safari*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	-webkit-box-shadow: 1px 1px 5px #cccccc;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	/*Internet Explorer*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	}

	div#liittymamyynti button.telemyynti {
	outline:none;	
	border:none;
	background-color:#6FC444;
	color:#ffffff;
	cursor:pointer;
	font-size:12px;
	text-decoration:none;
	padding:5px;
	border-radius:5px;
	/*Mozilla*/
	background: -moz-linear-gradient(top, #6FC444, #41A60E);
	-moz-box-shadow: 0px 0px 2px #888888;
	-moz-border-radius:5px;
	/*Safari*/
	background: -webkit-gradient(linear, left top, left bottom, from(#6FC444), to(#41A60E));
	-webkit-box-shadow: 1px 1px 5px #cccccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*Internet Explorer*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6FC444', endColorstr='#41A60E');
	}
	
	div#liittymamyynti p{
	color:#333333;
	}


/* 100 uutta työntekijää */
	div#sata{
	background-color:#333333;
	background-image:url(../images/rekry100/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom center;
	}
	
	div#sata div.introduction{
	position:absolute;
	top:60px;
	left:50px;
	width:550px;
	height:100px;
	}
	
	div#sata div.header{
	position:absolute;
	top:210px;
	left:50px;
	width:817px;
	height:358px;
	}
	
	div#sata div.info{
	position:absolute;
	top:580px;
	left:50px;
	width:620px;
	height:220px;
	}
	
	
	div#sata div.logo{
	position:absolute;
	top:650px;
	right:305px;
	width:392px;
	height:95px;
	}
	
	div#sata div.readmore{
	position:absolute;
	top:60px;
	right:70px;
	border:1px solid #333333;
	}
	
/* 100 uutta työntekijää */

