/*
-------------------------------------------------------------------
-------------------------------------------------------------------
--- CSS v.2 FILE FOR KYOKUTOH SITE CREATED BY MARTIN FUSKO 2009 ---
-------------------------------------------------------------------
-------------------------------------------------------------------
*/

/*
--------------
--- GLOBAL ---
--------------
*/

html {
	min-height: 100%;	/* firefox hack */
	height: auto;	/* firefox hack */
}

* html {
	min-height: inherit;
	height: 100%;
}

body {
	position: relative;
	margin: 0px;
	padding: 0px; /* for Opera */	
	font-size: 75%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;	/* for IE */
	color: #2e2e2e;
	background-color: #ffffff;
	background-image: url(/i/body_background.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

* body {
	height: 100%;	/* IE hack (footer bottom) */
}

html:first-child body {	/* for Opera 9 */
	font-size: 80%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.separator {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}

/*
------------
--- MAIN ---
------------
*/

#main {
	position: relative;
	width: 100%;
	min-height: 750px;
	background-image: url(/i/main_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*
--------------
--- HEADER ---
--------------
*/

#header {
	position: relative;	
	margin: 0px auto;
	width: 990px;
	height: 247px;
	text-align: left;	/* for IE */
	background-image: url(/i/header_background.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

* html #header {
	background-image: url(/i/header_background.gif);
}

#header #logo {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 304px;
	height: 58px;
}

#header .flash_box {
	position: absolute;
	top: 74px;
	left: 0px;
	width: 990px;
	height: 173px;
}

/*
--------------
--- MENU_1 ---
--------------
*/

#menu_1_box {
	position: absolute;
	top: 28px;
	right: 0px;
	width: 680px;
	height: 33px;
	padding: 0px 7px 0px 0px; /* top right bottom left */	
	background-image: url(/i/menu_1_li_background.gif);	
	background-repeat: repeat-y;
	background-position: 680px 0px;	
}

#menu_1 {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

#menu_1 li {
	float: left;
	margin: 0px;
	padding: 0px 1px 0px 2px; /* top right bottom left */
	height: 33px;
	background-image: url(/i/menu_1_li_background.gif);	
	background-repeat: repeat-y;
	background-position: top left;
}

#menu_1 li a {
	float: left;
	height: 13px;
	font-size: 100%;
	text-decoration: none;
	color: #1f1a17;
	padding: 20px 8px 0px 9px; /* top right bottom left */
	font-weight: bold;
	text-align: center;	
	background-repeat: no-repeat;
}

#menu_1 li a:hover {
	border-top: 7px solid #b2d1ff;
	padding: 13px 8px 0px 9px; /* top right bottom left */	
	text-decoration: none;
}

/*
-----------------------
--- CONTENT_IN_MAIN ---
-----------------------
*/

#content_in_main {
	position: relative;
	margin: 0px auto;	
	width: 990px;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin-top: 1px;
	margin-bottom: 50px;	
	text-align: left;	/* for IE */
}

/*
----------------
--- COLUMN_1 ---
----------------
*/

#content_in_main .column_1 {
	float: left;
	width: 211px;
	padding: 0px;
}

/*
--------------
--- MENU_2 ---
--------------
*/


#menu_2_top_box {
	float: left;
	width: 211px;
	height: 6px;
	margin: 0px; /* top right bottom left */
	background-image: url(/i/menu_2_top_box_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

* html #menu_2_top_box {
	font-size: 0px;
}

#menu_2 {
	float: left;
	width: 211px;
	list-style: none;
	margin: 0px; 
	padding: 0px 0px 1px 0px; /* top right bottom left */
	background-image: url(/i/menu_2_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menu_2 .li, #menu_2 .li_first {
	float: left;
	width: 211px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background-image: url(/i/menu_2_li_background.png);	
	background-repeat: no-repeat;
	background-position: top left;			
}

#menu_2 .li_first {
	height: 29px;
	background-image: url(/i/menu_2_li_top_background.png);	
}

#menu_2 .li a, #menu_2 .li_first a {
	position: absolute;
	font-size: 90%;
	width: 211px;
	height: 17px;
	margin: 0px;
	padding: 6px 0px 0px 4px; /* top right bottom left */
	text-decoration: none;
	color: #1f1a17;
	font-weight: bold;	
}

#menu_2 .li_first a {
	padding: 11px 0px 0px 4px; /* top right bottom left */
}

#menu_2 .li a:hover, #menu_2 .li_first a:hover {
	text-decoration: underline;
}

/*
------------------
--- FLASH NEWS ---
------------------
*/

#content_in_main .column_1 #flash_news_box {
	float: left;
	width: 211px;
	margin-top: 1px;
	background-image: url(/i/flash_news_box_background.png);
	background-repeat: repeat-x;
	background-position: left top;
}

