@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clear {
	clear: both;
}

.thumb_01 {
	width: 71px;
	height: 68px;
	padding: 6px;
	background: url(../img/thumb_01_bck.png) bottom left no-repeat;
}

.thumb_02 {
	width: 180px;
	height: 145px;
	padding: 4px;
	background: url(../img/thumb_02_bck.png) bottom left no-repeat;
}

.thumb_03 {
	width: 230px;
	height: 172px;
	padding: 6px;
	margin: 4px;
	background: url(../img/thumb_03_bck.png) bottom left no-repeat;
}

p {
	font-size: 11px;
	color: #797979;
}

/* --------------------------------------------------------------------------------------------- body */

body, html {
	height: 100%;
	width: 100%;
	font-family: arial;
	background-color: #f6f6f6;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}

/* --------------------------------------------------------------------------------------------- header_home */

#header_home_wrapper {
	display: none;
	background: url(../img/header_wrapper_bck.jpg) top left repeat-x;
}

#header_home {
	width: 1003px;
	height: 400px;
	position: relative;
}

#header_home h1 {
	width: 1003px;
	height: 400px;
}

/* --------------------------------------------------------------------------------------------- header */

#header_wrapper {
	display: none;
	background: url(../img/header_wrapper_small_bck.jpg) top left repeat-x;
}

#header {
	width: 1003px;
	height: 282px;
	position: relative;
	background: url(../img/header_sub_bck.jpg) top left no-repeat;
}

#header h1 {
	position: absolute;
	bottom: 24px;
	line-height: 1px;
	z-index: 10;
}

#header #sub_menu {
	position: absolute;
	z-index: 20;
}

/* --------------------------------------------------------------------------------------------- search_bar */

#search_bar {
	position: absolute;
	z-index: 30;
	right: 161px;
	top: 25px;
}

#search_bar fieldset {
	border: 0px;
}

#search_bar label {
	display: none;
}

#search_bar .item {
	float: left;
}

#search_bar #search_input {
	width: 121px;/*128*/
	height: 18px;/*23*/
	padding: 5px 0px 0px 7px;
	border: none;
	border: 0px;
	margin-right: 5px;
	color: #5d5d5e;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	background: url(../img/search_input.jpg) top left no-repeat;
}

#search_bar #search_submit {
	width: 19px;
	height: 23px;
	border: none;
	background: url(../img/search_submit.jpg) top left no-repeat;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- fast_menu */

#header_home #fast_menu {
	position: absolute;
	top: 357px;
	left: 40px;/*40*/
}

#header #fast_menu.sub {
	position: absolute;
	width: 340px;/*323*/
	height: 17px;/*21*/
	padding-left: 20px;
	padding-top: 4px;
	bottom: 3px;
	left: 0px;/*20*/
	background: url(../img/fast_menu_bck.jpg) top left no-repeat;
}

#fast_menu li {
	float: left;
	margin-right: 23px;
	display: inline;
}

#fast_menu li a {
	display: block;
	height: 11px;
	text-indent: -10000px;
	overflow: hidden;
}

#fast_menu li.homepage a {
	background: url(../img/fast_menu_homepage.gif) top left no-repeat;
	width: 70px;
}

#fast_menu li.bookmarks a {
	background: url(../img/fast_menu_bookmarks.gif) top left no-repeat;
	width: 126px;
}

#fast_menu li.print a {
	background: url(../img/fast_menu_print.gif) top left no-repeat;
	width: 51px;
}

/* --------------------------------------------------------------------------------------------- header_selected */

#header_selected {
	position: absolute;
	z-index: 10;
	left: 676px;
	top: 100px;
}

#header_selected:hover {
	z-index: 30;
}

#header_selected li {
	width: 310px;
	height: 31px;
	padding-bottom: 3px;
}

#header_selected li a {
	width: 310px;
	height: 31px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

#header_selected li.peace a {
	background: url(../img/header_selected_01.jpg) top left no-repeat;
}

