html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html>body, html>body #wrapper {
    height: auto;
}

body {
	background: #25106b;
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
	background:url(/images/bg.gif) repeat-x;
}

#header {
	background:url(/images/header_bottom.jpg) no-repeat 0 163px;
	width:983px;
	height:189px;
	margin:0 auto;
	position:relative;
}

#main {
	margin:0 auto;
	width: 804px;
	padding:26px 0 10px 0;
}

#breadcrumbs {
	margin:0 0 10px 202px;
	color:#fff;
	font-size:11px;
}

#breadcrumbs a, #breadcrumbs a:visited, #content a, #content a:visited {
	color:#f9c22f;
	text-decoration:none;
}

#breadcrumbs a:hover, #content a:hover {
	text-decoration:underline;
}

#footer {
    position: absolute;
    bottom: 0;
	width:100%;
	height:19px;
	background: #f9c22f;
	font-size:12px;
}

#footer div {
	width:802px;
	margin:0 auto;
	padding-top:1px;
	text-align:center;
}

ul {
	margin:0px;
	padding:0px;
}

p {
	font-size:11px;
	text-align:justify;
	margin:0 0 16px 0;
}

/**** HEADINGS ****/

h3 {
	margin:0px;
	padding:10px 0 10px 0;
	font-size:22px;
	font-weight:bold;
}

h4 {
	margin:0px;
	padding:12px 0 0px 0;
	font-size:18px;
	font-weight:bold;
}

/**** MENU ****/

#menu {
	width:544px;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	/*padding-top:163px;*/
	position:absolute;
	top:163px;
	left:219px;
}

#menu ul {
	list-style:none;
}

#menu li {
	display:inline;
	margin:0px;
	padding:0px;	
}

#menu a {
	float:left;
	background:url("/images/topmenu_btn_l.gif") no-repeat left top;
	margin:0 8px 0 0;
	padding:0 0 0 8px;
	text-decoration:none;
}

#menu a span {
	float:left;
	display:block;
	background:url("/images/topmenu_btn.gif") no-repeat right top;
	padding:5px 26px 3px 18px;
	color:#eae1ca;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#f9c22f;}
#menu a:hover {background-position:0% -26px;}
#menu a:hover span, #menu #home a:hover span {background-position:100% -26px;}

/**** SIDEBAR ****/

#sidebar_wrap {
	width:175px;
	background:url(/images/sidebar_bg.gif);
	float:left;
}

#sidebar_wrap_r {
	width:175px;
	background:url(/images/sidebar_bg.gif);
	float:right;
}

#sidebar {
	background:url(/images/sidebar_top.jpg) no-repeat;
	padding:15px 10px 10px 10px;
	color:#160c3c;
	font-size:11px;
}

#sidebar_bottom {
	background:url(/images/sidebar_bottom.gif);
	height:11px;
}

#sidebar ul {
	list-style:none;
}

#sidebar li {
	border-bottom:1px solid #160c3c;
}

#sidebar li a, #sidebar li a:visited {
	color:#160c3c;
	text-decoration:none;
	display:block;
	padding:3px 5px 0 5px;
}

#sidebar li a:hover {
	background:#160c3c;
	color:#f9c22f;
}

/**** CONTENT ****/

#content {
	margin:0 0 30px 27px;
	width:400px;
	color:#fff;
	float:left;
	font-size:11px;
	text-align:justify;
}

.product_img {
	float:left;
	border:6px solid #fff;
	margin:4px 10px 3px 0;
}

.column1, .column2 {
	width:190px;
}

.column1 {
	float:left;
	padding:0 10px 0 0;
	/*border-right:1px solid #fff;*/
}

.column2 {
	float:right;
}

.sub {
	border-bottom:1px solid #fff;
}

.sub p {
	text-align:left;
	margin:0px;
}

.more {
	text-align:right;
	font-size:11px;
	margin:0 0 5px 0;
	font-weight:bold;
}

.more a, .more a:visited {
	color:#f9c22f;
	text-decoration:none;
}

.more a:hover {
	text-decoration:underline;
}

.left {
	float:left;
	margin:3px 10px 0 0;
}

.right {
	float:right;
	margin:3px 0 0 10px;
}

.pdf .naslov {
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
}

/**** SLIKE ****/

.th {
	margin: 0 0 3px 2px;
}

.th img {
	float: none;
	padding: 0px;
	margin: 0 1px;
	border:2px solid #fff;
}

.page {
	color:#160c3c;
	font-size:11px;
	text-align:right;
	padding-right:2px;
}

.page .tu {
	padding-left:3px;
}

.page a, .page a:visited, .nazad a, .nazad a:visited {
	color:#160c3c;
	text-decoration:underline;
	padding-left:3px;
}

.page a:hover, .nazad a:hover {
	text-decoration:none;
}

.nazad {
	text-align:center;
}

.loader {
	text-align: center;
	height: 198px;
	padding-top: 150px;
}
