/* --- STANDARDS --- */
html{
	width:100%;
	height:100%;
	margin:0;
	padding:0
}
body{
	margin: 0px; 
	padding: 0px; 
	background:white;
        font: 13px Arial,Helvetica,sans-serif;
        color:#6d6d6d;
}
a img{
	border:none;
}
.clearer{
	clear:both;
	line-height:1px;
}
input{
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:none;
}
/* --- CONTENT --- */
.error {border: 1px solid; background:#ffd5d5; border-color:#dd7777; font-size:13px; COLOR:#993333;}
#wrapp, #footer{
	width: 980px;;
	margin:0 auto;
}
#footer.inside{
	width:960px;
}
#main_container{
	background:url(../images/back_main_container.jpg) top right no-repeat;
	min-height:740px;
}
#info_container{
	background: url(../images/back_info_container.jpg) top left no-repeat;
	float:left;
}
#wrapp_inside{
	width:960px;
	margin:0 auto;
}
#left_column{
	float:left;
	width:281px;
}
#container{
	min-height:740px;
	margin-bottom:20px;
	position:relative;
}
#content{
	width:679px;
	float:left;
	font:12px Calibri, Geneva, sans-serif;
	color:#6d6d6d;
}
.content_header{
	padding-left:24px;
	text-transform:uppercase;
	background:url(../images/arrow_title.jpg) 0 5px no-repeat;
	font:bold 13px Calibri, Geneva, sans-serif;
	color:#5c5c5c;
}
.content_header.m30{
	margin-top:30px;
}
.content_header.m18{
	margin-top:18px;
}
.content_header.mb30{
	margin-bottom:30px;
}
.content_header.mb5{
	margin-bottom:5px;
}
.content_header.pr{
	padding-right:75px;
}
.content_header a{
	text-decoration:none;
	color:#5c5c5c;
}
.content_header a:hover, .content_header a.active{
	text-decoration:underline;
	color:#b31820;
}
#footer_container{
	background:url(../images/back_footer.jpg) top left repeat-x;
	padding-top:17px;
	height:55px;
	position:relative;
}
#online_consult{
	position:absolute;
	left:0px;
	top:290px;
}

/* --- HEADER --- */

#header{
	padding-top:0px;
	position:relative;
	height:116px;
	border-bottom:1px solid #c0c0c0;
}
#header.m20{
	margin-right:20px;
}
#logo{
	margin-top:20px;
}
#login_div{
	font:12px Calibri, Geneva, sans-serif;
	position:absolute;
	bottom:55px;
	right:0px;
}
#login_div a , #login_div a:visited{
	color:#969696;
	text-decoration:none;
}
#login_div a:hover{
	text-decoration:underline;
}
#login_div a.active{
	color:#c02222;
	text-decoration:underline;
}
#menu{
	position:absolute;
	left:281px;
	bottom:15px;
	font:14px Calibri, Geneva, sans-serif;
}
#menu h1{
	margin:0; 
	padding:0;
	font:14px normal Calibri, Geneva, sans-serif;
	display:inline;
}

#menu span{
	padding-right:26px;
}
#menu a , #menu a:visited{
	color:#424141;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
}
#menu a.active{
	color:#c02222;
	text-decoration:underline;
}
#search_form{
	position:absolute;
	bottom:10px;
	right:1px;
	height:26px;
}
#search_form input{
	font-family:Calibri, Geneva, sans-serif;
}
#search_form input{
	height:26px;
	line-height:26px;
	background:url(../images/back_input_search.jpg) top right no-repeat;
	padding:0 10px 0 26px;
	width:133px;
}


/* --- ФОРМЫ --- */

.form_table td{
	height:30px;
	padding-bottom:12px;
}
.form_table td.hint{
	padding-left:5px;
}
.form_table td.title{
	padding-right:18px;
}
.form_table td.alignright{
	text-align:right;
}
.form_table input[type="text"]{
	height:14px;
	width:187px;
	border:none;
	padding:2px 3px;
	background:url(../images/back_input.jpg) top left no-repeat;
}
.form_table [type="password"]{
	height:14px;
	width:187px;
	border:none;
	padding:2px 3px;
	background:url(../images/back_input.jpg) top left no-repeat;
}

#submit_register{
	width:95px;
	height:27px;
	border:none;
	cursor:pointer;
	background:url(../images/button_register.png) top left no-repeat;
}


/* --- ВОССТАНОВЛЕНИЕ ПАРОЛЯ --- */

#submit_recover, #submit_message{
	border:none;
	background:url(../images/button_send.jpg);
	width:79px;
	height:27px;
	cursor:pointer;
}

/* --- ЛОГИН --- */

a.text-like{
	color:#b31820;
	text-decoration:none;
}
a.text-like:hover{
	color:#C02222;
	text-decoration:underline;
}
#submit_login{
	border:none;
	background:url(../images/button_enter.png) top left no-repeat;
	height:27px;
	width:79px;
	cursor:pointer;
}

