@charset "utf-8";
/* RESET updated with html5 tags*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
/* FLOAT-elements */
.fltleft {
	float:left;
}
.fltright {
	float: right;
}
/* only to clear floats - to be used with any class as addition */
.clear {
	clear: both;
}
/* clear float with blank <div>or <br>*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
}
/* MAIN */
body {
	background:url(../img/boby_bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
a, img, img a, a:hover {
	border:none;
	outline: none;
}
/*========== start Wrapper ==========*/
#outer {
	width:100%;
	background:url(../img/glow_bg.png) no-repeat center top;
	margin:0px auto;
}
.top {
	width:100%;
	background: rgb(169,61,61); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,61,61,1) 0%, rgba(104,15,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,61,61,1)), color-stop(100%, rgba(104,15,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,61,61,1) 0%, rgba(104,15,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,61,61,1) 0%, rgba(104,15,13,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(169,61,61,1) 0%, rgba(104,15,13,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93d3d', endColorstr='#680f0d', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(169,61,61,1) 0%, rgba(104,15,13,1) 100%);
	-webkit-box-shadow: 0px 2px 4px 1px #1f1f1f;
	-moz-box-shadow: 0px 2px 4px 1px #1f1f1f;
	box-shadow: 0px 2px 4px 1px #1f1f1f;
}
.top_link {
	width:976px;
	height:32px;
	padding:12px 0 0 0;
	margin:0px auto;
	text-align:right;
}
.top_link a {
	float:right;
	margin-left:15px;
}
.header {
	padding-top:35px;
	width:976px;
	margin:0 auto;
}
.logo {
	width:257px;
	height:91px;
	margin: 0 auto 12px auto;
}
/*========== start nav ==========*/
.nav {
}
.nav ul {
	text-align:center;
}
@font-face {
	font-family: 'allerlight';
	src: url('../font/Aller_Lt.eot?') format('eot'), url('../font/Aller_Lt.woff') format('woff'), url('../font/Aller_Lt.ttf') format('truetype');
}
@font-face {
	font-family: 'califb';
	src: url('../font/CALIFB.eot?') format('eot'), url('../font/CALIFB.woff') format('woff'), url('../font/CALIFB.ttf') format('truetype');
}
.nav ul li {
	color:#4e4419;
	font-size:16px;
	display:inline;
	font-family:allerlight;
	font-weight: bold;
}
.nav ul li a {
	color:#4e4419;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 25px;
	
}
.nav ul li a:hover, .nav ul li.selected a {
	color:#941817;
	 
}
.container {
	width:1048px;
	margin:0px auto;
}
.container_top {
	height:37px;
}
.container_middle {
	background:url(../img/container_main.png) repeat-y left top;
}
.container_main {
	background:url(../img/container_middle1.png) no-repeat left top;
	padding:0 58px 0 48px;
}
.container_bottom {
	height:98px;
}
.banner {
	background:url(../img/banner_bg.png) no-repeat left top;
	padding:17px 14px;
	position:relative;
	width:915px;
	height:421px;
	margin-bottom:28px;
}
.banner_pic {
	width:915px;
	height:421px;
}
.slider_button {
	width:140px;
	position:absolute;
	height:11px;
	bottom:23px;
	right:14px;
}
.slider_button a {
	float:left;
	height:11px;
	width:11px;
	background:url(../img/slider_button.png) no-repeat left top;
	margin-right:6px;
	display:block;
}
.slider_button a:hover {
	background:url(../img/slider_button_hover.png) no-repeat left top;
}
#content {
	 
}
.content_left {
	width:356px;
	padding:132px 0 0 0;
	margin:0 0 0 -8px;
	margin-bottom:190px;
}
.content_left_top {
	background:url(../img/content_left_top.jpg) repeat-y left top;
}
.content_left_bottom {
	background:url(../img/content_left_bottom.jpg) no-repeat left bottom;
	position:relative;
	width:308px;
	padding:70px 18px 0 30px;
}
.logo2 {
	width:414px;
	height:177px;
	position:absolute;
	top:-132px;
	left:-29px;
}
.left_top {
	padding:0 0 40px 0;
	margin:0 0 30px 0;
	background:url(../img/left_top_sap.jpg) no-repeat center bottom;
}
.left_top h2 {
	width:114px;
	height:35px;
	padding:0px;
	font-size:19px;
	color:#272005;
	text-align:center;
	margin:0 0 24px 0;
	line-height:35px;
	background:url(../img/left_top_h2_bg.png) no-repeat left top;
	font-weight:bold;
	font-family: 'califb';
}
.drop_down_area {
	margin-bottom:15px;
}
.dropdown {
	margin:0 9px 10px 0;
	width:137px; padding-left:10px; padding-bottom:4px;
	height:31px; background:url(../img/dropdown.png) no-repeat; border:0px;cursor: pointer;cursor: hand;
}
.dropdown2 {
    height: 25px;
    margin: 0 0 10px;background:url(../img/dropdown.png) no-repeat;border:0px;width:137px;height:31px;padding-left:10px; padding-bottom:4px;cursor: pointer;cursor: hand;
}
#dropdown5 {
	 background: url("../img/dropdown.png") no-repeat scroll 0 0 transparent;
    border: 0 none;  
    height: 31px;
    position: absolute;
    width: 137px; padding-left: 10px;
    padding-top: 8px; right: 23px;cursor: pointer;cursor: hand;
}
#dropdown3 {
	 background: url("../img/dropdown.png") no-repeat scroll 0 0 transparent;
    border: 0 none;  
    height: 31px;
    position: absolute;
    width: 137px; padding-left: 10px;
    padding-top: 8px;cursor: pointer;cursor: hand;
}
#dropdown4 {
	background: url("../img/dropdown.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	height: 31px;
	position: absolute;
	width: 137px;
	 
	    padding-left: 10px;
    padding-top: 8px;
    position: absolute;
    right: 23px;cursor: pointer;cursor: hand;
}

