body {
	font-size: 80%;
  font-family: Arial, 'Arial CE', Tahoma, 'Tahoma CE', Verdana, 'Verdana CE', sans-serif;
	color: #605d5c;
	line-height: 3ex;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ededef url(../images/mainbg.jpg) top left repeat-x;
}

#main {
	margin: 0px auto;
	padding: 0px;
	width: 912px;
	text-align: left;
  background: url(../images/contbg.jpg) repeat-y;
}

#top {
  position: relative;
  margin: 0px;
	padding: 0px;
	width: 912px;
	height: 82px;
	background: url(../images/topbg.jpg);
}

#top #toplogo {
  position: absolute;
  left: 38px;
  top: 14px;
  width: 400px;
  height: 68px;
	margin: 0px;
	padding: 0px;
	background: url(../images/toplogo.jpg);
}

#top #toplogo a {
  display: block;
  width: 400px;
  height: 68px;
	margin: 0px;
	padding: 0px;
}

#top #search {
  position: absolute;
  top: 34px;
  right: 20px;
  width: 200px;
  height: 20px;
	padding: 0px;
  margin: 0px;
}

#top #search input {
  float: left;
	border: 1px solid #cccccc;
	width: 160px;
	height: 18px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
  background: url(../images/searchbg.jpg);
  color: #787878;
}

#top #search input.button {
  float: left;
  border: none;
	width: 19px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

#top #txtarea {
  position: absolute;
  top: 35px;
  left: 500px;
  width: 180px;
  height: 20px;
	padding: 0px;
  margin: 0px;
  color: #86898a;
  font-size: 11px;
}

#top #txtarea a {
  color: #86898a;
  text-decoration: none;
}

#top_menu {
  position: relative;
	margin: 0px;
	padding: 0px 16px;
	width: 880px;
	height: 30px;
	background: url(../images/menubg.jpg);
	z-index: 10;
}

#top_menu ul {
  padding-left: 5px;
  margin: 0px;
}

#top_menu ul li {
	float: left;
	padding: 0px;
	list-style-type: none;
  behavior: url("http://www.soutok.com/hover.htc");
}

#top_menu ul a {
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
  vertical-align: middle;
 	color: #3b3734;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
  padding: 0px 27px 0px 25px;
  background: url(../images/menuline.gif) top right no-repeat;
}

#top_menu ul a:hover {
  text-decoration: underline;
}

#top_menu ul a.selected {
  text-decoration: underline;
}

#top_menu ul ul {
  clear: both;
	width: auto;
  height: auto;
  top: -25px;
	margin: 0px;
  padding: 0px;
	text-align: left;
	position: absolute;
	visibility: hidden;
	color: #3b3734;
  background: none;
  background-color: #ededed;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
}

#top_menu ul ul a {
  display: block;
  width: auto;
  margin: 0px;
  padding: 2px 10px;
	color: #3b3734;
  font-size: 12px;
 	text-transform: none;
 	font-weight: normal;
 	line-height: 20px;
  border: none;
  background: none;
}

#top_menu ul ul a:hover {
  text-decoration: underline;
}

#top_menu ul ul a.selected {
  text-decoration: underline;
}

#top_menu ul li:hover ul, #top_menu ul li.hover ul {
  visibility: visible;
}

#top_menu li li {
  float: left;
	border: none;
	padding: 0px;
	margin: 0px;
  background: #ededed;
}

#topfx {
  position: relative;
  margin: 0px;
	padding: 2px 17px 0px 17px;
	width: 878px;
	height: 206px;
	background: url(../images/topfxbg.jpg);
}

#content {
  position: relative;
  margin: 0px 17px;
	padding-bottom: 20px;
 	width: 878px;
 	min-height: 350px;
	_height: 350px;
	background: url(../images/bodybg.jpg) top left repeat-x;
}

#crumbs {
	font-size: 10px;
	padding-bottom: 10px;
}

#left_part {
  float: left;
  margin: 0px;
	padding: 15px 20px 15px 10px;
	width: 190px;
	background: url(../images/leftbg.jpg) top right no-repeat;
}

#left_part .box {
	padding: 10px;
	margin: 5px 0px;
	background: #f4f4f4;
}

#left_part .title {
	margin: 0px;
  padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

#left_part .line {
	margin: 10px 0px;
  padding: 0px;
	width: 190px;
	height: 1px;
	background: url(../images/linebg.gif) repeat-x;
}

#right_part {
  float: right;
  margin: 0px;
	padding: 15px;
	width: 628px;
}

