html, body, iframe, td, th, form, ul, ol, li, dl, dt, dd {margin: 0; padding: 0;}
table {border: none; border-collapse: collapse;}
img, iframe	{border: none;}
ul {list-style: none;}
.wide {width: 100%;}

header, nav, section, article, aside, footer {
   display:block;
}


body, html {
 font-size: small;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 background: #EAEEF1; 
}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 4px 10px;
	font-size: 110%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	color: #427288;
	text-shadow: 1px 1px 1px #FFF;
}


/*   Градиент   */
.grad {
  height: 2px;
  margin: 10px 0px 10px 0px;
  /* Для старых браузров */
  background: #666699;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #fff, #666699);
  /* Chrome 10+, Safari 5.1+ */
  background: -webkit-linear-gradient(left, #fff, #666699);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #fff, #666699);
  /* IE10 */
  background: -ms-linear-gradient(left, #fff, #666699);
  /* CSS3 */
}

.otstup {
  margin-bottom: 25px;
}


.clearfix {
	content: ' ';
	clear: both;
	display: block;
	width: 0; height: 0;
	overflow: hidden;
	font-size: 0;
}

.bold {
	font-weight: bold;
}

.floatleft {
  float: left;
}


.inframe {
 padding: 10px 10px 10px 10px;
 background: #3399FF;
}


.error {
 padding: 10px 10px 10px 10px;
 background: #FF3333;
 color: #FFFFFF;
  font-weight: bold ;
}


#maket {
	margin: 0 auto;
	width: 1000px;
	padding: 10px 10px 5px 10px;
  background: #FFF; 
}

#header{
 margin-bottom: 10px;
}

#left{
 width:190px;
 float:left;
 font-size: 95%;
}

#right{
 width:210px;
 float:right;
 font-size: 95%;
}

#content{
 margin-left:190px;
 margin-right:210px;
 font-size: 95%;
}

#footer{
 clear:both;
}

/*Шапка */
#logo {
  width: 265px;
  height: 100px;
  float: left;
  padding: 1px;
}


#head_baner {
  margin-left: 267px;
  width: 728px;
  height: 100px;
  padding: 1px;
}

#menu {
  padding-top : 5px;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
}

#menu li {
 float: left;
 width: 166px;
 text-align: center;
 background-color: #becbd3;
}


#menu li a {
 color: #663399;
 display: block;
 height: 26px;
 text-decoration: none;
 padding: 0px 10px 0px 10px;
 text-shadow: 1px 1px 1px #FFF;
}

#login_serch {
  background-color: #becbd3;
  height: 26px;
  overflow: hidden;
  margin-top: 5px;
  font-size: 10px;
}



#login {
  float:left;
/*  background-color: #EDE4CB;    */
  width: 540px;
  overflow: hidden;
  padding-left: 10px;
}


#login input[type="button"] {
/*  cursor: pointer;           */
/*  border: 1px solid #F8EECF;  */
/*  background: #FCF7E2;  */
/*  padding: 2px 12px;   */
/*  font-size: 11px;   */
/*  height: 22px;  */
}



#serch {
 /* padding-top : 2px;     */
  margin-left: 550px;
/*  border: 1px solid green;  */
}

#q{
  width: 325px;
/*  border: 1px solid #F8EECF;  */
/*  font-size: 13px;       */
/*  padding: 2px 5px 2px 5px;  */
/*  margin: 2px;  */
}

#q_submit {
  cursor: pointer;
  border: 1px solid #F8EECF;
  background: #FCF7E2;
  padding: 2px 12px;
  font-size: 11px;
  height: 22px;
}


#q_submit:hover {
	box-shadow: inset 0px -20px 20px #ffffff;
}
#q_submit:active {
	margin-top: 1px;
	margin-bottom: -1px;
	zoom: 1;
}


/*Слева */

.leftframe {
 background: #becbd3;
 position: relative;
 margin: 0px 10px 10px 0px;
 padding: 10px 10px 10px 10px;
}


#menurecl li {
 display: block;
 padding: 0px 0px 10px 0px;
}

#podacha  {
	display: block;
	font-size: 14px;
    font-weight: bold;
    text-align: center;
	text-decoration: none!important;
	padding: 8px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
}

#podacha:active {
  border: 1px solid #666;
  box-shadow: inset 0px 0px 3px #999;
  -o-box-shadow: inset 0px 0px 3px #999;
  -webkit-box-shadow: inset 0px 0px 3px #999;
  -moz-box-shadow: inset 0px 0px 3px #999;
}