#header_selected li.register a {
	background: url(../img/header_selected_02.jpg) top left no-repeat;
}

#header_selected li.order a {
	background: url(../img/header_selected_03.jpg) top left no-repeat;
}

#header_selected li.bankruptcy a {
	background: url(../img/header_selected_04.jpg) top left no-repeat;
}

#header_selected li a:hover {
	background-position: top right;
}

/* --------------------------------------------------------------------------------------------- home_content */

#home_content {
	width: 100%;
	padding-bottom: 33px;
	background: #f7f7f7 url(../img/selected_bck.gif) top left repeat-x;
}

/* --------------------------------------------------------------------------------------------- home_primary */

#home_primary {
	width: 1003px;
}

/* --------------------------------------------------------------------------------------------- news_list */

#news_list {
	width: 660px;
	padding-left: 15px;
	float: left;
	background: #f7f7f7 url(../img/news_list_bck.png) top right no-repeat;
	height: 260px;
}

#news_list.sub {
	width: 328px;
	background-image: none;
	background-color: transparent;
	float: none;
	height: auto;
	padding-left: 0px;
	margin-top: -36px;
	position: relative;
	margin-bottom: 20px;
}

#news_list.archive {
	width: auto;
	background-image: none;
	background-color: transparent;
	float: none;
	height: auto;
/*	margin-left: 130px;*/
	margin-top: 28px;
	position: relative;
	margin-bottom: 20px;
}

* html #news_list {
	background: #f7f7f7 url(../img/news_list_bck.gif) top right no-repeat;
}

#news_list h2 {
	line-height: 1px;
	margin-bottom: 12px;
}

#news_list.sub h2 {
	margin-bottom: 20px;
}

#news_list.archive h2 {
	line-height: 21px;
}

#news_list .item {
	float: left;
	margin-bottom: 20px;
}

#news_list.sub .item {
	float: none;
}

#news_list .item.second {
	margin-top: 32px;
}

#news_list .date {
	width: 45px;
	height: 37px;/*45*/
	padding-top: 8px;
	background: url(../img/date_bck.png) top left no-repeat;
	border-right: 1px dotted #191a1e;
	text-align: center;
	float: left;
}

#news_list .date span {
	padding-left: 2px;
}

#news_list .date strong {
	display: none;
}

#article.arbiters #news_list .icon {
	width: 45px;
	height: 37px;/*45*/
	padding-top: 8px;
	background: url(../img/icon_arbiters.jpg) top left no-repeat;
	border-right: 1px dotted #191a1e;
	text-align: center;
	float: left;
}

#article.conference #news_list .icon,
#article.development #news_list .icon {
	width: 45px;
	height: 37px;/*45*/
	padding-top: 8px;
	background: url(../img/icon_expert.jpg) top left no-repeat;
	border-right: 1px dotted #191a1e;
	text-align: center;
	float: left;
}

#news_list h3 {
/*	height: 22px;*/
}

#news_list img.thumb_01 {
	float: left;
	margin-right: 8px;
}

#news_list .text {
	float: left;
	width: 284px;
	padding-right: 4px;
	margin-left: 6px;
}

#news_list.sub .text {
	width: 270px;
}

#news_list.archive .text {
	width: 520px;
}

#news_list .first .text {
	width: 246px;
	padding-right: 6px;
}

#news_list .text p {
	margin-left: 2px;
}

#news_list .first .text p {
	line-height: 15px;
	margin-top: 6px;
	margin-left: 14px;
}

#news_list .bullet {
	margin-left: 4px;
}

#news_list .archive {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #713e22;
	margin-left: 360px;
}

#news_list.sub .archive {
	margin-left: 56px;
	color: #616161;
}

#news_list .archive:hover {
	background-color: #616161;
	color: #f7f7f7;
}

/* --------------------------------------------------------------------------------------------- article_list */

