/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt { 
  padding: 0;
  margin: 0;
  border: none;
}

body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #110d0b;
  background-color: #ffffff;
}

input, select, textarea, option, table {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  font-size: 12px;
}



/*
  common elements
*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}



/*
  main layout
*/

.wrapper {
  width: 909px;
  margin: 0 auto;
}

.header {
  position: relative;
}

.front {
	z-index:-2;
}

.main {
  border-top: 5px solid #a7a7a7;
  border-bottom: 4px solid #646464;
  background: url(../img/main_bg.gif) repeat-y center center;
  width: 909px;
}

.footer {
}



/*
  header
*/

.headerLangs {
  color: #888888;
  font-size: 11px;
  padding-top: 8px;
  line-height: 11px;
}

.headerLangs img {
  margin-left: 5px;
  vertical-align: middle;
}

.headerLogo {
  float: right;
  width: auto;
  position: absolute;
  right: -3px;
  
}

.headerLogo a {
  display: block;
  width: 185px;
  height: 91px;
  background: transparent no-repeat scroll top left;
  overflow: hidden;
  text-indent: -1000px;
  z-index:9999;
}

.headerMenu {
  padding-top: 35px;
  list-style: none;
}

.headerMenu li {
  display: inline;
}

.headerMenu li a {
  font-size: 18px;
  color: #646464;
  height: 45px;
  line-height: 45px;
  border-bottom: 3px solid #ffffff;
  padding: 0 16px 0 12px;
  float: left;
  width: auto;
  display: block;
  margin-right: 15px;
}

.headerMenu .act a {
  background: url(../img/menu.gif) no-repeat top right;
  border-bottom-color: #a34308;
}

.headerMenu li a:hover {
  border-bottom-color: #a34308;
}



/*
  main
*/

.main h2 {
  color: #646464;
  font-size: 76px;
  font-weight: normal;
  padding: 97px 0 30px 22px;
}

.main h3 {
  font-weight: normal;
  font-size: 18px;
}

.main h3 a {
  color: #110d0b;
}

.main h3 a:hover {
  text-decoration: underline;
}

.main .subcat {
  padding-left: 22px;
  color: #d58d61;
}

.container {
  background: url(../img/container.jpg) no-repeat;
}

.content {
  width: 480px;
  margin-left: 22px;
  clear: both;
}

.main2 {
  background: none;
}

