


body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%;
	color: #4B4B4B;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 844px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 32px 28px 0px 0px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 90%;
	float: right;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#C96138;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: #FFFFFF  no-repeat center top;
}

#sitelogo {width:330px; height:60px; position:absolute; z-index:1; margin:3px 0 0 20px; background:url(images/sitename.gif);}

#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
	min-height: 570px;}
* html #wrapper-content { height : 570px;}




#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	
}

#menu-page h3 {
	font-size: 85%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #C96138;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #C96138; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #FFDED5;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h2 { font-size: 120%; padding: 0px 5px 1px 10px; background-color: #FFDED5;}
h4 { overflow: hidden; margin: 5px 5px 10px 0px; padding: 0px 0px 2px 0px; border-bottom: solid 2px #DD9D84; color: #C96139; font-weight: bold; font-size: 140%;} 
h5 { margin: 10px 0 5px 0;  font-weight:bold; font-size:100%;}
h6 { margin: -10px 0 5px 0; color: #C96139; font-weight:bold; font-size:105%;}

a:link, a:visited { color: #7CABCA; text-decoration: none; }
a:hover{ color: #C96138; text-decoration: underline; }

/* Images */
.img-left-noborder-notopmargin {float: left; margin: 0px 10px 0px 0px;}
.img-left-noborder-topmargin {float: left; margin: 3px 10px 0px 0px;}
.img-left-border-notopmargin {float: left; margin: 0px 10px 0px 0px; border: solid 1px #ccc;}
.img-left-border-topmargin {float: left; margin: 3px 10px 0px 0px; border: solid 1px #ccc;}
.img-right-noborder-notopmargin {float: right; margin: 0px 0px 0px 10px;}
.img-right-noborder-topmargin {float: right; margin: 3px 0px 0px 10px;}
.img-right-border-notopmargin {float: right; margin: 0px 0px 0px 10px; border: solid 1px #ccc;}
.img-right-border-topmargin {float: right; margin: 3px 0px 0px 10px; border: solid 1px #ccc;}
.img-border {float: none; border: solid 1px #ccc;}
.img-border-galerija {float: none; margin-top: 25px; margin-right: 30px; border: solid 1px #ccc;}
.img-galerija {	margin: 2px; background: #fff; 	border-color: #aaa #ccc #ddd #bbb; 	border-style: solid; border-width: 1px; color: inherit; padding: 5px; vertical-align: top; width: 150px; height: 113px;}


/******************/
/*  CLEAR FLOATS  */
/******************/
#clear-contentunit { border-bottom: 1px dashed #ccc;  }

/******************/
/*  3 columns  */
/******************/

#3col-left {overflow: hidden; float: left; width: 150px; margin: 0px 25px 0px 0px; padding: 0px;}
#3col-middle {overflow: hidden; float: left; width: 150px; margin: 0px; padding: 0px;}
#3col-right {overflow: hidden; float: right; width: 150px; margin: 0px; padding: 0px;}

.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
.align-justify {text-align: justify;}


/*  BULLETS */
.nav3-bullet {width:470px; margin:10px 0 0 20px;}
.nav3-bullet dt a, .nav3-bullet dt a:visited {line-height:2.0em; padding:0 0 0 10px; background:url(./images/bg_bullet_full_1.gif) no-repeat 0px 50%; text-decoration:none; color: #7CABCA; font-weight:bold; font-size:105%;}
.nav3-bullet dd a, .nav3-bullet dd a:visited {line-height:1.7em; margin:0 0 0 15px; padding:0 0 0 10px; background:url(./images/bg_bullet_half_1.gif) no-repeat 0px 50%; text-decoration:none; color: #7CABCA; font-weight:normal; font-size:105%;}
.nav3-bullet dt a:hover {background:url(./images/bg_bullet_full_2.gif) no-repeat 0px 50%; text-decoration:underline; color: #C96138;}
.nav3-bullet dd a:hover {background:url(./images/bg_bullet_half_2.gif) no-repeat 0px 50%; text-decoration:underline; color: #C96138;}

