
body {
	margin: 0;
	padding: 0px;
	color: #696969;
	font: 73% Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: #8c8c8c;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 { font-size: 1.3em; }

h2 { font-size: 1.2em; }

h3, h4, h5, h6 { font-size: 1.1em; }

p {
	margin-top: 0.5em;
	margin-bottom: 0.9em;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link { color:#D17921; }

a:visited { color: #D17921; }

a:hover {
	color:#D17921;
	text-decoration: underline;
}

fieldset { border: 1px solid #ccc; }

pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}

table { /* make <td> sizes relative to body size! */ font-size: 1em; }

.form-item label {
	font-size: 1em;
	color: #222;
}

.item-list .title {
	font-size: 1em;
	color: #222;
}

.links {
	margin-bottom: 0em;
	font-size:.95em;
}

.comment .links { margin-bottom: 0em; }

/*
** Page layout blocks / IDs
*/
#header, #content { width: 100%; }
#header { width: 1280px; }

#header {
	position:relative;
	/*background:#C5E18A url(img/header_bg.png) no-repeat;*/
	/* height:116px; */
	overflow:hidden;
	border: 1px solid #f00;
}

#header-image {
	width: 1000px;
	height: 242px;
	background: url(images/header.jpg) center center no-repeat;
}

#logo {
	float:left;
	margin:10px 0 0 30px;
	padding-bottom:15px;
}

#logo img {
	padding: 0;
	border: 0;
	margin:0;
}

#sub_header {
	position:relative;
	height:50px;
	background:url(img/sub_header.png) left top repeat-x;
	padding:4px 5px;
	margin:0 0 15px 0;
}

#sub_header .content {
	padding:2px 0 0 0;
	color:#ccc;
}

#sub_header .block a { color:#fff; }

#sub_header .block {
	color:#fff;
	margin:0 350px 0 30px;
	padding:5px 0 0 0;
}

#sub_header .block-title {
	float:left;
	width:150px;
	text-align:right;
	margin:0 20px 30px 0;
	color:#99CA30;
	padding:0;
}

#secondary {
	padding:0;
	margin:0;
	position:absolute;
	right:20px;
	top:10px;
	font-size:12px;
	color:#0053A0;
}

#secondary li { padding:0 6px 0 8px; }

#secondary a {
	padding: 7px 0;
	margin:0;
	font-size: 11px;
	font-weight:normal;
	color:#344A04;
}

#secondary a:hover, #secondary a.active {
	text-decoration:underline;
	color:#344A04;
}

#secondary ul.links li { border-left: 1px solid #344A04; }

ul.links li { border-left: 1px solid #ccc; }

ul.links li a { margin-left:2px; }

ul.links li.first { border-left: none !important; }

ul.links li.last { padding-right:0 !important; }

#primary {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

#primary li {
	border:none !important;
	margin-left:25px;
	padding:15px 0px; /* set to 0 in IE fix */
	float:left; /* float is nececcary! for correct tabs*/
}

#primary a {
	padding:15px;
	font-size: 13px;
	font-weight:bold;
	color:#fff;
	margin-left:2px; /*to equalize with li margin */
}

#primary a:hover, #primary a.active {
	background:#2E2E2E url(images/btn-bg.jpg) center left repeat-x;
	text-decoration:none;
}

ul.links li.first {
	border: none;
	padding-left:0 !important;
}

ul.links li.last { padding-right:0 !important; }

#search {
	position:absolute;
	right:10px;
	top:10px;
	vertical-align:middle;
	padding:6px 15px;
	background:url(img/search.png);
	z-index:2;
}

#search label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
}

#search .form-text {
	border: 1px solid #99CA30;
	font-size: 1.2em;
	height: 21px;
	vertical-align: middle;
	width: 175px;
	padding: 3px 5px 0 5px;
	margin:0;
}

#mission {
	background-color: #369;
	padding: 1.5em 2em;
	color: #fff;
}

#mission a, #mission a:visited {
	color: #9cf;
	font-weight: bold;
}

.site-name {

	margin: 0;
	padding: 20px 0 5px 0px;
	font-size: 3.3em;
	font-family:Impact, "Arial Black", Arial, Helvetica, sans-serif;
}
.site-name a {
padding:0 0 0 20px;
}

.site-name a:link, .site-name a:visited { color: #fff; }

.site-name a:hover { text-decoration: none; }

.site-slogan {
	font-size: 1em;
	color: #000;
	display: block;
	margin: 0;
	font-weight: bold;
	float:left;
	padding:0 0 20px 23px;
	
}

#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
  
}

