body{
	margin: 0;
	padding:0;
	line-height: 14px;
	background: #fba71c url(../gfx/tausta-toisto.jpg) left top repeat;
}

body, table, th, td, p, select, input, textarea {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

input {
	color: #000000;
}

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

a {
	color: #fff5ce;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #feb314;
}

h1 {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #f4df97;
	padding: 12px 0 16px 0;
	margin: 0;
}

h2 {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	padding: 12px 0 12px 0;
	margin: 0;
}

h3 {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	padding: 0 0 8px 0;
	margin: 0;
	font-style: italic;
}

h4 {
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}

#bg-gradient {
	width: 951px;
	height: 724px;
	margin: 30px auto 10px auto;
	background: transparent url(../gfx/tausta-gradient.png) left 0px no-repeat;
	position: relative;
}

	#logo {
		position: absolute;
		left: 70px;
		top: -15px;
		width: 268px;
		height: 149px;
		background: transparent url(../gfx/logo.png) left top no-repeat; 
	}

	#logo2 {
		position: absolute;
		left: 69px;
		top: 500px;
		/* 
		width: 236px;
		height: 243px; 
		background: transparent url(../gfx/logo2.png) left top no-repeat; 
		*/
		width: 243px;
		height: 163px;
		background: transparent url(../gfx/tarjous.png) left top no-repeat; 
	}

	* html #logo2 { /* EI TOIMI */
		background-image: url(../gfx/tarjous.gif) !important;
		z-index: 999 !important;
		visibility: visible;
		display: block;
	}

	#bubble2 {
		position: absolute;
		left: 670px;
		top: -30px;
		width: 286px;
		height: 258px;
		background: transparent; 
		padding: 0;
		margin: 0;
	}

	#kiilto {
		position: absolute;
		left: 260px;
		top: 535px;
		width: 30px;
		height: 30px;
		background: transparent; 
		padding: 0;
		margin: 0;
	}

	#kiilto2 {
		position: absolute;
		left: 226px;
		top: 575px;
		width: 30px;
		height: 30px;
		background: transparent; 
		padding: 0;
		margin: 0;
	}

	#sign {
		position: absolute;
		left: 726px;
		top: 515px;
		width: 115px;
		height: 64px;
		background: transparent url(../gfx/sign.png) left top no-repeat; 
	}

	* html #logo { top: 0px; }
	* html #bubble { top: 0px; left: 660px; }

#maincontainer{
	width: 851px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: transparent url(../gfx/tausta-yla.jpg) center bottom no-repeat;
	height: 240px; /*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
	height: 434px;
	background: transparent url(../gfx/tausta-ala.jpg) center top no-repeat;
}

#contentcolumn{
	margin-left: 250px; /*Set left margin to LeftColumnWidth*/
}

	.innertube_center {
		height: 281px;
		margin: 7px 48px 10px 40px;
		overflow: auto;
		padding-right: 20px;
		padding-top: 2px;
	}

		.innertube_center img {
			margin: 5px 10px;
			margin-right: 0px;
		}
		
		.innertube_center ul {
			margin: 0;
			padding: 0;
			padding-left: 20px;
			padding-bottom: 18px;
			width: 100%;
		}

		.innertube_center .menu-top {
			margin: 0; padding: 0;
			clear: right;
			height: 25px;
		}

			.innertube_center .menu-top li {
				margin: 5px 15px 15px 0;
				list-style-type: none;
				float: left;
			}

			.innertube_center .menu-top li a { 
				display: block; 
				padding: 1px 0px;
				text-decoration: none;
				border-bottom: 1px solid transparent;
			}

			.innertube_center .menu-top li a:hover, .innertube_center .menu-top li.menu-current a {
				border-bottom: 1px solid #63480f;
				color: #feb314;
			}

	.innertube_center_bottom {
		margin: 78px 0px 10px 30px;
		height: 57px;
		background: transparent url(../gfx/text.png) left top no-repeat;
	}
		
		.innertube_center_bottom p {
			font-size: 16px;
			line-height: 22px;
			color: #f3a914;
			letter-spacing: 0px;
			display: none;
		}

			.innertube_center_bottom p span {
				font-size: 24px;
				display: none;
			}


#leftcolumn{
	float: left;
	width: 250px; /*Width of left column*/
	margin-left: -851px; /*Set left margin to -(MainContainerWidth)*/
}

	.innertube_left {
		margin: 20px 20px 20px 50px; /*Margins for inner DIV inside each column (to provide padding)*/
	}

		.innertube_left ul {
			margin: 0;
			padding: 0;
		}

			.innertube_left li {
				list-style-type: none;
				line-height: 22px;
			}

			* html .innertube_left li { line-height: 24px; }

			.innertube-left li:hover {
				list-style-type: circle;
			}

				.innertube_left li a {
					font-size: 16px;
					color: #fff5ce;
					text-decoration: none;
					font-weight: bold;
				}

				.innertube_left li.menu-current a, .innertube_left li.menu-parent a {
					color: #feb314;
				}

				.innertube_left li a:hover {
					color: #feb314;
				}

#footer{
	clear: left;
	width: 100%;
}

	#footer p {
		text-align: right;
		color: #000000;
		font-size: 10px;
		padding-top: 10px;
		padding-right: 82px;
	}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

table img {
	margin: 0px !important;
	padding: 0px !important;
}

table, tbody, tr, td { margin: 0; padding: 0; }

td { padding: 2px; display: table-cell; }

td p { padding: 0 8px 0 0; }

a.logo2_link {
	display: block;
	height: 163px;
	background-color: transparent !important; 
}