#article_list {
	display: none;
	background: #f7f7f7 url(../img/news_list_bck.png) top right no-repeat;
	width: 328px;
	background-image: none;
	background-color: transparent;
	margin-top: -36px;
	position: relative;
	margin-bottom: 20px;
}

* html #article_list {
	background: #f7f7f7 url(../img/news_list_bck.gif) top right no-repeat;
}

#article_list h2 {
	line-height: 1px;
	padding-bottom: 20px;
}

#article_list .item {
	padding-bottom: 20px;
	background: url(../img/article_list_item_bck.gif) top left no-repeat;
}


#article_list h3 {
	margin-bottom: -4px;
}

#article_list .text {
	float: left;
	width: 284px; /*ako u ie bude greška: 270*/
	padding-right: 4px;
	margin-left: 6px;
}

#article_list .text p {
	margin-left: 2px;
}

#article_list .bullet {
	margin-left: 4px;
}

/* --------------------------------------------------------------------------------------------- additional_list */

#additional_list {
	display: none;
	background: #f7f7f7 url(../img/news_list_bck.png) top right no-repeat;
	width: 328px;
	background-image: none;
	background-color: transparent;
	margin-top: -36px;
	position: relative;
	margin-bottom: 20px;
}

* html #additional_list {
	background: #f7f7f7 url(../img/news_list_bck.gif) top right no-repeat;
}

#additional_list h2 {
	line-height: 1px;
	padding-bottom: 40px;
}

#additional_list .item {
	padding-bottom: 20px;
	background: url(../img/article_list_item_bck.gif) top left no-repeat;
}


#additional_list h3 {
	margin-bottom: -4px;
}

#additional_list .text {
	float: left;
	width: 260px; /*ako u ie bude greška: 270*/
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 46px;
	border-left: 1px dotted #191a1e;
}

#additional_list .text p {
	margin-left: 2px;
}

#additional_list .text p a {
	color: #797979;
}

#additional_list .text p a:hover {
	color: #f6f6f6;
	background-color: #797979;
}

/* --------------------------------------------------------------------------------------------- selected */

#selected {
	display: none;
	float: left;
	background: #f9efe3 url(../img/selected_bck.gif) top left repeat-x;
	width: 328px;
	height: 260px;
}

#selected.sub {
	background: #f9efe3 url(../img/selected_sub_bck.gif) top left repeat-x;
	height: auto;
	padding-bottom: 14px;
}

#selected #tabs li {
	float: left;
}

#selected #tabs li a {
	display: block;
	height: 35px;
	text-indent: -10000px;
	overflow: hidden;
}

#selected #tabs li a.links {
	width: 98px;
	background: url(../img/selected_links_tab.gif) top left no-repeat;
}

#selected #tabs li a.staff {
	width: 98px;
	background: url(../img/selected_staff_tab.gif) top left no-repeat;
}

#selected #tabs li a.docs {
	width: 108px;
	background: url(../img/selected_docs_tab.gif) top left no-repeat;
	margin-left: -11px;
}

#selected #tabs li a.articles {
	width: 109px;
	background: url(../img/selected_articles_tab.gif) top left no-repeat;
	margin-left: -11px;
}

#selected #tabs li a:hover,
#selected.sub #tabs li a:hover {
	background-position: top right;
}

#selected #tabs li a.active,
#selected.sub #tabs li a.active {
	background-position: bottom right;
}

/* --------------------------------------------------------------------------------------------- links */

#selected #links_content form {
	width: 288px;
	margin-left: 18px;
	margin-top: 10px;
	background: #f3e6d9 url(../img/selected_form_bck.gif) top left no-repeat;
}
/*
#selected.sub #links_content form {
	background: #e6e4d1 url(../img/selected_form_sub_bck.gif) top left no-repeat;
}
*/
#selected #links_content form fieldset {
	border: 0px;
	border-bottom: 1px dotted #acadc4;
	padding: 7px 9px;
}

#selected #links_content form label {
	font-size: 11px;
	line-height: 11px;
	font-family: tahoma;
	font-weight: bold;
	color: #5c2101;
}

