body, div, dl, dt, dd, pre, form, fieldset, input, textarea, p, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}
h1, h2{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-image: url(images/cont_bg.jpg);
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #226a97;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
	

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clear {
	clear: both;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;
}
#top {
	background-color: #3b3b3b;
	background-image: url(images/top_bg.jpg);
	height: 77px;
}


#logo {
	float: left;
	width: 200px;
	padding-top: 15px;
	padding-left: 25px;
}
#toptext {
	margin-left: 250px;
	margin-right: 50px;
	text-align: center;
	padding-top: 25px;
}
#toptext h1 {
    margin: 0;
	padding: 0;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #dfdfdf;
}
#toptext img {
    margin: 0;
	padding: 0;

}
#toptext h2 {
    margin: 0;
	padding: 2px;
	font-size: 16px;
	font-style: italic;
	/*font-weight: bold;*/
	color: #dfdfdf;
}

/* MENU
-----------------------------------------------------------------------------*/
#menu {background-color: #2573a2;
	background-image: url(images/menu_bg.jpg);
	height: 38px;
	padding-top: 5px;
	padding-left: 25px;
	font-family: Tahoma;
	font-size: 14px;}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}		
#menu li i {
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}	
#menu li {float:left;  margin-left:1px; padding-top:0px;}
#menu li a {
	line-height:32px;
	padding:0 20px 0 0;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
}
#menu li  b {
	display:block;
	height:32px;
	float:left;
	padding:0 0 0 20px;
	cursor:pointer;
	font-weight: normal;
}

#menu li a:hover, 
#menu li a:active,
#menu li a:focus
{
	background-position:right -32px;
	line-height:32px;
	color:#fff;
	background-image: url(images/menu_active_r.jpg);
	text-decoration: none;
}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b
{
	background-position:left -32px;
	background-image: url(images/menu_active_left.jpg);
}
#menu li a:hover i,
#menu li a:active i,
#menu li a:focus i
{
border:none;}



#menu li.active a
{
	background-position:right -32px;
	line-height:32px;
	color:#fff;
	background-image: url(images/menu_active_r.jpg);
	text-decoration: none;
}
#menu li.active b
{
	background-position:left -32px;
	background-image: url(images/menu_active_left.jpg);
	font-weight: bold;
}
#menu li.active i
{
border:none;}


/* то что дальше может удалить лучше?*/
#topmenu {
	background-color: #2573a2;
	background-image: url(images/menu_bg.jpg);
	height: 38px;
	padding-top: 5px;
	padding-left: 25px;
	font-family: Tahoma;
	font-size: 14px;
}
#topmenu li {
	float: left;
	padding-right: 25px;
	padding-left: 25px;
	height: 27px;
	padding-top: 5px;
	
}
#topmenu li a {
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
}




#topmenu li.active {
	background-attachment: scroll;
	background-image: url(images/menu_active_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
}
#topmenu li.active a {
	padding-right: 25px;
	padding-left: 0px;
	height: 27px;
	display: block;
	margin-top: -5px;
	border-bottom-style: none;
	margin-right: -25px;
	padding-top: 5px;
	background-attachment: scroll;
	background-image: url(images/menu_active_left.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	text-decoration: none;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 74px;
	padding-left: 0;
	margin-right: 25px;
	margin-left: 25px;
}
#noauth {
	overflow: hidden;
	padding: 5px;
}

#conttopleft {
	float: left;
	height: 78px;
	width: 310px;
}
#conttopleft #noauth {
	font-size: 14px;
	color: #333333;
}
#conttopleft #noauth img {
	float: right;
	padding-left: 20px;
}

#auth {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
	padding-top: 5px;
}
#auth span {
	color: #c80000;
}
#auth a {
	color: #31749e;
	float: left;
	display: block;
	padding-top: 10px;
	padding-right: 8px;
}

#conttopright {
	float: right;
	height: 78px;
	width: 310px;
}
#conttopright #noauth a {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #226a97;	
}
#conttopright #noauth .button {
cursor:pointer;
display:block;
height:23px;
width:58px;
border: 0;
/*line-height:70px;*/
 text-align:center;
 background-image:url('images/vhod_button.jpg');
 background-repeat:no-repeat;
 
}
#conttopright #noauth span {
	float: right;
}
#conttopright input {
	background-image: url(images/form1.jpg);
	height: 23px;
	width: 100px;
	border: none;
	float: left;
	margin-right: 5px;
	text-indent: 5px;
}
#conttopcentr {
	margin-right: auto;
	margin-left: auto;
	height: 78px;
	width: 310px;
}
#conttopcentr #noauth span {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	color: #226a97;
	float: right;
	font-size: 16px;
	padding-bottom: 10px;
}
#conttopcentr #noauth {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
#warningleft {
	font-family: "Arial black";
	font-size: 16px;
	color: #c80000;
	width: 135px;
	padding-top: 25px;
	padding-left: 5px;
	float: left;
}
#warningleft h2 {
    margin: 0;
	padding: 0;
	font-size: 16px;
	font-style: italic;
	/*font-weight: bold;*/
	color: #c80000;
}
#warningright {
	font-size: 16px;
	color: #333;
	margin-left: 140px;
	padding-top: 25px;
}
#poisk {
	padding-top: 25px;
}
#poisk .l {
	background-image: url(images/poisk_left.jpg);
	float: left;
	height: 145px;
	width: 19px;
}
#poisk .r {
	background-image: url(images/poisk_right.jpg);
	float: right;
	height: 145px;
	width: 19px;
}
#poisk .centr {
	background-image: url(images/poisk_fon.jpg);
	height: 145px;
}



