

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}

#main{
	width: 990px;
	height: 100%;
}

.ylamenu{
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 36;
}

#maindiv{
	background: url(../img/keltainen_bg.jpg) repeat-x bottom left;
}

#alareuna{

	background: url(../img/keltainen_bg.jpg) repeat-x top left;
	height: 20px;
	width:100%;
	text-align: center;
}

#sivuotsake{
	background-image: url(../img/tausta_sivu.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 55px;
}



#sivuotsake_tuotteet{
	background: url(../img/tausta_sivu.png) no-repeat left bottom;
	width: 193px;
	height:109px;
	
}

#vasenreuna{
	background-image: url(../img/vasen_bg.jpg);
	background-repeat: no-repeat;
	width: 190px;
	
}

#alfa_vasenreuna{
	background-image: url(../img/alfa_keltainen_tausta.jpg);
	background-repeat: no-repeat;
	width: 190px;
	
}

#puhto_vasenreuna{
	background-image: url(../img/puhto_sininen_tausta.jpg);
	background-repeat: no-repeat;
	width: 190px;
	
}

#beta_vasenreuna{
	background-image: url(../img/beta_vihrea_tausta.jpg);
	background-repeat: no-repeat;
	width: 190px;
	
}

#alfapro_vasenreuna{
	background-image: url(../img/alfapro_oranssi_tausta.jpg);
	background-repeat: no-repeat;
	width: 190px;
	
}

#refill_vasenreuna{
	background-image: url(../img/refill_harmaa_tausta.jpg);
	background-repeat: no-repeat;
	width: 190px;
	
}

#content{
	width: 800px;
	padding: 30px 0;
	font-size: 12px;
}

#alareuna p{
	margin:0;
	padding:0;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #ab0000;
	text-decoration: none;
}

/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial !important;
	color: #ab0000 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background-image:none;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}

h1.keltainen {
	font-size: 14px;
	color: #ffcc00;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

.menu2{
	background-image: url(../img/menu2_bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
	vertical-align: top;
}

.menu2_tuotteet{
	background-image: url(../img/tuotemenu_bg.gif);
	background-repeat: repeat-x;
	height: 21px;
	width: 135px;
	vertical-align: top;
}

td {
	font-size: 12px;
}

a.black, a.black:link, a.black:visited, a.black:active{
	color: #000000;
}

#etusivu input.text{
	width:80px;
	margin:0;
	padding:0;
	
}
#hakukentta input.text{
	width:164px;
	margin:0;
	padding:0;
	
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	top:0;
	left:0;
	margin-right:-8px;
	margin-top:2px;
	padding: 8px 0px;
	display:none;
	width:155px;
	border:0px solid #ccc;
	background-color: transparent;

}

.menuarea2{
	position:absolute;
	top:0;
	right:-8px;
	
	margin-top:9px;
	padding: 8px;
	display:none;
	width:193px;
	border:0px solid #ccc;
	background-color: transparent;
	text-align:center;
}

.menutable .menutop_a, .menutable2 .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
.menutable .menutop, .menutable2 .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

.menutable .menusub_a, .menutable2 .menusub_a{
	color:#ffcc00;
	padding:0 2px;
	font-weight:bold;
	font-size: 11px;
	display:block;
}

a.menusub_a, a.menusub_a:link, a.menusub_a:active, a.menusub_a:hover, a.menusub_a:visited{
	color:#ffcc00;
}

.menutable .menusub, .menutable2 .menusub{
	color:#ffffff;
	padding:0 2px;
	font-size: 11px;
	display:block;
}

a.menu,a.menu:link,a.menu:active,a.menu:visited{
	color:#ccc;
}

a.menu:hover{
	color:#ffcc00;
}





