/* Stylesheet: Mainospalvelu Modified On 2013-02-26 14:56:33 */
body,html {
margin: 0px;
padding: 0px;
height:100%;
width: 100%; 
}

.body {
background-image: url('/uploads/images/tube.png');
background-repeat: repeat-x;
font-family: Trebuchet MS;
color: white; 
background-color: black;
}

a img {
border: 0px;
}
		
#rootwrapper { 
position: relative;
width: 997px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: auto;
background-image: url('/uploads/images/tausta.png');
background-repeat: repeat-y;
}

#header {
height: 202px;
width:100%;
display:block;
}

#contentleft {
width: 231px;
float: left;
}

#menu ul {
list-style-type:none;
width: 198px;
margin: 0px;
padding: 0px;
padding-left: 32px;
}

#menu ul li {
border-bottom: 1px dotted gray;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}

#menu ul ul {
padding: 0px;
padding-left: 10px;
}

#menu ul ul li {
border-bottom: 0px;
padding-left: -5px;
}

#menu ul li a {
color: #fff;
text-decoration:none;
}

#menu ul li a:hover {
text-decoration:underline;
}

a {
color: #fff;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#valmistajalinkit {
width: 200px;
margin-top: 40px;
margin-left: 32px;
}

#valmistajalinkit a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}


#contentright {
width: 766px;
float: right;
position: relative;
}

#materiaali {
width: 700px;
margin: auto;
margin-top: 30px;
}

#materiaali a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#stoppari {
clear: both;
}
	
#footer,
#stoppari {
height: 100px;
}

#footer {
position: absolute;
bottom: 0px;
right: 0px;
width: 766px;
}

#footerInfo {
margin-top: 50px;
}
/* Stylesheet: lomake Modified On 2012-04-02 13:16:08 */
.contactform input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
        margin-top: 11px;
        margin-left: 5px;
}
.contactform select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
   	margin-top: 11px;
   	margin-left: 5px;
}
.contactform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	padding: 6px;
    margin-top: 11px;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
	padding: 0;
	margin-top: 11px;
    margin-right: 6px;
height: 20px;
	text-align: right;
}
.contactform fieldset {
        border-color: #ccc;
        border-width: 1px;
        border-style: solid;
        padding: 10px;
        margin-bottom: 10px;
        border-radius:5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
.contactform legend {
display:none;
        color:#000;
		font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
        font-weight: bold;
}
.formbutton {
        background-image: url(../images/button_bg.gif);
        width: 99%;
        border: 1px solid #03afff;
        background-color: #33beff;
        color: #fff;
}