#selected #links_content form select {
	font-size: 11px;
	font-family: tahoma;
	color: #5c2101;
	width: 268px;
	margin-top: 4px;
	text-align: right;
}

#selected #links_content form option {
	font-size: 11px;
	font-family: tahoma;
	color: #5c2101;
	text-align: right;
	padding-right: 20px;
}

#selected .content ul {
	float: left;
	margin-top: 10px;
}

#selected .content ul.first {
	margin-left: 4px;
}

#selected .content.long ul.first {
	margin-left: 10px;
}

* html #selected .content.long ul.first {
	margin-left: 8px;
}

#selected .content ul li {
	width: 160px;
}

#selected .content.long ul li,
#selected .content ul.long li {
	width: 310px;
}

#selected .content ul li a {
	color: #5c2101;
	font-size: 11px;
	font-family: tahoma;
	padding-left: 11px;
	background: url(../img/bullet_01.gif) 0px 0px no-repeat;
}
/*
#selected.sub .content ul li a {
	background: url(../img/bullet_01_sub.gif) 0px 0px no-repeat;
}
*/
#selected .content ul li a:hover {
	color: #f9efe3;
	background-color: #5c2101;
}

/* --------------------------------------------------------------------------------------------- home_secondary */

#home_secondary_wrapper {
	background-color: #f8eee4;
}

#home_secondary {
	width: 1003px;
}

#home_secondary .inner {
	padding: 13px 18px 6px 0px;
	background: url(../img/home_secondary_inner_bck.gif) top left repeat-x;
	height: 1%;
}

/* --------------------------------------------------------------------------------------------- side */

#home_secondary #home_secondary_side {
	float: left;
	padding: 0px 11px 10px 6px;
	background: url(../img/home_secondary_side_bck.gif) top right repeat-y;
}

#home_secondary .side {
	clear: both;
	width: 298px;
	padding: 5px 10px 10px 3px;
	background: url(../img/liquidator_list_bck.gif) top left repeat-x;
}

#home_secondary .side h2 {
	line-height: 1px;
	padding: 4px 0px 0px 0px;
}

#home_secondary .side img.thumb_01 {
	float: left;
	margin-right: 5px;
}

#home_secondary .side ul li {
	line-height: 11px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: url(../img/bullet_02.gif) 0px 1px no-repeat;
}

#home_secondary .side ul li a {
	color: #929292;
	font-size: 11px;
	font-family: arial;
}

#home_secondary .side ul li a:hover {
	background-color: #929292;
	color: #f7f7f7;
}

#home_secondary #faq_selected {
	background-color: #f7f7f7;
}

/* --------------------------------------------------------------------------------------------- intro */

#home_secondary #intro {
	float: right;
	width: 650px;
}

#home_secondary #intro h2 {
	line-height: 1px;
	padding-bottom: 8px;
}

#home_secondary #intro img.thumb_02 {
	margin-right: 18px;
	float: left;
}

#home_secondary #intro p {
	line-height: 17px;
	color: #797979;
}

/* --------------------------------------------------------------------------------------------- intro_contact */

#home_secondary #intro_contact {
	padding: 10px;
	float: left;
}

#home_secondary #intro_contact h2 {
	line-height: 1px;
	padding-bottom: 6px;
}

#home_secondary #intro_contact p {
	color: #797979;;
	line-height: 15px;
}

#home_secondary #intro_contact p a {
	color: #797979;;
}

#home_secondary #intro_contact p a:hover {
	background-color: #797979;;
	color: #f8eee4;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	width: 100%;
	padding-bottom: 33px;
}

#content .inner {
	width: 1003px;
	position: relative;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	width: 636px;
	float: left;
	margin-bottom: 20px;
}

#secondary {
	width: 328px;
	float: right;
}

#secondary_ghost {
	width: 328px;
	float: right;
	height: 280px;
}

#secondary_sub {
	width: 328px;
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;/*staro rješenje 275*/
}

