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

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #b5a260;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.msg {
	margin: 0 0 10px 0;
	padding: 4px 10px;
}

.success {
	background-color: #afd09b;
	border: 1px solid #86a673;
}

.warn {
	background-color: #ffff99;
	border: 1px solid #f5d34d;
}

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

#header {
	position: relative;
	height: 300px;
}

#header #logo {
	position: absolute;
	left: 29px;
	top: 51px;
}

#header #picture {
	position: absolute;
	left: 0;
	top: 120px;
	background-color: #FFFFFF;
	border: 1px solid #b28f57;
	padding: 4px;
}

#header #lang {
	position: absolute;
	right: 11px;
	top: 7px;
}

#header #lang a {
	font-size: 11px;
	text-decoration: none;
}

#header #lang a:hover {
	color: #018b21;
}

#header #lang a.active {
	color: #018b21;
}

#header #navigation {
	position: absolute;
	right: 0;
	top: 79px;
}

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

#header #navigation ul li {
	float: left;
	line-height: 29px;
	height: 29px;
}

#header #navigation ul li a {
	display: block;
	padding: 0 11px 0 12px;
	background-image: url(../images/navigation_separator.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#header #navigation ul li a:hover {
	color: #018b21;
}

#header #navigation ul li a.active {
	color: #018b21;
}

#header #navigation ul li.home a {
	width: 11px;
	height: 29px;
	background-image: url(../images/home_off.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

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

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

#footer {
	line-height: 24px;
	height: 24px;
	text-align: center;
	font-size: 11px;
	margin: 15px 0;
}

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

#footer a {
	text-decoration: none;
	font-size: 11px;
}

#main {
	width: 968px;
	margin: 0 1px;
	background-color: #FFFFFF;
	background-image: url(../images/pattern.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#left {
	float: left;
	width: 240px;
	margin: 20px 24px 30px 22px;
	display: inline;
}

#right {
	float: left;
	width: 660px;
	margin: 20px 0 30px 0;
}

/**
 * SECTIONS
 */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	border-bottom: 1px solid #cccce1;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	padding: 0 1px;
	margin: 0 0 15px 0;
}

#menu {
	margin: 21px 0 0 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #cccce1;
}

#menu li {
	border-bottom: 1px solid #cccce1;
	line-height: 23px;
	height: 23px;
	vertical-align: bottom;
}

#menu li a {
	display: block;
	padding: 0 0 0 9px;
	text-decoration: none;
}

#menu li a:hover, #menu li a.active {
	font-weight: bold;
	background-image: url(../images/green_arrow.gif);
	background-position: 227px center;
	background-repeat: no-repeat;
}

#menu li.sub a {
	background-color: #eeeeee;
	padding: 0 0 0 20px;
}

#menu.catalog li a.active {
	background-image: none;
}

#menu.catalog li.sub a.active {
	background-image: url(../images/green_arrow.gif);
}

#form .field_wrapper {
	padding: 0;
	margin: 0 0 12px 0;
	position: relative;
	zoom: 1;
}

#form .submit_wrapper {
	padding: 12px 0 0 0;
	margin: 12px 0 0 0;
	zoom: 1;
	border-top: 1px solid #5a5a5a;
}

#form .captcha_wrapper {
	height: 81px;
}

#form .field_wrapper input.field {
	float: left;
	border: 1px solid #c8c8c8;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 417px;
}

#form .field_wrapper textarea.area {
	float: left;
	border: 1px solid #c8c8c8;
	padding: 2px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 419px;
	height: 100px;
	overflow: auto;
	resize: none;
}

#form .field_wrapper img#captcha {
	position: absolute;
	left: 235px;
	top: 23px;
	border: 1px solid #c8c8c8;
	border-top: none;
}

#form .submit_wrapper input.button {
	float: left;
	line-height: 18px;
	height: 18px;
	border: 0;
	padding: 0 22px 0 3px;
	margin: 0 0 0 235px;
	text-align: center;
	background-color: #018b21;
	background-image: url(../images/button_arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: inline-block;
}

#form .field_wrapper label {
	float: left;
	width: 225px;
	line-height: 23px;
	height: 23px;
	text-align: right;
	padding: 0 10px 0 0;
}

#vizitka {
	margin: 37px 0;
}

#brands {
	padding: 13px 0 0 0;
	display: inline-block;
}

.brand {
	display: block;
	float: left;
	border: 1px solid #bfbfbf;
	margin: 0 30px 30px 0;
}

.lastbrand {
	margin: 0 0 30px 0;
}

.article tr td span.title {
	display: block;
	margin: 0 0 14px 0;
	color: #0a0a0a;
	font-size: 14px;
	font-weight: bold;
}

.article tr td span.date {
	float: right;
	font-size: 11px;
}

.article tr td img {
	padding: 1px;
	border: 1px solid #666666;
}

a.button {
	float: left;
	line-height: 18px;
	height: 18px;
	border: 0;
	padding: 0 27px 0 8px;
	margin: 18px 0 0 0;
	text-align: center;
	background-color: #018b21;
	background-image: url(../images/button_arrow.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.article tr td a.back {
	float: left;
	line-height: 18px;
	height: 18px;
	border: 0;
	padding: 0 8px 0 27px;
	margin: 18px 0 0 0;
	text-align: center;
	background-color: #018b21;
	background-image: url(../images/button_arrow_back.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

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

.dotted_item {
	background-image: url(../images/dots.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 5px 1px;
}

.dotted_item span {
	display: block;
	float: right;
	text-align: left;
	width: 410px;
}

.oseba {
	float: left;
	width: 315px;
	height: 152px;
	background-image: url(../images/oseba.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.oseba div {
	padding: 20px 25px;
}

.homeitem {
	float: left;
	width: 300px;
}







