* { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
html, body, * html #main { 
	height: 100%;
}
img, fieldset, #lang li.last, #icons li.last, #menu li.last {
	border: none;
}
ul {
	list-style: none;
}
body {
	font: 12px arial;
	background: url(img/main_bg.gif) #CECECE repeat-y center 0;
}
#main {
	width: 980px;
	min-height: 100%;
	background: url(img/main_bg_top.gif) no-repeat;
	padding: 0 10px;
	margin: 0 auto -85px auto;
	position: relative;
}
#top {
	width: 980px;
	height: 120px;
	float: left;
}
#logo {
	padding: 15px 0 0 25px;
	float: left;
}
#lang, #icons {
	padding: 15px 15px 0 0;
	float: right;
}
#lang li, #icons li {
	height: 14px;
	border-right: 1px solid #C5C5C5;
	padding: 2px 5px 0 5px;
	float: left;
}
#lang li a {
	color: #999;
	font: 9px arial;
	float: left;
}
#lang li a.act, #lang li a:hover {
	color: #ADADCB;
}
#lang li a.act {
	text-decoration: none;
}
#icons a {
	float: left;
}
#search {
	background: #D1D1E3;
	padding: 10px;
	float: right;
}
#search .input {
	width: 120px;
	color: #999;
	font: 12px arial;
	border: 1px solid #E3E9EF;
	padding: 2px 5px;
	float: left;
}
#search a {
	width: 11px;
	height: 11px;
	font-size: 0;
	background: url(img/search_submit.gif) no-repeat;
	margin: 6px 0 0 5px;
	float: left;
}
#search a:hover {
	background: url(img/search_submit.gif) no-repeat 0 bottom;
}
#menu {
	width: 700px;
	padding: 15px 0 0 25px;
	float: left;
}
#menu li {
	height: 18px;
	border-right: 1px solid #C5C5C5;
	padding: 0 10px;
	float: left;
}
#menu li a {
	color: #000;
	font: bold 14px arial;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #2B2B6C;
	float: left;
}
#menu li a.act {
	color: #2B2B6B;
	border: none;
}
#menu li a:hover {
	color: #333;
	border-bottom: 1px solid #7F7FA2;
}
#home_container {
	width: 960px;
	background: #FFF;
	padding: 0 10px 10px 10px;
	float: left;
}
#home_container #flash {
	width: 640px;
	height:385px;
	background: url(img/flash_en.jpg) #fff no-repeat right 10px;
	padding: 10px 0 0 0;
	float: left;
}
#home_container ul {
	width: 310px;
	font: 11px arial;
	margin: 10px 0 0 0;
	float: right;
}
#home_container ul.list_1 {
	background: #F4F4F4;
}
#home_container ul.list_2 {
	background: url(img/home_container_list_items.gif) #E1E1E1 no-repeat right bottom;
}
#home_container ul li {
	width: 310px;
	height: 25px;
	padding: 10px 0 0 0;
	float: left;
}
#home_container ul li.title {
	width: 300px;
	height: 23px;
	color: #FFF;
	font: bold 12px arial;
	text-transform: uppercase;
	padding: 8px 0 0 10px;
}
#home_container ul.list_1 li.title {
	background: url(img/home_container_list_items.gif) no-repeat;
}
#home_container ul.list_2 li.title {
	background: url(img/home_container_list_items.gif) no-repeat 0 -40px;
}
#home_container ul.list_1 .even {
	background: #D1D1E3;
}
#home_container ul.list_1 .last {
	height: 23px;
	background: url(img/home_container_list_items.gif) #E1E1E1 no-repeat right 0;
}
#home_container ul li .date, #home_container ul li .size {
	color: #656565;
	float: left;
}
#home_container ul li .date {
	width: 60px;
	padding: 0 15px;
}
#home_container ul li .size {
	width: 45px;
	padding: 0 10px 0 35px;
}
#home_container ul li .size.video {
	background: url(img/home_container_list_icons.gif) no-repeat 10px 0;
}
#home_container ul li .size.pdf {
	background: url(img/home_container_list_icons.gif) no-repeat 10px -100px;
}
#home_container ul li a {
	color: #333;
}
#home_container ul li a:hover {
	color: #656565;
}
#home_container ul.list_1 .last a {
	background: url(img/home_container_list_icons.gif) no-repeat right -196px;
	padding: 0 9px 0 0;
}

