html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

img {
	vertical-align: bottom;
	border: 0;
}

.clear {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d8264;
	background-color: #cfd6a3;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left 65px;
}

a {
	font-size: 12px;
	color: #7d8264;
	text-decoration: underline;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#navigation {
	padding: 10px;
	background-color: #ffffff;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	line-height: 45px;
	height: 45px;
	background-image: url(../images/navborder.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 15px;
}

#navigation ul li a {
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #000000;
}

#navigation ul li a.active {
	color: #000000;
}

#navigation ul li#home a {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 6px;
	display: inline-block;
}

#navigation ul li#home a:hover {
	background-image: url(../images/home_on.gif);
}

#navigation ul li#home a.active {
	background-image: url(../images/home_on.gif);
}

#sponsors {
	height: 105px;
	line-height: 105px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
	margin: 7px 0 0 0;
}

#sponsors img {
	vertical-align: middle;
	padding: 0 9px;
}

#footer {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	margin: 15px 0;
	color: #333333;
	font-size: 11px;
}

#footer img {
	vertical-align: middle;
	padding: 0 3px;
}

#footer a.spletko {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}

#footer a.sitemap {
	float: right;
	text-decoration: none;
	color: #333333;
	font-size: 11px;
	margin: -15px 0 0 0;
}

#main {
	padding: 0 10px 20px 10px;
	background-color: #FFFFFF;
}

#home_header {
	border: 1px solid #cfd6a3;
	padding: 9px;
	margin: 0 0 15px 0;
}

#home_header_inner {
	border: 1px solid #f0f2e2;
	height: 262px;
	position: relative;
}

#home_header_inner img {
	position: absolute;
	top: 25px;
	left: 25px;
}

#home_header_inner .text {
	position: absolute;
	top: 68px;
	left: 520px;
	width: 370px;
}

#home_header_inner .text h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 30px;
	color: #b2b98e;
}

#home_header_inner .text h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}

#home_banner {
	float: left;
}

#home_center {
	float: left;
	margin: 0 0 0 20px;
	width: 470px;
}

#home_right {
	float: left;
	margin: 0 0 0 20px;
	width: 219px;
}

h1.green {
	margin: 0;
	padding: 0 0 0 15px;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/green.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h1.green span {
	float: right;
	background-image: url(../images/green_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 2px;
	height: 35px;
}

.product_item a.link {
	display: block;
	background-color: #d9deb5;
	height: 25px;
	line-height: 25px;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 200px center;
	padding: 0 10px;
	color: #333333;
	text-decoration: none;
}

.list_content {
	background-color: #f4f6ea;
	padding: 0 6px;
}

.list_item {
	margin: 0;
	padding: 10px 10px 23px 0;
}

.list_item img {
	float: left;
	padding: 3px;
	margin: 0 10px 5px 0;
	border: 1px solid #cfd6a3;
}

.list_item h3 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #737561;
	font-size: 14px;
	font-weight: bold;
}

.list_item a {
	display: block;
	padding: 10px 0 0 0;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/arrow_right_green.gif);
	background-repeat: no-repeat;
	background-position: right 15px;
}

#normal_header {
	border: 1px solid #cfd6a3;
	padding: 9px;
	margin: 0 0 15px 0;
}

#about_left {
	width: 250px;
	float: left;
	color: #928275;
	padding: 0 10px 0 10px;
}

#about_right {
	width: 670px;
	float: left;
	padding: 0 10px 0 0;
}

#text_block {
	float: left;
	width: 710px;
}

#text_block .text {
	background-color: #e8ebd3;
	padding: 5px 15px;
}

.texter {
	background-color: #e8ebd3;
	padding: 5px 15px;
}

#about_right h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	color: #757763;
}

#about_right img {
	border: 1px solid #ff6a07;
	padding: 1px;
	margin: 0 7px 7px 0;
}

.osnovni_item span {
	float: left;
	width: 280px;
}

.osnovni_item {
	background-image: url(../images/dot.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 5px 0;
}

.tech_item {
	float: left;
	position: relative;
	margin: 0 24px 10px 0;
}

.tech_item .bottom {
	display: block;
	background-image: url(../images/flower.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #cfd6a3;
	color: #333333;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
}

.tech_item .arrow {
	position: absolute;
	right: 0;
	top: 40px;
	width: 29px;
	height: 41px;
	background-image: url(../images/arrow_icon.png);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
}

#contact_pic {
	float: left;
	width: 365px;
	text-align: center;
	padding: 100px 0 0 0;
}

#contact_form {
	float: left;
}

