@import url(color_yellow/color.css);
@import url(fonts.css);

HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	margin: 0px;
	padding: 0px;
	font: normal .75em Arial, sans-serif;
	color: #000;
	line-height: 1.4em;
	background: #eee url(color_yellow/pics/body.jpg) repeat-x left top;
}

/* Basic Elements
===================*/
A {
	text-decoration: underline;
	outline: none;
	color: #000;
}

A:hover {
	color: #666;
}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000 !important;
}

H1 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 8px 0;
  	color: #000;
}
H2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #000;
}
H3 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #000;
}
P {
	padding: 8px 0;
	margin: 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
  	padding: 8px 0;
	padding: 0;
	color: #282828;
	background-color: #282828;
}

INPUT, SELECT, TEXTAREA {
	font-size: 1em;
	font-family: arial, sans-serif;
	color: #000;
}
FORM {
	margin: 0;
}
IMG {
	border-color: #282828;
}
TABLE {
	border-color: #282828;
}
TD {
	border-color: #282828;
}

/* wrapper
===================*/

#wrapper {
	margin: 0 auto;
	padding: 0px;
	height: auto;
	min-height: 250px;
	overflow: hidden;
	position: relative;
	width: 980px;
}

/* Header
===================*/
#header {
	width: 980px;
	height: 80px;
	overflow: hidden;
	float: left;
	position: relative;
}


/* Logo
===================*/
#logo {
	width: 159px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	left: 8px;
	top: 18px;
}

#tools {
	position: absolute;
	right: 20px;
	top: 10px;	
}

#tools UL {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

#tools UL LI {
	float: left;
	padding-left: 20px;	
}

#tools UL LI A {
	text-decoration: none;	
}

/* Navi
=============*/
#nav {
	width: 780px;
	height: 30px;
	position: absolute;	
	left: 200px;
	top: 30px;
	overflow: hidden;
	border-bottom: 20px solid #fff;
}

#nav UL {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#nav UL LI {
	float: left;
	margin-left: -7px;
	display: block;
	background: url(color_yellow/pics/navitem-right.png) no-repeat right top;
}

#nav UL LI.first {
	margin-left: 0px;
}

#nav UL LI.open {
	position: relative;
	z-index: 10;
	background: url(color_yellow/pics/navitem-right-cur.png) no-repeat right top;	
}

#nav UL LI A{
	padding: 6px 31px 0px 26px;
	height: 24px;
	float: left;
	display: block;
	font-size: 1.15em;
	text-decoration: none;	
	color: #000;
	background: url(color_yellow/pics/navitem-left.png) no-repeat left top;
}

#nav UL LI A:hover {
	color: #999;	
}

#nav UL LI A SPAN {
	display: none;
}

#nav UL LI.open A,#nav UL LI.open A:hover {
	font-weight: bold;
	background: url(color_yellow/pics/navitem-left-cur.png) no-repeat left top;
	color: #000;
}

.subnav {
	width: 190px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.subnav UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.subnav UL LI {
	float: left;
}

.subnav UL LI A {
	display: block;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	text-decoration: none;	
	width: 160px;
	padding: 5px 10px 3px 20px;
	background: url(color_yellow/pics/subnavitem.png) repeat-x left bottom;
	color: #000;
}

.subnav UL LI A:hover {
	color: #999;
}

.subnav UL LI A.open,.subnav UL LI A.open:hover {
	font-weight: bold;
	color: #000;
}

.subnav UL UL {
	padding-left: 20px;
}

.subnav UL UL LI A {
	width: 140px;
	background: none;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	padding: 2px 10px 2px 20px;
}

.subnav UL UL UL LI A {
	width: 120px;
	background: none;
	min-height: 18px;
	height: auto !important;
	height: 18px;
	padding: 2px 10px 2px 20px;
}

.subnav UL UL UL UL LI A {
	width: 100px;
	background: none;
	min-height: 16px;
	height: auto !important;
	height: 16px;
	font-size: 0.95em;
	padding: 2px 10px 2px 20px;
}


/* Content
==============*/
#content {
	width: 980px;
	float: left;
	background: #fff;
	position: relative;
	padding-bottom: 35px;
}

#column1 {
	float: left;
	width: 200px;
	height: auto;
	min-height: 413px;
	overflow: hidden;
}