/* The styles for the blue button */
.blue {
	color: #663399;
	border: 1px solid #6fb1c7;
	background-image: -moz-linear-gradient(#aae5f7, #73d0f1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7));
	background-image: -webkit-linear-gradient(#aae5f7, #73d0f1);
	background-image: -o-linear-gradient(#aae5f7, #73d0f1);
	text-shadow: 1px 1px 1px #bfeafb;
	background-color: #73d0f1;
}
.blue:hover {
	border: 1px solid #4690ad;
	background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
	background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
	background-image: -o-linear-gradient(#73d0f1, #aae5f7);
	background-color: #aae5f7;
}
.blue:active {border: 1px solid #3b778b;}





#tel {
 margin: 0px 0px 0px 33px;
 height: 30px;
 line-height: 30px;
 font-size: 110%;
}


/* Справа */
.rightframe {
 margin-bottom: 10px;
 position: relative;
 background: #becbd3;
 margin: 0px 0px 10px 10px;
 padding: 10px 10px 10px 10px;
}



#addBtnAside {
display: block;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none!important;
padding: 8px 12px;
cursor: pointer;
border: 2px solid #FFF;
background: #f08262;
color: #FFF;
}

#addAside ul {
color: #427288;
font-size: 13px;
margin-top: 10px;
line-height: 24px;
}


/*   календарь   */
#calendar span.year{
    float: left;
  font-size: 80%;
  text-align: left;
}

#calendar span.monthlit{
  float: right;
  font-size: 110%;
  font-weight: bolder;
  text-align: right;
  width: 50%;
  padding-bottom: 5px;
}

#calendar table{
  margin: 0px auto 5px auto;
  table-layout: fixed;

}

#calendar td{
  padding-top: 2px;
  width: 25px;
  text-align: right;
}


#calendar td.vihodn{
  color: #FF0000;
}

#calendar td.dnined{
/*  margin-left: 30px;       */
  font-size: 70%;
  text-align: center;
/*  padding-right: 10px;    */
  background-color: #eee;
}

#calendar td.segodya{
  font-weight: bold;
/*  background-color: #f3e4c1;    */
}





/*Центр */

.centerframe {
 margin-bottom: 10px;
 position: relative;
 background: #FFF;
 padding: 10px 10px 10px 10px;
}

.centerframe h1 {
 margin: 0px 0px 10px 0px;
 padding: 5px 10px 6px 10px;
 background-color: #becbd3;
 font-size: 15px;
 font-weight: bold;
	color: #427288;

}

.centerframe h2 {
 padding: 2px 10px 3px 10px;
 background-color: #EEEEEE;
 color: #3C236D;
 font-size: 110%;
 font-weight: bold;
}


.centerframe img.titul {
  float: left;
	border: 1px solid #000;
}

.centerframe div.titul {
 margin: 0px 0px 10px 230px;
 height: 283px;
}

.centerframe div.titul i {
 line-height: 150%;
}

.centerframe div.titul i.alingright {
 margin-left: 70px;
 font-size: 120%;
}

.centerframe div.titul table {
 line-height: 120%;
 margin: 30px 0px 0px 80px;
}

.centerframe div.titul th {
 text-align: center;
 background: #EDE4CB;
 height: 24px;
}

.centerframe div.titul td {
 padding: 2px 5px 2px 5px;
}



.centerframe ul {
 list-style: url(/img/ul_dot.gif);
 margin-left: 16px;
}

.centerframe li {
 line-height: 140%;
}

.centerframe #logos {
 width: 580px;
 text-align: center;
}

.centerframe #logos td{
 padding-bottom: 5px;
}

.centerframe a.a_right{
 display: block;
 text-align: right;
}

/*Центр онлайн */
#onl_full_1 {
 text-align: center;
 width: 290px;
 height: 210px;
 float: left;
}

#onl_full_2 {
 margin: 0px 0px 0px 300px;
 height: 180px;
}

#onl_full_2 table {
 line-height: 140%;
 margin: 40px 0px 0px 15px;
}

#onl_full_2 th {
 text-align: center;
 background: #EDE4CB;
 height: 24px;
}

#onl_full_2 td {
 padding: 2px 5px 2px 5px;
}



#onl_part_1 {
 width: 193px;
 float: left;
 text-align: center;
}

#onl_part_2 {
 width: 193px;
 float: left;
 text-align: center;

}
#onl_part_3 {
 margin: 0px 0px 0px 380px;
 text-align: center;
 height: 230px;
}

.bord_solid {
 border: 1px solid #000000;
}

.onln_tbl {
 width: 580px;
 text-align: center;
 margin: 20px 0px 0px 0px;
}


.onln_tbl th{
 text-align: left;
 padding: 3px 0px 3px 20px;
 background-color: #DDDDDD;
}

.onln_tbl td{
 width: 82px;
}

.onln_tbl td img{
 text-align: center;
 margin: 15px 0px 2px 0px;
}


/*Подвал */

#menuniz {
 text-align: center;
 background: #becbd3;
 margin: 0px 0px 10px 0px;
 padding: 5px 5px 5px 5px;
}


#adressniz {
  background-color: #becbd3;
  text-align: right;
  color: #427288;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  margin: 1px;
	font-size: 10px;
  text-shadow: 1px 1px 1px #FFF;
}


