body {
	background-image:url(/media/css/img/main-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000000;
}



/* NAVIGATION */
#navigation {
	margin-bottom:15px;
	height:42px;
	background-image:url(/media/css/img/navigation_bg.png);
	background-repeat:repeat-x;
}

.inner_box {
	height:34px;
	color:#ffffff;
}
.inner_box a:link, inner_box a:visited {
	color:#ffffff;
	text-decoration:none;
	padding:11px 10px;
}
.inner_box a:hover {
	color:#ffffff;
	text-decoration:none;
	height:22px;
	padding:11px 10px;
	background-color:#2ba9e0;
    z-index: 5900000;
}
.inner_box ul li {
	float:left;
	margin:0;
	height:22px;
	padding:10px 0;
	vertical-align:middle;
}

#mainNavBar > li .subMenu {
    background-color:#1051a0;
    border-radius: 0 3px 3px 3px;
    display: none;
    padding: 0 20px;
    position: absolute;
    top: 210px;
    z-index: 5800000;
    box-shadow: 1px 1px 1px -1px #333333, -1px 0 1px -1px #333333;
}

#mainNavBar > li.mainNav_hover { 
	background-color:#2ba9e0;
}

/* CONTAINER */
#container  {
	width:1000px; 
	margin:20px auto;
    background-color:#ffffff;
}




/* OBJECT LISTING */
.sorting {
	background-color:#c1f3aa;
	border:1px #666666 solid;
	height:28px;
	width:753px;
	margin-bottom:20px;
}

.privateListItem {
	background-image:url(/media/css/img/private-acc-frame.png);
	background-repeat:no-repeat;
	background-position:top;
    float:left;
    width:231px;
	height:320px;
	margin:0 7px 15px 7px;
}

.privateListItem h3 {
	
}

.pagination {
	margin:20px 20px 30px;
	text-align:right;
}

.adv_search p {
	margin-top:5px;
}

.hotelListItem {
	background-image:url(/media/css/img/hotels-frame.png);
	background-repeat:no-repeat;
	background-position:top;
    float:left;
    width:231px;
	height:320px;
	margin:0 7px 15px 7px;
}

.hotelList_okvir {
	background-color: #1150a0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    height: 30px;
    margin: 20px 8px 8px 8px;
    padding: 3px;
    width: 100%;
    overflow: hidden;
}