/* --------------------------------------------------------------------------------------------- article */

#article {
	font-size: 11px;
	color: #797979;
	line-height: 16px;
	margin-left: 36px;/*bilo 130*/
	margin-top: 28px;
}

#article .text img {
	padding: 2px;
	margin: 4px;
	border: 1px solid #797979;
}

#article .text img.no_border {
	padding: 0px;
	margin: 0px;
	border: none;
}

#article li {
	list-style-type: circle;
	margin-left: 20px;
}

#article h2 {
/*	height: 25px;*/
}

#article .text {
	text-align: justify;
}

#article h3.sifr_01 {
/*	height: 16px;*/
	margin-bottom: -10px;/*bilo:-4*/
}

#article .text p {
	margin: 8px 0px;
}
/*
#article .text .sifr {
	float: left;
	width: 420px;
}
*/
#article .text p.author {
	text-align: right;
	clear: both;
}

#article .text a {
	padding: 1px 2px 1px 3px;
	color: #6e6e6e;
	background-color: #e6e6e6;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #b6b6b6;
}

#article .text a:hover {
	color: #f6f6f6;
	background-color: #b6b6b6;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#article #scheme {
	margin-top: 14px;
}

#article.organization #scheme img {
	display: block;
	margin-bottom: 4px;
}

#article.organization #scheme img.vts,
#article.organization #scheme a.office img {
	margin-left: 192px;
}

#article.organization #scheme img.arrow {
	margin-left: 284px;
}

#article.organization #scheme #sections {
	margin-left: 30px;
}

#article.organization #scheme #sections img {
	display: inline;
	margin: 4px 4px;
}

#article.code .index {
	float: left;
	width: 300px;
	margin-top: 30px;
}

#article.code .index h3 {
	margin-bottom: 12px;
}

#article.code .index li {
	list-style-type: none;
	display: block;
	width: 193px;/*210*/
	height: 17px;
	background: url(../img/code_list_bck.gif) top left no-repeat;
	padding-left: 27px;
	margin-bottom: 3px;
}

#article.code .index li a {
	color: #797979;
	font-weight: bold;
}

#article.code .index li a:hover {
	background-color: #797979;
	color: #fff;
}

/* --------------------------------------------------------------------------------------------- breadcrumbs */

#article #breadcrumbs {
	margin-top: 4px;
}

#article #breadcrumbs p {
	float: left;
	margin: 0px;
}

#article #breadcrumbs p {
	line-height: 11px;
	padding-bottom: 4px;
	padding-left: 18px;
	padding-right: 6px;
	background: url(../img/bullet_02.gif) 0px 0px no-repeat;
}

#article #breadcrumbs p,
#article #breadcrumbs p a {
	color: #797979;
}

#article #breadcrumbs p a:hover {
	background-color: #797979;
	color: #f6f6f6;
}

#article tr {
	margin: 2px 0px;
}

#article td {
	text-align: center;
	border-right: 1px solid #c9c9c9;
	padding: 2px 0px;
}

#article.organization td {
	text-align: left;
	vertical-align: top;
	border: none;
	padding: 2px;
}

#article tr:hover {
	background-color: #e9e9e9;
}

#article td:hover {
	background-color: #c9c9c9;
}

#article table {
	border: 1px solid #c9c9c9;
	border-spacing: 0px 3px;
	cursor: pointer;
}

#article.organization table {
	border: none;
	border-spacing: 0px 3px;
	cursor: pointer;
}

/* --------------------------------------------------------------------------------------------- attached */

#article #attached {
	float: left;
	width: 185px;
	background: #fff url(../img/attached_bck.gif) bottom right no-repeat;
	border-top: 1px solid #dedede;
/*	margin-left: -130px;*/
	margin-right: 25px;
	margin-top: 12px;
	margin-bottom: 8px;
	padding-bottom: 12px;
}

#article.arbiters #attached {
	float: right;
}

