@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding-bottom: 10px;
}
body {
	background: #fffef0 url(images/bg.gif) repeat-x top;
	color: #000;
	font: 13px/22px Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 25px;
	padding: 0px;
}
h1 {
	font-size: 25px;
	line-height: 20px;
	font-weight: bold;
	color: #ce1c04;
	font-style: italic;
	margin: 0px;
	padding: 8px 0px 20px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
.text10 {
	font-size: 10px;
	line-height: 16px;		
}
.text11 {
	font-size: 11px;
	line-height: 17px;		
}
.text12 {
	font-size: 12px;
	line-height: 18px;		
}
.text13 {
	font-size: 13px;
	line-height: 17px;		
}
.text14 {
	font-size: 14px;
	line-height: 18px;		
}
.text15 {
	font-size: 15px;
	line-height: 18px;		
}
.text16 {
	font-size: 16px;
	line-height: 19px;		
}
.text17 {
	font-size: 17px;
	line-height: 20px;		
}
.text18 {
	font-size: 18px;
	line-height: 20px;		
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}	
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
#wrapper {
	margin: auto;
	width: 920px;
}
#head {
	height:188px;
}
#logo {
	display: block;
	background: url(images/logo.jpg) no-repeat left top;
	height: 149px;
	width: 464px;
	position: absolute;
	margin: 35px 0px 0px 15px;
}
#bambus {
	background: url(images/bambus.jpg);
	height: 279px;
	width: 374px;
	position: absolute;
	margin-left: 520px;
}
#container {
	background: url(images/wrapper-bg.jpg) no-repeat left top;
}

/*--------------------------PRVA RAZINA--------------------------*/
#nav {
	list-style: none;
	margin: 0px 0px 20px;
	padding: 35px 0px 10px 20px;
	height: 40px;
}
#nav li {
	float: left;
	margin-right: 5px;
}
#nav li a {
	text-decoration: none;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	display: block;
}
#nav li a span {
	display: block;
	padding: 13px;
}
#nav li a:hover, #nav li a.active {
	background: url(images/nav-left.gif) no-repeat left top;
}
#nav li a:hover span, #nav li a.active span {
	background: url(images/nav-right.gif) no-repeat right top;
}

/*----------------------------------------DRUGA RAZINA----------------------------------*/
#nav ul {
	width:185px;
	background: #f3eebf;
	position: absolute;
	left: -999em;
	margin: -10px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	border: 1px solid #EAE08E;
	font-size: 13px;
	color: #000;
}
#nav ul li {
	width: 185px;
}
#nav ul li a {
	color: #000;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	padding: 5px 10px;
	display: block;
	width: 165px;
	background: url(../images/nav-bottom.gif) no-repeat center bottom;
	font-size: 13px;
}
#nav li ul li a:hover, #nav li ul li a:hover span {
	color: #000;
	background: url(none);
	background: #EEE7A6;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
	background: url(../images/arrow2.gif) no-repeat right 12px;
}
#nav a.sub:hover {
	background: #E0BB8D url(../images/menu-sub.gif) no-repeat left 12px;
}



#left {
	float: left;
	width: 560px;
	padding-left: 25px;
}
#right {
	float: right;
	width: 295px;
	padding-right: 10px;
}
.box {
	background: url(images/box.gif) no-repeat left top;
	margin-bottom: 10px;
}
.box-bottom {
	background: url(images/box-bottom.gif) no-repeat left bottom;
	padding-bottom: 25px;
}
.box span {
	padding-bottom: 10px;
}
.box p {
	margin: 0px;
	padding: 0px 15px 1px;
}
#footer {
	background: #434242 url(images/footer.gif) repeat-x top;
	padding: 25px 0px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	border-bottom: 1px solid #313030;
	margin-top: 10px;
}
#footer p {
	padding:0px;
	margin:0px;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

