
/*----------------------------------------
Name: global.css
Developed by:
Date Created:
Last Updated:
Copyright:
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("reset.css");
@import url("externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#FFFFFF;
}

body, p, td, th, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.875em;
	line-height:1.5em;
	color:#757575;
	margin: 0;
}

a img
{
	border: 0;
}

#mainContainer
{
	width:960px;
	margin: 0 auto;
}

p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#757575;
}

a:hover, a:active
{
	color:#f05d29;
	text-decoration:none;
}

h1
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:2.125em;
	font-weight: bold;
}

h2
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.75em;
	font-weight: bold;
}

h3
{
	color:#55a8bd;
	margin:.825em 0 .5em 0;
	font-size:1.1em;
	font-weight: bold;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
	font-weight: bold;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	margin-left:25px;
	list-style-type:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}
ul.moreSpace {margin: 15px;}

/* Header
----------------------------------------*/
#header
{
	width:956px;
	height:85px;
	position: relative;
	background-color: #626262;
}

	h1#siteTitle
	{
		position: absolute;
		color: #f05d29;
		margin: 0;
		
		width: 341px;
		height: 37px;
		
		background: url(../images/sebenica.gif) no-repeat;
		text-indent:-200em;
		
		bottom: 10px;
		left: 10px;
		
	}
	
	ul#lang
	{
		position: absolute;
		top: 0;
		right: 10px;
	}
	/* Nav
	----------------------------------------*/
	ul#nav
	{
		background-color: #55a8bd;
		height: 2em;
		clear: left;
		width: 956px;
		margin: 0;
		padding: 0;
	}
	
	#headerImages
	{
		margin-top: 1px;
		padding-bottom: 1px;
		height: 172px;
		width: 956px;
	}
	
	#headerImages img
	{
		display: block;
		float: left;
		margin-right: 1px;
	}
	
	#headerImages img.headerImageLast
	{
		margin-right: 0;
	}
	
	
	ul#nav li, ul#lang li {float:left; list-style-type:none; margin-right:10px;}
	ul#nav li { height:2em; line-height:2em; vertical-align: middle; }
	ul#lang li { margin-right:5px; }
	
	/* Image Replacement 
	----------------------------------------*/
	ul#nav li a {/*Set to height of image*/ height:2em; width:159px; text-align: center; display:block; outline:none;}
	ul#nav li a:link, ul#nav li a:hover, ul#nav li a:active, ul#nav li a:visited { color:#fff; font-weight:bold; font-size:1.1em; text-decoration:none; }
	ul#nav li a:hover { text-decoration: underline; }
	
	/*Include all of your links with unique IDs. Use the correct path to the image and set the width of each image*/
	li#navHome a		{background-image: url(/images/nav/home.png); width:75px;}
	li#navWork a		{background-image: url(/images/nav/work.png); width:70px;}
	li#navServices a	{background-image: url(/images/nav/services.png); width:68px;}
	li#navContact a		{background-image: url(/images/nav/contact.png); width:55px;}
	
	/* CSS Rollover (Sprites) - Advanced Users!
	----------------------------------------*/
	
	/*Each link must have a unique ID - Include all of your links here - Remove if not using!*/
	li#navHome a:hover, li#navWork a:hover, li#navServices a:hover, li#navContact a:hover {background-position:0 -20px; /*Set to height of image !must be negative!*/}
		
/* Main Content
----------------------------------------*/
#mainContent
{
	clear: left;
	width:956px;
	margin-top:10px;
	margin-bottom:10px;
	/*background-color:#D8ECB3;*/
}

#mainContent.fp
{
	background: url(../images/bg/fp.gif) repeat-y;
}

#mainContent.ss
{
	background: url(../images/bg/ss.gif) repeat-y;
}

#mainContent.so
{
	background: url(../images/bg/so.gif) repeat-y;
}

	#mainContent h2
	{
		font-size:1em;
		margin:0;
		padding: 4px 8px;
		background-color: #f0f0f0;
		color: #f05d29;
	}


/* Footer
----------------------------------------*/
#footer
{
	width:936px;
	padding: 0 10px 0 10px;
	padding: 0 10px;
	text-align: center;
	background-color:#626262;
}

	#footer a
	{
		text-decoration: none;
	}
	
	#footer p
	{
		text-align: center;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}
	
	#footer p.mainLink
	{
		margin: 0.1em 0 0 0;
	}
	
		#footer p.mainLink a
		{
			font-weight: bold;
			color: #f05d29;
		}
	
	#footer p.subLink, #footer p.subLink a
	{	
		color: #fff;
		margin: 0 0 0.2em 0;
	}