#article #attached h3 {
	color: #7e3d12;
	font-weight: normal;
	line-height: 13px;
	font-size: 11px;
	padding-left: 32px;
	padding-top: 8px;
}

#article #attached h3.docs {
	background: url(../img/icon_docs.gif) 9px 7px no-repeat;
}

#article #attached h3.links {
	background: url(../img/icon_links.gif) 9px 9px no-repeat;
}

#article #attached p {
	margin: 3px 0px;
	margin-left: 32px;
	line-height: 13px;
}

#article #attached p a {
	color: #676666;
}

#article #attached p a:hover {
	background-color: #676666;
	color: #f6f6f6;
}

/* --------------------------------------------------------------------------------------------- gallery */

#article #gallery {
/*	margin-left: 50px;*/
}

#article #gallery img {
	margin: 4px;
}

/* --------------------------------------------------------------------------------------------- history, headquarters */

#article.history #history_flash {
	margin: 12px 0px 12px -18px;
}

#article.headquarters #headquarters_flash {
	margin: 12px 0px;
}

/* --------------------------------------------------------------------------------------------- breadcrumbs */

#article.feedback .note {
	margin-top: 20px;
	margin-bottom: 4px;
}

#article.feedback form {
	width: 600px;
	background: #fff url(../img/feedback_bottom_bck.gif) bottom right no-repeat;
}

#article.feedback fieldset {
	border: none;
	padding: 8px;
	padding-right: 28px;
	background: url(../img/feedback_bck.gif) top left no-repeat;
}

#article.feedback .item {
	margin: 8px 0px;
	float: right;
}

#article.feedback .item.last {
	padding-top: 18px;
	background: url(../img/feedback_item_bck.gif) top right no-repeat;
}

#article.feedback label {
	display: block;
	text-align: right;
	width: 160px;
	height: 30px;
	line-height: 30px;
	margin-right: 24px;
	float: left;
	color: #713002;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

#article.feedback p.error {
	margin-left: 184px;
	line-height: 20px;
	color: #ff0000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

#article.feedback p.sent {
	margin-top: 30px;
	line-height: 20px;
	color: #713002;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

#article.feedback input.text {
	width: 295px;/*302*/
	height: 23px;/*30*/
	padding: 7px 0px 0px 7px;
	background: url(../img/feedback_input.gif) top right no-repeat;
	border: none;
	border: 0px;
	color: #5d5d5e;
	font-family: tahoma;
	font-size: 11px;
}


#article.feedback textarea {
	width: 288px;/*302*/
	height: 160px;/*174*/
	padding: 7px;
	background: url(../img/feedback_text.gif) bottom left no-repeat;
	border: none;
	border: 0px;
	color: #5d5d5e;
	font-family: tahoma;
	font-size: 11px;
}

#article.feedback #submit {
	width: 99px;
	height: 31px;
	background: url(../img/feedback_submit.jpg) top left no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -10000px;
	float: right;
	margin-right: 2px;
}

/* --------------------------------------------------------------------------------------------- search */

#article.search {
	
}

#article.error .title,
#article.search .title {
	margin-top: 6px;
/*	line-height: 20px;*/
	color: #713002;
	font-size: 11px;
	font-weight: bold;
}

#article.search .title a {
	color: #713002;
}

/* --------------------------------------------------------------------------------------------- poll */

#poll {
	display: none;
	width: 328px;
	background: #fff url(../img/poll_bck.gif) top left no-repeat;
}

#poll fieldset {
	border: none;
	padding: 0px 4px 4px 4px;
	background: url(../img/poll_bck.gif) bottom right no-repeat;
}

#poll .title_image {
	float: left;
	margin: 5px 10px 0px 2px;
}

#poll h3 {
	font-size: 11px;
	line-height: 16px;
	color: #797979;
}

#poll .item {
	clear: both;
	margin-left: 74px;
}

#poll .item.first {
	margin-top: 18px;
}

#poll .item label {
	font-size: 11px;
	color: #797979;
}

#poll .item .percent {
	width: 240px;
}

