body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 9px;
	text-align: center;
	background: #000;
	color: #999999;
	padding-top: 5px;
	line-height: 2;
}
td, th {
    font-size: 9px;
    text-align: left;
    line-height: 2;
}
#wrapper {
	margin: auto;
	text-align: left;
	width: 700px;
	position: relative;
	padding-top: 27px;
}
#body {
	background: url(../images/body_bg.gif) repeat-y;
	width: 700px;
}
#bodyi {
	background: url(../images/body_top.gif) no-repeat;
	width: 700px;
}
#bodyj {
     background: url(../images/body_bot.gif) bottom no-repeat;
     padding: 1px 0;
}
h1, h2, h3, #nav, #nav li {
    margin: 0; padding: 0;
}
#nav {
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 1px;
	line-height: 1.2;
	padding-left: 0px;
}
#nav li {
	float: left;
	width: 79px;
	list-style: none;
	margin-left: 2px;
	border-bottom: 1px solid #FDF6DD;
}
#nav a {
	color: #FDF6DD;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #738D09;
	font-style: normal;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	top: 0px;
	height: 18px;
}

#nav a:hover { text-decoration:underline}   /* mouse over link */
#nav a:active {
	color: #FFFFFF
}   /* selected link */


#sidebar {
	float: left;
	width: 210px;
	padding-top: 30px;
}
#sidebar .content {
    padding-left: 24px;
}
#sidebar .content img {
	float: left;
	clear: left;
	margin: 5px 5px 5px 0;
	border: 1px solid #7B7A5B;
}
#sidebar .divider {
	background: url(../images/left_splitter.gif) center no-repeat;
	height: 5px;
	width: 216px;
}
#content {
	float: right;
	width: 483px;
}
#content .content {
	margin: 0px 30px 7px 7px;
}
#content .content table {
    width: 310px;
    margin-right: 0px;
}
#content .content table td,
#content .content table th {
    padding-right: 10px;
}
#content .content table td.download {
    text-align: right;
    padding-right: 0px;
}
#content .divider {
    background: url(../images/right_splitter.gif) repeat-x;
    height: 5px;
}
h1 {
	position: absolute;
	left: 25px;
	top: -5px;
}
h2 {
	font-size: 11px;
	color: #CCCCCC;
	margin: 1em 0;
}
h3 {
    font-size: 10px;
    margin: 1em 0;
}
p {
    margin: 1em 0;
}
img {
    border: 0;
}
img.left  { float: left; margin-right: 14px; }
img.right { float: right; margin-left: 14px; }
.readmore {
    text-align: right;
}
.hidden {
    visibility: hidden;
}
.clear {
    clear: both;
}
a {
	color: #CF9118;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #CF9118;
}
a:hover {
	text-decoration: none;
}
table a {
    text-decoration: underline;
    font-weight: normal;
    color: #7f7c79;
}
#power {color:#fff;text-align:center;}
#power a {color:#fff;}

.galerija {
	vertical-align: middle;
	display: block;
	margin: 3px;
}

.galerija img {
	border: 1px solid #0066CC;
}

.focustext {
	color: #CCCCCC;
	font-weight: bold;
}

.albumthumbs img{
	padding:2px;
	border:1px solid #999999;	
}

.albumthumbs img:hover{
	padding:2px;
	border:1px solid #CF9118;	
}

.albumthumbs img:hover{
color: #CF9118; /* irrelevant definition to overcome IE bug */
}

.flashunit {
	margin-left: 40px;
	margin-bottom: 30px;
}

.flashvideo {
	width: 180px;
	height: 137px;
	border: 1px solid #CCCCCC;
}

#leftcolumn{
	width:410px;
	padding: 5px;
	padding-left: 8px;
}

#leftcolumn a{
padding: 3px 1px;
display: block;
border-bottom: 1px solid gray;
}


#rightcolumn{
	float:left;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #666666;
	padding: 10px;
	width: 390px;
	height: 100%;
}

/*dropdown menu code*/

ul#nav {
  z-index: 1000000;
  margin: 0;
  padding: 0;
}
ul#nav li {
  display: block;
  position: relative;
  float: left;
}

ul#nav li ul { 
  display: none; 
}

ul#nav li a {
  display: block;
  white-space: nowrap;
}

ul#nav li:hover ul {
  display: block;
  position: absolute;
  padding-top: 2px;
  margin-left: -42px;
}

