* {
	margin:0;
	padding:0;
}
body {
	background: url(../images/bg.jpg) center repeat-y;
	font-family: Arial;
}
.wrap {
	width: 100%;
}
.otstup1 {
	width: 30%;
}
.otstup2 {
	width: 30%;
}
.head {
	background: url(../images/head.jpg) repeat-x;
	height: 229px;
	vertical-align: center;
}
.notstup, .topnav {
	background: url(../images/nbg.gif) top left repeat-x;
	height: 45px;
}
.topnav {
	padding-left: 90px;
}
.topnav li {
	float: left;
	font-size: 14pt;
	list-style: none;
	padding-left: 40px;
}
.topnav a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
}
.topnav .active a {
	background: url(../images/dot.gif) top left no-repeat;
}
.main {
	background: #fff;
}
.logo {
	float: left;
	padding: 7px 0 0 30px;
	width: 250px;
	text-align: center;
	color: #fff;
	font-size: 13pt;
}
.logo img {
	border: 0;
	padding-bottom: 10px
}
.banners {
	float: right;
	margin-right: 40px;
	margin-top: 5px;
}
.katalog h3 {
	font-size: 12pt;
	background: #e3e8ec;
	border-bottom: 3px solid #fff;	
	padding: 5px 5px 5px 7px;
}
.katalog ul {
	margin-bottom: 5px;
}
.katalog li {
	list-style: none;
	background: #e3e8ec url(../images/dot2.gif) top left no-repeat;
	border-bottom: 3px solid #fff;
	padding: 5px 5px 5px 7px;
}
.katalog a {
	color: #0e4984;
	text-decoration: none;
}
.katalog a:hover, .katalog .active a {
	color: #1f86ee;
}
.separator {
	font-weight: bold;
}
.sb {
	vertical-align: top;
	padding: 0 5px 0 15px;
	width: 250px;
}

.content {
	vertical-align: top;
	padding: 0 15px 0 12px;
	background: url(../images/dot3.gif) top left repeat-y;
}
.content a {
	color: #0e4984;
}

.footer {
	background: #fff url(../images/fbg.gif) top left repeat-x;
	height: 150px;
}
.fotstup {
	background: url(../images/fbg.gif) top left repeat-x;
}
.boxes {
	float: right;
}

.copy {
	padding: 50px 0 0 20px;
	float: left;
	color: #fff;
}
.copy a {
	color: #fff;
}

p, .content h1, .content h3 {
	padding-bottom: 7px;
}
h1, h2, h3 {
	font-size: 14pt;
}
.contentpagetitle {
	font-size: 12pt;
	font-weight: bold;
}
.contentheading a {
	text-decoration: none;
}
.user1 {
	background: url(../images/dot3.gif) bottom left repeat-x;
	padding-bottom: 10px;
}
.user2 {
	background: url(../images/dot3.gif) top left repeat-x;
	padding-top: 10px;
}
.user3, .user4 {
	vertical-align: top;
}
.user3 {
	padding-right: 3px;
	background: url(../images/dot3.gif) top right repeat-y;
}
.user4 {
	padding-left: 3px;
}
.user3 .contentpaneopen, .user4 .contentpaneopen {
	width: 330px;
}

.zakaz a {
	display: block;
	background: #f78b32;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 200px;
	margin: 20px auto;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	border: 1px solid #f78b32;
}
.zakaz a:hover {
	color: #f78b32;
	background: #fff;
}