* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 62.5%/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
	text-align: center;
	background-color: #e60010;
}

/************************************
 * Basic elements
 *
 ************************************/

p {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #77767a;
}

a:hover, a:active {
	text-decoration: underline;
	color: #77767a;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	color: #e60010;
}

h1 {
	font-size: 2em;
	margin-bottom: 0.5em;
	font-style: italic;
	margin-top: 1em;
}

h2 {
	font-size: 1.25em;
	line-height: 1;
	margin-bottom: 0.3em;	
}

h3 {
	line-height: 1;
	margin-bottom: 0.3em;	
}

sub {
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
    font-size: smaller;
}
   
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    font-size: smaller;
}

address {
	color: white;
	font-style: normal;
	font-size: 1.2em;
}

address a {
	color: white;
}

object, h1#pagetitle {
	z-index: -1;
}

/************************************
 * Layout
 *
 ************************************/


#page {
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header-wrapper {
	height: 8em;
	background-color: white;
	clear: both;
	position: relative;	
}


#header {
	margin: 0 auto;
	clear: both;
	height: 8em;
	color: black;
	background-color: white;	
	position: relative;
	width: 85em;
}

#header #logo {
	position: absolute;
	top: 1.5em;
	left: 1.5em;
}

#header #logo img {
	width: 54.3em;
}

#header #aaa {
	position: absolute;
	top: 1em;
	right: 2em;
}
#header #aaa img {
	width: 10.5em;
}

#navigation {
	background-color: #e60010;	
	height: 3em;
	clear: both;
	position: relative;
	z-index: 500;
}

#container {
	padding: 0 0 1em 0;
	background: white;
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	min-height: 50em;
	height: auto !important;
	height: 50em;
	z-index: 6;
}

#pageimage {
	padding: 0;
}

#pageimage img {
	padding: 0;
	margin: 0;
	border: 0;
}

#content {
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 850px;
	overflow: hidden;
	
}

#innercontent {
	font-size: 1.2em;
	padding: 0 0.8em 3em 1.2em;
} 

.innercontent {
	font-size: 1.2em;
}

#breadcrumbs {
	color: #77767a;
	font-size: 1.1em;	
	margin-bottom: 1.6em;
	background: white url('images/background-breadcrumbs.gif') repeat-x bottom left;
	height: 2.5em;
	line-height: 2.3;
}

#breadcrumbs a {
	color: #77767a;	
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}
#breadcrumbs span.B_currentCrumb {
	color: #e60010;
}


#content table {
	border-collapse: collapse;
}

#content th {
	text-align: left;
	font-weight: normal;
}

#content td {
	vertical-align: top;
	padding: 1px;
	text-align: left;
	font-size: 1em;
}

#content td p {
	margin: 0;
	padding: 0;
}

div.page-toimintatavat ul {
	list-style-image: none;
	list-style: none;
}

div.page-toimintatavat li {
	background: white url('images/listmark-red_square.gif') no-repeat left 0.2em;
	padding-left: 2.5em;
	margin-bottom: 1em;
	min-height: 2em;
	height: auto !important;
	height: 2em;
}

#footer-wrapper {
	clear: both;
	background: transparent url('images/background-footer.gif') repeat-x top left;
	width: 100%;
	position: relative;
}

#footer {
	width: 85em;
	margin: 0 auto;
	position: relative;
	background: transparent url('images/background-footer.gif') repeat-x top left;
	min-height: 14em;
	height: auto !important;
	height: 14em;
}
#footer #static-links {
	position: absolute;
	top: 0;
	left: 1em;
}

#footer #static-links img {
	width: 42.9em;
}
#footer #address {
	position: absolute;
	top: 0.4em;
	left: 45em;
	background: transparent url('images/document-white.gif') no-repeat left 2em;
	padding: 1.8em 0 0 42px;
}

#footer #footer-logo {
	position: absolute;
	top: 1.5em;
	right: 0em;
}

#footer #footer-logo img {
	width: 17.1em;
}

#footer a {
	color: white;
}

div.separator  {
	background: white url('images/background-breadcrumbs.gif') repeat-x center center;
	height: 2em;
	width: 100%;
	clear: both;
}

/************************************ 
 * Forms
 *
 ************************************/

form {
}

div.formrow {
	clear: both;
}

label {
	display: block;
	font-weight: bold;
	float: left;
	margin: 0 1.5em 0.6em 0;
}

input.field {
	display: block;
	margin: 0 0 0.6em;
	background-color: #e9ebec;
	border: 1px solid #77767a;
	font-size: 1em;
	padding: 0.2em 0.4em;
}

input.checkbox {
	background-color: #e9ebec;
	border: 1px solid #77767a;
	padding: 1em;
}
input.button {
}

p.validation {
	margin: 1em 0;
	color: #993333;
}

/************************************ 
 * Models
 * 
 ************************************/

#content ul.model-listing-short {
	list-style-type: none;
	margin: 1em 60px 2em 0;
	padding: 0;
	float: left;
	width: 20em;
}

#content ul.model-listing-short li {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	padding-left: 0.1em;
	background: none;
	min-height: 1em;
	height: auto !important;
	height: 1em;
}

#content ul.model-listing-short a {
	color: #e60010;
}

div#model-sidebar {
	width: 15em;
	float: left;
}

div#model-main {
	float: left;
	width: 69em;
}

a.link-pdf {
	background: white url('images/pdf-link.gif') no-repeat top left;
	padding-top: 32px;
	display: block;
	margin-bottom: 1.5em;
}
/************************************ 
 * News, Sales & Campaigns
 * 
 ************************************/

div.news-item, div.campaign-item, div.sale-item {
	padding: 2em 2em 0.6em;
}

div.sale-item {
	padding: 0em 2em 2em;
}
div.campaign-item {
	padding-right: 4em;
}
	
div.campaign-item h3.campaign-pagetitle {
	padding: 0 0 1em 0;
	font-size: 1.2em;
}

div.news-item h3.news-pagetitle {
	font-size: 1.2em;
}

div.campaign-item div.campaign-pageimage
{
	float: right;
	margin-left: 1.5em;
} 

div.news-date {
	color: #a5a6a9;
	margin-bottom: 0.6em;
	font-size: 1.1em;
}

div.sale-item p.sale-item-image-title {
	margin-bottom: 1em;
}

/************************************ 
 * Fixes and special cases
 *
 ************************************/

div.pagination {
	text-align: center;
	margin: 1em 0;
	padding: 2em 2em 0.6em;
}
div.pagination span.left {
	width: 40%;
	float: left;
	text-align: left;
}

div.pagination .ditto_off {
	color: #e0e0e0;
}
div.pagination span.right {
	width: 40%;
	float: right;
	text-align: right;
}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.hidden {
	display: none;
} 

span.small {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
 