html {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}


body {
  font: normal .80em 'trebuchet ms', arial, sans-serif;
  background: #D2CFAA;

  color: #777;
}

p {
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img{
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font: normal 175% 'century gothic', arial, sans-serif;
  color: #43423F;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h1, h4 {
  border-left: 3px solid #E71105;
  padding: 0 0 0 2px;
}

h2{
  border-left: 3px solid #E71105;
  padding: 0 0 0 2px;
}

h3 {
  font: normal 175% 'century gothic', arial, sans-serif;
  color: #1293EE;
  padding: 5px 0 0 0;
  margin: 0;
}

h5, h6{
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 120% arial, sans-serif;
  color: #1293EE;
}

h5, h6{
  font: italic 95% arial, sans-serif;
  padding: 0 0 15px 0;
  color: #000;
}

h6 {
  color: #362C20;
}

a, a:hover {
  outline: none;
  text-decoration: underline;
  color: #E71105;
}

a:hover {
  text-decoration: none;
}

.left {
  float: left;
  width: auto;
}
.center {
  display: block;
  text-align: center;
  margin: 20px auto;
}

blockquote {
  margin: 20px 0;
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul {
  margin: 2px 0 22px 17px;
}

ul li {
  list-style-type: circle;
  margin: 0 0 6px 0;
  padding: 0 0 4px 5px;
}

ol {
  margin: 8px 0 22px 20px;
}

ol li {
  margin: 0 0 11px 0;
}

#main, #logo, #menubar, #site_content, #footer {
  margin-left: auto;
  margin-right: auto;
}

#header {
  background: #E71105;
  height: 190px;
}

#logo {
  width: 825px;
  position: relative;
  height: 168px;
  background: #667F03 url(/images/logo.png) no-repeat;
}

#logo #logo_text {
  position: absolute;
  top: 20px;
  left: 0;
}

#logo h1, #logo h2 {
  font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
  padding: 22px 0 0 0;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;
}

#logo_text h1 a .logo_colour
{ color: #FD8A84;}

#logo_text h2
{ font-size: 100%;
  padding: 4px 0 0 0;
  color: #DDD;}

#menubar {
  width: 800px;
  height: 26px;
  text-align: center;
}

#menu {
  margin: 0;
  padding: 0;
  float: left;
}


ul#menu li{
  float: left;
  list-style-type: none;
	margin: 0;
	padding: 0;
  height: 26px;
}

ul#menu span {
  float:left;
	display:block;
	background:url("/images/menu_r.jpg") no-repeat right top;
	padding:6px 20px 4px 19px;
	margin-right: 5px;
	color:#000;
}


ul#menu li a{
  font: bold 1.3em 'trebuchet ms', arial, sans-serif;
  float:left;
	background:url("/images/menu_l.jpg") no-repeat left top;
  font-weight: bold;
	margin:0;
	padding:0 0 0 1px;
	text-decoration:none;
}


div#line {
  height: 5px;
  background: url(/images/line.jpg);
}

div#content_bg_top {
  margin: 0 auto;
  margin-top: -5px;
  background: #fff url(/images/content_bg_top.jpg) no-repeat;
  width: 887px;
  height: 6px;
}


#site_content{
  width: 847px;
  overflow: hidden;
  margin: -1px auto 0 auto;
  padding: 20px;
  background: #fff url(/images/content_bg.jpg) repeat-y;
}

.sidebar
{ float: right;
  width: 190px;
  padding: 0 15px 20px 15px;}

.sidebar ul
{ width: 178px;
  padding: 4px 0 0 0;
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none;
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
  display: block;
  background: transparent url(/images/link.png) no-repeat left center;}

.sidebar li a.selected
{ color: #444;
  text-decoration: none;}

#content {
  text-align: left;
  padding: 0;
}

#content ul
{ margin: 2px 0 22px 0px;}

#content ul li
{ list-style-type: none;
  background: url(/images/bullet.png) no-repeat;
  margin: 0 0 6px 0;
  padding: 0 0 0px 25px;
  line-height: 1.5em;}

#footer
{ width: 887px;
  font: normal 100% 'lucida sans unicode', arial, sans-serif;
  height: 20px;
  padding: 0 0 5px 0;
  text-align: center;
  background: black url(/images/footer.jpg) no-repeat;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: underline;}

.search
{ color: #5D5D5D;
  border: 1px solid #BBB;
  width: 134px;
  padding: 4px;
  font: 100% arial, sans-serif;}

#colours
{ height: 0px;
  text-align: right;
  padding: 66px 16px 0px 300px;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left;
  width: 200px;
  text-align: left;}

.form_settings input, .form_settings textarea
{ padding: 5px;
  width: 299px;
  font: 100% arial;
  border: 1px solid #E5E5DB;
  background: #FFF;
  color: #47433F;}

.form_settings .submit
{ font: 100% arial;
  border: 1px solid;
  width: 99px;
  margin: 0 0 0 212px;
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer;
  background: #5B7102;
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial;
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0;
  padding: 0;
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}

table
{ margin: 10px 0 30px 0;}

table tr th, table tr td {
  color: #FFF;
  padding: 1px 4px;
  text-align: left;
}

table tr td {
  color: #47433F;
  border-top: 1px solid #FFF;
}

.cleaner {
   clear: both;
   height: 0;
   font-size: 0;
   visibility: hidden;
}

.sidebar h5 {
  margin: 0;
  padding: 0;
}


/* PRODUKTY */
.item {
  margin-right: 15px;
  margin-bottom: 20px;
}

.item .name {
  color: #1293EE;
  font-size: 2em;
}

.item p {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 1.7em;
}

.item img {
  max-height: 130px;
  box-shadow: black 4px 6px 7px;
  margin: 5px 25px 5px 0;
  border: 1px solid;
  float: left;
}

.item .description {
  text-align: justify;
}

#content p {
  text-align: justify;
  margin: 0;
  padding: 0;
}

div#mait {
  margin: auto;
}

.cleaner {
   clear: both;
   height: 0;
   font-size: 0;
   visibility: hidden;
}

#i {
  width: 150px;
  height: 150px;
  float: left;
  margin: 8px;
  text-align: center;
}


#i img {
  margin: auto;
  max-width: 150px;
  max-height: 150px;
  box-shadow: black 4px 6px 7px;
  margin: 5px 25px 5px 0;
  border: 1px solid;
}


#velky-obrazek {
	display: none;
	border: 1px solid #000000;
	background-color: #eeeeee;
	padding: 5px;
	position: absolute;

	text-align: right;
}

#footer a {
  font-weight: normal;
  color: #FB4137;
  float: right;
  margin-right: 10px;
  margin-left: -50px;
}

.red {
  color: red;
}

h3 a {
  color: #1293EE;
}

#home p {
  margin-bottom: 30px;
}

