body {
	text-align: center;
	margin: 0;
	padding: 0;

	background-color: #FFFFFF;
}
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}
a:hover {
	color: #F00;
}
p {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	text-indent: 2em;
	text-align: justify;
	color: #000000;
}
h1 {
	color: #000000;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
}
h2 {
	color: #41697F;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
h3 {
	color: #41697F;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.list li {
	padding: 4px 0 0 0;
	list-style-image: none;
	list-style-position: outside;
}
.list li strong {
	padding-bottom: 5px;
}

#headerRus {
	width: 840px;
	height: 190px;

	background-image: url('/images/header_rus.jpg');
	display: none;
}
#headerEng {
	width: 840px;
	height: 190px;

	background-image: url('/images/header_eng.jpg');
	display: none;
}
#language {
	right: 65px;
	margin: 30px 60px 0 0;
	border: 1px solid #DDD;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

/*====================== M E N U ========================*/
#bg_menu {
	width: 152px;
	height: auto;
	vertical-align: top;

	background-image: url('/images/sh_menu_under.gif');
	background-repeat: repeat-y;
	background-color: #7290A0;
	text-align: center;
	display: none;
}

#bg_menu ul {
	width: auto;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: top;
}

#bg_menu #menu a {
	width: 152px;
	height: auto;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #7290A0;

	background: url('/images/btn_up.gif');
	background-color: #DDD;
	color: #3D3D3D;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	display: block;
}
#bg_menu #menu a:hover {
	background: url('/images/btn_down.gif');
	background-color: #FEBA01;
	color: #FFF;
	cursor: pointer;
}

#bg_menu div {
	padding-top: 10px;
	vertical-align: top;

	font-family: Arial;
	font-size: 14px;
	color: #FEE301;
	text-align: center;
}

#bg_menu div a, #bg_menu iframe, #bg_menu object {
	padding-top: 10px;
}

/*--------------------- S U B   M E N U ----------------------*/
#bg_menu #menu ul {
	border-top: 1px solid #7290A0;
	border-bottom: 1px solid #7290A0;
	font-family: Arial, Verdana, sans-serif;
	display: none;
}

#bg_menu #menu ul a {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #7290A0;

	background-image: none;
	background-color: #C2CBCF;
/*	background-color: #ACBCC3;*/
	color: #000;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
#bg_menu #menu ul a:hover {
	background-image: none;
	background-color: #FFC21D;
	color: #FFF;
	cursor: pointer;
}

/*======================  ะเ์๊่  ========================*/
#shadow_left {
	width: 30px;
	height: auto;

	background-image: url('/images/sh_left.gif');
	background-repeat: repeat-y;
	display: none;
}
#shadow_right {
	width: 31px;
	height: auto;

	background-image: url('/images/sh_right.gif');
	background-repeat: repeat-y;
	display: none;
}
#shadow_corner {
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;

	background-image: url('/images/sh_corner.gif');
	background-repeat: no-repeat;
}
#shadow_center {
	width: 20px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	position: relative;

	background-image: url('/images/sh_center.gif');
	background-repeat: repeat-y;
	display: none;
}
#shadow_header {
	width: auto;
	height: 20px;
	margin: 0px;
	padding: 0px;

	background: url('/images/sh_header.gif');
	background-repeat: repeat-x;
	display: none;
}

#mainbody{
	width: 607px;
	height: auto;

	vertical-align: top;
	background-color: #FFFFFF;
}
#mainbody object {
	display: none;
}
#content {
	width: 567px;
	height: auto;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	text-align: justify;
	padding: 0px;
	margin: 20px;
	position: relative;
}
#tail {
	width: 840px;
	height: 52px;

	background: url('/images/tail.jpg');
	background-repeat: no-repeat;
	display: none;
}


table .tablica thead .green {
	background-color: #9DCCAC;
}
table .tablica thead tr td {
	height: 32px;
	background-color: #9FBDCC;

	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

table .tablica tbody tr td {
	border: 1px solid #9FBDCC;
	color: #000;
	background-color: #CCDCE4;

	text-align: center;
	font-family: sans-serif, Arial, Verdana;
	font-weight: bold;
	font-size: 13px;
}
table .tablica tbody .green {
	border: 1px solid #9DCCAC;
	padding-left: 7px;
	background-color: #CCE4D4;

	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}



/* START page - PRICE */
#name1 {
	cursor: pointer;
}
#name2 {
	display: none;
	cursor: pointer;
}
#button {
	width: 200px;
	height: 25px;
	border: 1px solid #000;

	background-color: #8FA6B2;
	color: #FFF;

	text-align: center;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
}
/* END page - PRICE */

/* START page - CALC COUNT */
table #calc_count {
	color: #41697F;
	margin-bottom: 5px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#answer {
	width: 150px;
	padding: 1px;
	margin-top: 10px;
	border: 1px solid #000;

	background-color: #8FA6B2;
	color: #FFF;

	text-align: center;
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
	cursor: pointer;
}
#answer:hover {
	background-color: #ECB00C;
}
#boxAnswer {
	height: 20px;
	text-align: center;
	display: none;
}

#boxAnswer #count {
	top: -18px;
	left: 9px;
	width: 24px;
	color: #41697F;
	margin: 0 auto 0 auto;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
}

#boxAnswer #count_en {
	top: -18px;
	left: 9px;
	width: 24px;
	color: #41697F;
	margin: 0 auto 0 auto;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
}

#engine1, #engine2 {
	cursor: pointer;
}

#volume2 {
	display: none;
}
/* END page - CALC COUNT */