/* reset */
*
{
	margin: 0;
	padding: 0;
	text-align: left;
}

*:first-child
{
	margin-top: 0!important;
}

body
{
	font-family: arial, sans-serif;
	background: white url('http://static.nomad2000.si/images/background.png') repeat-x;
	font-size: 12px;
	line-height: 1em;
	color: #2e2c6a;
}

a
{
	color: #2e2c6a;
}

a:hover
{
	text-decoration: none;
}

p
{
	margin-top: 10px;
	line-height: 1.2em;
}

/* clearers */
/*
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/

ol.forms li
{
	list-style: none;
	padding: 3px 0;
	clear: left;
}

ol.forms > li > label
{
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	padding: 3px 10px 3px 3px;
	font-weight: bold;
}

ol.forms input[type="text"], ol.forms textarea, ol.forms select
{
	padding: 3px;
	border: 2px solid #aacee1;
}

fieldset.sub, fieldset.submit
{
	border: none;
}

fieldset.submit input
{
	padding: 3px;
}

ol.forms input[type="text"]:focus
{
	border-color: #77aae1;
}

fieldset
{
	border: none;
	border-top: 2px solid #fc9;
	padding: 10px;
	margin: 10px 0;
}

fieldset legend
{
	padding: 0 10px;
	font-weight: bold;
}

fieldset:first-child
{
	margin: 0;
}

span.help
{
	display: block;
	color: #000;
}

p.notice
{
	margin-top: 20px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

div.notice
{
	margin-bottom: 20px;
	border: 3px solid #2e2c6a;
	padding: 5px;
	background-color: #aacee1;
}

.error
{
	border: 1px solid #f00;
	padding: 3px !important;
	color: #f00;
}

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

.logo-holder
{
	float: left;
	width: 30%;
	height: 92px;
}

.logo-holder a
{
	display: block;
	padding: 7px;
}

.logo-holder a img
{
	border: 0;
}

#top-part
{
}

.menu-top
{
	float: left;
	width: 70%;
	height: 30px;
	padding: 5px 0;
}

.menu-top .search
{
	float: left;
}

.menu-top .lang-select
{
	float: right;
	padding-right: 5px;
}

.menu-top input.searchq
{
	border: 2px solid #cc6633;
}

.menu-top input.searchbtn
{
	width: 80px;
	background: #cc6633;
	border: 2px solid #cc6633;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-family: arial, sans-serif;

}

.logo-holder, .menu-top, #slogan
{
	background-color: white;
}

#slogan
{
	float: left;
	width: 70%;
	height: 52px;
}

.main-menu
{
	background-color: #fff;
	border-top: 3px solid #f26421;
}

.main-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0 0.3em;
}

.main-menu ul li
{
	display: inline;
}

.main-menu ul li a
{
	display: block;
	float: left;
	padding: 0.7em 1em;
	margin: 0.3em 0.2em 0.3em 0!important;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background-color: #fff;
	color: #2e2c6a;
	outline: none;
}

.main-menu .offer a
{
	float: none;
	padding: 0;
	line-height: 13px;
	margin-top: 5px;
	text-align: left;
}

.main-menu .offer a:hover
{
	background: none;
}

.main-menu ul li a:hover, .main-menu ul li a.act
{
	background-color: #fc9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.main-menu ul li.special a
{
	color: #f26421;
}

.clear
{
	clear: both;
}

div.categories:first-child
{
	margin-top: 0;
}

div.categories:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fleft
{
	float: left;
}

.fright
{
	float: right;
}

.strong
{
	font-weight: bold;
}

#slideshow
{
	position: relative;
	height: 290px;
	margin-top: 5px;
}

#slideshow ul
{
	position: absolute;
	z-index: 50;
	margin: 0;
	padding: 0;
}

#slideshow ul li
{
	display: none;
	list-style: none;
}

#slideshow ul li:first-child
{
	display: block;
}

#bc
{
	padding: 10px;
	background-color: #eff5f8;
	border-bottom: 2px solid #2e2c6a;
}

#bc a, #bc strong
{
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px;
}

#content
{
	border-top: 4px solid #cc6633;
	background-color: aliceblue;
	font-size: 13px;
}

.content
{
	padding: 10px;
}

#catwrap
{
	float: left;
	width: 71.9%;
	margin-bottom: 15px;
}

#fresh
{
	float: left;
	width: 248px;
	padding: 1px;
	margin: 15px 0 15px 15px;
	border: 2px solid #2f6296;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.categories .category
{
	float: left;
}

#catwrap .categories:first-child
{
	margin-top: 15px !important;
}

#catwrap .categories:first-child .category:first-child .title
{
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}

#catwrap .categories:first-child .category:last-child .title
{
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

#catwrap .categories:first-child .category:first-child:last-child .title
{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#catwrap .categories:last-child .category:first-child .description
{
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}

#catwrap .categories:last-child .category:last-child .description
{
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}

#catwrap .categories:last-child .category:first-child:last-child .description
{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

#catwrap .categories .category
{
	width: 33.3%;
	background: -moz-linear-gradient(white, #f9e2cb);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f9e2cb));
}

#catwrap .categories .category .image, #catwrap .categories .category .description
{
}

#fresh.categories .category
{
	width: 100%;
	background-color: #d8e2ed;
}

.categories.team .category
{
	width: 25%;
}

.categories .category .title
{
	background: #eff5f8 url('http://static.nomad2000.si/images/catbg.png') repeat-x;
	margin-left: 1px;
}

#fresh.categories .category .title
{
	margin-left: 0 !important;
	line-height: 120%;
}

.categories .category:first-child .title
{
	margin-left: 0;
}

#fresh.categories .category .title
{
	background: #eff5f8 url('http://static.nomad2000.si/images/fresh_title_bg.png') repeat-x;
}

#fresh.categories .category:first-child .title
{
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

#fresh.categories .category:last-child
{
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.categories .category .title h1
{
	margin: 0;
}

.categories .category .title a, .categories .category .title span
{
	padding: 10px;
	display: block;
	color: #2e2c6a;
	font-weight: bold;
	font-size: 12px;
}

.lower
{
	text-transform: lowercase;
}

.categories .category .title a:hover
{
	text-decoration: none;
}

.categories .category .image
{
	padding: 9px;
	margin-left: 1px;
	text-align: center;
}

.categories .category:first-child .image
{
	margin-left: 0;
}

.categories .category.fresh .image
{
	background-color: #69c;
}

.categories .weather .image table
{
	background: url(../images/weatherbg.png) repeat-x;
	width: 68px;
	height: 115px;
	font-size: 12px;
}

.categories .weather .image table td
{
	padding: 0;
}

.categories .weather .image table a
{
	font-size: 12px;
	font-weight: bold;
}

.image a
{
	display: block;
	line-height: 0;
}

.categories .category .image a
{
	display: inline;
}

.categories .category .image a img
{
	border: 1px solid #a9cde0;
}

.categories .category .description
{
	padding: 3px 3px 10px;
	margin-left: 1px;
}

.categories .category:first-child .description
{
	margin-left: 0;
}

.categories .category.fresh .description
{
	background: #a8ccdf url('http://static.nomad2000.si/images/fresh_desc_bg.png') repeat-x;
}

.categories .category .description p
{
	margin: 0;
	font-size: 12px;
}

#footer
{
	width: 100%;
	border-top: 4px solid #c63;
	background-color: #fc9;
	font-size: 12px;
	font-weight: bold;
	overflow: auto;
}

#footer .copyright
{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer span
{
	display: block;
	padding: 10px;
}

#footer ul.links
{
	border-left: none !important;
	border-right: 2px solid #c63 !important;
	margin: 0;
	padding: 10px;
}

#footer ul.links li
{
	list-style: none;
	text-align: right;
	display: inline;
	margin: 0 0 0 10px;
}

#footer ul.links li a
{
	float: none;
}

#photos
{
	float: right;
	width: 239px;
	padding: 10px 0;
}

.text-content
{
	float: left;
	width: 711px;
	padding: 10px;
}

.normal
{
	float: left;
	width: 491px;
}

.full
{
	float: left;
	width: 730px;
}

.main
{
	line-height: 1.2em;
}

h1
{
	font-family: arial, sans-serif;
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #f26421;
}

h2
{
	margin: 20px 0 5px;
	font-size: 16px;
}

h3
{
	margin: 20px 0 10px;
}

.title h3
{
	margin-bottom: 0;
}

p
{
	margin-bottom: 10px;
}

.main a
{
	color: #2e2c6a;
	font-weight: bold;
}

.main > ol, .main > ul
{
	margin-left: 30px;
}

h1.title
{
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: auto;
}

h1.medium
{
	font-size: 17px;
}

h2.nomargin
{
	margin-top: 0;
}

.bluebox h4
{
	margin-top: 10px;
}

ul.photos li
{
	display: block;
	list-style: none;
	line-height: 0;
	margin: 5px 10px 0 0;
}

#photos .title
{
	margin-top: -10px!important;
	background: #eff5f8 url('http://static.nomad2000.si/images/catbg.png') repeat-x;
}

#photos .title a
{
	padding: 10px;
	display: block;
	color: #2f2f2f;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
}

#photos .title a:hover
{
	text-decoration: none;
}

ul.photos li > a
{
	display: block;
	text-align: right;
}

ul.photos li > a img
{
	border: 1px solid #5e5e5e;
}

/* Links css */

