nav.products{
	margin-left: 20px;
    margin-bottom: 30px;
}

nav.products a{
	display: block;
	float: left;
	padding-top: 20px;
	margin-right: 30px;
}

nav.products a.active{
	background: url('/img/navactive.png') top center no-repeat;
}

div#change-ver{
    padding-left: 20px;
    height: 120px;
}

div#change-ver h3{
    margin-bottom: 15px;
}

section.main #catalog-lists{
    top: 20px;
}

section.main #catalog-lists form.search{
    right: 0px; top: 55px;
}

section.products{
	padding-left: 86px;
	height: 410px;
	padding-bottom: 10px;
	display: none;
	overflow: hidden;
}

section.active{
	display: block;
}

section.products a.prev,
section.products a.next
{
	display: block;
	position: absolute;
	top: 0px;
	width: 66px; height: 400px;
	opacity: .3;
	z-index: 1000;
	background-color: #FFFFFF;
}

section.products a.prev:hover,
section.products a.next:hover
{
	opacity: 1;
}

section.products a.prev{
	background-image: url('/img/leftar.png');
	left: 0px;
}

section.products a.next{
	background-image: url('/img/rightar.png');
	right: 0px;
}

section.products li.product{
	float: left;
	width: 210px;
	margin-right: 90px;
}

section.products li.product a{
	font-size: 15px;
	color: #E76200;
}

section.products li.product a:hover{
	color: #275268;
}

section.products li.product a.description{
	font-size: 13px;
	text-decoration: none;
	color: black;
}

section.products li.product div{
	padding: 30px 0px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
}

section.products li.product img{
	max-height: 150px;
	max-width: 220px;
}

nav.about{
	float: right;
	width: 430px;
	margin-top: 62px;
}

nav.about a{
	display: block;
	margin-bottom: 15px;
	color: #275268;
}

nav.about a.active{
	color: #E76200;
	text-decoration: none;
}

footer .info{
	padding-top: 20px;
	padding-left: 20px;
	margin-right: 310px;
	border-right: 1px dashed #b9c8d0;
}

footer .info nav{
	position: absolute;
}

footer .info nav a{
	float: left; clear: left;
	display: block;
	margin-bottom: 10px;
}

footer .info section{
	margin-left: 250px;
	margin-right: 100px;
	min-height: 200px;
	padding-bottom: 20px;
	display: none;
}

footer .info section.active{
	display: block;
}

footer .info section.active a.more{
	display: block;
	margin-top: 18px;
	font-style: italic;
}

footer .info section.active ul li{
	list-style: disc;
	margin-left: 20px;
}

footer .partners{
	position: absolute;
	top: 0px; right: 0px;
	padding-top: 20px;
	padding-left: 20px; width: 290px;
}

footer .partners h3{
	color: #65889A;
	margin-bottom: 20px;
}

#new_site_note {
    text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
	color: #65889A;
	font-size: 17px;
}

#old_site_link {
	position: absolute;
    top: 18px;
	right: 20px;
	width: 400px;
	text-align: right;
	color: #65889A;
 	font-size: 12px;
}

#registration-form {
        margin-top: 100px;
        background-color: #ccddee;
        width: 550px;
	margin-left: 200px;
        padding:30px;
        text-align:center;
}

