html {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	width: 100%;
	font-size: 12px;
	background: url("/bitrix/templates/main/images/bg.png");
}

img {
	border: 0;
}

form {
        margin: 0;
        padding: 0;
}

input {
	font-size: 12px;
}

h1 {
	font-size: 16px;
	background: url("/bitrix/templates/main/images/corner.png") no-repeat;
	padding: 16px 0 0 27px;
	color: #3083e3;
}

h2 {
	font-size: 16px;
}

a {
	color: #2f84df;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 950px;
	margin: 0 auto;
	background: #ffffff;
}

.ad-top {
	width: 950px;
	text-align: center;
	padding: 10px 0 10px 0;
	background: #d1e3f9;
}

.top {
	width: 950px;
	height: 121px;
	background: url("/bitrix/templates/main/images/header.png") no-repeat;
}

.logotype {
	width: 234px;
	height: 121px;
	float: left;	
}

.icons {
	width: 188px;
	padding: 21px 0 0 0;
	text-align: right;
	float: left;
}

.main-menu {
	height: 55px;
	background: url("/bitrix/templates/main/images/menu.png") repeat-x;
	clear: both;
}

.main-menu-index {
	height: 55px;
	background: url("/bitrix/templates/main/images/menu-main-bg.png") repeat-x;
	clear: both;
}

.left-menu {
	width: 221px;
	float: left;
}

.workarea {
	width: 729px;
	float: right;
	min-height: 300px;
	padding: 0px;
}

.workarea-main {
 	min-height: 300px;
	padding: 0px;
}

.auth {
	float: left;
	position: relative;
	padding: 0 0 0 60px;
	top: 16px;
}

.footer {
	height: 69px;
	clear: both;
	//background: #699a0d;
	background: #d6f1a3;
	color: #4a4a4a;
}

.footer2 {
	height: 15px;
	clear: both;
}

.search {
	float: left;
	width: 228px;
	height: 79px;
	background: url("/bitrix/templates/main/images/search.gif");
}

.copyright {
	float: right;
	color: #000000;
	line-height: 79px; 
	padding: 0 23px 0 0;
}