#home_container ul.list_1 {
	height:239px;
}

#home_container ul.list_2 {
	height:136px;
}
#submenu {
	width: 188px;
	margin: 25px 0 0 0;
	float: right;
}
#submenu li, #submenu li ul {
	width: 188px;
	float: left;
}
#submenu li a {
	padding: 6px 10px;
	display: block;
}
#submenu li a.act {
	color: #2B2B6B;
	font: bold 12px arial;
	text-decoration: none;
	background: #FFF;
}
#submenu li a.open, #submenu li ul {
	background: #EEE;
}
#submenu li ul a {
	font: 11px arial;
	padding: 6px 10px 6px 26px;
}
#submenu li ul a.act {
	font: bold 11px arial;
	background: url(img/submenu_items.gif) no-repeat #FFF 10px center;
}
#content {
	width: 735px;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	color: #333;
	font: 14px arial;
	background: #FFF;
	border-left: 20px solid #FFF;
	padding: 0 20px 20px 0;
	float: right;
}
#content h1 {
	color: #2B2B6B;
	font: 28px arial;
	border-top: 4px solid #2B2B6C;
	padding: 10px 0 20px 0;
	margin: 0 -20px 0 0;
	display: block;
}
#content h2 {
	color: #000;
	font: 18px arial;
	padding: 0 0 15px 0;
	display: block;
}
#content #swap h2 {
	padding: 0 10px 15px 10px;
}
#content .doted {
	text-decoration: none;
	border-bottom: 1px dashed #666699;
}
#content h3 {
	font: 14px arial;
	padding: 0 0 10px 0;
	display: block;
}
#content p {
	line-height: 1.5;
	padding: 0 0 15px 0;
	display: block;
}
#content p span {
	color: #656565;
}
#content p.date {
	color: #656565;
	font: 12px arial;
	padding: 0 0 2px 0;
	display: block;
}
#content #video_line {
	width: 735px;
	float: left;
}
#content #video_line span {
	padding: 0 10px 15px 0;
	float: left;
}
#content #desc {
	width: 270px;
	font: 12px arial;
	background: #E4E4EC;
	margin: 0 15px 0 0;
	float: left;
}
#content #desc li {
	width: 250px;
	padding: 0 10px 8px 10px;
	float: left;
		list-style:none

}
#content #desc li.foto {
	width: 270px;
	padding: 0 0 8px 0;
}
#content #desc li.pdf {
	width: 210px;
	font: 11px arial;
	background: url(img/icon_pdf.gif) #D1D1E3 no-repeat 10px center;
	padding: 15px 10px 15px 50px;
}
#content #news_list, #content #swap {
	width: 735px;
	float: left;
}
#content #swap {
	border-bottom: 1px solid #CECECE;
}

#content #news_list li {
	padding: 0 0 15px 0;
	display: block;
}
#content #swap li {
	width: 735px;
	border-top: 1px solid #CECECE;
	padding: 15px 0 0 0;
	float: left;
}
#content #swap li.open {
	background: #F2F2F7;
}

#content #swap li.closed table { display:none }
#content #swap li.closed h3 { display:none }
#content #swap li.open h2 { display:none }

#content #swap h3 {
	color: #000;
	font: 18px arial;
	padding: 0 0 15px 10px;
	display: block;
}

#content #swap h3,h2 {
	cursor:pointer
}
#content #swap h3 a {
	color: #000;
	text-decoration:none
}