.main2 h2,
.main3 h2,
.main4 h2 {
  font-size: 46px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.main4 h2 {
  padding-bottom: 30px;
}

.main2 .container,
.main3 .container {
  background-image: url(../img/container2.gif);
}

.main4 .container {
  background-image: url(../img/container3.jpg);
}

.main2 .content,
.main3 .content {
  width: 100%;
  margin: 0;
}

.main3,
.main4 {
  background: url(../img/main_bg2.gif) no-repeat left bottom;
}

.content p {
  margin-bottom: 20px;
  line-height: 18px;
}

.content p a {
  color: #873300;
  text-decoration: underline;
}

.content p a:hover {
  text-decoration: none;
}

.content ul {
  list-style: none;
  margin-bottom: 20px;
}

.content li {
  padding-left: 8px;
  background: url(../img/bullet.gif) no-repeat 0px 6px;
  line-height: 18px;
}

.content form ul {
  list-style: none;
}

.content form li {
  margin-bottom: 10px;
  background: none;
  padding: 0;
}

.content form li label {
  display: block;
  color: #747474;
  font-weight: bold;
}

.content form .input,
.content form .textarea {
  border: 1px solid #c1c1c1;
  width: 250px;
  padding: 3px 2px;
}

.content form .textarea {
  height: 65px;
  overflow: auto;
}

.content form .submit {
  color: #ffffff;
  background: #747474 url(../img/submit.gif) no-repeat right center;
  border: none;
  padding: 0 38px 0 18px;
  height: 27px;
  cursor: pointer;
}

.content .news {
  list-style: none;
}

.content .news li {
  padding: 15px;
  background: none;
  border: 1px solid #c0c0c0;
  margin-bottom: 12px;
  height:130px;
  overflow:hidden;
}

.content .news li a {
	cursor:pointer;
}

.hidden {
	display:none;
}

.content .news img {
  float: left;
  margin-right: 15px;
}

.content .news .date {
  color: #de0510;
  font-size: 10px;
}

.content .news p {
  margin-bottom: 0;
}

.paging {
  height: 27px;
  margin-bottom: 20px;
}

.paging a {
  color: #646464;
  padding: 2px;
  position: relative;
}

.paging a:hover {
  color: #a34309;
}

.paging .act {
  color: #a34309;
  font-size: 18px;
  border: 1px solid #a34309;
  padding: 2px 7px;
}

.categories {
  list-style: none;
  margin-left: 22px;
}

.categories li {
  padding: 0;
  background: none;
  float: left;
  width: 430px;
  margin-bottom: 30px;
}

.categories .odd {
  clear: both;
  margin-right: 20px;
}

.content .categories p {
  margin-bottom: 0;
}

.mainMenu {
  float: right;
  width: 574px;
  margin: 30px 0;
}

.mainMenu ul {
  list-style: none;
}

.mainMenu li {
  display: inline;
}

.mainMenu li a {
  display: block;
  float: left;
  width: 81px;
  text-align: center;
  color: #201917;
  font-weight: bold;
  background-color: #ffffff;
  margin-right: 14px;
}

.mainMenu li img {
  display: block;
  padding: 4px;
  border: 1px solid #a4a4a4;
}

.mainMenu .act a,
.mainMenu li a:hover {
  color: #b84600;
}

.connector {
  background: url(../img/connector.gif) no-repeat;
  margin-left: 60px;
  margin-top: -24px;
}

.connector div {
  background: url(../img/connector2.gif) no-repeat -585px 0px;
  height: 24px;
}

.connector .conn1 { background-position: -585px 0px; }
.connector .conn2 { background-position: -490px 0px; }
.connector .conn3 { background-position: -395px 0px; }
.connector .conn4 { background-position: -300px 0px; }
.connector .conn5 { background-position: -205px 0px; }
.connector .conn6 { background-position: -110px 0px; }
.connector .conn7 { background-position: -690px 0px; }

.sideMenu {
  width: 230px;
  float: left;
  margin-right: 30px;
  margin-bottom: 250px;
}

.sideMenu ul {
  list-style: none;
  padding-bottom: 6px;
  background: #ffffff;
}

.sideMenu li {
  margin-bottom: 3px;
}

.sideMenu a {
  display: block;
  width: 228px;
  border: 1px solid #a4a4a4;
  padding: 4px;
}

.sideMenu a span {
  display: block;
  padding: 9px 7px 7px;
  background-color: #e8e8e8;
  color: #000000;
  font-weight: bold;
}

.sideMenu a:hover span {
  color: #b84600;
}

.sideMenu .act a span {
  color: #b84600;
  background: none;
}

.main3 .contentSide {
  width: 630px;
  float: left;
  clear: none;
}

.main3 .contentSide .sidecat {
  margin-bottom: 15px;
}

.linkFile {
  float: left;
  margin-right: 15px;
}

.imageSide {
  float: right;
  margin-left: 15px;
}

.contact {
  color: #646464;
  width: 350px;
  position: absolute;
}

.contact h3 {
  font-size: 26px;
}

.contact p {
  font-weight: bold;
}

/*.content .contact a,*/
.content .resellers a {
  color: #e64946;
}

.resellers {
  float: right;
  width: 600px;
  height: 430px;
  margin-right: -406px;
  background: url(../img/map.jpg) no-repeat right top;
}

.resellers p {
  color: #646464;
}

.resellersList {
  background: url(../img/resellers_top.gif) no-repeat;
  width: 334px;
  margin-top: 7px;
}

.resellersList ul {
  list-style: none;
  background: url(../img/resellers_bottom.gif) no-repeat left bottom;
  padding-top: 12px;
  float: left;
  margin-bottom: 0;
}

.resellersList li {
  padding: 0;
  background: none;
  float: left;
  padding-left: 15px;
  width: 65px;
  margin-bottom: 10px;
}

.content .resellersList li a {
  color: #646464;
  font-weight: bold;
}

.content .resellersList li a:hover {
  text-decoration: underline;
  color: #a34308;
}

.resellers p {
  width: 230px;
  margin-left: 15px;
  margin-top: 5px;
}

.popup {
  position: absolute;
  border: 1px solid #a4a4a4;
  border-top-width: 5px;
  padding: 3px;
  background-color: #ffffff;
  z-index: 9;
  margin: -60px 0 0 60px;
  display:none;
}

.popup h3 {
  font-size: 24px;
  color: #646464;
  margin-bottom: 10px;
}

.popup form {
  background-color: #f3f3f3;
  width: 276px;
  padding: 20px 20px 1px 20px;
}

.popup .close {
  width: 21px;
  height: 21px;
  background: url(../img/close.gif) no-repeat;
  overflow: hidden;
  display: block;
  right: 10px;
  top: 10px;
  position: absolute;
  text-indent: -1000px;
}

/*
  footer
*/

.credits {
  list-style: none;
  color: #878d91;
  padding: 11px 3px 0;
  height: 25px;
  line-height: 22px;
}

.credits li {
  float: left;
  width: auto;
  margin-right: 30px;
  font-size: 11px;
}

.credits li.right {
  float: right;
  width: auto;
  margin-right: 0px;
  margin-left: 15px;
}

.credits li a {
  color: #878d91;
  text-decoration: underline;
}

.credits li a.noline,
.credits li a:hover {
  text-decoration: none;
}

.credits li img {
  vertical-align: middle;
}
.galerija {
	margin-bottom: 25px;
}
.galerija a {
	display: block;
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
	width: 147px;
	height: 110px;
	overflow: hidden;
}
.galerija .four {
	margin-right: 0;
}