#right_part .line {
	margin: 10px 0px;
  padding: 0px;
  width: auto;
 	height: 1px;
	background: url(../images/linebg.gif) repeat-x;
}

#footer {
  position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 912px;
	height: 32px;
	background: url(../images/footerbg.jpg);
}

#footer #text_left {
  position: absolute;
  left: 25px;
  top: -8px;
  padding: 2px;
	margin: 0px;
 	font-size: 12px;
 	font-weight: bold;
  line-height: normal;
  color: #FF6600;
}

#footer #text_right {
  position: absolute;
  right: 30px;
  top: -6px;
 	font-size: 11px;
  line-height: normal;
  color: #716f6e;
}

#footer a {
  color: #86898a;
}

#page_end {
	margin: 0px auto;
	padding: 0px;
	width: 912px;
	height: 10px;
}

#banners {
	margin: 0px auto;
  padding-bottom: 10px;
  text-align: center;
}

.displayNone {
	display: none;
}
  
.cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0px 0px 0px;
  padding: 0px;
  border:none;
  visibility: hidden;
}

.box {
	padding: 10px;
	margin: 5px 0px;
	background: #f4f4f4;
}

.news_head {
	padding: 1px 8px;
	margin: 5px 0px;
	font-weight: bold;
	background: #EBEBEB;
}

.title {
	padding: 2px;
	margin: 5px 0px;
	font-weight: bold;
}

.date {
	margin: 0px;
  padding: 0px;
  font-size: 10px;
}

.floatr {
  float: right;
}

.floatl {
  float: left;
}

a {
  color: #605d5c;
	text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
	list-style: square;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

ul.lsnone {
	list-style: none;
}

li {
	margin: 0px;
	padding-bottom: 10px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.top {
	vertical-align: top;
}

.orange {
  color: #FF6600;
}

h1 {
	font-size: 160%;
	font-weight: normal;
	color: #605d5c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	color: #605d5c;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	color: #605d5c;
	font-weight: bold;
 	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
  color: #f48000;
 	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.small {
  font-size: 10px;
}

p {
	margin: 0px;
	padding: 0px;
}

.p5 {
	margin: 0px;
	padding-bottom: 5px;
}

.p10 {
	margin: 0px;
	padding-bottom: 10px;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

img.pic {
  border: 2px solid #ebebeb;
  padding: 1px;
  margin: 5px;
}

img.pic_right {
  border: 2px solid #ebebeb;
  padding: 1px;
  float: right;
  margin: 5px;
}

table {
  border: 0px;
}

tr, th, td {
	font-size: 100%;
  text-align: left;
}

table.linestyle {
  border: 1px solid #7c7c7c;
  border-collapse: collapse;
}

table.linestyle tr {
  cursor: pointer;
}

table.linestyle tr:hover {
  background: #d4d4d4;
}

table.linestyle td {
  border: 1px solid #7c7c7c;
 	line-height: normal;
}

table.linestyle th {
  border: 1px solid #7c7c7c;
  background: #f5eeb7;
 	line-height: normal;
}

table.linestyle td.right, th.right {
  text-align: right;
}

table.linestyle td a {
  display: block;
  text-decoration: none;
}

table.linestyle td a:hover {
  text-decoration: underline;
}

table.gallery {
  margin: 0px auto;
  border-collapse: separate;
  border-spacing: 4px;
}

table.gallery td {
  text-align: center;
  font-size: 10px;
  line-height: normal;
}

table.gallery td div {
  font-size: 10px;
  margin: 10px 0px;
  text-align: center;
}

.description {
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

#remote_control {
  margin: 10px auto;
  padding: 0px;
  width: 150px;
  height: 22px;
}

a.remote_begin {
  float: left;
  display: block;
  padding: 0px;
	margin-right: 5px;
  width: 26px;
  height: 22px;
  background: url("../images/remote_begin.gif");
}

a.remote_prev {
  float: left;
  display: block;
  padding: 0px;
	margin-right: 5px;
  width: 26px;
  height: 22px;
  background: url("../images/remote_prev.gif");
}

a.remote_exit {
  float: left;
  display: block;
  padding: 0px;
	margin-right: 5px;
  width: 26px;
  height: 22px;
  background: url("../images/remote_exit.gif");
}

a.remote_next {
  float: left;
  display: block;
  padding: 0px;
	margin-right: 5px;
  width: 26px;
  height: 22px;
  background: url("../images/remote_next.gif");
}

a.remote_end {
  float: left;
  display: block;
  padding: 0px;
	margin: 0px;
  width: 26px;
  height: 22px;
  background: url("../images/remote_end.gif");
}
