/* huoltovertailu.fi
   Author:     Paul Wallin AT Web Design 39 DOT fi
   Home page layout style, main file at hv_styles.css
   
   ----------------------------------------------------*/
/* COLORS:
	   background: #fff
	   Orange: #f79a1b
	   Yellow: #fdd808
	   lGrey: #efefef
	   mGrey: #c3c3c3
	   dGrey: #6c6c6c
*/

/* =LAYOUT Styles
-------------------------------------------------------------*/
body {
	background: url(../img/layout/main_bg.png) repeat-x top #fff;
	}
#container {
	width: 759px;
	margin:0 auto;
}
#main {
	background:#fff;
	left: 0;
	padding-bottom:20px;
	min-height: 400px;
}
#footer {
	text-align: center;
	margin-top:5px;
	color: #6c6c6c;
	padding: 10px;
	border-top: 1px solid #c3c3c3;
	height: 130px;
	}

/*=some GENERIC STYLES
----------------------------------------------------*/
#main_search {
	margin: 40px auto 10px auto;
	background: url(../img/layout/main_search_bg.png) no-repeat top center #fff;
	padding: 0;
	width: 759px;
	height: 241px;
	text-align: center;
}
h1.ir{
	left: 0;
	margin: 0 auto;
	padding:0;
	width: 320px;
	height: 140px;
	position: relative;
	font-size: 1em;
	}
h1.ir span{
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
h1#main_h1 span { background: url(../img/layout/main_h1.png) no-repeat; margin: 0 0 0 -5px;	padding: 0;}

h2 { text-align: center; }



/* =SEARCHFORM 
-------------------------------------------------------------*/
#haku  ul {
	position: relative;
	top:0;
	left:0;
	margin: 0px auto 0 auto;
	padding: 0;
	list-style:none;
	width:450px;
}

#haku li {
	float:left;
	margin:0 0 0 10px;
	padding:0;
	height:48px;
	line-height:48px;
	}
#haku fieldset { border: none; position:relative;}
#haku select, #haku input { font-size: 1.4em; }
input#hae_button { 
border:0; 
width: 80px; height:28px; 
background: url(../img/hae_button.gif) no-repeat 0 0 transparent;
padding: 3px 5px;
text-align: left;
}

