section, article, aside, footer, header, nav, hgroup , body {
  border: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	/**background-color: #F0F2EE;**/
	font-family: sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.center {
	margin: 0px auto;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.twenty-height {
	height: 20px;
}
.seventy-width {
	width: 70%;
}
.sixty-width{
	width: 60%;
}
.fifty-width {
	width: 50%;
}
.fourty-width {
	width: 40%;
}
.thirdy-width {
	width: 30%;
}
.twenty-width {
	width: 20%;
}
.ninesixty {
	width: 960px !important;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.big-font {
	font-size: 25px;
}
.small-font {
	font-size: 20px;
}
.orange {
	color: #C55805;
}

/******************** HEADER ******************/
header {
	background-color: white;
	height: 95px;
	top: 0px;
}
#header-logo{
	border-right: 1px solid #C7C7C7;
	font-family: 'Comic Sans MS',Cursive;
	float: left;
	padding: 15px 10px;
	text-align: right;
	height: 65px;
	width: 210px;
}

	/******************* NAV ***************/
	nav {
		padding: 20px 0px;
	}
	
	ul.tabs {
		display: table;
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: relative;
	}
	ul.tabs li {
		margin: 0px;
		padding: 0px 10px;
		list-style: none;
		display: table-cell;
		float: left;
		position: relative;
	}
	ul.tabs a {
		position: relative;
		display: block;
	}
	
	ul.dropdown {
		margin: 0px;
		padding: 0px;
		position: absolute;
		z-index: 999;
		display: none;
		left: -20px;
	}
	ul.dropdown ul.dropdown {
		top: 0;
		left: 100%;
	}
	ul.dropdown ul.dropdown li {
		border-left: 1px solid black;
	}
	ul.dropdown ul.dropdown li.first {
		border-left: 0px none transparent;
	}
	ul.dropdown li {
		margin: 0px;
		padding: 0px;
		float: none;
		position: relative;
		list-style: none;
		display: block;
	}
	ul.dropdown li a {
		display: block;
	}
	
	.current a.mainnav{
		background-color: #e4e4e4 !important;
	}
	.current .mainnav-img{
		background-image: url("../images/toolbar_small.gif");
		background-repeat: no-repeat;
		background-position: center bottom !important;
		height: 11px;
	}
	.selected a.mainnav{
		background-color: #040404;
		color: #fff !important;
	}
	.selected .mainnav-img {
		background-image: url("../images/toolbar_small.gif");
		background-repeat: no-repeat;
		background-position: center top;
		height: 11px;
	}
	.selected a {
		
	}
	
	#menu {
		float: left;
	}
	#menu ul {
		margin: 0px auto;
	}
	#menu ul li.hasmore {
		margin: 0px auto;
	}
	#menu ul li a {
		font-size: 17px;
		color: #000000;
	}
	#menu ul li a.mainnav {
		padding: 10px;
		text-align: center;
	/*****
		padding: 0px 30px;
		height: 46px;
		line-height: 30px;
		width: 98px;
		text-align: center;
	****/
	}
	#menu ul li.notsel:hover a.mainnav {
		background-color: #e4e4e4;
	}
	#menu ul li.notsel:hover .mainnav-img {
		background-image: url("../images/toolbar_small.gif");
		background-repeat: no-repeat;
		background-position: center bottom;
		height: 11px;
	}
	#menu ul li a.mainnav:hover {
	/****
		background-image: url("../images/toolbar.gif");
		background-repeat: no-repeat;
		background-position: 30px -46px;
		height: 46px;
		width: 98px;
		*****/
	}
	#menu ul li a span {
		display: block;
	}
	#menu ul.dropdown {
		background-color: #E4E4E4;
		width: 200px;
	}
	#menu ul.dropdown li a {
		border-bottom: 1px solid #000000;
		line-height: 40px;
		overflow: hidden;
		height: 40px;
		text-align: center;
	}
	#menu ul.dropdown li.last a {
		border-bottom-width: 0;
	}
	
	#menu ul.dropdown li a:hover {
		background-color: #000000;
		color: #ffffff;
	}
	
	.breadcrumbs {
		font-size: 12px;
		padding: 10px 0px 10px 10px;
		margin: 10px 0px 10px 0px;
		border-top: 1px dotted #c7c7c7;
		border-bottom: 1px dotted #c7c7c7;
	}
	.breadcrumbs a {
		color: #000000;
	}
	.breadcrumbs a:hover {
		text-decoration: underline;
	}
	.page-title {
		font-size: 20px;
		padding: 10px 0px 10px 10px;
	}
	.page-title a {
		color: #000000;
	}
	.dotted-border-top {
		border-top: 1px dotted #c7c7c7;
	}
	.border-top {
		border-top: 1px solid #c7c7c7;
	}
	.dotted-border-bottom {
		border-bottom: 1px dotted #c7c7c7;
	}
	.separator-width {
		width: 500px;
	}
	/*************** END NAV ***************/
/****************** END HEADER ****************/

.central-image {
	background-color: #F0F2EE;
	text-align: center;
	padding: 10px 0px 20px 0px;
}
.left-menu {
	padding: 15px 10px;
	width: 210px;
}
.left-menu ul {
	list-style-type: none;
}
.left-menu ul li.level-1 {
	display: list-item;
}
.left-menu ul li.level-1 a {
	display: block;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 10px;
	height: 30px;
}
.left-menu ul li.level-1 a:hover {
	background-color: #F0F2EE;
}
.left-menu ul li.level-2 a {
	display: block;
	font-weight: normal;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
}
.left-menu ul li.level-2 a:hover {
	color: 
}
.left-menu a {
	color: #000000;
}
.main-section {
	padding: 10px;
	background-color: #ffffff;
}
.main-content {
	padding: 10px;
	background-color: #ffffff;
	width: 100%; /**710**/
}
.section-contact a, span{
	font-size: 17px;
}
.section-content ul li {
	padding: 3px 0px;
	margin-left: 15px;
}

.section-aside-contacts {
	background-color: #F0F2EE;
	line-height: 30px;
	height: 30px;
	width: 300px;
}
.section-aside-contacts img {
	position: absolute;
	margin-top: -10px;
	margin-left: 10px;
}
.section-aside-contacts span {
	padding-left: 85px;
	font-size: 17px;
	height: 30px;
	line-height: 30px;
}
.section-aside-contacts a {
	padding-top: -10px;
}

.prod-image {
	width: 220px;
	padding: 0px 10px;
}
.prod-image img {
	width: 220px;
}
.prod-image-big img {
	width: 440px;
}
.prod-content {
	padding: 10px 10px;
	text-align: left;
	width: 450px;
}
.prod-content  ul {
	padding: 0px 20px;
}
.prod-link {
	font-size: 18px;
	color: #000000;
}
.cursor-zoom-in{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.image-popup-vertical-fit{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

footer {
	background-color: #fff;
}

footer div {
	border-top: 1px solid #C7C7C7;
	color: #717171;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}
footer div a {
	color: #717171;
}