body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Segoe UI;
	background-image: url(images/bg.png);
}

div.menu a div {
	float: left;
	position: relative;
	background-position: right;
	height: 33px;
  cursor: hand;
  margin: 0px;
  _margin-left: -3px;
}

div.menu a div p {
	margin-top: 4px;
  font-size: 16px;
	padding-right: 9px;
	padding-left: 0px
}

div.menu a img {
	visibility: hidden;
}

div.menu a:hover div, div.menu a.active div {
	background-image: url(images/btr.png);
}

div.menu a:hover img, div.menu a.active img {
	visibility: visible;
}

div.menu a:hover div p, div.menu a.active div p {
	color: white;
}

div.body {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1034px;
	background-image: url(images/top.png);
	background-position: center 0;
	background-repeat: no-repeat;
}

div.main {
	width: 961px;
	background-image: url(images/bg_main.png);)
  background-position: left;
	float: left;
	position: relative;
	margin-top: 127px;
}

div.slider {
            width: 961px;
            float: left; 
            position: relative;
            height: 300px;
            margin-top: 10px;
            margin-bottom: 10px;
           }

div.vyrobky {
	width: 961px;
	float: left;
	position: relative;
	height: 200px;
}

div.main p {
	font-family: Segoe UI;
	font-style: italic;
	font-size: 14px;
	color: #5f5f5f;
	margin-left: 40px;
	margin-right: 40px;
}

div.main h1 {
	font-family: Segoe UI;
	font-style: italic;
	font-size: 30px;
	margin-bottom: -10px;
	color: #5f5f5f;
	margin-left: 40px;
	margin-right: 40px;
}

img.home {
	border: none;
	float: left;
	position: relative;   margin: 0px; padding: 0px; _margin-left: -3px; margin-right: -3px;
}

img:hover {
	opacity: 0.8;
}

div.menu {
	float: left;
	position: relative;
	width: 860px;
  margin-left: 0px;
	height: 40px;
	margin-top: 15px;
}
                 
div.menu p, div.menu a, div.menu span {
	font-family: Segoe UI;
	color: #2e1204;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
  margin-top: 2px;
	margin-left: 4px;
	margin-right: 4px;
}


div.header {
	width: 961px;
	background-image: url(images/header.png);
	float: left;
	position: relative;
	height: 171px;
  margin: 0px;
 	margin-bottom: 10px;
}

div.bottom {
	width: 961px;
	float: left;
	position: relative;
}

div.bottom p, div.bottom p a {
	font-family: Segoe UI;
	font-size: 12px;
	font-style: italic;
	color: #5a2600;
}

div.bottom p.bt {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -6px;
	color: #bd2900;
}

a {
	text-decoration: none;
}


#nextBtn a {height: 99px; width: 43px; background-image: url(images/l_sipka.png); float: left; position: relative;
            margin-left: -881px; margin-right: 43px; z-index:2;
           
           } 
           
#prevBtn a {height: 99px; width: 43px; background-image: url(images/r_sipka.png); float: left; position: relative;  
           
           } 
                                                            
