
html {
	
}
body {
	background-color: #777777;
	color: #000;
}
#wrapperContent {
	background-color: #f3f3f3;
	color: #000;
}
#header {
	background-color: #fff;
}
#topContent {
	background-color: #fff;
}
#nav {
	background-color: #7e7f83;
}
#nav ul li a {
	color: #fff;
}
#nav ul li.open {
	background-color: #fff;
}
#nav ul li a.open {
	color: #ba160d;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
.mainText {
	background-color: #fff;
}
#column1 {
}
.column1Text {
	color: #000;
}
#column2 {
}
#subnav ul li a {
	color: #fafafb;
}
#subnav ul li a.open {
	color: #ba160d;
}
#footer {
	color: #000;
	background-color: #fff;
}
a {
	color: #ba160d;
	background-color: transparent;
}
a:hover {
	
}
h1 {
	color: #ba160d;
	background-color: transparent;
}
h2 {
	color: #ba160d;
	background-color: transparent;
}
h3 {
	color: #000;
	background-color: transparent;
}
hr {
	color: #2A7890;
	background-color: #2A7890;
}
img {
	border-color: #ccc;
}
table {
	border-color: #ccc;
}
td {
	border-color: #ccc;
}
pre {
	background-color: #66CC33;
	color: #fff;
}
body {
	font: normal .8em Arial, sans-serif;
}
#nav ul li a {
	font: 14px Arial, sans-serif;	
}
#subnav ul li a {
	font-size: 1.3em;
	font-weight: bold;
}
#subnav ul li ul li a {
	font-size: 1em;
}
#footer {
	font-size: 0.9em;	
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 16pt;
  	margin: 0;
	padding: 10px 0 0px 0;
	font-variant: small-caps;
}
h2 {
	font-weight: bold;
	font-size: 14pt;
  	margin: 0;
	padding: 10px 0 0 0;
}
h3 {
	font-weight: bold;
	font-size: 12pt;
  	margin: 0;
	padding: 10px 0 0 0;
}
hr {
	height: 1px;
	border: 0;
}
p {
	padding: 5px 0;
	margin: 0;
}
input, textarea, select {
	font: 12px Arial, sans-serif;
}
pre {
	font: 14px Arial, sans-serif;	
}

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	background: #777777 url(color_gray/pics/bg.jpg) repeat-x fixed left top;
}
#wrapper {
	margin: 0px auto 75px auto;
}
#wrapperCenter {
	margin: 0px auto 0px auto;
	width: 920px;
	overflow: hidden;
	position: relative;
}
#wrapperContent {
	border-left: 2px solid #606060;
	border-right: 2px solid #606060;
	border-bottom: 2px solid #606060;
}

/* Header
=========================================*/

#header {
	position: relative;
	height: 190px;
	border-left: 28px solid #c6c6c6;
	border-right: 28px solid #c6c6c6;
}

/* Logo
=========================================*/

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 310px;
	height: 132px;
}
#logo a img {
	border: 0px;
}

/* topContent (klikattavat kuvat logon oikealla puolella)
=========================================*/

#topContent {
	position: absolute;
	right: 0px;
	top: 40px;
	width: 510px;
	height: 100px;
}

/* Navigation
=========================================*/
#nav {
	height: 45px;
	position: absolute;
	width: 916px;
	left: -28px;
	bottom: 0px;
	overflow: hidden;
}
#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 79px;
	padding: 0px;
}
#nav ul li {
	float: left;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	background: url(color_gray/pics/navRight.jpg) no-repeat right top;
}
#nav ul li.open {
	background: url(color_gray/pics/navRightOpen.jpg) no-repeat right top;
}
#nav ul li a {
	display: block;
	float: left;	
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	padding: 0px 20px 0 20px;
	background: url(color_gray/pics/navLeft.jpg) no-repeat left top;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul li a.open {
	background: url(color_gray/pics/navLeftOpen.jpg) no-repeat left top;
}

/* Content
=========================================*/
#content {
	padding: 0px 0px 0px 0px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	width: 860px;
	position: relative;
	border-top: 12px solid #ba160d;
	border-bottom: 22px solid #f3f3f3;
	background: url(color_gray/pics/content.jpg) repeat-y 0px 0px;
	padding: 20px 28px 0px 28px;
}
#main {
	float: right;
	padding: 14px 16px 0px 1px;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	width: 606px;
	background: url(color_gray/pics/mainTop.jpg) no-repeat left 2px;
}
#mainCenter {
}
.mainText {
	background: url(color_gray/pics/main.jpg) repeat-y top left;
	padding: 10px 25px 10px 25px;
}
#column1 {
	float: left;
	width: 200px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	margin: 0px 15px 0px 20px;
}
#column1Center {
}
#column1Content {
}
.column1Text {
	margin: 20px 0px 20px 0px;
}
#column2 {
	display: none;
}
#column2Center {
}
#column2Content {
}
.column2Text {
}
#clearDiv {
	clear: both;
}

/* Sub Navigation
=========================================*/
#subnav {
	margin: 0px 0px 0px 0px;
	background: url(color_gray/pics/subnavTop.jpg) no-repeat 0px 0px;
	height: auto;
	min-height: 205px;
	overflow: hidden;
}
#subnav ul {
	background: url(color_gray/pics/subnavBottom.jpg) no-repeat left bottom;
	height: auto;
	min-height: 205px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#subnav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#subnav ul li a {
	display: block;
	margin: 2px 0px;
	padding: 0px 10px 5px 15px;
	text-decoration: none;
	width: 170px;
}
#subnav ul li a.open {
}
#subnav ul li.sub {
}
/* sub */
#subnav ul li ul {
	min-height: 5px;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
#subnav ul li ul li {
	
}
#subnav ul li ul li a {
	padding: 0px 25px 2px 5px;
	text-align: right;
}
#subnav ul li ul li a:hover {
}
#subnav ul li ul li a.open {
	background: none;	
}
/* subsub */
#subnav ul li ul li ul {
	
}
#subnav ul li ul li ul li {
	
}
#subnav ul li ul li ul li a {
}
#subnav ul li ul li ul li a:hover {
	
}
#subnav ul li ul li ul li a.open {
	
}

/* Footer
=========================================*/

#footer {
	clear: both;
	padding: 20px;
	width: 564px;
	position: relative;
	background: url(color_gray/pics/mainBottom.jpg) no-repeat left top;
}