/* Main content definitions
----------------------------------------*/
#fpLeft
{
	float: left;
	display: inline;
	width:320px;
}

	#fpLeft #fpSearch
	{
		margin-bottom:20px;
	}
	
		#fpLeft #fpSearch h2
		{
			text-transform: uppercase;
		}

/* Top destination */
#topDestinationContainer
{
	width: 320px;
	margin-bottom: 10px;
}

	#topDestinationContainer h2
	{
		text-transform: uppercase;
	}


	#topDestinationContainer .topDestination
	{
		margin: 10px 5px;
		padding: 3px;
		border: 1px solid #f0f0f0;
	}
		
		#topDestinationContainer .topDestination img
		{
			width: 302px;
		}
	
		#topDestinationContainer .topDestination p.btnMore
		{
			position:relative;
			height:25px;
		}
		
			#topDestinationContainer .topDestination p.btnMore a
			{
				position: absolute;
				right:5px;
				display:block;
				height:25px;
				line-height:25px;
				width: 125px;
				background: url('../images/btn_more.png') no-repeat;
				color: #fff;
				font-weight:bold;
				font-size:0.9em;
				text-decoration: none;
				text-align:center;
				vertical-align:middle;
			}
		
		#topDestinationContainer .topDestination h3
		{
			margin: 0;
			padding: 2px 8px;
			font-size:0.9em;
			background-color: #897f7f;
			color: #fff;
		}

/* Frontpage special offer */
#fpSpecialOfferContainer
{
	margin-left:10px;
	margin-bottom: 10px;
	width: 626px;
	
	float:left;
	display: inline;
}
	#fpSpecialOfferContainer h2
	{
		text-transform: uppercase;
	}
		
	#fpSpecialOfferContainer .specialOffer
	{
		float: left;
		display: inline;
		
		width: 195px;
		padding: 3px;
		margin-top: 10px;
		margin-left: 4px;
		border: 1px solid #f0f0f0;
	}
	
	#fpSpecialOfferContainer .specialOffer p
	{
		margin: 2px 0;
	}
	
	#fpSpecialOfferContainer .specialOffer p.objectName
	{
		font-weight: bold;
	}
	
	#fpSpecialOfferContainer .specialOffer div.objectCapacityList, #sbSpecialOfferContainer .specialOffer div.objectCapacityList
	{
		height: 60px;
		overflow: -moz-scrollbars-vertical; 
		overflow-y: scroll;
		border: 1px solid #f0f0f0;
	}
	
		#fpSpecialOfferContainer .specialOffer div.objectCapacityList ul, #sbSpecialOfferContainer .specialOffer div.objectCapacityList ul
		{
			margin: 4px;
			padding: 0;
		}			
	
/* Side banner special offer */
#sbSpecialOfferContainer
{
	margin-left:10px;
	margin-bottom: 10px;
	width: 203px;
	
	float:left;
	display: inline;
}

	#sbSpecialOfferContainer h2
	{
		text-transform: uppercase;
	}

	#sbSpecialOfferContainer .specialOffer
	{
		width: 185px;
		padding: 3px;
		margin-top: 10px;
		margin-left: 5px;
		border: 1px solid #f0f0f0;
	}
	
	#sbSpecialOfferContainer .specialOffer p
	{
		margin: 2px 0;
	}
	
	#sbSpecialOfferContainer .specialOffer p.objectName
	{
		font-weight: bold;
	}
	
	#sbSpecialOfferContainer .specialOffer select
	{
		width: 100%;
		padding: 0;
	}
	
/* destination container */
#destinationContainer
{
	width: 743px;
	margin-bottom: 10px;
	
	float: left;
	display: inline;
}

	#destinationContainer h2
	{
		text-transform: uppercase;
	}
	
	.innerContainer
	{
		padding:10px 10px 0 10px;
	}
	

