/* GENERAL STYLES */

body {
	background: #c5bfb2 url('images/body_bg.gif') top left repeat-x;
	margin: 0;
	padding: 0;
	color: #4e4e4e;
	font: normal 12px Arial, Helvetica, Verdana, sans-serif;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
a, a:visited, a:active {
	text-decoration: underline;
	color: #f36535;
}
a:hover {
	color: #962702;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #4e4e4e;
	margin: 0 0 3px 0;
	padding: 3px 0;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
p {
	width: 100%;
}
td {
	vertical-align: top;
	text-align: left;
}
div, form {
	margin: 0;
	padding: 0;
}

/* MAIN MENU STYLES */

ul#idmainnav {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	border-top: 3px solid #8b7f65;
	height: 25px;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	float: right;
	color: #4e4e4e;
}
ul#idmainnav a, ul#idmainnav a:active, ul#idmainnav a:visited {
	color: #3a3a3c;
	text-decoration: none;
}
ul#idmainnav a:hover {
	color: #f36535;
	text-decoration: none;
}
ul#idmainnav li.menu_current a {
	color: #f36535;
	text-decoration: none;
}
ul#idmainnav li {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0 10px 0 0;
}

/* LANGUAGE MENU STYLES */

ul#idlangnav {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	border-top: 3px solid #8b7f65;
	height: 25px;
	width: 190px;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
	float: right;
	color: #4e4e4e;
}
ul#idlangnav a, ul#idlangnav a:active, ul#idlangnav a:visited {
	color: #3a3a3c;
	text-decoration: none;
}
ul#idlangnav a:hover {
	color: #f36535;
	text-decoration: none;
}
ul#idlangnav li {
	float: right;
	height: 20px;
	margin: 0;
	padding: 0 3px;
}

/* TEMPLATE SPECIFIC STYLES */

table#pagelayout {
	width: 915px;
	background-color: #ffffff;
	margin: 0 0 30px 0;
	padding: 0;
}
table#pagelayout td {
	vertical-align: top;
	text-align: left;
}
table#pagelayout td.pageleft {
	width: 10px;
}
table#pagelayout td.pageright {
	width: 10px;
}
div#top_page_divs {
	width: 915px;
	height: 410px;
	background: #ffffff url('images/top_page_bg.gif') top left repeat-x;
}
div#pagetop {
	width: 895px;
	height: 82px;
	padding: 8px 10px 0px 10px;
	display: block;
}
div#pagetop div#pagetoplogo {
	float: left;
	width: 250px;
	padding-top: 25px;
	height: 57px;
}
div#pagetop div#pagetopmenu {
	width: 455px;
	height: 29px;
	padding-top: 53px;
	display: block;
	float: left;
}
div#pagetop div#pagelangmenu {
	width: 190px;
	height: 29px;
	padding-top: 53px;
	display: block;
	float: left;
}
div#pageanimation {
	width: 895px;
	overflow: hidden;
	margin: 0 10px;
	padding: 0;
	background: url('../../media/system/etusivukuvat/oletuskuva_ei_saa_poista_voi_korvata.jpg') top left no-repeat;
}
div#pageanimation table {
	margin: 0;
	padding: 0;
	height: 0px;
}

table#pagelayout td#pagemain1 {
	width: 448px;
	height: 150px;
}
table#pagelayout td#pagemain2 {
	width: 448px;
	background-color: #ffffff;
}
table#pagelayout td#pagemain3 {
	width: 447px;
	background-color: #ffffff;
}

table#pagelayout td#pagebottom {
	width: 915px;
	height: 17px;
	padding-top: 10px;
	background: #f9f8f2 url('images/page_bottom.gif') bottom left no-repeat;
}
table#pagelayout td#pagefooter {
	padding: 5px 10px 0 10px;
	color: #4e4e4e;
	background-color: #c5bfb2;
}
table#pagelayout td#pagefooter div {
	padding: 15px 0 0 20px;
	width: 159px;
	float: left;
}
table#pagelayout td#pagefooter div#footer_link {
	padding: 0 15px 0 20px;
	width: 159px;
	float: right;
	text-align: right;
}


