html {
	background-color: #fff;
}

body {
	background: url(color_gray/pics/bgBody.jpg) #fff repeat-x;
	color: #3f3f3f;
}

#nav ul li a {
	color: #4a4949;
}

#nav ul li a.open {
	color: #4a4949;
}

/* Sivuvalikko */

.subnav ul li {
}
.subnav ul li a {
	color: #4a4949;
/*	background: url(color_gray/pics/bulletSubnav.gif) no-repeat left 4px; */
}
.subnav ul li a.open {
	color: #4a4949;
/*	background: url(color_gray/pics/bulletSubnavOpen.gif) no-repeat left 4px; */
}
.subnav ul li ul li a {
}

#footer {
	color: #494949;
}
#copy {
	color: #a0a0a0;
}
#copy a {
	color: #a0a0a0;
	font-weight: normal;
}
#copy a:hover {
	color: #494949;
}

a {
	color: #00a8e6;
	background-color: transparent;
}

a:hover {

}

h1, h3 {
	color: #363636;
}

h2 {
	color: #adacac;
	background-color: transparent;
}

h3 {
	background-color: transparent;
}

hr {
	color: #ccc;
	background-color: #ccc;
}

p {

}

img {
	border-color: #ccc;
}

table {
	border-color: #ccc;
}

td {
	border-color: #ccc;
}

ol {

}

ol li {

}

ul {

}

ul li {

}

form {

}

.submit {

}

.submit:focus {

}

input, textarea, select {

}


input:focus, textarea:focus {

}

fieldset {

}

#cart table th {
	background-color: #04395b;
	color: #fff;
}
#toolbox a, #lang a {
	color: #ddd;
}
#toolbox a:hover, #lang a:hover {
	color: #888;
}
#lang a {
	background: url(color_gray/pics/icoLang.gif) no-repeat right 5px;
}
#lang a:hover {
	background: url(color_gray/pics/icoLangHover.gif) no-repeat right 5px;
}
#nav ul li {
	background: url(color_gray/pics/nav_bg.gif) scroll no-repeat right top;
}
#nav ul li a {
	background: url(color_gray/pics/navLeft.gif) no-repeat left top;
}
.subnav ul li {
	background: url(color_gray/pics/subnavTop.gif) scroll no-repeat top left;
}
.subnav ul li a {
	background: url(color_gray/pics/subnavBot.gif) scroll no-repeat bottom left;
}
.subnav ul li.sub {
	background: url(color_gray/pics/subnavBotSub.gif) scroll no-repeat bottom left;
}
.subnav ul li ul {
	background: url(color_gray/pics/subnavBot.gif) scroll no-repeat bottom left;
}
/*
.subnav ul li ul li {
	background: url(color_gray/pics/subnavBg.gif) scroll repeat-y;
}
*/