html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: .8em Arial, Tahoma, Verdana, sans-serif;
}

#shadow {
	margin: 0 auto;
	padding: 0px;
	width: 1079px;
	height: 700px;
	overflow: visible;
	background: #fff url(bg/shadow.jpg) repeat-y left;
}

html>body #shadow {
	height: auto;
	min-height: 700px;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 1079px;
	height: 700px;
	overflow: visible;
	background: url(bg/wrapper.jpg) no-repeat left top;
}

html>body #wrapper {
	height: auto;
	min-height: 700px;
	overflow: hidden;
}

#top {
	display: none;
}

#navTop {
	display: none;
}

#content {
	float: none;
}

#left {
	display: none;
}



.column1 {
	padding: 0px 0px 20px 0px;
	height: 30px;
	overflow: visible;
}

html>body .column1 {
	height: auto;
	min-height: 30px;
	overflow: hidden;
}




/* Main */

#main {
	float: none !important;
	width: 600px;
	color: #000;
}


/*Peruselementit*/

select {

}

a {
	outline: none;
	color: #2c4d94;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #2c4d94;
	font: bold 1.6em Calibri, Arial, sans-serif;
}

h2 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #2c4d94;
	font: bold 1.4em Calibri, Arial, sans-serif;
}

h3 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	color: #2c4d94;
	font: bold 1.2em Calibri, Arial, sans-serif;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

/* Extranet */

#login {
	padding: 20px 10px 0px 20px;
}

#extranet {
	padding: 20px 10px 0px 20px;
}


/* Products */

.productLeft {
	width: 315px;
	height: 225px;
	padding: 10px 10px 10px 0px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #e3e3e3;
}

.productRight {
	width: 315px;
	height: 225px;
	padding: 10px 0px 10px 10px;
	float: left;
	overflow: hidden;
}

.product_pic {
	width: 130px;
	text-align: center;
	float: left;
}

.product_info {
	width: 175px;
	float: none;
}

.product_info h1 {
	font-size: 1.2em;
}

.product_info h1 a {
	text-decoration: none;
}

.product_info h1 a:hover {
	text-decoration: underline;
}

/* Product page */

#item {

}

#item .img {
	float: none;
	padding: 10px;
	width: 150px;
	text-align: center;
	margin-top: 20px;
}

#item .context {
	width: 480px;
	float: none;
}

#copy {
	clear: both;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
	text-align: center;
	font-size: .9em;
	color: #4c4c4c;
}