* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, Tahoma;
	background: url(/images/body.jpg);
	font-size: 12px;
}
#parent {
	margin: 0 auto;
	width: 970px;
	background: #fff;
}
#bgGray {
	background: #3E3E3E;
}
#top {
	margin: 0 auto;
	background: url(/images/top.png) no-repeat center;
	height: 132px;
	width: 970px;
}
/* navi */
#navi {
	margin: 0 auto;
	background: #3E3E3E url(/images/navi.jpg) repeat-x;
	height: 33px;
	width: 970px
}
#navi li {
	list-style-type: none;
	display: inline
}
#navi a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	line-height: 33px;
	float: left;
	text-transform: uppercase;
	color: #fff;
	background: url(/images/bg-navi-a.jpg) no-repeat right;
	padding: 0 20px;
	text-align: center;
}
#navi a:hover, #navi .active {
	background: url(/images/bg-navi-a-hover.jpg) repeat-x;
}
div.line {
	background: url(/images/line.jpg) repeat-x;
	height: 10px;
	width: 970px;
	margin: 0 auto;
}
/* left */
#left {
	width: 275px;
	background: #fff url(/images/left.jpg) repeat-y;
	float: left;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #969696
}
.nadpis {
	width: 265px;
	height: 21px;
	background:  url(/images/bg-left-header.jpg) no-repeat;
	font-weight: bold;
	color: #fff;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 13px;
}
#left .box {
	padding: 5px;
	color: #666666;
	margin-left: 5px;
}
#left .boxNadpis {
	font-size: 13px;
	font-weight: bold;
}
#left .boxNadpis a {
	color: #666;
}
#left .boxLeft {
	float: left;
	width: 120px;
}
#left .boxLeft img {
	border: 1px solid #9AC423;
}
#left .boxRight {
	float: left;
	width: 130px;
	margin-right: 5px
}
#left .box a {
	color: #73911A;
	text-decoration: none;
	font-weight: bold
}
/* right */
#right {
	width: 670px;
	float: left;
	background: #fff url(/images/right.jpg) no-repeat left top;
	text-align: left;
	padding: 10px;
}
#right p {
	margin: 10px 0;
	line-height: 20px
}
/*others */
.clear {
	clear: both;
}
#right a {
	color: #73911A
}
#bgGray2 {
	clear: both;
	background: #556D14;
	height: 33px;
	margin-top: -33px;
	position: relative;
	z-index: 0
}
.productImage a {
	display: block;
	position: relative;
	background: url(/images/btn_zoom.gif) no-repeat left bottom;
	width: 110px;
	z-index: 1;
	height: 89px;
}
.productImage img {
	position: relative;
	z-index: -1;
	display: block;
}
.productImage {
	float: left;
	margin: 6px 6px 6px 6px;
	background-repeat: no-repeat;
	background-position: center;
	height: 89px;
	width: 110px;
	border: 1px solid #9ac423;
	
}
.productImage a:hover {
	background: url(/images/btn_zoom_middle.gif) no-repeat left bottom;
}
#right .box {
	width: 110px;
	float: left;
	text-align: center;
  height: 130px;
	margin: 5px;
}
#right .box  .productImage2 a {
	display: block;
	position: relative;
	width: 100px;
	z-index: 1;
	height: 85px;
}
#right .box  .productImage2 img {
	position: relative;
	z-index: -1;
	display: block;
}
#right .productImage2 {
	background: red;
}
#right ul {
	margin-left: 20px;
}
#right li {
	list-style-type: cyrcle;
	margin: 10px auto;
}
/* footer */
#footer {
	background: url(/images/footer.jpg) repeat-x;
	height: 23px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	color: #fff;
	position: relative;
	z-index: 1
}
#footer a {
	color: #fff
}
.center {
	text-align: center
}
h1 {
	color: #92BA23;
	font-size: 24px;
	margin-bottom: 10px
}
h2, h3, h4 h5, h6 {
	font-size: 16px;
	color: #666
}