#content .info_table {
	width: 735px;
	margin: 0 0 20px 0;
}
#content #swap .info_table {
	margin: 0;
}
#content .info_table th, #content .info_table td {
	text-align: left;
	padding: 6px 10px;
}
#content .info_table th {
	color: #000;
}
#content .info_table td {
	font: 12px arial;
}
#content .info_table .even td {
	background: #E6E6E6;
}
#content #swap .info_table .even td {
	background: #DBDBE9;
}
#content #form {
	width: 735px;
	margin: 0 0 15px 0;
	position: relative;
	float: left;
}
#content #form li {
	width: 735px;
	padding: 10px 0;
	float: left;
}
#content #form li label {
	width: 180px;
	font: bold 12px arial;
	padding: 3px 10px 0 0;
	float: left;
}
#content #form li .txt {
	color: #999;
	font: italic 11px arial;
	padding: 3px 0 0 10px;
	float: left;
}
#content #form li .input, #content #form li textarea {
	width: 300px;
	font: 12px arial;
	border: 1px solid #AAADB4;
	padding: 2px;
	float: left;
}
#content #form li textarea {
	height: 120px;
}
#content #form li .error {
	border: 1px solid #FF0000;
}
#content #form #successful {
	width: 310px;
	background: #E4E4EC;
	text-align: center;
	position: absolute;
	top: 0;
	left: 190px;
}
#content #form #successful img {
	margin: 10px 10px 0 0;
	float: right;
}
#content #form #successful span {
	width: 310px;
	line-height: 330px;
	float: left;
}
#content #pages {
	width: 735px;
	border-top: 1px solid #CECECE;
	padding: 10px 0;
	float: left;
}
#content #pages .fl a {
	font: 13px arial;
	padding: 1px 6px;
	margin: 0 3px;
	float: left;
}
#content #pages .fl a.act {
	color: #FFF;
	font: bold 13px arial;
	text-decoration: none;
	background: #2B2B6C;
}
#content #pages .fr a {
	height: 18px;
	font: 11px arial;
	float: left;
}
#content #pages .fr a.prev {
	background: url(img/icon_prev_next.gif) no-repeat;
	padding: 2px 0 0 14px;
}
#content #pages .fr a.next {
	background: url(img/icon_prev_next.gif) no-repeat right bottom;
	padding: 2px 14px 0 0;
}
#content #pages .fr .sep {
	height: 22px;
	font-size: 0;
	border-right: 1px solid #CECECE;
	margin: 0 10px;
	float: left;
}
a.submit {
	width: 90px;
	height: 21px;
	color: #FFF;
	font: 12px arial;
	text-align: center;
	text-decoration: none;
	background: url(img/submit.gif) no-repeat;
	padding: 7px 0 0 0;
	margin: 0 15px 0 0;
	float: left;
}
a:hover.submit {
	color: #FFF;
	background: url(img/submit.gif) no-repeat 0 bottom;
}
#content #form a.submit {
	margin: 0 15px 0 190px;
}
a.pdf {
	background: url(img/home_container_list_icons.gif) no-repeat 0 -99px;
	padding: 0 0 0 25px;
	position: relative;
	float: left;
}
#content .info_table a.pdf {
	margin: 0 5px 0 -25px;
}
a.back, a.remove {
	font: 12px arial;
	margin: 6px 0 0 0;
	float: left;
}
a.remove {
	background: url(img/icon_remove.gif) no-repeat right 3px;
	padding: 0 16px 0 0;
}
#footer {
	width: 940px;
	height: 65px;
	color: #656565;
	font: 11px arial;
	border-top: 2px solid #C5CDDA;
	padding: 18px 20px 0 20px;
	margin: 0px auto;
	position: relative;
}
#footer p {
	line-height: 1.7;
	display: block;
}
#footer p strong {
	color: #333;
}
#footer img {
	margin: 10px 0 0 0;
	float: right;
}
.clearfooter {
	height: 110px;
	clear: both;
}
#bottom_bg {
	width: 1000px;
	height: 113px;
	background: url(img/main_bg_bottom.gif) no-repeat right 0;
	margin: -113px auto 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a, #home_container ul.list_1 .last a {
	color: #656599;
}
a:hover, #home_container ul.list_1 .last a:hover {
	color: #9696bc;
}

.hide { display:none }
.show { display:block }

#content #search_list li {
	padding: 0 0 15px 0;
	display: block;
}

#search_list span {
	display:block
}
	
#search_list .title {
	font-weight:bold;
}
#search_list .description {
	font-size:12px;
	line-height:17px
}
#search_list .link {
	margin-bottom:6px;
	color:green;
	font-size:11px
}

.w1 { width:370px }

#content ul {
	list-style:disc;
	line-height: 1.5;
	margin-left:17px	
}
#content ol {
	line-height: 1.5;
	margin-left:17px	
}

#swap li {
	list-style:none;
}

#form li {
list-style:none;
}

#regFormWrp {
	position:absolute;
	background-color:#FFF;
	border:1px solid #CCC;
	top:180px;
	width:715px;
	padding:10px;
	height:370px;
}

.sw1 {  }
.sw2 {  }
.sw3 {  }
.sw4 {  }
.sw5 {  }

#flash {
	color:#FFF;
}
#flash a{
	color:#FFF;
}