@import url(../modules/news/news.css);
@import url(../modules/vaihtokoneet2/normal.css);
@import url(../modules/tuotteet/normal.css);

/********************** base ************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote {
	margin: 14px 40px;
}

img {
	padding: 0;
	border-color: #777777;
}

.print {
	display: none;
}

/********************** rest ************************/

body, p, td, div {
	font-family: Arial, sans-serif;
	/*
	font-family: "MS Sans Serif", sans-serif;
	font-family: Georgia, serif;
	font-family: Verdana, sans-serif;
	*/
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: black;
}

h1, h2, h3 {
	font-weight: normal;
	color: #663300;
}

h1 {
	font-size: 24px;
	line-height: 24px;
}

h2 {
	font-size: 20px;
	line-height: 20px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

a {
	font-weight: bold;
	color: #777777;
}

html, body {
	height: 100%;
}

body {
	padding: 47px 29px 1px 29px;
	background-image: url(../layout/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: -285px top;
	background-color: white;	
}

#web-body {
	padding: 0;
	background-image: url(../layout/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #E5ECCA;
}

#page-bg {
	width: 960px;
	height: 976px;
	margin: 0 auto;
	padding: 0 6px;
	background-image: url(../layout/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#page {
	min-height: 100%;
	position: relative;
	
	width: 960px;
	background-image: url(../layout/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: white;
}

#header {
	height: 250px;
	background-image: url(../layout/header_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	padding-top: 19px;
	padding-left: 30px;
}

#logo img {
	border: 0;
}

#toolbar {
	width: 100%;
	height: 55px;
	float: left;
	background-color: #F2AD42;
}

#tools {
	padding-top: 20px;
	padding-right: 20px;
	float: right;
}

#tools img {
	padding-right: 11px;
	border: 0;
}

/************************** main menu **************************/

#main-menu {
	padding: 5px 13px 0;
	float: left;
	list-style-type: none;
}

#main-menu li {
	padding: 17px 0;
	float: left;
}

#main-menu a {
	margin-right: 1px;
	padding: 18px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
}

#main-menu .active, #main-menu a:focus, #main-menu a:hover {
	background-color: #FEF4D6;
	color: #663300;
}

/************************** main **************************/

#main {
	width: 960px;
	float: left;
	clear: both;
	background-image: url(../layout/content_bg.jpg);
	background-repeat: no-repeat;
}

/************************** submenu, contact info **************************/

#submenu, #contact-info {
	width: 245px;
	padding-top: 72px;
	padding-left: 40px;
	float: left;
}

#submenu h1 {
	padding-bottom: 15px;
}

#submenu ul {
	list-style-type: none;
}

#submenu li {
	width: 245px;
	float: left;
	clear: both;
}

#submenu a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

#submenu .marker0 {
	padding-right: 4px;
	font-size: 14px;
}

#submenu .active0, #submenu a.L0:focus, #submenu a.L0:hover {
	color: #DB251A;
}

#submenu .L1 {
	margin-left: 11px;
}

#submenu .marker1 {
	padding-right: 7px;
	font-size: 15px;
}

#submenu .active1, #submenu a.L1:focus, #submenu a.L1:hover {
	margin-left: 11px;
	color: #F2AD42;
}

#submenu .start0, #submenu .end0 {
	height: 15px;
}

/************************** content **************************/

#content {
	width: 617px;
	padding: 47px 29px 0 29px;
	float: right;	
}

/************************** footer **************************/

#footer-stop {
	width: 100%;
	height: 170px;
	clear: both;
}

#footer {
	width: 100%;
	height: 170px;
	bottom: 0px;
	position: absolute;
}

#logos {
	position: absolute;
	top: -170px;
	width: 245px;
	padding-left: 32px;
}

#logos img {
	float: left;
	padding: 0px 8px;
}

#footer .text {
	padding-top: 138px;
	padding-left: 565px;
	color: white;
}

#footer .text a {
	font-weight: normal;
	text-decoration: none;
	color: white;
}