#contosn {
	padding-top: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}
#contosnright {
	
	background-color: #FFF;
	float: right;
	width: 310px;
	margin-left: 2%;
	height: 328px;
	
}
#contosnright h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 10px 0;
	margin: 0;
	}
#contosnright p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #404040;
	line-height: 122%;
}
#contosnright span {
	float: right;
}
#contosnright span a {
	color: #226A97;
}
#contosnright b {
	color: #226a97;
}
#contosncentr {
	margin-right: 330px;
}



#continner {
	padding-top: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	font-size: 14px;
	color: #333;
}

#continner h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #0f8f02;
	padding:0 0 20px 0;
}
#continner span input {
	color: #2d8801;
	background-image: url(images/wmz_wmr.jpg);
	height: 23px;
	width: 133px;
	border:none;
	margin-right: 30px;
	margin-left: 7px;
	font-size: 12px;
	padding-left: 5px;
}
.inner_otstup {
	padding:5px 25px 25px 25px;
	overflow: hidden;
}
.inner_otstup_left {
	overflow: hidden;
	padding-left: 25px;
}
.pin {
text-indent:10px;
 padding-left: 25px;
}
.inner_chek {
	margin-right: 12px;
	margin-top: -3px;
}
.babz{
	margin:5px;
 text-align:justify;
 line-height:25px;
}
.abz{
	margin:5px;
 padding:5px;
 text-align:justify;
 text-indent:30px;
 line-height:25px;
}
.abz:first-line
{
 font-family:arial;
  line-height:25px;
}
.abz:first-letter
{
 font-size:20px;
}

#continner h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333;
	padding: 30px 0 15px 0;
}

#continner table {
	border: 1px solid #26739c;
	font-size: 12px;
	color: #333;
	}
#continner table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #26739c;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #26739c;
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f5f5f5;
}
.tab_bg {
	background-attachment: scroll;
	background-image: url(images/tab_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 21px !important;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 10px !important;
}

/*#continner i {
	font-size: 12px;
	color: #7e7e7e;
	display: block;
	font-style: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}*/

.vi {
	font-size: 12px;
	color: #7e7e7e;
	display: block;
	font-style: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0 0 0px
}
#poiskpanel {
	margin-right: 150px;
	margin-left: 150px;
	padding-top: 20px;
}
#poiskpanel h2 {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
}
#poiskpanel h3 {	
	margin: 0;
	font-family: Tahoma;
	font-size: 18px;
	color: #FFF;
	padding: 15px 0 10px 0;	
}
#poiskpanel h3 .poisktext {
     background-image: url(images/poisk_bg.jpg);
	 border:none;
     height: 29px;
     background-attachment: scroll;
     background-repeat: no-repeat;
     background-position: right top;
     width: 100%;
     vertical-align: middle;
     font-size: 20px;
     position:relative;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     -khtml-border-radius:5px;
     border-radius:5px;
     behavior:url(http://xtool.ru/PIE.htc);/*тут подключается так называемый костыль для IE. В случае, если непосредственно на хостинге в IE не будет закругленных углов - прописать полный урл к файлу. Например */
}
#poiskpanel .button {
cursor:pointer;
display:block;
height:29px;
width:105px;
border: 0;
/*line-height:70px;*/
 text-align:center;
 background-image:url('images/prover.jpg');
 background-repeat:no-repeat;
}

#p_l {
	background-image: url(images/poisk_bg_l.jpg);
	float: left;
	height: 28px;
	width: 4px;
}

#poiskpanel h3 input {
	float: right;
}
#poiskpanel .chekbox {
	margin-left: 58px;
	margin-top: 2px;
	float: left;
}
#poiskpanel b {
	font-weight: normal;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
#poiskpanel span {
	color: #010101;
	display: block;
	margin-left: 80px;
	margin-top: -2px;
}
#p_p {
	margin-right: 114px;
	margin-left: 61px;
}
#update {
	color: #FFF;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 58px;
}
#add_ya {
	float: right;
	padding-top: 8px;
}

#plugin {
	background-image: url(images/plugyn.png);
	height: 87px;
	width: 288px;
}
#plugin span  {
	color: #97dbff;
	display: block;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	font-size: 14px;
}
#cont_c_l {
	background-image: url(images/ugly/l_cont.png);
	float: left;
	height: 87px;
	width: 11px;
}
#cont_c_r {
	background-image: url(images/ugly/r_cont.png);
	float: right;
	height: 87px;
	width: 11px;
}
#cont_c_c {
	overflow: hidden;
	background-color: #EEE;
	height: 67px;
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#cont_c_c span {
	color: #c80000;
}