/* PRIVATE OBJECT DETAIL */
.privateItem, .about {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color:#eeeeee;
	padding-bottom:35px;
}
.privateItem > div.private_title, .featured_container > div.private_title, .about > div.about_title  {
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	background-image: -webkit-gradient(linear, 15% 0%, 85% 0%, from(#FAAC02), to(#FFF0D7));
	background-image: -moz-linear-gradient(center left, #FAAC02 15%, #FFF0D7 85%);
	top:0;
	position:relative;
	height:20px;
	padding:10px 20px;
}

.private_mainimage, .private_info {
    margin-top:15px;
}

.private_mainimage img {
	padding:5px;
	background-color:#ffffff;
	border:1px #cccccc solid;
}

.private_info {
    margin:20px 0 20px 0;
}

.units_selector {
    background-color:#c1f3aa;
    border-top:5px #afb5b1 solid;
    border-bottom:3px #afb5b1 solid;
    padding:20px 0;
}

.unitItem {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color:#e4ecf7;
	padding-bottom:35px;
	margin-bottom:30px;
}
.unitItem > div.unit_title {
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	background-image: -webkit-gradient(linear, 15% 0%, 85% 0%, from(#9dbdf0), to(#e4ecf7));
	background-image: -moz-linear-gradient(center left, #9dbdf0 15%, #e4ecf7 85%);
	top:0;
	position:relative;
	height:20px;
	padding:10px 20px;
}

.unit_gallery {
	padding:10px 0 0 10px;
	
}

.private_gallery div {
	width:98px;
	height:73px;
	padding:3px;
	margin:5px 5px 0 0;
	background-color:#ffffff;
	float:left;
}

.unit_info {
	margin:10px 0 20px 0;
}

.unit_info h4 {
	background-color:#99c0eb;
	padding:3px;
	margin:10px 0;
}

.sh  {
	background-color:#c7e0f9;
}
.lh {
	background-color:#E4ECF7;
}

/* Inquiry */
.inquiry_form div {
	margin:20px 0;
	padding:20px;
	background-color: #dddddd;
	-moz-border-radius: 12px ;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border:1px #ccc solid;
}

.inquiry_form > div > span {
    margin:0 20px;
}

#sumbit_private_inquiry {
	margin-right:25px;
	padding:10px;
	float:right;
}
#sumbit_private_inquiry:hover {
	-webkit-box-shadow: 0 0 10px #C1F3AA;
	-moz-box-shadow: 0 0 10px #C1F3AA;
	box-shadow: 0 0 10px #C1F3AA;
	color:#274f15;
}

.inquiry_form input:submit {
    margin-left:25px;
    padding:10px;
}

/* FEATURED */
.featured_container {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color:#eeeeee;
}
.featured_item { 
	float:left;
	width:358px;
	margin:20px 5px 0 5px;; 
}
.featured_image {
	background-color: #FFFFFF;
    float: left;
    margin: 0 10px 5px 10px;
    padding: 5px;
}
.featured_image img {
	
}


/* ABOUT */
.about > .about_description {
	padding:20px 30px;
}
.about > .about_description img {
	padding:5px;
	background-color:#ffffff;
	margin:10px;
}

.about_frontpage > li > div h3 {
	margin-bottom:10px;
}
.about_frontpage > li > div.image {
	border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
    height: 225px;
    overflow: hidden;
    width: 500px;
    margin-right:10px;
}


/* RECOMMEND */
.recommend-item {
	float:left;
	width:250px;
	text-align:center;
}
.recommend-item p {
	margin-top:10px;
}
.recommend-item-wrapper {
	background-image:url(/media/css/img/recomm_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* HOTEL */
.hotel_extras {
    background-color:#e3edf7;
    border-top:5px #afb5b1 solid;
    border-bottom:3px #afb5b1 solid;
    padding:20px 0;
}


/* YACHT */
.yachtItem {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color:#e4ecf7;
	margin-bottom:10px;
}
.yachtItem > div.yacht_title {
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	background-image: -webkit-gradient(linear, 15% 0%, 85% 0%, from(#9dbdf0), to(#e4ecf7));
	background-image: -moz-linear-gradient(center left, #9dbdf0 15%, #e4ecf7 85%);
	top:0;
	position:relative;
	height:20px;
	padding:10px 20px;
}

.yacht_info {
	margin:10px 0 20px 0;
}

.yacht_info h4 {
	background-color:#99c0eb;
	padding:3px;
	margin:10px 0;
}

.yacht_info ul {
    padding-left:40px;
    margin-top:10px;
}

.yacht_info_extras ul li {
	color:red;
}


/* EXCURSION */

.excursion {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color:#eeeeee;
	padding-bottom:35px;
}

.excursion > div.excursion_title  {
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
	background-image: -webkit-gradient(linear, 15% 0%, 85% 0%, from(#FAAC02), to(#FFF0D7));
	background-image: -moz-linear-gradient(center left, #FAAC02 15%, #FFF0D7 85%);
	top:0;
	position:relative;
	height:20px;
	padding:10px 20px;
}

.excursion > .excursion_description {
	padding:20px 30px;
}
.excursion > .excursion_description img {
	padding:5px;
	background-color:#ffffff;
	margin:0 10px 10px 10px;
}

/* LINKS */
.links {
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:0px 0px 5px #999999;
	height:111px;
	margin:20px 0 20px 7px;
}
.links > a img {
    margin:5px 0 0 2px;
}


/* GALLERY SLIDER */
.gallery_slider > li > div {
	background-color:#ffffff;
	height:162px;
	background-image:url(/media/css/img/shadow_4_190.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:10px;
}
.gallery_slider > li > div > a img {
	margin-left:10px;
}


/* FOOTER */
.footer_links ul {
	margin:0 0 10px 10px;
}
.footer_links p {
    margin-bottom:0;
}

/* KONTAKT */
.kontakti {
	margin-top:20px;
}
.kontakt_footer {
	margin-bottom:30px;
}