select.dropdown3 {
opacity: 0;
height:31px;
position: relative;
width: 147px;
z-index: 0;
filter: alpha(opacity = 0); /* ie fix*/
display:block;  background:#c4bd99; border:1px solid #a0966f;cursor: pointer;cursor: hand;
}
select.dropdown4 {
opacity: 0;
height:31px;
position: relative;
width: 147px;
z-index: 0;
filter: alpha(opacity = 0); /* ie fix*/
display:block; margin-right: 5px; background:#c4bd99; border:1px solid #a0966f;cursor: pointer;cursor: hand;
}
select.dropdown5 {
opacity: 0;
height:31px;
position: relative;
width: 147px;
z-index: 0;
filter: alpha(opacity = 0); /* ie fix*/
display:block; margin-right: 5px; background:#c4bd99; border:1px solid #a0966f;
}
.left_button {
	height:45px;
	width:147px;
	cursor:pointer;
	border:none;
	background:url(../img/left_button.png) no-repeat left top;
}
.left_button_en {
	height:45px;
	width:147px;
	cursor:pointer;
	border:none;
	background:url(../img/rezerviraj2.png) no-repeat left top;
}
.left_bottom {
	padding:0 0 52px 0;
}
.left_bottom h2 {
	width:193px;
	height:35px;
	padding:0 0 0 7px;
	font-size:19px;
	color:#272005;
	margin:0 0 20px 0;
	line-height:35px;
	background:url(../img/left_bottom_h2_bg.png) no-repeat left top;
	font-weight:bold;
	font-family: 'califb';
	text-align:center;
}
.left_bottom span {
	font-size:12px;
	padding-bottom:12px;
	font-weight:bold;
	font-style:italic;
	display:block;
	color:#7d0208;
}
.left_bottom_pic {
	width:140px;
}
.left_bottom_pic img {
	border:5px solid #8b835c;
}
.left_bottom_text {
	width:149px;
	font-size:13px;
	color:#565136;
	line-height:18px;
}
.left_bottom_text a{
 
	font-size:13px;
	color:#565136; text-decoration:none;
}