.links-container
{
	padding-bottom: 1px;
	margin-bottom: -1px;
}

ul.links
{
	border-left: 2px solid #c63;
	padding: 5px 0 5px 10px;
	margin: 10px 0;
}

ul.links li
{
	list-style: none;
	padding: 5px 0;
}

ul.links li.link a
{
	color: #cc6633;
}

ul.links li ul
{
	margin: 0 10px;
	padding: 0 10px;
}

ul.links li ul.sub li
{
	list-style: square;
}

ul.links li ul li
{
	margin: 5px;
}

.background
{
	padding: 10px;
	color: #2f2f2f;
	margin: 0;
	background: #eff5f8 url('http://static.nomad2000.si/images/catbg.png') repeat-x;
	border-bottom: 1px solid #ddd;
}

/* Rent-a-bike css */

table.pricelist
{
	width: 300px;
	border: none;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table th
{
	border: none;
	border-bottom: 2px solid #cc6633;
	padding: 5px;
}

table tr.even
{
	border: none;
	background-color: #ffba76;
}

table tr.odd
{
	background-color: #fc9;
}

table td
{
	padding: 5px;
}

/* Rent-a-vessel css */
table.vessels
{
	border-collapse: collapse;
}

table.vessels tbody
{
	font-size: 0.9em;
}

table.vessels tbody tr:nth-child(2n+1)
{
	background-color: #fff;
}

table.vessels tr:hover td
{
	background-color: #ffba76;
	border: 1px solid transparent;
}

table.vessels td
{
	border: 1px solid #eee;
}

.green
{
	color: forestgreen;
}

.price
{
	text-align: right;
	font-weight: bold;
}

/* Contact css */

.company-data
{
	float: left;
	width: 250px;
}

.company-location
{
	width: 668px;
	height: 400px;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
}

span.noscript
{
	font-weight: bold;
}

/* Category, subcategory, activity css */

.left-menu
{
	float: left;
	width: 230px;
}

.left-menu a
{
	color: #2e2c6a;
}

.left-menu .title
{
	background: #eff5f8 url('http://static.nomad2000.si/images/catbg.png') repeat-x;
}

.left-menu .border
{
	border-bottom: 1px solid #ddd;
}

.left-menu .title h3 a, .left-menu .title h3 span
{
	padding: 10px;
	display: block;
	color: #2e2c6a;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	margin: 0;
}

.left-menu ul.items
{
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
}

.left-menu ul.items li.item
{
	list-style: none;
}

.left-menu ul.items li.item a, .left-menu ul.items li.item span
{
	display: block;
	padding: 5px 0 5px 10px;
	background-color: #ffc;
	text-decoration: none;
}

.left-menu ul.items li.item span
{
	background-color: #fc9;
}

.left-menu ul.items li.item a:hover
{
	background-color: #fc9;
}

.left-menu ul.items li.selected a
{
	background-color: #fc9;
}

.left-menu ul.subitems
{
	margin: 0;
	padding: 0;
}

.left-menu ul.subitems li.subitem
{
	list-style: none;
}

.left-menu ul.subitems li.subitem a
{
	display: block;
	padding: 5px 0 5px 15px;
	background-color: #ffc;
	text-decoration: none;
	font-size: 11px;
}

.left-menu ul.subitems li.subitem a:hover
{
	padding-top: 3px;
	border-top: 2px solid #c63;
}

.left-menu ul.subitems li.selected a
{
	padding-top: 3px;
	border-top: 2px solid #c63;
	background-color: #fc9;
}

.left-menu ul.options
{
	margin: 0;
	padding: 0;
	border-top: 2px solid #2e2c6a;
	border-bottom: 2px solid #c63;
}

.left-menu ul.options li
{
	list-style: none;
}

.left-menu ul.options li.gift-card a
{
	display: block;
	padding: 10px 0 10px 10px;
	background-color: #aacee1;
	font-weight: bold;
}

.left-menu ul.options li.book a
{
	display: block;
	padding: 10px 0 10px 10px;
	background-color: #fc9;
	font-weight: bold;
}

.left-menu .contact
{
	border-top: 1px solid #ddd;
}

.middle-content
{
	padding: 10px;
}

.skyscraper
{
	width: 160px;
	height: 600px;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 21px 21px 21px 22px;
}

table.dates
{
	width: 100%;
	border-spacing: 0;
	border: none;
}

table.dates td.date
{
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

table.dates td.odd
{
	background-color: #aacee1;
}

table.dates td.even
{
	background-color: #8aa4c3;
}

ul.informations
{
	margin: 10px 0 0;
	padding: 0;
}

ul.informations li
{
	list-style: none;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	background-color: #aacee1;
}

ul.informations li.information span
{
	display: block;
	float: left;
	width: 150px;
	font-weight: normal;
}

.chronology
{
	margin: 10px 0;
}

ul.days > li
{
	list-style: none;
	margin-top: 10px;
}

ul.days li.day .day-content
{
	padding: 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 2px solid #c63;
	background-color: #ffc;
}

ul.days li.day .title
{
	background: #fff url('http://static.nomad2000.si/images/catbg.png') repeat-x;
	padding: 10px;
}

ul.days li.day .title h2
{
	display: block;
	color: #2e2c6a;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

.bluebox
{
	background-color: #aacee1;
	padding: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.gear
{
	padding: 10px;
}

ul.activities
{
	margin: 10px 0 0 0!important;
}

ul.activities li
{
	list-style: none;
}

ul.activities ul, div.gear ul, ul.activities li ol, div.gear ol,
ul.days li .day-content ul, ul.days li .day-content ol
{
	margin-left: 25px;
	margin-top: 10px;
}

div.includes ul li, div.gear ul li,
ul.days li .day-content ul,
ul.activities ul li
{
	list-style: disc;
}

ul.activities > li
{
	margin: 10px 0 0;
}

ul.activities li span.image
{
	float: left;
	margin: 0 5px 0 0;
}

ul.activities li span.image a img
{
	border: 1px solid #2e2c6a;
}

ul.activities li .info
{
	background-color: #369;
	padding: 10px;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul.activities li .info h2
{
	margin: 0;
}

ul.activities li .foot-info
{
	border-top: 1px solid #fff;
	margin-top: 3px;
	padding: 7px 0 0;
	font-weight: bold;
	font-size: 11px;
}

.dates
{
	text-align: right;
}

.dates table
{
	float: left;
	margin-right: -7px;
	border-collapse: collapse;
}

.dates table td
{
	margin: 0;
	padding: 0 10px;
	font-weight: normal;
}

ul.activities li.activity div.description
{
	float: left;
	width: 286px;
	padding-right: 5px;
}

ul.activities li.activity div.description-full
{
	float: left;
	width: 503px;
	padding-right: 5px;
}

ul.activities li.activity div.description h3, ul.activities li.activity div.description-full h3
{
	margin: 0;
	font-size: 13px;
}

.block
{
	display: block;
}

span.activity-info-top
{
	margin: 0 0 0 50px;
	color: #fff;
}

span.activity-info-bottom
{
	margin: 0 0 0 20px;
}

/* subcategory */
#activities ul.activities li div.info h2
{
	display: block;
	float: left;
}

ul.activities li div.info h2 a, ul.activities li div.info h2 span
{
	display: block;
	font-size: 17px;
	margin: -10px!important; /* easy hit effect */
	padding: 10px;
	color: white;
	text-decoration: none;
}

ul.activities li div.info div.params
{
	float: right;
	width: 40%;
}

ul.activities li div.info div.params span
{
	display: block;
	float: right;
	margin-right: 20px;
	font-weight: bold;
}

/* dropdown menu */
.offer
{
	display: none;
	position: absolute;
	z-index: 100;
	background-color: #fff;
	margin-top: 5px;
	width: 960px;
	height: 290px;
}

.offer ul li
{
	display: block;
}

.offer ul a
{
	float: none;
	width: auto;
	background: none;
	border: none;
	text-align: left;
}

.offer .offer-container
{
	background-color: #fff;
}

.overlay
{
	width: 100%;
	height: 100%;
	background: url(http://static.nomad2000.si/images/ajax-loader.gif) no-repeat center center;
}

.offer .offer-container:first-child
{
	padding-top: 10px;
}

.offer .offer-container h3,
.offer .offer-container a
{
	margin: auto;
	text-decoration: none;
}

.offer h3
{
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	border-bottom: 1px dashed #999;
	color: #f26421;
}

.offer ul a
{
	color: #2e2c6a;
	font-weight: normal;
	float: none;
	display: block;
	margin: auto;

}

.offer ul li.subcat a
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.offer ul li.subcat a:hover
{
	text-decoration: none;
}

.offer ul li.subcat ul
{
	font-size: 11px;
}

.offer .offer-category
{
	float: left;
	width: 220px;
	margin: 0 10px;
}

.offer .offer-category > a
{
	padding: 0;
	margin: 10px 0 0;
}

dt
{
	margin-top: 10px;
}

dd
{
	font-weight: bold;
}

div.tabs
{
	background-color: #eff5f8;
	border-bottom: 2px solid #2e2c6a;
	font-size: 11px;
	font-weight: bold;
}

div.tabs ul
{
	margin: 0;
	padding: 0;
}

div.tabs li
{
	display: inline;
}

div.tabs a
{
	float: left;
	display: block;
	padding: 10px 5px 10px 8px;
	background: url(../images/spot.png) no-repeat left 52%;
}

div.tabs li:first-child a
{
	background: none;
}

div.tabs a:hover
{
	text-decoration: none;
}

p.hand
{
	padding-top: 15px;
	font-size: 13px!important;
	font-weight: 600;
	font-style: italic;
	color: #f26421;
}

p.hand a
{
	color: #f26421;
}

.small
{
	font-size: 11px;
}

table.team
{
	margin-top: -10px;
}

table.team td
{
	vertical-align: top;
	font-size: 11px;
}

table.team h2
{
	font-size: 15px;
	margin: 5px 0 0;
	text-align: center;
}

table.team
{
	border-spacing: 10px 0;
}

span.team-contact
{
	display: block;
	font-size: 11px;
	padding: 0 15px;
	margin: 5px 0 10px;
}

div.team
{
	text-align: center;
}

div.team img
{
	border: 1px solid #2e2c6a;
}

div.weather.forecast table
{
	border-spacing: 5px;
	font-size: 12px;
	text-align: center;
}

.forecast .min
{
	text-align: center;
	background-color: #9cc;
}

.forecast .max
{
	text-align: left;
	background-color: #f66;
}

table.forecast
{
	width: 100% !important;
	font-weight: bold;
}

table.forecast td,
table.forecast th
{
	text-align: center;
}

table.forecast td img
{
	border: none !important;
}

div.weather.current table.forecast
{
	width: 100%;
	font-size: 12px;
	border-spacing: 5px;
}

td.weather-cell
{
	text-align: center;
	width: 50%;
}

/* slideshow */
#slideshow li img
{
	display: block;
	border: 10px solid white;
	margin: 0 auto;
}

#slideshow li
{
	width: 100%;
}

#slideshow ul
{
	width: 100%;
	background-color: white;
}

/* TinyMCE specific rules */
body.mceContentBody
{
	background: none;
}

.mceContentBody a
{
	color: red !important;
}

.mceContentBody ul
{
	padding: 1em;
}

/* "new" indicator */
ul.items li a span.new
{
	display: inline !important;
	background-color: white !important;
	color: #f26421;
	padding: 1px 2px !important;
	margin: 0 5px 0 0;
	border: 1px solid #fc9;
}

ul.items li a:hover span.new
{
	background-color: transparent !important;
	color: white;
}