/* listing container */
#listingContainer
{
	width: 660px;
	margin-bottom: 10px;
	
	float: left;
	display: inline;
}

	#listingContainer h2
	{
		text-transform: uppercase;
	}

	#listingContainer .objectListing
	{
		margin-top: 10px;
	}
	
		#listingContainer .objectListing table.listingUnits
		{
			clear: both;
			width:100%;
			border-collapse: separate;
			border-spacing: 2px;
		}
		
			#listingContainer .objectListing table.listingUnits a
			{
				color: #f05d29;
				font-weight: bold;
				text-decoration: none;
			}

			#listingContainer .objectListing table.listingUnits a:hover
			{
				text-decoration: underline;
			}
			
		#listingContainer .objectListing table.listingUnits td
			{
				padding:3px 20px;
				background-color: #f0f0f0;
				text-align: center;
				vertical-align: center;
			}
			
			#listingContainer .objectListing table.listingUnits thead
			{
				font-weight: bold;
			}
		
		#listingContainer .objectListing h3
		{
			font-size:0.9em;
			margin:0 0 5px 0;
			color: #f05d29;
		}
	
		#listingContainer .objectListing .objectImage
		{
			float: left;
			display: inline;
			
			width:160px;
		}
	
		#listingContainer .objectListing dl.listingProperties
		{
			margin:0;
			padding:0;
			width: 470px;
			margin-left: 10px;
			
			float: left;
			display: inline;

			font-size: 0.9em;
		}

		#listingContainer .objectListing dl.listingProperties dt
		{
			width: 234px;
			line-height: 1.3em;
			
			float: left;
			display: inline;
			
			margin: 0 0 2px 0;
			padding: 2px 3px;
			background-color: #f0f0f0;
		}

		/* backslash hack mac-ie5 \*/
		dt { clear: both; }
		/* end hack */

		#listingContainer .objectListing dl.listingProperties dd
		{
			float: left;
			display: inline;
			line-height: 1.3em;
			width: 219px;
			padding: 2px 3px;
			margin: 0 0 2px 2px;
			background-color: #f0f0f0;
			text-align: right;
		}
		

#sideBar {
	width: 286px;
	margin-left: 10px;
	
	float: left;
	display: inline;
}

/* booking form sidebar */
.redstar
{
	color: #f00;
	font-size: 1.4em;
}

#sideBar #bookingForm
{
        margin:10px 0 0 0;
}

#sideBar #bookingForm ul
{
	margin: 10px 0 0 0;
}

#sideBar #bookingForm ul li
{
    text-align: center;
	margin-top:5px;
}

#sideBar #bookingForm ul li label
{
	color: #55A8BD;
	font-weight: bold;
}

#sideBar #bookingForm, #sideBar #bookingForm input
{
    /*font-size:0.9em;*/
}

#sideBar #bookingForm textarea#comment, #sideBar #bookingForm input
{
    display: block;
	width:200px;
	margin-left: auto;
	margin-right: auto;
}

#sideBar #bookingForm #submit, #sideBar #bookingForm #reset
{
    width:90px;
    display:inline;
}

#sideBar #bookingForm #submit
{
	font-weight: bold;
}

#sideBar #bookingForm h2
{
	text-transform:uppercase;
}

#sideBar #bookingForm .in_err
{
    background-color: #F66;
}
#sideBar #bookingForm #inquiryResponse
{
	font-weight: bold;
	margin: 15px;
}

#sideBar #bookingForm .inquirySubject
{
	margin:10px 0 0 0;
	text-align:center;
}

/* podsjetnik */
#sideBar #reminderContainer
{
	margin-top: 15px;
}

	#sideBar #reminderContainer h2
	{
		text-transform: uppercase;
	}

	#sideBar #reminderContainer #reminderResponse
	{
		padding:10px;
	}
	
		#sideBar #reminderContainer #reminderResponse span
		{
			display: block;
			text-align: center;
			margin-top:10px;
		}
		
		#sideBar #reminderContainer #reminderResponse .reminderItem p
		{
			line-height:0.9em;
			font-size:0.9em;
		}
		
			#sideBar #reminderContainer #reminderResponse .reminderItem p img
			{
				vertical-align: middle;
			}

/* side search */
#sideSearch
{

}
	
	#sideSearch h2
	{
		text-transform: uppercase;
	}

/* pageNav */
#pageNav
{
	padding: 4px 10px;
	background-color: #eee;
	margin: 5px 0;
	border-top: 2px solid #ccc;
	font-size: 1.2em;
}

	#pageNav p
	{
		margin: 0;
	}
	
	#pageNav a
	{
		color: #f05d29;
		font-weight: bold;
		text-decoration: none;
	}
	
	#pageNav a:hover
	{
		text-decoration: underline;
	}
	