.pic_news img{border: 5px solid #8B835C; margin-right:10px;}
.content_right {
	width:564px;
}
.right_box_area {
	margin-bottom:45px;margin-top: 4px;
}
.right_box {
	width:177px;
	height:156px;
	padding:2px;
	border:1px solid #8e886a;
	margin-right:5px;
	position:relative;
}
.right_box_text {
	height:35px;
	background:url(../img/right_box_text_bg.png) repeat left top;
	width:177px;
	text-align:center;
	line-height:35px;
	color:#102e04;
	text-transform:uppercase;
	position:absolute;
	left:2px;
	bottom:0px;
	font-family:allerlight;
	 
	font-size: 13px;
}
.right_box2 {
	margin:0px;
}
.right_top {
	margin-bottom:22px;
	padding:0 0 53px 30px
	background:url(../img/right_top_bg.png) no-repeat center bottom;
	
}
.right_top p{
color: #565136;
    font-size: 13px;
	
}
.right_top h2 {
	padding:0 0 24px 0;
	color:#1d3211;
	font-size:18px;
	margin:0px;
	font-weight:bold;
	font-family: 'califb';
}
.right_top_text {
	width:550px;
}
.right_top_text p {
	padding:0 0 20px 0;
	margin:0px;
	font-size:12px;
	line-height:18px;
	color:#565136;
}.right_box_text {
	color:#1d3211;
	font-family:califb;
	font-size: 12px;
	text-decoration:none;
}

.right_box_text a.selected{
	color:#FFF;
	font-family:califb;
	font-size: 12px;
	text-decoration:none;
}
.right_box_text a:hover{
	color:#FFF;
	font-family:califb;
	font-size: 12px;
	text-decoration:none;
}
.right_top_pic {
	width:216px;
}
.right_top_pic img {
	border:5px solid #8b835c;
}
.right_bottom {
	padding: 0 30px 0 0;
}
.right_bottom h1 {
	padding:0 0 28px 0;
	margin:0px;
	font-size:18px;
	color:#1d3211;
	font-weight:normal;
	font-weight:bold;
	font-family: 'califb';
}
.right_bottom_box {
	margin-bottom:20px;
}
.bottom_left {
	width:40px;
}
.bottom_left h2 {
	height:21px;
	width:26px;
	padding:0px;
	margin:0px;
	line-height:21px;
	text-align:center;
	font-size:14px;
	color:#FFF;
	background:url(../img/bottom_left_h2.png) no-repeat left top;
	font-family: 'allerlight';
	font-weight:bold;
	text-shadow: 0px 0px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0); margin-right:4px;
	float:left;
}
.bottom_left span {
	font-size:15px;
	color:#272005;
	 
	line-height:20px;
	text-align:center;
	font-family: 'allerlight';
	font-weight:bold;  
}
.bottom_right {
	width:358px;padding-top: 0px;
}

.bottom_right_img {
	width:460px;padding-top: 4px;
}
.bottom_right p {
	padding:0px;
	margin:0px;
	font-size:13px;
	color:#565136;
	line-height:18px;
}

.bottom_right p {
	padding:0px;
	margin:0px;
	font-size:13px;
	color:#565136;
	line-height:18px;text-decoration:none; 
}
.bottom_right p span {
	display:block;text-decoration:none;font-weight:bold;  
	
}
#footer_wrap {
	width:100%;
	background:#143d1d url(../img/footer_bg.png) repeat-x left top;
}
#footer {
	width:976px;
	margin:0 auto;
	padding:30px 0 0 0;
	position:relative;
}
.footer_left {
	width:710px;
	padding:16px 0 0 0;
}
.footer_left_top {
	padding:0 0 45px 25px;
	margin-bottom:12px;
	background:url(../img/footer_left_top_bg.png) no-repeat left bottom;
}
.footer_left_nav {
	width:130px;
	font-size:11px;
	color:#cac2a1;
}
.footer_left_nav a{
	font-size:11px;
	color:#cac2a1;
}
.footer_left_nav a:hover{
	font-size:11px;
	color:#941817;
}
.footer_left_nav a.selected{
	font-size:11px;
	color:#941817;
}
.footer_left_nav span {
	display:block;
	padding:0 0 35px 0;
	font-size:12px;
}
.footer_left_nav ul li {
	padding:0 0 6px 0;font-family:Arial, Helvetica, sans-serif;
}
.footer_left_nav ul li a {
	text-decoration:none;
	color:#cac2a1;font-family:Arial, Helvetica, sans-serif;
}
.footer_left_bottom {
	margin-bottom:15px;
	padding:0 0 0 25px;
	height:60px;
}
.footer_left_bottom h2 {
	padding:0 0 15px 0;
	margin:0px;
	font-size:11px;
	color:#FFF;
}
.footer_left_bottom span {
	display:block;
	padding-bottom:5px;
	font-size:11px;
	color:#cbc3a2;
}
.footer_left_bottom span a {
	text-decoration:none;
	color:#cbc3a2;
}
.footer_right {
	width:260px;
}
.footer_logo {
	margin-bottom:12px;
}
.footer_right p {
	padding:0 0 35px 0;
	margin:0px;
	font-size:12px;
	color:#FFF;
	line-height:24px;
}
.footer_right p span {
	display:block;
	font-size:13px;
	line-height:24px;
}
.social {
}
.social a {
	float:left;
	margin-right:5px;
}
.designer {
	 line-height: 25px;
    background: url("../img/designer_bg.png") no-repeat scroll left -15px transparent;
    bottom: 0;
    color: #4F1013;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 28px;
    padding: 38px 0 0 140px;
    position: absolute;
    right: -4px;
    width: 157px;
}
address {
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 5px;
}
#skypedetectionswf {
display: none;
}