#small_form_text {
	padding: 35px 0;
	font-size: 10px;
	color: #aeb1b1;
}

.field_wrapper {
	padding: 10px 0;
}

.field_wrapper label {
	float: left;
	width: 130px;
	padding: 3px 0 0 0;
	color: #5d3333;
}

.field_wrapper input {
	border: 1px solid #b2b98e;
	background-color: #f4f6ea;
	font-size: 12px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	width: 255px;
}

#contact_submit {
	border: 0;
	margin: 0;
	padding: 0;
	background-image: url(../images/send.gif);
	background-repeat: no-repeat;
	width: 105px;
	height: 20px;
	line-height: 20px;
	float: right;
}

ol {
	padding: 10px 20px;
}

ul {
	padding: 10px 20px;
}

#catalog_menu {
	float: left;
	width: 250px;
}

#catalog_menu ul, #catalog_menu ul li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#catalog_menu ul li {
	background-image: url(../images/catalog_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
	height: 36px;
	height: 1%;
}

#catalog_menu ul li a {
	display: block;
	padding: 0 17px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Lucida Grande", Verdana, Arial, sans-serif;
}

#catalog_menu ul li a:hover {
	color: #000000;
}

#catalog_menu ul li a.active {
	color: #000000;
}

#catalog_menu ul li ul li {
	background-color: #d9deb5;
	line-height: 30px;
	background-image: none;
	margin: 0 0 1px 0;
	width: 250px;
}

#catalog_menu ul li ul li a {
	display: block;
	padding: 0 17px;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Lucida Grande", Verdana, Arial, sans-serif;
}

#catalog_menu ul li ul li a.active {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 230px center;
}

#catalog_items {
	float: left;
	width: 699px;
}

.product {
	float: left;
	display: inline;
	margin: 0 0 25px 24px;
	border: 1px solid #b2b98e;
	width: 323px;
}

.product a {
	text-decoration: underline;
	text-align: center;
	color: #000000;
}

.product a span {
	display: block;
	line-height: 35px;
	height: 35px;
	background-image: url(../images/prodborder.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: underline;
	font-weight: bold;
}

.product a span.prodarrow {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 305px center;
}

.product div.odd {
	padding: 5px;
	text-align: center;
}

.product div.even {
	padding: 5px;
	text-align: center;
	background-color: #f0f0f0;
}

#single {
	background-color: #f0f0f0;
	margin: 0 0 0 24px;
}

#single .title {
	float: right;
	width: 210px;
}

#single .title span {
	display: block;
	background-image: url(../images/prodborder.gif);
	background-position: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
}

#single .title .desc {
	padding: 10px;
}

#single_pics {
	margin: 10px 0 0 24px;
	background-color: #f0f0f0;
	padding: 10px;
}

#single_tabs {
	margin: 10px 0 0 24px;
}

#single_buy {
	float: right;
	width: 180px;
	background-color: #f0f0f0;
	padding: 10px;
}

#single_tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 35px;
}

#single_tabs ul li {
	float: left;
}

#single_tabs ul li a {
	display: block;
	background-color: #f0f0f0;
	line-height: 35px;
	height: 35px;
	margin: 0 2px 0 0;
	padding: 0 10px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#single_tabs ul li a.active {
	background-image: url(../images/prodborder.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#single_tabs ul li a:hover {
	background-image: url(../images/prodborder.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#single_tabs_content {
	background-color: #f0f0f0;
	border: 1px solid #c0c798;
	width: 460px;
}

#single_tabs_content div.odd {
	padding: 10px;
}

#single_tabs_content div.even {
	padding: 10px;
	background-color: #FFFFFF;
}

#single_tabs_content div div.slika_pozicioniraj {
	float: left;
	margin: 0 10px 10px 0;
}

#single_tabs_content div div.slika_pozicioniraj img {
	border: 1px solid #000000;
	padding: 1px;
}

.tabelapadding {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #a6a6a6;
	border: 1px solid #a6a6a6;
}

.tabelapadding tbody tr td {
	padding: 5px;
}

.cheaptag {
	text-decoration: none;
	float: right;
	padding: 5px 30px 0 0;
}

.captcha_wrapper {
	margin: 2px 1px 13px 0;
	padding: 7px 0 14px 0;
}

.captcha_wrapper .form_field {
	width: 157px;
}

.captcha_wrapper img#captcha_image {
	border: 1px solid #b2b98e;
	border-top: 0;
	margin: 0 0 0 130px;
	vertical-align: bottom
}

#captcha_notice {
	font-size: 11px;
	color: #999999;
	padding-left: 5px;
}

#formerror {
	color: #FF0000;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 130px;
}