/* Reset CSS */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym { 
	border: 0;
}

/* Global */

:active, :focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

a {
	color: #333333;
	text-decoration: underline;
}

body {	
	background-color: #EEEEEE;
	color: #333333;
	font-family: Georgia, serif;
	font-size: 12pt;
	line-height: 140%;
}

h1 {
	background-color: #CCCCCC;
	color: #333333;
	height: 32px;
	padding: 0.6em 30px;	
}

h2 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 1.5em;
	text-align: right;
}

p {
	text-indent: 1em;
}

/* Header */

#header {
	border-bottom: #333333 solid 24px;
	font-size: 8pt;	
	height: 24px;
	text-align: right;
}

#header a {
	float: left;
	height: 48px;
	margin-left: 32px;
}

/* Navigation */

#nav {
	background-color: #333333;
	height: 160px;
}

#nav a {
	display: block;
	height: 100%;
	width: 100%;
}

#nav-menu {
	margin-left: 80px;
	padding-top: 16px;
}

#nav-menu dd {
	float: left;
}

#first-menu li {
	height: 32px;
}

.first-storitve {
	background: scroll url(../images/storitve.png) no-repeat;
	width: 108px;
}

.first-programi {
	background: scroll url(../images/programi.png) no-repeat;
	width: 125px;
}

.first-reference {
	background: scroll url(../images/reference.png) no-repeat;
	width: 135px;
}

.first-podjetje {
	background: scroll url(../images/podjetje.png) no-repeat;
	width: 115px;
}

#second-menu {
	margin-left: 64px;
}

#second-menu li {
	height: 22px;
}

.second-gost {
	background: scroll url(../images/gost.png) no-repeat;
	width: 43px;
}

.second-hostel {
	background: scroll url(../images/hostel.png) no-repeat;
	width: 59px;
}

#third-menu {
	margin-left: 64px;
}

#third-menu li {
	height: 16px;
}

.third-predstavitev {
	background: scroll url(../images/predstavitev.png) no-repeat;
	width: 77px;
}

.third-slike {
	background: scroll url(../images/slike.png) no-repeat;
	width: 33px;
}

.third-demo {
	background: scroll url(../images/demo.png) no-repeat;
	width: 37px;
}

.third-cenik {
	background: scroll url(../images/cenik.png) no-repeat;
	width: 37px;
}

#first-menu li:hover, 
#second-menu li:hover, 
#third-menu li:hover, 
.crumb {
	background-position: left bottom;
}

/* Site */

.adv {
	margin-top: 8px;
	height: 144px;
}

.cenik th {
	text-align: center;
	font-weight: bold;
	width: 200px;
}

.cenik td {
	text-align: center;
}

.download {
	height: 64px;
	margin: 1em 0 1.5em;
}

#main-body {
	padding: 24px 32px 0;
}

.main-text {
	margin-bottom: 1.5em;
}

.main-text ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -1em;
}

.main-text li {
	margin-left: 1em;
}

.title {
	display: none;
}

.wrap-center {
	margin: 0 auto;
	width: 800px;
}

/* Gallery */

.gallery {
	background-color: #EEEEEE;
	position: absolute;
	width: 100%;
}

.gallery-header {
	margin: 0 auto;
	width: 800px;
}

.gallery-hide {
	display: none;
}

.gallery-close {
	background: scroll url(../images/close.png) no-repeat;
	height: 32px;
	margin-left: 720px;
	margin-bottom: 8px;
	width: 80px;
}

.gallery-prev {
	background: scroll url(../images/prev.png) no-repeat;
	float: left;	
	height: 32px;
	width: 80px;
}

.gallery-next {
	background: scroll url(../images/next.png) no-repeat;
	float: right;
	height: 32px;	
	width: 80px;
}

.gallery-close:hover,
.gallery-prev:hover, 
.gallery-next:hover {
	background-position: left bottom;
	cursor: pointer;
}

#gallery-title {
	height: 22px;
	padding: 5px 88px;		
	text-align: center;
}

#gallery-image {
	background-color: #333333;
	margin-top: 8px;
	text-align: center;
}

#gallery-image img {
	border: #333333 solid 24px;
}

/* Footer */

#footer {
	border-top: #333333 solid 24px;
	font-size: 8pt;
	margin-top: 8px;
	text-align: right;
}