#column1 .column1Text, #column1 .text {
	float: left;
	width: 150px;
	padding: 5px 20px 5px 30px;	
}

#column1 H1,#column1 H2,#column1 H3 {
	background: url(color_yellow/pics/column1-h.png) no-repeat left bottom;
	margin-left: -10px;	
}

#column1 A {
	color: #000;
	text-decoration: none;	
}

#column1 A:hover {
	color: #666;
}

#column2 {
	display: none;	
}

#main {
	margin-top: -10px;
	float: right;
	height: auto;
	min-height: 200px;
	padding: 0px 20px;
	overflow: hidden;
	position: relative;
	width: 740px;
}

#main .mainText H1 {
	position: absolute;
	top: 0px;
	left: 20px;
	padding-left: 15px;
	padding-right: 15px;
	width: 710px;
	height: 29px;
	background: url(color_yellow/pics/main-h1.gif) no-repeat left top;
}

#main .mainText {
	padding: 0px 15px;
	float: left;
	width: 425px;
}

#main .column2Text {
	width: 260px;
	float: right;
	padding: 0px 0px 0px 0px;
}

.banner {
	width: 740px;
	height: auto;
	min-height: 45px;
	overflow: hidden;
	margin-bottom: 5px;
}

#clearDiv {
	position: absolute;
	left: 185px;
	top: 0px;
	width: 15px;
	height: 413px;
	overflow: hidden;
	background: url(color_yellow/pics/clearDiv.png) no-repeat left top;
}


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

#footerContainer {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 940px;
}

#footer {
	padding: 10px 10px 10px 30px;
	width: 900px;
	height: 110px;
	overflow: hidden;
	background: url(color_yellow/pics/footer.jpg) repeat-y left top;
	color: #fff;
}

#footer P {
	padding: 4px 0px;	
}

#footer H2, #footer H3 {
	color: #fff;
}

#footer A {
	color: #ffd204;
	text-decoration: none;	
}

#footer TABLE {
	border-collapse: collapse;
}

#footer TABLE FORM {
	padding: 0px 25px 25px 25px;
	float: left;
	width: 395px;
	background: url(color_yellow/pics/footer-form.png) no-repeat left top;
}

#footer TABLE FORM .textRow {
	float: left;
	width: 155px;
	padding-right: 10px;
	padding-top: 9px;
}

#footer TABLE FORM .textRow LABEL{
	float: left;
	padding-bottom: 2px;
}

#footer TABLE FORM .textRow INPUT{
	border: 0px;
	width: 155px;
	height: 20px;
	float: left;
}

#footer TABLE FORM .submitRow {
	padding-top: 31px;
	height: 18px;
	float: left;
}

#footer TABLE FORM .submitRow INPUT{
	border: 0px;
	color: #ffd204;
	cursor: pointer;
	background: transparent url(color_yellow/pics/readmore.gif) no-repeat 0px 6px;
}

#contact {
	width: 940px;
	padding: 4px 0px;
	text-align: center;
}

#contact SPAN {
	color: #a0a0a0;
}

#contact A {
	text-decoration: none;		
}

.readmore {
	padding-left: 8px;
	background: url(color_yellow/pics/readmore.gif) no-repeat 0px 5px;
}


/* Maps
============*/
.directions {
	clear: both;
}

/* iFrames 
============*/

#kat_browser {
	width: 720px;
	border: 0px;
	height: 500px;
	overflow-x: scroll;
	overflow-y: auto;
}

#katsok {
	width: 720px;
	height: 45px;
	margin-bottom: 10px;
	border: 0px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#kat_tree {
	margin-left: -20px;
	width: 175px;
	border: 0px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
}

/* Sitemap 
=============*/

#pageList {
	clear: both;	
}

#pageList UL {
	margin: 0;
	padding: 0;
}
#pageList UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 1px 0 1px 20px;
}

/* Searchbox
================== */
#column1 .searchBox {
	margin: 6px 4px 6px 8px;
}
#column1 .searchBox .searchInput {
	border: 1px solid #000;
	padding: 2px;
	width: 124px;
}
#column1 .searchBox .searchSubmit {
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	background: #ffd204;	
	margin-left: 4px;
	padding: 1px 4px;
}


/* Really tagi
================ */
#really {
	padding: 5px 0;
	text-align: center;
}
#really A {
	color: #909090;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}