/*
 * Destination and hotel container
 * Ove stilovi su potrebni i CKEditoru
 */
#destinationContainer ul
{
	list-style-type: disc;
}

/* side search accomodation */
#accommodationSearch
{
	margin: 10px;
}

	#accommodationSearch ul
	{
		margin: 15px 20px;
	}
	
		#accommodationSearch ul li
		{
			margin-bottom: 15px;
		}

	#accommodationSearch label, #accommodationSearch select
	{
		/*display: block;*/
	}
	
	#accommodationSearch label
	{
		/*margin-top: 8px;*/
		display: block;
		font-weight: bold;
		color: #55a8bd;
	}
	
	#accommodationSearch #submit
	{
		font-weight: bold;
	}
	
	#accommodationSearch select
	{
		/*font-weight: bold;*/
		font-size: 0.9em;
		color:#333;
		/*padding: 2px;*/
	}
	
/* bottom photos */
#bottomPhotos
{
	
}

	#bottomPhotos .photo
	{
		height: 116px;
		width: 166px;
		margin-left: 10px;
		margin-bottom:15px;
		float:left;
		display: inline;
		text-align: center;
	}

	#bottomPhotos .photo img
	{
		padding: 3px;
		border: 1px solid #ccc;
	}
	
/* page container */
#pageContainer
{
	width: 660px;
	margin-bottom: 10px;
	
	float: left;
	display: inline;
}

	#pageContainer h2
	{
		text-transform: uppercase;
	}
	
/* capacity container */
#capacityContainer
{
	width: 660px;
	margin-bottom: 10px;
	
	float: left;
	display: inline;
}

	#capacityContainer h2
	{
		text-transform: uppercase;
	}
	
	#capacityContainer h3
	{
		color:#f05d29;
		font-size: 1.0em;
		text-transform: uppercase;
	}
	
	#capacityContainer h4
	{
		color: #55a8bd;
		font-size: 0.9em;
		margin-top: 1.8em;
	}
	
	#capacityContainer h5
	{
		color: #757575;
		background-color: #f0f0f0;
		font-size: 0.9em;
		font-weight: bold;
		padding: 1px 5px;
		margin: 10px 0 2px 0;
	}
	
	#capacityContainer .objectPhoto
	{
		width: 400px;
		float: left;
		display: inline;
	}

		#capacityContainer .objectPhoto img
		{
			padding: 2px;
			border: 1px solid #f0f0f0;
		}
	
	#capacityContainer .objectCapacityList
	{
		width: 230px;
		margin-left: 10px;
		
		float: left;
		display: inline;
	}
				
		#capacityContainer .objectCapacityList p
		{
			font-weight: bold;
		}

		#capacityContainer .objectCapacityList ul
		{
			list-style-type: disc;
		}
	
	#capacityContainer .photoGallery
	{
		
	}

		#capacityContainer .photoGallery .photo
		{
			height: 106px;
			width: 146px;
			margin-right: 10px;
			margin-bottom:15px;
			float:left;
			display: inline;
			text-align: center;
		}

		#capacityContainer .photoGallery .photo img
		{
			padding: 3px;
			border: 1px solid #ccc;
		}
		
	#capacityContainer .infoContainer
	{
	
	}
	
		#capacityContainer .infoContainer .leftCol, #capacityContainer .infoContainer .rightCol
		{
			width: 310px;
			float: left;
			display: inline;
		}
		
		#capacityContainer .infoContainer .rightCol
		{
			margin-left: 20px;
		}
		
		#capacityContainer .infoContainer dl
		{
			font-size:0.9em;
		}
			
			#capacityContainer .infoContainer dl dt
			{
				width: 250px;
				/*line-height: 1.3em;*/
				
				float: left;
				display: inline;
				
				margin: 0 0 2px 0;
				padding: 2px 3px;
				background-color: #f0f0f0;
				height: 1.6em;
			}

			/* backslash hack  - vec imamo gore! */

			#capacityContainer .infoContainer dl dd
			{			
				float: left;
				display: inline;
				/*line-height: 1.3em;*/
				width: 46px;
				padding: 2px 3px;
				margin: 0 0 2px 2px;
				background-color: #f0f0f0;
				text-align: right;
				height: 1.6em;
			}
			
				#capacityContainer .infoContainer dl dd span.category
				{
					font-size:1.4em;
					font-weight:bold;
				}
				
				#capacityContainer .infoContainer dl dd.no
				{
					background: url(../images/no.png) 50% 50% no-repeat;
					background-color: #f0f0f0;
				}
				
				#capacityContainer .infoContainer dl dd.yes
				{
					background: url(../images/yes.png) 50% 50% no-repeat;
					background-color: #f0f0f0;
				}

