body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1, h2 {
	font-size: 16px;
	line-height: 1.1em;	
	font-weight: bold;
	padding: 35px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2 {
	text-transform: uppercase;
}

h1 {
	padding: 0px 0px 12px 0px;
	vertical-align: top;	
}

p {
	font-size: 12px;
}

a, a:link, a:visited {
/*	color: #6C3660; */
}

a:visited {
	color: #6C3600;
}

a:hover, #bread_crumb_list a {
	color: #C16100;	
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

#main_menu {
	padding: 6px;
	font-size: 12px;
	text-align: left;
}

#main_menu .menu_option_0 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
	font-weight: bold;
	background-color: #b56e46;
	color: black;
	text-transform: uppercase;

}

#main_menu .menu_option_0 a, #main_menu .menu_option_0 .supst {
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	display: block;
	text-decoration: none;
	border-left: solid #b56e46 7px;

}

#main_menu .menu_option_0 a:hover {
	border: 1px solid;
	padding: 5px 5px 5px 12px;
	color: black;		
	background-color: #fae0c5;

}

#main_menu .menu_option_1 {
	margin: 0px 0px 0px 0px;
	font-weight: normal;	
	background-color: #f5c491;	
	text-transform: none;
	color: black;
}

#main_menu .menu_option_1 a {
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 10px;
	display: block;	
	text-decoration: none;

}

#main_menu .menu_option_1 a:hover {
	padding: 3px 3px 3px 16px;	
	background-color: #fae0c5;
}

#document_top_header {
}

#language_list {
	float: right;
	margin: 8px 10px 0px 0px;
}

#document_header {
	margin: 15px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
	font-weight: bold;		
}

#document_header h1 {
	font-size: 18px;
	margin: 3px 0px 0px 0px;	
}


#top_level_title a, #second_level_title a {
	text-decoration: none;
}

#top_level_title {
	float: left;
	padding: 0px 0px 0px 0px;
/*	color: #443311; */
	color: #6c3600;
}

#second_level_title {
	float: right;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}


#document_contents {
	padding: 10px;
	font-size: 11px;
}


#potpis, #potpis a {
	padding-top: 3px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #aaaaaa;
}

#potpis a:hover {
	color: #c16100;
}


#bread_crumb_list, #bread_crumb_list a {
	font-size: 10px;   
	color: #6c3600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 12px 0px 0px 6px;
	text-decoration: none;	
}

#bread_crumb_list a:hover {
	color: #c16100;
}

#document_header img {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header_separator {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contact_official, .contact_representative {
	padding: 4px;
	background-color: #FCF9F5;
	text-align: center;
}

#owners {
	text-align: center;
}

#owners {
	margin:  5px 0px 15px 0px;
}

.logo {
	margin:  0px 0px 0px 0px;
}

.contact_representative {
	height: 215px;
}

.contact_official {
	height: 90px;
	padding-top: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
	border-top: solid 3px #6c3600;
	border-bottom: solid 1px #6c3600;
}

.contact_official .name, .contact_representative .name, .contact_representative .title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

.contact_official .markets, .contact_representative .markets {
	padding: 10px 0px 0px 0px;
	font-style: italic;
}

.contact_representative {
}

.contact_item a {
	text-decoration: underline;	
	font-size: 13px;
}

.inline_title {
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
}

.table_data, .table_data_centered {
	padding: 0;
	margin: 0;
	border-color: #6C3600;
	border-style: solid;
	border-width: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.table_data_centered {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.table_data th, .table_data_centered th {
	background-color: #f5c491;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

.table_data caption, .table_data_centered caption {
/*	background-color: #f5c491; */
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
/*	border: solid 2px; */
	font-variant: small-caps;
	caption-side: top;
}

.table_data_centered caption {
    margin-left: auto;
    margin-right: auto;
}

.table_data .col_hdr, .table_data_centered .col_hdr {
	font-weight: bold;
	text-align: center;	
	font-size: 11px;
}

.table_data .col_centered, .table_data_centered .col_centered {
	text-align: center;	
	font-size: 11px;
}

.table_data td, .table_data_centered td {
/*	background-color: #fff; */
	border-color: #6C3600;
	border-style: solid;	
	border-spacing: 0px;	
	border-width: 1px;	
	border-collapse: collapse;	
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.img-shadow, .img-shadow-right, .img-shadow-left {
	background-color: #ddd;
	margin: 10px 8px 8px 10px;
  }

.img-shadow-right {
	float:right;
  }

.img-shadow-left {
	float:left;
  }

.img-shadow img, .img-shadow-right img, .img-shadow-left img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 3px 3px -5px;
	padding: 3px;
  }
  
.img-caption {
	font-size: 12px;
	text-decoration: none;
}
 
li {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}
 
.clear-both {
 	clear: both
 }

.clear-left {
 	clear: left }
 
.clear-right {
 	clear: right }