#c_menu {
	padding-top:20px;
	padding-left: 20px;
}

#c_menu ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(images/menu_c_list.png);
}
#c_menu ul li {
	padding-bottom: 10px;
}
#c_menu ul li  a {
	color: #226a97;
}


.niz_bg {
	background-image: url(images/niz_bg.png);
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
.niz_text {
	font-size: 18px;
	color: #14496f;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.niz_text img {
	float: left;
	padding-right: 10px;
	margin-top: -10px;
}

#trast {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}
#trast_t {
	text-align: left;
	padding-top: 20px;
	font-size: 12px;
	color: #7f7f7f;
	padding-bottom: 20px;
	font-family: Arial;
}

#trast_t h3 {
	font-family: Tahoma;
	font-size: 18px;
	color: #333;
	padding:0 0 10px 0;
	margin: 0;
	font-weight: normal;
}
#trast h1 {
	font-size: 30px;
	color: #333;
	padding: 10px 0 20px 0;
	margin:0;
}

#trast a {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #226a97;
}
.dpp {
color:gray;
font-size:11px;
}
.dpp b {
font-family: Tahoma;
}
.red {
	color: #ff0000;
}
.blue {
	color: #226a97;
}
.green {
	color: #0f8f02;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -74px auto 0;
	min-width: 1000px;
	height: 74px;
	background-image: url(images/footer_bg.jpg);
}
#li {
	padding-top: 12px;
	padding-left: 30px;
}
#li img {
	float: left;
	padding-right: 20px;
}
#c {
	text-align: right;
	float: right;
	padding-top: 12px;
	padding-right: 30px;
	color: #FFF;
	width: 250px;
	font-size: 11px;
}

/* ---------------------ugly.css----*/


.t {
	background-image: url(images/ugly/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #FFF;
	height: 78px;
}
.b {background: url(images/ugly/dot.png) 0 100% repeat-x}
.l {background: url(images/ugly/dot.png) 0 0 repeat-y}
.r {background: url(images/ugly/dot.png) 100% 0 repeat-y}
.bl {
	background-image: url(images/ugly/bl_white.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 78px;
}
.br {
	background-image: url(images/ugly/br_white.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 78px;

}
.tl {
	background-image: url(images/ugly/lt_white.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 78px;

}
.tr {
	padding:10px;
	background-image: url(images/ugly/rt_white.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 78px;

} 
/* contosnright
-----------------------------------------------------------------------------*/

#contosn .t {
	background-image: url(images/ugly/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #FFF;
	height: 378px;
}
#contosn .b {background: url(images/ugly/dot.png) 0 100% repeat-x}
#contosn .l {background: url(images/ugly/dot.png) 0 0 repeat-y}
#contosn .r {background: url(images/ugly/dot.png) 100% 0 repeat-y}
#contosn .bl {
	background-image: url(images/ugly/bl_white.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 378px;
}
#contosn .br {
	background-image: url(images/ugly/br_white.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 378px;

}
#contosn .tl {
	background-image: url(images/ugly/lt_white.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 378px;

}
#contosn .tr {
	padding:10px;
	background-image: url(images/ugly/rt_white.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 378px;

} 



/* continner
-----------------------------------------------------------------------------*/

#continner .t_c {
	background-image: url(images/ugly/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #FFF;
}
#continner .b_c {background: url(images/ugly/dot.png) 0 100% repeat-x}
#continner .l_c {background: url(images/ugly/dot.png) 0 0 repeat-y}
#continner .r_c {background: url(images/ugly/dot.png) 100% 0 repeat-y}
#continner .bl_c {
	background-image: url(images/ugly/bl_white.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#continner .br_c {
	background-image: url(images/ugly/br_white.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;

}
#continner .tl_c {
	background-image: url(images/ugly/lt_white.png);
	background-repeat: no-repeat;
	background-position: 0 0;

}
#continner .tr_c {
	padding:10px;
	background-image: url(images/ugly/rt_white.png);
	background-repeat: no-repeat;
	background-position: 100% 0;

} 

/* continner
-----------------------------------------------------------------------------*/

#infort  table {
margin:0;
padding:0;
border:0;
}
#infort  table td {
margin:0;
padding:0;
border:0;
text-align:center;
vertical-align:middle;
}

.t_g {
	background-image: url(images/ugly/grey/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #eeeeee;
}
.b_g {background: url(images/ugly/grey/dot.png) 0 100% repeat-x}
.l_g {background: url(images/ugly/grey/dot.png) 0 0 repeat-y}
.r_g {background: url(images/ugly/grey/dot.png) 100% 0 repeat-y}
.bl_g {
	background-image: url(images/ugly/grey/bl.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br_g {
	background-image: url(images/ugly/grey/br.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;

}
.tl_g {
	background-image: url(images/ugly/grey/tl.png);
	background-repeat: no-repeat;
	background-position: 0 0;

}
.tr_g {
	padding:10px;
	background-image: url(images/ugly/grey/tr.png);
	background-repeat: no-repeat;
	background-position: 100% 0;

} 

