/* CSS Document */

/* Basics
----------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #dee2e4;
	padding: 0 0 40px 0;
}
body, p, td, th, div, blockquote, dl, ul, ol {
	font: normal 12px/18px Arial, sans-serif;
	color: #333;
}
td, th {
	text-align: left;
	vertical-align: top;
}
img {
	border: 0;
	display: block;
}

/* Header
----------------------------------------------- */
#header {
	height: 110px;
	overflow: hidden;
	position: relative;
	background: #fff url(/files/teknokemia/images/illustration.jpg) top right no-repeat;
}
#header_tietopak {
	height: 110px;
	overflow: hidden;
	position: relative;
	background: #fff url(/files/teknokemia/images/tietopaketti_top_banner.jpg) top right no-repeat;
}
#logo {
	position: absolute;
	top: 29px;
	left: 35px;
}
#illustration {
	position: absolute;
	top: 0;
	right: 0;
}

/* Structure
----------------------------------------------- */
#container {
	width: 926px;
	background: transparent url(/files/teknokemia/images/container.gif) top left repeat-y;
	margin: 0 auto;	
}
#header, #main-nav, #content {
	width: 898px;
	margin: 0 0 0 14px;
}
#header_tietopak {
	width: 898px;
	margin: 0 0 0 14px;
}
#main-nav {
	height: 46px;
	background: transparent url(/files/teknokemia/images/main-nav.gif) top left repeat-x;
}
#content {
	background: transparent url(/files/teknokemia/images/content.gif) top left repeat-y;
	height: 300px;
}
html>body #content {
	height: auto;
	min-height: 300px;
}
#left {
	width: 190px;
	padding: 16px 0 0 21px;
 	overflow: visible;	
	float: left;
}
#center {
	width: 390px;
	padding: 16px 31px 0 15px;
	float: left;
}
#right {
	width: 236px;
	padding: 72px 0 0 15px;
	float: left;
	background: transparent url(/files/teknokemia/images/right.jpg) top left no-repeat;
}
#right-sub {
	width: 226px;
	padding: 16px 10px 0 15px;
	float: left;
}
#right-sub-tietopak {
	width: 200px;
	padding: 16px 10px 0 15px;
	float: left;
}
#right a {
	font-weight: normal;
}
#banners {
	margin-top: 100px;
}
#banners img {
	margin: 0 0 3px 0;
}
#footer {
	width: 890px;
	background: transparent url(/files/teknokemia/images/footer.gif) bottom left no-repeat;
	height: 98px;
	padding: 0 0 0 36px;
	overflow: hidden;
}
#extra-links {
	border-top: 1px solid #c8c8c8;
	width: 824px;
	margin: 23px 0 0 0;
	padding: 15px 15px 0 15px;
}
#language a, #info a {
	font-weight: normal;
}
#language span, #info span {
	font-weight: normal;
	color: #666;
	padding: 0 10px;
}
#language {
	float: left;
		line-height: 14px;
}
#info {
	float: right;
}
#copy {
	padding: 0 54px 0 0;
	width: 872px;
	margin: 0 auto;
	text-align: right;
	font: normal 12px Arial, sans-serif;
	color: #666;
}

/* Nav
----------------------------------------------- */
#tabs {
	margin: 0 0 0 21px;
}
#tabs img {
	float: left
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
#subnav li {
	border-bottom: 1px solid #ccc;
}
#subnav a {
	font: bold 12px Arial, sans-serif;
	color: #333;
	display: block;
	padding: 4px 5px 5px 15px;
}
#subnav li.selected a {
	/*color: #0079df;*/
	color: #0033cc;
}
#subnav ul ul {
	margin: 0;
	padding: 3px 0 15px 0;
}
#subnav li li {
	background: transparent url(/files/teknokemia/images/nav2.gif) 22px 8px no-repeat;
	display: block;
	margin: 0;
	padding: 2px 0 1px 15px;
	border-bottom: none;
}
html>body #subnav li li {
	padding-top: 4px;
}
#subnav li li a {
	margin: 0;
	padding: 0 0 0 15px;
	font-weight: normal;
	display: block;
}
#subnav li li.selected {
	background: transparent url(/files/teknokemia/images/nav2s.gif) 22px 8px no-repeat;
}

.tietopak_navi_li{
display: block;
margin-left:15px;
list-style-image: url(http://www.teknokem.fi/files/teknokemia/kuvitus/bullet.jpg);}
.tietopak_navi_ku{
display: block;
margin-left:35px;
list-style-image: url(http://www.teknokem.fi/files/teknokemia/kuvitus/bullet.jpg);}


.ratkaisutable td {
  border-bottom: solid 1px #1DD0FD;
}

/* Search
----------------------------------------------- */
#search {
	width: 260px;
	float: right;
	padding: 6px 0 0 0;
}

/* Headings
----------------------------------------------- */
h1 {
	font: bold 18px Arial, sans-serif;
	letter-spacing: -1px;
	display: inline;
	margin: 0 0 0.5em 0;
}
h2, h3, h4, h5, h6 {
	font: bold 12px Arial, sans-serif;
	display: inline;
	margin: 0 0 1em 0;
}

/* Lists
----------------------------------------------- */
/* Forms
----------------------------------------------- */
form {
	margin: 0;
}
input.textfield {
	font: normal 11px Arial, sans-serif;
	color: #666;
	background: #fff url(/files/teknokemia/images/textfield.gif) top left no-repeat;
	border: 1px solid #e4e4e5;
	margin: 0 0 5px 0;
	padding: 3px 0 2px 8px;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* Links
----------------------------------------------- */
a {
	font-weight: bold;
	color: #0033cc;
	text-decoration: none;
}

/* Misc
----------------------------------------------- */
.clearer {
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0;	
}
.skip {
	display: none;
}

UL.gallery {
	list-style: none;
	margin: 0 -20px 0 0;
	padding: 0;
}

UL.gallery LI {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	font-size: .92em;
	color: #666;
	border: 1px solid #e0e0e0;
}

UL.gallery LI IMG {
	margin: 0 auto .5em auto;
	display: block;
}

BODY.wide #content {
	background-image: none;
}

BODY.wide #center {
	width: 640px;
}

BODY.wide #right-sub {
	display: none;
}