#mission, .node .content, .comment .content { line-height: 1.4; }

#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}

.breadcrumb {
	margin-bottom: .5em;
	font-size:.9em;
	color:#6a6a6a;
}

.breadcrumb a { color:#6a6a6a; }

.messages {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 0.3em;
	margin-bottom: 1em;
}

.error { border-color: red; }

#author_link {
	text-align:right;
	padding:.5em 0 0 0;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
	font-weight: bold;
	font-size: 1.4em;
	color: #D17921;
	margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}

.feed-item-title a { color:#000; }

.block { margin-bottom:1.5em; }

#center .date {
	font-size:.8em;
	color:#6a6a6a;
}

.submitted {
	color: #999;
	font-size: 0.8em;
}

.links li.first { padding-left:0; }

.links a {
	font-weight: normal;
	color:#000;
}

.block, .box { padding: 0; }

.block .title { margin-bottom: .25em; }

.box .title { font-size: 1.1em; }

.node .title { font-size: 1.1em; }

.node { margin: .5em 0 1em 0; }

#center .node { padding-bottom:1.5em; }

.sticky {
	padding-bottom:1em;
	border-bottom:1px dotted #E0E4E7;
}

.node .content, .comment .content { margin: .5em 0 .5em 0; }

.node .taxonomy {
	color: #999;
	font-size: 0.8em;
	padding: 1.5em;
}

.node .picture {
	border: 1px solid #ddd;
	float: right;
	margin: 0.5em;
}

.comment {
	border: 1px solid #abc;
	padding: .5em;
	margin-bottom: 1em;
}

.comment .title a {
	font-size: 1.1em;
	font-weight: normal;
}

.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}

.comment .picture {
	border: 1px solid #abc;
	float: right;
	margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 1em 0 1em 0;
}

#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}

#aggregator .title {
	margin-bottom: 0.5em;
	font-size: 1em;
}

#aggregator h3 { margin-top: 1em; }

#forum table { width: 100%; }

#forum td { padding: 0.5em 0.5em 0.5em 0.5em; }

#forum td.forum, #forum td.posts { background-color: #eee; }

#forum td.topics, #forum td.last-reply { background-color: #ddd; }

#forum td.container { background-color: #ccc; }

#forum td.container a { color: #555; }

#forum td.statistics, #forum td.settings, #forum td.pager {
	height: 1.5em;
	border: 1px solid #bbb;
}

#forum td .name { color: #96c; }

#forum td .links {
	padding-top: 0.7em;
	font-size: 0.9em;
}

#profile .profile {
	clear: both;
	border: 1px solid #abc;
	padding: .5em;
	margin: 1em 0em 1em 0em;
}

#profile .profile .name { padding-bottom: 0.5em; }

.block-forum h3 { margin-bottom: .5em; }

.calendar a { text-decoration: none; }

.calendar td, .calendar th {
	padding: 0.4em 0;
	border-color: #888;
}

.calendar .day-today { background-color: #69c; }

.calendar .day-today a { color: #fff; }

.calendar .day-selected {
	background-color: #369;
	color: #fff;
}

.calendar .header-week { background-color: #ccc; }

.calendar .day-blank { background-color: #ccc; }

.calendar .row-week td a:hover {
	background-color: #fff;
	color: #000;
}

/*----------block stuf ----------*/

#left .block-title {
	padding:7px 0 3px 10px;
	color:#99CA30;
	margin: 0;
	height:26px; /* necessary for IE!!!!!!! */
	background:url(img/block-header.png) top left no-repeat;
}

/* ------------------- block-user-0 ----------------- */
#block-user-0 .item-list {
	margin-top:10px;
	text-align:left;
	padding:4px 0 0 0;
}

#block-user-0 .item-list ul li { list-style-type:none; }

.user_profile label { font-weight:bold; }

.user_profile .fields { margin:1.4em 0; }

/* sidebar menu
--------------------------------------------------*/

#right li.collapsed, #right li.leaf {
	padding:0;
	line-height:1.8em;
}

#right .collapsed a, #right .leaf a {
	display:block;
	padding:4px;
	height:1%; /* IE WIN */
	text-decoration:none;
	border-bottom:1px dotted #E0E4E7;
	color:#000;
}

*html #right .collapsed a, #right .leaf a { border-bottom:1px solid; }