#capacityContainer .priceListSupplement
{
	margin-top:15px;
}
				
	#capacityContainer .priceList table, #capacityContainer .priceListSupplement table
	{
		border-spacing: 2px;
		border-collapse: separate;
		width: 100%;
	}
		#capacityContainer .priceList table td, #capacityContainer .priceListSupplement table td
		{
			padding: 5px;
			text-align: center;
			background-color: #eee;
		}
		
		
		#capacityContainer .priceList table thead td
		{
			color:#f05d29;
		}

		#capacityContainer .priceList table tbody td.capacityType
		{
			font-weight: bold;
			color:#f05d29;
			text-align: left;
		}
		
		#capacityContainer #reminderAdd
		{
			width: 230px;
			margin-left: 10px;
			margin-bottom: 15px;
			
			float: left;
			display: inline;
			
			font-weight: bold;
		}
		
		#capacityContainer #reminderAdd a
		{
			text-align: left;
			display:block;
			/*padding-left: 24px;*/
			text-decoration: none;
			/*background-image: url(../images/star.png);
			background-repeat: no-repeat;
			background-position: 0 50%;*/
		}
		
/* booking container */
#bookingContainer
{
	width: 660px;
	margin-bottom: 10px;
	
	float: left;
	display: inline;
}

	#bookingContainer ul
	{
		margin: 0;
	}

	#bookingContainer h2
	{
		text-transform: uppercase;
	}

	#bookingContainer form li
	{
		margin-bottom: 10px;
	}
	
	#bookingContainer form label
	{
		display: block;
		font-weight: bold;
		color: #55a8bd;
	}
	
	#bookingContainer form .in_err
	{
		background-color: #F66;
	}

	#bookingContainer form #submit
	{
		font-weight: bold;
	}

	#bookingContainer form textarea#comment, #bookingContainer form input
	{
		display: block;
		width:200px;
	}

	#bookingContainer form #submit, #bookingContainer form #reset
	{
		width:90px;
		display:inline;
	}
	
	#bookingContainer #inquiryResponse
	{
		font-weight: bold;
	}
	
	
/* linkexchange, sitemap container */
#linkExchangeContainer, #sitemapContainer
{
	width: 660px;
	margin-bottom: 10px;
	
	float: left;
	display: inline;
}

	#linkExchangeContainer p
	{
		font-size:1.1em;
		margin-top: 30px;
	}
	
	#linkExchangeContainer p.noverticalmargin
	{
		font-size:1.1em;
		margin-top: 0;
	}	

	#linkExchangeContainer ul
	{
		margin: 0;
	}

	#linkExchangeContainer h2
	{
		text-transform: uppercase;
	}

	#linkExchangeContainer form li
	{
		margin-bottom: 10px;
	}
	
	#linkExchangeContainer form label
	{
		display: block;
		font-weight: bold;
		color: #55a8bd;
	}
	
	#linkExchangeContainer form .in_err
	{
		background-color: #F66;
	}

	#linkExchangeContainer form #submit
	{
		font-weight: bold;
		color:#000;
	}

	#linkExchangeContainer form textarea#s2desc, #linkExchangeContainer form input
	{
		display: block;
		width:460px;
		color:#757575;
	}

	#linkExchangeContainer form textarea.noborder, #linkExchangeContainer form input.noborder
	{
		border:0;
	}

	
	#linkExchangeContainer form #submit, #linkExchangeContainer form #reset
	{
		width:90px;
		display:inline;
	}
	
	#linkExchangeContainer #inquiryResponse
	{
		font-weight: bold;
	}
	
	#sitemapContainer ul
	{
		font-size:1.1em;
		font-weight:bold;
	}
	
		#sitemapContainer ul li
		{
			margin-bottom:20px;
		}
	
		#sitemapContainer ul ul
		{
			margin-top:8px;
			font-weight:normal;
		}
		
			#sitemapContainer ul li
			{
				margin-bottom:8px;
			}
		
