* {
	padding: 0px;
	margin: 0px;
}
body {
	background: url('images/bg.jpg') repeat-x #B7C94E;
	font-family: Verdana;
}
div#center {
	margin: 0px auto 0px auto;
	width: 940px;
	background: url('images/header.gif') no-repeat top center;
}
div#header {
	height: 240px;
	text-align: left;
}
div#content {
	background: #617F17;

}
br.clear {
	clear: both;
}
img {
	vertical-align: middle;
	border: none;
}
div#nc {
	height: 45px;
	background: #B7C94F;
	border-left: 1px solid #617F17;
	border-right: 1px solid #617F17;
	border-top: 1px solid #617F17;
	background: url('images/nav_bg.gif') repeat-x;	
}
div#nav {
	padding-top: 8px;
	padding-left: 160px;
}
div#nav a {
	display: block;
	float: left;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url('images/nav.gif') no-repeat center right;

}
div#nav a:hover {
	background: #94AB38;
}
div#left {
	float: left;
	width: 260px;
	background: #47591C;
	margin-left: 1px;
	margin-top: 2px;
}
div#right {
	float: left;
	width: 674px;
	background: #FFFFFF;

	margin-left: 4px;
	margin-top: 2px;
	font-size: 12px;
	line-height: 16px;
}
div#left h2 {
	background: url('images/orange.gif') repeat-x top left;
	height: 29px;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana;
	color: #FFFFFF;
	text-transform: uppercase;
}
div#left h2 span {
	color: #FBD739;
}
div#categories a {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #6C882B;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
div#categories a span {
	color: #FBD739;
	font-size: 11px;
}
div#categories a.sub {
	padding-left: 35px;
	font-weight: normal;
}
div#categories a.sub.subactive {
	background: #546921;
}
div#categories a.active {
	background: #6C882B;
}
div#lang {
	float: left;
	width: 100px;
	margin-top: 15px;
	margin-left: 12px;
}
div#lang a {
	display: block;
	width: 100px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 2px;
	text-decoration: none;

	font-weight: bold;
}
div#right h1 {
	display: block;
	background: url('images/orange.gif') repeat-x;
	padding-top: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	height: 29px;
	font-weight: bold;
	border-bottom: 1px solid #FBD739;
}
div#right h1 span {
	color: #FBD739;	
}
div.content {
	padding: 5px;
	padding-left: 15px;
	padding-top: 15px;
}
div.content.nobg {
	background: none;
}
div.content p {
	margin-bottom: 15px;
}
blockquote {
	font-family: Arial;
	font-size: 14px;
	text-indent: 25px;
	background: url('images/quotes1.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
blockquote p {
	display: block;
	margin: 0;
	padding-right: 5px;
	padding-left: 15px;
	background: url('images/quotes2.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.product {
	float: left;
	display: block;
	width: 300px;
	border: 1px solid #F0F0F0;
	margin-right: 8px;
	margin-left: 8px;
	background: #FFFFFF;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
div.product h2 {
	display: block;
	background: url('images/orange2.gif') repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #C03F0E;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #FBD739;	
}
div.product div.snimka {
	float: left;
	width: 140px;
	padding-top: 6px;
	text-align: center;
}
div.product div.text {
	float: left;
	width: 150px;
	padding-top: 6px;
	font-size: 13px;
	color: #666666;
}
div#footer {
	color: #FFFFFF;
	font-size: 10px;
	border-top: 1px solid #617F17;
	background: url('images/footer.gif') repeat-x top left;
	height: 40px;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
div#footer div#footer_left {
	float: left;
	width: 400px;
	padding: 13px;
}
div#footer div#footer_right {
	text-align: right;
	float: right;
	padding: 13px;
	width: 300px;
}
div.content.nobg input {
	width: 250px;
	padding: 2px;
}
div.content.nobg textarea {
	width: 250px;
	height: 100px;
	padding: 4px;
}
div.content.nobg ul {
	margin-left: 20px;
	padding-left: 20px;
}
div.content.nobg .ok {
	border: 1px solid green;
	padding: 4px;
	margin-bottom: 14px;
}
div.content.nobg .error {
	border: 1px solid red;
	padding: 4px;
	margin-bottom: 14px;
}