#right .collapsed a:hover, #right .leaf a:hover {
	background-color:#98ABB8;
	color:#fff;
	text-decoration:none;
}

/* -------------- table view ------------------------- */
table {
	width:100%;
	margin-bottom:15px;;
}

thead th {
	background:#A7D34B;
	border:0px solid #88B52D;
	padding:11px 5px;
}

tr.odd td, tr.even td {
	padding:8px 5px;
	border:0px solid #88B52D;
}

tr.odd td { background:#F3FAE4; }

tr.even td { background:#E0EFC0; }

tr.odd td.active { background:#E6F2CE; }

tr.even td.active { background:#D1E8A4; }

tr.odd td a, tr.odd td { color:#6A8C22; }

tr.even td a, tr.even td, thead th a { color:#344A04 !important; }

thead, tbody, tr, td {border: 0px;}

.pager { margin-bottom:15px; }

/* sidebar menu
--------------------------------------------------*/

#left li.collapsed, #left li.leaf {
	padding:0;
	line-height:1.8em;
}

#left .collapsed a, #left .leaf a {
	display:block;
	padding:4px;
	height:1%; /* IE WIN */
	text-decoration:none;
	border-bottom:1px solid #E0E4E7;
}

#left .collapsed a:hover, #left .leaf a:hover {
	background-color:#9ACA31;
	color:#fff;
	text-decoration:none;
}

/* -------------------- laout. Holy Grail layout technique is used. Do not forget to fix IE ------------------- */

#wrapper {
	width:100%;
	padding:0;
	margin: 4px auto;
	text-align:left;
	background: #8c8c8c;
}

#container { margin-top:5px; }

.container { padding:0; }

.container-left { padding-left: 200px;   /* LC fullwidth */ }

.container-right { padding-right: 170px;  /* RC fullwidth  */ }

#container .column {
	position: relative;
	float: left;
}

#center {
	padding:0;
	width: 100%;
	/*overflow:hidden;*/
}

#left {
	width: 180px;				/* LC width */
	padding: 0 20px 0 0;		/* LC padding */
	margin-left: -100%;
	/*overflow:hidden;*/
}

#container > #left { /* hide from f***king IE6! */ right: 200px;          /* LC fullwidth + CC padding */ }

#right {
	width: 150px;				/* RC width */
	padding: 0 20px 0 0;		/* RC padding */
	margin-right: -170px;		/* RC fullwidth + CC padding + 1 px for border*/
	overflow:hidden; /* this thing helps to get rid of layout breakdown if content is wider, than 100% */
}

#footer { clear: both; }
/*
form#BNGprogucts-query-form {
	border: 0px solid #f00;
}

#BNGprogucts-query-form label{
	float: left;
}

#BNGprogucts-query-form input{
	float: left;
	text-align: right;
	margin-left: 10px;
}*/

#BNGserach-search .form-item {
	padding-top: 20px;
	clear: both;
}

#BNGserach-search .form-item label {
	float: left;
	width: 250px;
	clear: both;
}

#BNGserach-search .form-item input.form-text {
	float: left;

}

#BNGserach-search #edit-submit {
	float: left;
	margin-left: 250px;
	margin-top: 20px;
	clear: both;
}

#BNGsearch-wrap {
	width: 90%;
	float: right;
	border: 0px solid #f00;
	text-align: right;
	margin-right: 20px;
}

.data-result {
	float: left;
	clear: both;
	width: 90%;
	border: 0px solid #f00;
}

#header-background {
	background: url(images/bg-top.jpg) repeat-x;
	width: 100%;
	height: 450px;
}

#header-image {
	background: url(images/header.jpg) center center no-repeat;
	height: 242px;
	width: 1000px;
	margin: auto;
}

#sub-header {
	border: 0px;
	position: relative;
	width: 1000px;
	margin: -208px auto;
}

#top-menu {
	border: 0px;
	position: relative;
	background: url(images/menu.jpg) center center no-repeat;
	height: 57px;
	width: 1000px;
}

#top-menu-2 {
	border: 0px;
	background: url(images/content-top.jpg) center center no-repeat;
	height: 41px;
	width: 1000px;
}

#main {
	background: url(images/content-repeat.jpg) center center repeat-y;
	width: 1000px;
	border: 0px;
	float: left;
}

#sidebar-left {
	width: 180px;
	float: left;
	margin-left: 5px;
}

#sidebar-center {
	width: 800px;
	float: left;
	margin-left: 5px;
}

#sidebar-left #block-nice_menus-1 h2.block-title{
	display: none;
}

