/* <-------------Layout start------------> */

body {
	background: #c5e2f7 url(images/back.gif) repeat-x;
   	margin: 0px;  
  	text-align: center;
	font-size: 12px;
}
#container {
    width: 950px;
    margin-top: 34px;
   	margin-left: auto;
   	margin-right: auto;
   	padding: 0px;
}
#left_content {
	float: left;
	width: 240px;
	height:300px;
}
#right_content {
	float: left;
	width: 710px;
	overflow: hidden;
}
#logo {
	float: left;
	width: 240px;
	margin-top: -5px;
	text-align: left;	
}
#logo_text {
	float: left;
	width: 210px;
	padding-top: 15px;
}
#menu {
	float: left;
	margin-top: 15px;
}
#lang_bar {
	float: right;  
	height: 26px;
	padding-top: 8px;
	padding-right: 5px;
}
#transparent_cont {
	float: left;
	width: 698px;
	background: url(images/trans_back.gif) repeat-x #dfeffb;
	border: 1px solid #59a6d4;
	padding: 5px;	
}
#header_img {
	float: left;
	width: 100%;
	height: 200px;
	font-size: 0px;
    position: relative;
	z-index: 1;
}

#header_img_shadow {
	float: left;
	width: 100%;
	height: 8px;
	background: url(images/img_shadow.gif) no-repeat #ffffff;
	font-size: 0px;
}
#status_bar {
	float: left; 
	width: 100%; 
	height: 25px;
}
#content {
	float: left;
	width: 658px;
	background: #ffffff;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}
#white_corner_left {
	float: left; 
	background: url(images/white_corner_left.gif) no-repeat #ffffff;
	width: 100%;
	height: 10px;
	font-size: 0px;
}
#white_corner_right {
	float: right; 
	background: url(images/white_corner_right.gif) no-repeat;
	width: 10px;
	height: 10px;
}
#footer {
	float: left; 
	width: 100%; 
	height: 45px;
	padding-top: 25px;
}
/* <-------------Layout end------------> */
#menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#menu ul li {                                                                   
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.1;	
}
#menu ul li a:link, #menu ul li a:visited {
	width: 210px;
   	height: 20px;
   	display: block;
   	font-family: arial, tahoma, verdana, sans-serif;
   	font-size: 14px;
   	color: #1f80b7;
   	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	margin: 1px;
}
#menu ul li a:hover {
	border: 1px solid #59a6d4;
	background: url(images/menu_rollover.gif) repeat-x;
	margin: 0px;	
}
#menu ul li a.selected:link, #menu ul li a.selected:visited {
	border: 1px solid #59a6d4;
	background: url(images/menu_rollover.gif) repeat-x;
	margin-left: 0px;
}
#menu ul li a.selected:hover {
	margin: 1px;
	margin-left: 0px;	
}
.arrow {
	margin-right: 15px; 
	margin-left: 10px;
	width: 5px;  
	height: 9px; 
	border: 0px;
}
/* <-------------Style start------------> */

a, a:visited, a.tablink, a.tablink:visited {
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #899dab;
	text-decoration: underline;	
}
a:hover {
	background-color: #899dab;
	color: #ffffff;
	text-decoration: none;
}
a.clear:hover {
	background-color: transparent;
	text-decoration: none;
}
a.tablink, a.tablink:visited {
	text-decoration: none;
	font-weight: bold;
}
a.tablink:hover {
	color: #ab9d89;
	text-decoration: none;
}
a.lang, a.lang:visited {
	color: #ab9d89;
	font-weight: bold;
	text-decoration: none;	
}
a.lang:hover {
	
	text-decoration: underline;
	background: none;
}
p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-align: justify;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #ab9d89;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #899dab;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #899dab;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
}

