body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
#wrap {
	height: 760px;
	width: 798px;
	margin-left: -399px;
	position: absolute;
	left: 50%;
	top: 0px;
}
#banner {
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 105px;
	width: 798px;
}
#banner a.logo {
	position: absolute;
	height: 90px;
	width: 330px;
	left: 10px;
	top: 10px;
	display: block;
	text-decoration: none;
}

#nav {
	line-height: 40px;
	background-image: url(img/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 40px;
	width: 798px;
	text-indent: 30px;
	z-index: 22;
}
#nav  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a:hover {
	color: #000000;
}
#nav  div.mmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
	display: inline;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 0px;
	z-index: 2;
	padding-top: 5px;
	padding-bottom: 15px;
	cursor: pointer;
}
#nav  div.mmenu:hover {
	color: #000000;
}
#hmenu  {
	position: absolute;
	background-image: url(img/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: -4px 8px;
	width: 110px;
	height: 44px;
	top: 28px;
	left: -20px;
	z-index: 30;
	padding-left: 8px;
	display: none;
}
#hmenu2  {
	position: absolute;
	background-image: url(img/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: -4px 8px;
	width: 110px;
	height: 44px;
	top: 28px;
	left: -12px;
	z-index: 30;
	display: none;
}
#hmenu a.hsmenu, #hmenu2 a.hsmenu   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	z-index: 14;
}
#hmenu a.hsmenu:hover, #hmenu2 a.hsmenu:hover {
	color: #000000;
}

#top {
	line-height: 10px;
	background-image: url(img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 10px;
	width: 798px;
	font-size: 10px;
}
#middle {
	background-image: url(img/bg_cnt.jpg);
	background-repeat: repeat-y;
	background-position: 2px top;
	position: relative;
	height: auto;
	width: 798px;
}
#bottom {
	background-image: url(img/bg_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	height: 12px;
	width: 798px;
	line-height: 12px;
}
#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 70px;
	width: 798px;
	line-height: 40px;
}
#footer a {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}

#footer  .logo  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}
#footer .logo a:hover {
	text-decoration: underline;
}



#left {
	float: left;
	height: auto;
	width: 248px;
	position: relative;
	z-index: 20;
}
#cnt {
	float: right;
	width: 546px;
	position: relative;
	height: auto;
}
.clear {
	clear: both;
}
.spacer10 {
	margin: 0 0 0 5px;
}
.spacer20 {
	margin: 20px;
}

.notop {
	margin-top: 0px;
}
.section {
	position: relative;
	height: 40px;
	width: 222px;
	left: 5px;
	top: 1px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	text-transform: uppercase;
}
.section_first {
	top: -4px;
	position: relative;
}
ul.meniu {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	list-style-type: none;
}
.menu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 4px;	
	background-color: #889E30;
	margin-bottom: 2px;
	width: 218px;
	cursor: pointer;
	position: relative;
	z-index:10;
}
.menu:hover {
	color: #FFFFFF;
	background-color: #5A9B03;
}
.higher {
	z-index: 40;
}
.submenu  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 122px;
	background-color: #889E30;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}
.submenu:hover {
	color: #FFFFFF;
	background-color: #5A9B03;
}
.smenu {
	position: absolute;
	top: -1px;
	left: 210px;
	min-width: 130px;
	background-color: #768825;
	display: none;
	padding-left: 2px;
	border: 1px solid #000000;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #006699;
}
#cnt p {
	text-align: justify;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bottom10 {
	margin-bottom: 10px;
}
.top10 {
	margin-top: 10px;
}

#slider1 {
	position: relative;
	height: 193px;
	width: 551px;
	overflow: hidden;
	text-align: right;
	left: -10px;
	top: -3px;
	
}
#margin {
	position:absolute;
	top: 173px;
	left: -11px;
	width: 553px;
	z-index:10;
	background:url(img/slide_margin.jpg);
	background-position: left bottom;
	background-repeat:repeat-x;
}
#snav {
	text-align:right;
	margin-right:7px;
	position: relative;
	left: 2px;
	top: -33px;
	z-index: 26;
}
#snav a {
	color:#FFFFFF;
	background: #99CC00;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 3px;
	-moz-border-radius: 4px 4px 0px 0px;
	line-height: 22px;
	border: 1px solid #999999;
	border-bottom: none;
}
#snav a.activeSlide { 
	background-color: #0099FF;
}
#snav a:focus {
	outline: none;
	
}
.input {
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	width: 200px;
	border: 1px solid #999999;
	padding: 0px;
}
.input:hover {
	background-color: #DBFBDD;
}

.input_sender {
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	width: 140px;
	border: 1px solid #999999;
	padding: 0px;
	font-weight: bold;
}
.input_sender:hover {
	background-color: #98CB00;
	color: #FFFFFF;
}
.prod_img {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 8px;
}
.prod_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #006699;
}
.product {
	margin-bottom: 20px;
	position: relative;
	clear: both;
	min-height: 150px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#999999;
}
.manual {
	margin-top: 2px;
	/*height: 200px;*/
}
.manual a {
	padding: 8px;
	text-indent: 35px;
	background:url(img/manual.gif);
	background-position: left top;
	background-repeat:no-repeat;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	line-height: 16px;
	background-color: #EAEAEA;
	display:block;
	width: 95%;
}
.manual a:hover {
	color: #000000;
	background-color:#EEFFBB;
}
.manual span {
	margin: 0px;
	position: relative;
	top: -10px;
}.pager a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 6px;
	margin-left: 6px;
}
.pager a:hover {
	color: #678822;
}
.curr {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.home_pic {
	background-image: url(img/img_frame.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 168px;
	display:block;
	float:left;
}
.home_pic img {
	margin-left: 3px;
	margin-top: 3px;
}
.before_tag {
	background-image: url(img/before_tag.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 4px;
	left:15px;
	width: 85px;
	height: 75px;
	z-index: 10;
}
.after_tag {
	background-image: url(img/after_tag.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 4px;
	left:15px;
	width: 85px;
	height: 75px;
	z-index: 10;
}
.product_image {
	position:relative;
	float: left;
}