.catalog {
	color: #688e17;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 20px;
}

.block-nice_menus, .block-BNGdrujki {
	border: 0px solid #f00;
	padding-left: 8px;
}

ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
	color: #7b7b7b;
	text-decoration: none;
	background: url(images/separator-sidemenu.jpg) center bottom no-repeat;
}

ul.nice-menu a:hover {
  color: #fff;
}

ul.nice-menu-right li.menuparent ul li,
ul.nice-menu-right li li.menuparent ul li{
	background: #c7c7c7 url(images/seaparator-popmenu.jpg) center bottom no-repeat;
	border: 0px;
}

ul.nice-menu-right li.menuparent ul li a:hover,
ul.nice-menu-right li li.menuparent ul li a:hover{
	color: #fff;
}

#content-messeges {
	position: relative;
	top: -30px;
}

.content-messeges-left {
	float: left;
	width: 17%;
	display: block;
	position: relative;
}

.content-messeges-center {
	float: right;
	width: 43%;
	display: block;
	position: relative;
	top: -20px;
}

.content-messeges-right {
	float: right;
	width: 40%;
	text-align: right;
	color: #000;
}

.content-messeges-right a {
	color: #000;
	font-size: 10px;
	padding-left: 5px;
}

#footer {
	background: url(images/footer.jpg) center center no-repeat;
	width: 1000px;
	height: 207px;
	margin: 0px auto;
}

.footer-content {
	padding-top: 180px;
	position: relative;
}

.footer-menu {
	float: left;
	width: 500px;
	padding-left: 270px;
}

.footer-menu a {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

.footer-content .counter {
	float: right;
	width: 210px;
}

.messeges {
	text-align: left;
	float: left;
	width: 100%;
}

#sidebar-center .messeges h1.title {
	color: #618a24;
	font-weight: bold;
	font-size: 18px;
}

#sidebar-left #block-user-0 {
	
}

#sidebar-left #block-user-0 h2.block-title {
	border-top: 1px solid #638e1b;
	border-bottom: 3px solid #638e1b;
	height: 30px;
	background: #2b2b2b;
	color: #638e1b;
	padding-left: 10px;
	padding-top: 10px;
}

#sidebar-left #edit-name-wrapper {
	margin-left: 2px;
	background: url(images/test.jpg) left bottom no-repeat;
}

#sidebar-left #edit-name-wrapper label {
	display: none;
}

#sidebar-left #edit-pass-wrapper {
	padding-top: 1px;
	margin-left: 1px;
	background: url(images/test2.jpg) left bottom no-repeat;
}

#sidebar-left #edit-pass-wrapper label {
	display: none;
}

#sidebar-left #block-user-0 a{
	color: #c7c7c7;
	float: left;
	font-size: 10px;
}

#sidebar-left #block-user-0 a:hover{
	color: #fff;
	text-decoration: none;
}

.distributori-wrapper a, 
.distributori-wrapper p a, 
.kolona p a {
	color: #fc873a;
}

.distributori {
	width: 100%;
	float: left;
	clear: both;
}

.kolona {
	width: 25%;
	float: left;
	text-align: center;
	margin-right: 3%;
	margin-left: 3%;
}

.kolona p {
	background: #fff;
	width: 90%;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 5px;
}

.grad {
	background: #e8e8e8;
	width: 90%;
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
}

.dostavka {
	padding: 10px;
}

.dostavka p{
	padding-left: 5px;
}

.dostavka a{
	color: #658a16;
}

.dostavka img{
	float: right;
	padding-left: 40px;
}

.bold-logo {
	font-size: 14px;
	font-weight: bold;
}

.contact-wrapper {
	padding: 20px;
}

.contact-wrapper .contact-1 {
	float: left;
	width: 360px;
	height: 250px;
	margin-left: 10px;
}

.contact-wrapper .contact-2 {
	float: left;
	width: 360px;
	height: 250px;
	background: url(images/rabonto-vreme-bg.jpg) center center no-repeat;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.contact-wrapper .contact-2 p {
	padding-top: 45px;
}

.contact-wrapper .contact-3 {
	float: left;
	width: 360px;
	background: url(images/img1.jpg) center left no-repeat;
	height: 200px;
}

.contact-wrapper .contact-4 {
	float: left;
	width: 360px;
	background: url(images/imag2.jpg) center right no-repeat;
	height: 200px;
}

.zdravo-user {
	color: #f00;
	font-weight: bold;
	font-size: 16px;
}