#poll #action_item {
	margin: 12px 0px 0px 74px;
}

#poll .results {
	display: block;
	float: left;
	width: 77px;
	height: 29px;
	background: url(../img/poll_results.jpg) top left no-repeat;
	text-indent: -10000px;
	margin-right: 40px;
}

#poll #poll_submit {
	width: 77px;
	height: 29px;
	background: url(../img/poll_submit.jpg) top left no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -10000px;
}

#poll .back {
	display: block;
	float: left;
	width: 109px;
	height: 31px;
	background: url(../img/poll_back.jpg) top left no-repeat;
	text-indent: -10000px;
}

#poll .voted {
	font-weight: bold;
	margin-bottom: 6px;
}

/* --------------------------------------------------------------------------------------------- register */

#article.register .register_launch a {
	margin: 20px 0px 0px 240px;
	display: block;
	width: 129px;
	height: 31px;
	background: url(../img/register_launch.gif) top left no-repeat;
	text-indent: -10000px;
}

/* --------------------------------------------------------------------------------------------- tertiary */

#tertiary_wrapper {
	display: none;
	background-color: #f8eee4;
	height: 1%;
}

#tertiary {
	width: 1003px;
	height: 1%;
}

#tertiary .inner {
	padding: 36px 0px 6px 0px;
	background: url(../img/home_secondary_inner_bck.gif) top left repeat-x;
	height: 1%;
}

/* --------------------------------------------------------------------------------------------- tertiary_side */

#tertiary #tertiary_side {
	float: left;
	padding: 0px 11px 10px 6px;
	background: url(../img/home_secondary_side_bck.gif) top right repeat-y;
	height: 1%;
}

#tertiary .side {
	clear: both;
	width: 298px;
	padding: 5px 10px 10px 3px;
	background: url(../img/liquidator_list_bck.gif) top left repeat-x;
}

#tertiary .side h2 {
	line-height: 1px;
	padding: 4px 0px 0px 0px;
}

#tertiary .side img.thumb_01 {
	float: left;
	margin-right: 5px;
}

#tertiary .side ul li {
	line-height: 11px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: url(../img/bullet_02.gif) 0px 1px no-repeat;
}

#tertiary .side ul li a {
	color: #929292;
	font-size: 11px;
	font-family: arial;
}

#tertiary .side ul li a:hover {
	background-color: #929292;
	color: #f7f7f7;
}

#tertiary #faq_selected {
	background-color: #f7f7f7;
	float: left;
	clear: none;
	margin-left: 16px;
}

#tertiary #faq_selected li {
/*	height: 14px;*/
/*	border: 1px solid blue;*/
	line-height: 12px;
}

/* --------------------------------------------------------------------------------------------- tertiary intro_contact */

#tertiary #intro_contact {
	padding: 10px;
	float: left;
	margin-left: 20px;
}

#tertiary #intro_contact h2 {
	line-height: 1px;
	padding-bottom: 6px;
}

#tertiary #intro_contact p {
	color: #797979;
	line-height: 15px;
}

#tertiary #intro_contact p a {
	color: #797979;
}

#tertiary #intro_contact p a:hover {
	background-color: #797979;
	color: #f8eee4;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer_wrapper {
	display: none;
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: 0px;
	background: url(../img/footer_wrapper_bck.gif) bottom left repeat-x; 
}

#footer {
	height: 55px;
	position: relative;
	background: url(../img/footer_bck.jpg) 698px 0px no-repeat;
}

#footer_inner {
	height: 55px;
	position: relative;
	background: url(../img/footer_inner_bck.jpg) bottom left no-repeat;
}

#footer a.mail {
	position: absolute;
	top: 32px;
	left: 108px;
	line-height: 1px;
}

#footer img.phone {
	position: absolute;
	top: 33px;
	left: 292px;
}

#footer img.fax {
	position: absolute;
	top: 33px;
	left: 430px;
}

#footer a.ea {
	position: absolute;
	left: 857px;
}
