html,body
{
	margin:0;
	padding:0;
	color:#000;
	height:100%;
	background-image: url(/images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EDEEDC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;

}
.mainmenu {
	font-weight: bold;
}

.mainmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mainmenu ul li{
	float: left;
	padding-right: 10px;
	margin-right: 2px;
}

.mainmenu ul li a{
	color: #000;
	text-decoration: underline;
	display: block;
	padding-left: 10px;
	padding-bottom: 17px;
	padding-top: 30px;
}

.mainmenu ul li a:hover{
	color: #71b314;
	text-decoration: underline;
}



.mainmenu ul .active{
	float: left;
	background-image: url(/images/mm-l.png);
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 2px;
}

.mainmenu ul .active a{
	color: #FFF;
	text-decoration: none;
	display: block;
	background-image: url(/images/mm-r.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 17px;
	padding-top: 30px;
}

.mainmenu ul .active a:hover{
	color: #FFF;
	text-decoration: underline;
}





.footer {
	width:100%;
	position:relative;
	height:100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bodydiv1 {
	position:relative;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/uzor-left.png);
	background-repeat: no-repeat;
	background-position: left 250px;
	margin-bottom: -100px;

}
.bodydiv2 {
	background-image: url(/images/uzor-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bigphoto {
	background-color: #71b314;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px;
}
.index-left-text {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
.index-right-text {
	float: right;
	width: 260px;
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	color: #ce0225;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.index-news-div {
	margin-bottom: 20px;
}

.index-news-div em {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #999;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.copyrights {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.saper {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 9px;
	color: #A9AD52;
}

.saper a {
	color: #919452;
}

.saper a:hover {
	color: #757742;
}


#cu3er-container {
	width:750px;
	outline:0;
	z-index: 90;
	position: relative;
	background-color: #FFF;
	height: 300px;
}



a {
	color: #52840F;
	text-decoration: underline;
}
a:hover {
	color: #CE0225;
}
.form-field {
	width: 450px;
	padding: 4px;
	color: #333;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #9A9E4E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Tahoma, Geneva, sans-serif;
}
.form-field-code {
	width: 120px;
	padding: 4px;
	color: #333;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #9A9E4E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-button {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #68952D;
	padding: 5px;
	border: 1px solid #425E1C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.leftmenu {
	font-size: 11px;
	display: block;
	text-align: right;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

.leftmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	display: block;
	width: 200px;
}

.leftmenu ul li{
	float: right;
	clear: both;
	display: block;
}

.leftmenu ul li a{
	background-color: #FFF;
	padding: 4px;
	margin-bottom: 4px;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.leftmenu ul li a:hover{
	background-color: #D3D6AB;
}


.leftmenu ul .active{

}

.leftmenu ul .active a{
	background-color: #8DC63F;
}

.leftmenu ul .active a:hover{
	text-decoration: underline;
	background-color: #8DC63F;
}
.toy-block {
	float: left;
	height: 240px;
	width: 170px;
}

.toy-block a{
	color: #FFF;
	text-decoration: none;
	background-color: #80C12F;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	float: left;
	margin-top: 3px;
}

.toy-block a:hover{
	background-color: #ce0225;
}

.zoomer {
	height: 150px;
	width: 150px;
	z-index: 111;
	position: absolute;
}

.zoomer:hover {
	height: 150px;
	width: 150px;
	z-index: 111;
	position: absolute;
	background-image: url(/images/zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.toy-block-pic1 {
	height: 150px;
	width: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 4px;
	border: 2px solid #8DC63F;
	z-index: 100;
}

