html, body
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
}

body
{
	color: black;
	background: #e1bb65 url(ui/bg.jpg) top center repeat-x;
}

body, td
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	white-space: normal;
}

table, td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-collapse: collapse;
	border-width: 0px;
	vertical-align: top;
}

img
{
	border-width: 0;
}

em
{
	font-style: normal;
	font-weight: bold;
	color: maroon;
}

p
{
	text-indent: 32px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 4px;
}

p.p0
{
	text-indent: 0px;
}

/* Ññûëêè */
a:link, a:visited
{
	color: #802000;
	padding: 0;
	margin: 0;
}

a:hover, a:active
{
	color: red;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: maroon;
	margin-top: 0px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0px 8px 0px;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0px 8px 0px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0px 7px 0px;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	margin: 13px 0px 7px 0px;
}

h5
{
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0px 6px 0px;
}

h6
{
	font-size: 11px;
	font-weight: bold;
	margin: 11px 0px 6px 0px;
}

blockquote, pre
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr
{
	color: #000000;
	background: #000000;
	border: 0px solid #000000;
	height: 2px;
}

/* Áëîêè */
table.ui_main_table
{
	width: 100%;
	height: 100%;
}

td.ui_top
{
	height: 120px;
	background: #f3f0e9 url(ui/top.jpg) no-repeat;
	vertical-align: middle;
	padding: 8px;
}

td.ui_top_menu
{
	height: 40px;
	background: #f3f0e9 url(ui/top_menu.gif) repeat-x;
	vertical-align: top;
	text-align: center;
	padding: 8px 8px 8px 8px;
	color: #a04000;
	font-size: 12px;
}

td.ui_left
{
	padding: 0px;
}

td.ui_body
{
	width: 700px;
	height: 100%;
	padding: 0px 15px 15px 15px;
	background: #f3f0e9;
}

td.ui_right
{
	padding: 0px;
}

td.ui_bottom
{
	height: 147px;
	background: url(ui/bottom.gif) top left no-repeat;
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	font-size: 11px;
	color: maroon;
}

.border
{
	border: black 1px solid;
}


/* Ìåíþ */
ul#navmenu
{
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 710px;
  list-style: none;
  height: 24px;
  text-align: left;
}

ul#navmenu li
{
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul
{
  	-moz-opacity: 0.9 !important;
	opacity: 0.9 !important;
	filter: alpha(opacity=90);

  margin: 0;
  border: 0 none;
  padding: 0;
  width: 180px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li
{
  width: 180px;
  float: left;
  display: block !important;
  display: inline;
  font: Georgia, "Times New Roman", Times, serif;
}

/* Root Menu */
ul#navmenu a
{
  border: 0 none;
  padding: 0 6px;
  float: none !important;
  float: left;
  display: block;
  color: #800000;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a
{
	/*background: #800000;*/
	color: #ee0000;
	text-decoration: underline;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a
{
  float: none;
  background: #f3f0e9;
  color: #800000;
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  text-decoration: none;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a
{
	background: #800000;
	color: #f3f0e9;
	text-decoration: underline;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a
{
  background: #f3f0e9;
  color: #800000;
  text-decoration: none;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a
{
	background: #800000;
	color: #f3f0e9;
	text-decoration: underline;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a
{
  background: #f3f0e9;
  color: #800000;
  text-decoration: none;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover
{
	background: #800000;
	color: #f3f0e9;
	text-decoration: underline;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul
{
  display: none;
  position: absolute;
  top: 0;
  left: 180px;
}

ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul
{
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul
{
  display: block;
}


.adb
{
	font-family: Arial, Tahoma, Verdana;
	clear: both;
	color: #a06040;
	font-size: 10px;
	line-height: 10px;
	text-transform: lowercase;
	font-weight: normal !important;
}

.adb a
{
	color: gray;
	text-decoration: none;
}

#adblock_right, #adblock_right a
{
	font-size: 9px;
	color: #a06040;
}

.hr1
{
	height: 1px;
}
