/*
	BASIC.CSS
	---------
	REMEMBER! JUST THE BASICS HERE! 
	JUST THE BASIC SETUP OF HOW WE WANT THINGS TO WORK

	MKAY? ;)
	ALL PRETTY COLORS ETC --> layout.css
	
	//Leinonen @ Fiwe 2009
*/

* {
	border: 			0;
	margin: 			0;
	padding: 			0;
	font-size:			12px;
}

ul {
	list-style: 		none;
}

td {
	vertical-align:		top;
}

html, body {
	font-family: 		Arial, Helvetica, Verdana;
}

p {
	margin-bottom:		12px;
}

a {
	text-decoration:	none;
}

h1,h2,h3,h4,h5 {
	clear: 				left;
	font-weight:		normal;
}

h1 {
	font-size:			28px; /* 31px; original ELFA size */
	letter-spacing:		-2px;
}

h2 {
	font-size:			22px;
	margin-top:			15px;
	margin-bottom:		2px;
}

h3 {
	font-size: 			14px;
	margin-bottom:		5px;
	margin-top:			20px;
	font-weight:		bold;
}

h4 {
	font-size:			14px;
}

h5 {
	font-size: 			16px;
	font-weight:		bold;
	margin-bottom:		4px;
}

input,select {
	border: #ccc 1px solid;
}

.clearfloats {
	height: 			1px;
	clear: 				both;
}

.checkbox {
	border: 			none;
	float:				left;
}