p.logo {
	font-family: arial, tahoma, verdana, sans-serif;
   	font-size: 18px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
}
p.footer {
	font-family: arial, tahoma, verdana, sans-serif;
   	font-size: 12px;
	color: #899dab;
	margin: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.inline {
	display: inline;
}
.red {
	color: #FF0000;
}
.nomargin {
	margin: 0px;
}
.spacer {
	float: left; 
	width: 100%; 
	height: 20px;
}
ul {
	list-style: disc;
}
ul li {
	font-family: "Trebuchet MS";
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.5;
}
#header_text {
	float: left; 
	margin-top: -115px; 
	margin-left: 340px; 
	font-style: italic; 
	display: inline; 
	color: #FFFFFF; 
	font-family: 'Times New Roman', Times, serif; 
	font-size: 36px; 
	font-weight: bold;
	z-index: 100;
	position: relative;
}
.button {
	float: right;
	height: 25px;
	background: url(images/button_back.gif) repeat-x;
	margin-right: 5px;  
}
.button_leftcap {
	float: left;
	height: 25px;
	background: url(images/button_leftcap.gif) no-repeat;
}
.button_rightcap {
	float: left;
	height: 20px;
	background: url(images/button_rightcap.gif) no-repeat right;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}   
div.slide_item {   
    width: 100%;   
    height: 200px;   
    position: absolute;   
    left: 100%;     
}   
.blue_box {
	float: left; 
	display: inline; 
	width: 450px; 
	border: 3px solid #f7ebc6; 
	#margin: 10px; 
	margin: 5px; 
	margin-left: 100px;
}  
.blue_box_img {
	float: left;
	height: 90px;
	width: 110px;
	padding: 10px;
}
.blue_box_text {
	float: left; 
	width: 300px; 
	padding: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #899dab;
}
fieldset {
	border: 1px solid #cccccc;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
legend {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #899dab;
	font-weight: normal;
	margin-left: 30px;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}
#cont.ajax-loading {
	padding: 20px 0;
	background: url(images/spinner.gif) no-repeat center;
}
.tab {
	float: left; 
	height: 44px; 
	background: url(images/tab_back.gif) repeat-x;
	margin-bottom: -17px;
	margin-left: 30px;
	z-index: 100;
	position: relative;
	margin-top: 30px;
}
.tab_leftcap {
	float: left;
	height: 44px;
	background: url(images/tab_left.gif) no-repeat;
}
.tab_rightcap {
	float: left;
	height: 35px;
	background: url(images/tab_right.gif) no-repeat right;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
}  
#box {
	float: left; 
	width: 655px; 
	border: 1px solid #899dab;
	border-bottom: 3px solid #899dab;
}
#box ul {
	float: left; 
	width: 300px;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	padding-bottom: 30px;
	list-style: none;
	padding-left: 20px;
}
#box ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	background: url(images/tick.gif) 0% 15% no-repeat;
	padding-top: 0px;
	padding-left: 25px;
}
#croatia_logo {
	float: left; 
	margin-top: 20px; 
	#margin-top: 15px; 
	margin-left: 35px; 
	display: inline;
}
.ajax-loading {
	padding: 0;
	background: url(images/spinner.gif) no-repeat center;
	
} 

#mercuri_form fieldset {
	margin-top: 20px;
}
#mercuri_form ul {
	list-style: none;
	padding-right: 10px;
}
#mercuri_form ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mercuri_form label {
	float: left;
	width: 150px;
}
#mercuri_form input {
	width: 200px;
	padding: 3px;
}
.xsmall {
	font-size: 11px;
}
#mercuri_cancel {
	float:left; 
	border:1px solid #999999; 
	width:560px; 
	height:180px; 
	overflow:scroll;
	padding: 10px; 
}
#mercuri_cancel p {
	font-size: 11px;
	color: #666666;
}
#mercuri_cancel ul li {
	font-size: 11px;
	color: #666666;
}

#iframe {
	width: 655px;
	height: 355px;
	border: 0;
}

#iframe html body div form table {
	background-color: #C5E2F7!important;
}

#policy-en, #policy-hr { width: 236px; height: 52px; margin: 0 0 40px; padding: 6px 15px 0 70px; text-decoration: none; color: #1F80B7; text-align: left; font-size: 1.1em; }
#policy-en { float: left; background: url(images/policy-en.png) no-repeat; }
#policy-hr { float: right; background: url(images/policy-hr.png) no-repeat; }

/* <-------------Style end------------> */