* html #content_in_main .column_1 #flash_news_box {
	background-image: url(/i/flash_news_box_background.gif);
	background-repeat: no-repeat;
}

#flash_news_box h2 {
	margin: 0px;
	padding: 40px 0px 3px 1px; /* top right bottom left */	
	font-size: 110%;
	color: #013c95;
}

#flash_news {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 211px;	
	list-style: none;
}

#flash_news li {
	float: left;
	margin: 0px;
	padding: 8px 1px 10px 2px; /* top right bottom left */
	width: 211px;
	font-size: 90%;	
	color: #2e2e2e;
	background-image: url(/i/menu_2_background.gif);	
	background-repeat: repeat-x;
	background-position: left bottom;
}

#flash_news li a, #flash_news li a:hover {
	color: #2e2e2e;
	text-decoration: underline;
}

/*
----------------
--- COLUMN_2 ---
----------------
*/

#content_in_main .column_2 {
	float: left;
	width: 756px;
	padding: 10px 0px 10px 10px; /* top right bottom left */	
	margin-left: 13px;
	background-image: url(/i/column_2_background.png);
	background-repeat: repeat-x;
	background-position: left top;
}

* html #content_in_main .column_2 {
	margin-left: 10px;
	background-image: url(/i/column_2_background.gif);
	background-repeat: no-repeat;
}

.column_2 h1 {
	margin: 0px;
	padding: 10px 0px 5px 0px; /* top right bottom left */	
	font-size: 190%;
	color: #0045ac;
	font-weight: normal;
}

.column_2 .pretex {
	padding: 5px 0px 5px 0px; /* top right bottom left */	
	font-size: 120%;
	font-weight: bold;
}

.column_2 h2 {
	margin: 0px;
	padding: 20px 0px 5px 0px; /* top right bottom left */	
	font-size: 110%;
	color: #0045ac;
	font-weight: bold;
}

.column_2 .numbered_list {
	width: 400px;
	margin: 0px; 
	padding: 0px 0px 0px 22px; /* top right bottom left */
}

* html .column_2 .numbered_list {
	padding: 0px 0px 0px 25px; /* top right bottom left */
}

.column_2 .more_photos {
	width: 100%;
	clear: both;
}

.column_2 .img_left {
	float: left;
	border: 1px solid #08367b;
	margin: 3px 7px 5px 0px; /* top right bottom left */
}

.column_2 .img_right {
	float: right;
	border: 1px solid #08367b;
	margin: 3px 0px 5px 7px; /* top right bottom left */
	padding: 0px;
}

/*
-------------
--- TABLE ---
-------------
*/

.column_2 table {
	text-align: center;
	border: 1px solid #08367b;
	border-top: 3px solid #08367b;
	border-bottom: 3px solid #08367b;
	border-collapse: collapse;
}

.column_2 .prazdna{
	border: 0;
}

.column_2 table .first_cell {
	background-color: #fff5be;
}

.column_2 table .first_column {
	background-color: #cdfbc1;
}

.column_2 table thead {
	background-color: #ffe4be;
}

.column_2 table th {
	height: 22px;
	padding: 3px;
	font-weight: normal;
	border: 1px solid #08367b;
}

.column_2 table td {
	height: 33px;
	padding: 2px;	
	border: 1px solid #08367b;
}

.column_2 .prazdna td{
	border: 0;
}


/*
--------------
--- FOOTER ---
--------------
*/

#footer {
	position: relative;
	width: 990px;
	margin: 0px auto;	
	padding: 7px 0px 10px 0px; /* top right bottom left */	
	text-align: right;	/* for IE */
	font-size: 90%;
	color: #ababab;
}

#footer a {
	color: #ababab;	
}

#footer a:hover {
	color: #ababab;	
}


/**/
.okno{
	background: #FFFFFF;
	width: 160px;
	border: 1px solid #E0E0E0;
	float: left;
	height: 200px;
	text-align: center;
	margin: 0 7px 7px 0;
}
.okno img{
	margin: auto;
	display: block;
	margin: 5px 0 15px 0;
	border: 0;
}
.okno a{
	color: #0000FF;
}
.cl{
	clear: both;
}

.column_2 table .tl{
	padding-left: 4px;
}

.tl{
	text-align: left;
	padding-left: 4px;
}
.column_2 .nic, .column_2 .nic2{
	border: 0;
	padding: 0;
}
.column_2 .nic td, .column_2 .nic2 td{
	border: 0;
	text-align: left;
	padding: 4px;
}
.column_2 .nic2 td{
	padding: 2px 10px 2px 0;
	height: auto;
}
#preload{
	display: none;
	height: 0;
	overflow: hidden;
}
