
/*************************************
 * Yleiset määritykset
 *
 */

body, html {
	font: normal 12px/1.2em Verdana, Arial, Helvetica, sans-serif;
	background-color: #330000;
	color: black;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
}

p { 
	padding: 0;	
	margin: 0; 
	margin-bottom: 1.2em;
	line-height: 1.2em;
}

.centered {
	text-align: center;
}

.hidden {
	display: none;
}
.marginless {
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
} 


.hidden {
	display: none;
}

.new {
	color: #c00000;
}

a:link, a:visited {	color: #330000;	text-decoration: none; }
a:hover, a:active {	color: #999999;	text-decoration: underline; }

.highlight { color: #006eb9; font-weight: bold; }

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	margin-bottom: 1.5em;
	margin-top: 0.4em;
	font-size: 110%;
	text-align: center;
}

h1.tight {
	margin-bottom: 0.2em;
	margin-top: 0.4em; 
	padding: 0;
}

h2, h3 { 
	margin-bottom: 1.2em;
	margin-top: 1.6em;
	font-size: 100%;
	text-align: left;
	margin-left: 50px;
}

h3 {
	margin-bottom: 0.1em;
}



sub {
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
    font-size: smaller;
}
   
sup {
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
    font-size: smaller;
}

/********************************************
 * Layout-palaset
 *
 */

div#wrapper {
	width: 750px;
	margin: 60px auto 2em auto;
	text-align: left;
	height: 600px;
}

div#content, div#content-frontpage {
	width: 750px;
	height: 575px;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
}

div#content img {
	margin: 0;
	padding: 0;
	border: 0;
}

div#navigation {
	position: absolute;
	top: 230px;	
	left: 45px;
}

div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	bordeR: 0;
}

div#navigation ul li {
	padding: 5px 0px;
	margin: 0;
	height: 12px;
	font-size: 50%;
}


div#navigation ul li a {
	display: block;
	height: 12px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 12px;
}

div#language {
	width: 750px;
	background-color: white;
	margin: 0;
	padding: 0;
	clear: both;
	height: 62px;
}

div#language img#logo {
	margin-left: 100px;
}

div#language img#fi {
	margin-left: 180px;
}

div#language img#en {
	margin-left: 56px;
}


div#content-left {
	width: 340px;
	float: left;
	height: 575px;
	background-image: url('/images/background-content-left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

div#content-right {
	width: 410px;
	float: left;
	height: 575px;
	overflow: auto;
	background-color: white;
}

div#content-right p,
div#content-right ul {
	padding: 0px 50px;
}

div#content-right ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	margin-left: 70px;
	margin-bottom: 1.6em;
}

div#content-right ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#content-right div.model {
	padding-bottom: 2em;
	margin-top: 0;
}

	
div#content-right div.model p.text {
	padding: 0px 1em 0px 1.4em;
	margin: 0 0 2em 0;
}

div#content-right div.model p span.code {
	float: left;
	width: 53%;
}

div#content-right div.model p span.price {
	float: left;
	width: 37%;
	text-align: right;
}

div#content-right p.topblock {
	text-align: center;
	padding: 0;
	margin-bottom: 0.2em;
	padding-top: 1em;
}

div#content-right p.image {
	text-align: center;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 1em;
}

div#content-right p.menu {
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1em;
}


div#footer, div#footer-frontpage {
	width: 750px;
	clear: both;
	height: 34px;
	background-repeat: no-repeat;
	background-position: top left;
}

div#footer-frontpage {
	height: 34px;
	background-image: url('/images/background-footer-frontpage.jpg');
}

div#footer p,
div#footer-frontpage p {
	display: none;
}

div#footer div#webshoplink {
	float: right;
	text-align: right;
	padding: 3px 5px 0 0;
	
}

/*****************************************
 * Lomakkeet
 ****/

div#content-right form {
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 2em;
	padding-top: 2em;
}

div#content-right form p {
	padding: 0px;
}

div.formrow {
	clear: both;
	margin-bottom: 0.4em;
}

pre {
	margin-left: 20px;
}

input.centered {
	margin: 1.6em auto;
}

label {
	font-weight: bold;
	display: block;
	font-size: 90%;
}

textarea {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;	
}	

/*************************
 * Popup
 *
 **/

div#popup {
	z-index: 200;
	position: absolute;	
	width: 301px;
	height: 152px;
	border: 1px solid #725023;
	top: 329px;
	left: 418px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#popup img {
	margin-top: 14px;
}

div#popup img#close-button {
	margin: 0;
	position: absolute;
	right: 12px;
	bottom: 12px;
}
div#popup[id] {
	background: transparent url('../images/popup-background-75.png') repeat top left;
}

