
html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(color_blue/pics/bg.jpg) repeat-y left;
}

#shadow {
	margin: 0px;
	padding: 0;
	width: 950px;
	height: 662px;
	overflow: visible;
	background: transparent url(color_blue/pics/shadow.jpg) no-repeat left top;
}

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

#wrapper {
	margin: 0px auto 0px auto;
	padding: 0;
	text-align: left;
	width: 950px;
	height: 662px;
	overflow: visible;
	position: relative;
}

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

#toolbox {
	display: none;
}

#toolbox a {

}

#toolbox a:hover {

}

#lang {
	width: 400px;
    height: 20px;
	text-align: left;
	position: absolute;
	top: 25px;
	left: 280px;
	color: #4d82ae;
}

#lang img {
	margin: 0px 5px 0px 5px;
}

#lang a {
	color: #4d82ae;
	text-decoration: none;
	font-weight: bold;
}

#lang a:hover {
	text-decoration: underline;
}

#search {
	display: none;
}

#logo {
	width: 194px;
	height: 78px;
	overflow: visible;
	position: absolute;
	top: 20px;
	left: 20px;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#logo a img {
	border: 0;
}

#banner {
	height: 65px;
}

#nav {
	width: 680px;
	float: right;
}

/* Valikko */

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 2px 2px 1px 1px;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: center;
	background: none;
	background: url(color_blue/pics/navRight.jpg) no-repeat right top;
}

#nav ul li.open {
	background: url(color_blue/pics/navRightOpen.jpg) no-repeat right top;
}

#nav ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 14px;
	line-height: 29px;
	text-decoration: none;
	display: block;
	background: none;
	background: url(color_blue/pics/navLeft.jpg) no-repeat left top;
}

#nav ul li a.open {
	text-decoration: none;
	background: url(color_blue/pics/navLeftOpen.jpg) no-repeat left top;
}

#nav ul li a:hover {
	text-decoration: none;
}

/* Sivuvalikko */


#subnav {
	padding: 0px 0px 10px 0px;
}

#subnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#subnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*display: inline;*/
	float: left;
	width: 160px;
}

#subnav ul li a {
	margin: 0px 0px 0px 0px;
	padding: 8px 5px 8px 5px;
	text-decoration: none;
	display: block;
}

#subnav ul li a.open {
	text-decoration: none;
	font-weight: bold;
}

#subnav ul li a:hover {
	text-decoration: none;
}

/* Ala-alavalikko */

#subnav ul li ul {
	margin: 0px;
	padding: 1px 0px 8px 0px;
}

#subnav ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*display: inline;*/
	float: left;
}

#subnav ul li ul li a {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	border: none;
	background: url(color_blue/pics/subnav.gif) no-repeat left 5px;
}

#subnav ul li ul li a.open {
	text-decoration: underline;
	background: url(color_blue/pics/subnav.gif) no-repeat left 5px;
}

#subnav ul li ul li a:hover {
	text-decoration: underline;
	background: url(color_blue/pics/subnav.gif) no-repeat left 5px;
}

/* Ala-ala-alavalikko */

#subnav ul li ul li ul {
	margin: 0;
	padding: 0;
	border: none;
}

#subnav ul li ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
    display: inline;
}

#subnav ul li ul li ul li a {
	margin: 2px 0px 2px 30px;
	padding: 0px 20px 2px 10px;
	text-decoration: none;
	display: block;
    background: none;
}

#subnav ul li ul li ul li a.open {
	text-decoration: underline;
	background: none;
}

#subnav ul li ul li ul li a:hover {
	text-decoration: underline;
	background: none;
}



/*Tekstit*/

#main {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 680px;
	float: right;
	overflow: hidden;
}

#main .text {
	padding: 10px 20px 10px 0px;
}

#column1 {
	margin: 40px 0px 0px 0px;
	width: 160px;
	height: 200px;
	float: left;
	overflow: visible;
	position: relative;
	left: 25px;
}


html>body #column1 {
	height: auto;
	min-height: 200px;
	overflow: hidden;
}

#column1 .text {
	clear: both;
	padding: 10px 0px 10px 0px;
}

#column2 {
	clear: both;
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}

#column2 .text {
}

#footer {
	display: none;
}

#footer .text {
	text-align: center;
	color: #333;
	font-size: .89em;
	padding: 5px;
}

#footer .text .siteInfoName {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .text .siteInfoAddress {
	display: inline;
	margin: 0px 5px 0px 10px;
}

#footer .text .siteInfoZip {
	display: inline;
	margin: 0px 0px 0px 0px;
}

#footer .text .siteInfoCity {
	display: inline;
	margin: 0px 10px 0px 2px;
}

#footer .text .siteInfoPhone {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .text .siteInfoEmail {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .text .siteInfoWWW {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#copy {
	clear: both;
	text-align: center;
	color: #333;
	font-size: .89em;
	padding-bottom: 20px;
}

#copy a {
	color: #333;
	text-decoration: underline;
}

#copy a:hover {
	color: #333;
	text-decoration: none;
}

/* smallCart */

/*#smallCart {
	clear: both;
	display: block;
}

#smallCart .smallCart_header {
	width: 161px;
	padding: 0px 0px 0px 70px;
	height: 30px;
	line-height: 30px;
	background: url(color_blue/icons/smallCart_header.gif) no-repeat left top;
	color: #fff;
}

#smallCart .smallCart_header a {
	color: #fff;
	text-decoration: none;
}

#smallCart .cartInfo {
	padding: 10px 10px 10px 30px;
}

#cart table {
	width: 450px;
}

#cart table th {
	font-weight: normal;
}

#cart table td.productRow {
	border-bottom: 1px solid #ccc;
}

.error {
	color: #f00;
}

#orderConfirmation textarea {
	width: 300px;
	height: 150px;
}
*/
