body {
	color: #000000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#fffdf4;
}
.header {
	height:180px;
	width:864px;
	padding:0;
	background-image:url(../i/site/top_back.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	vertical-align:bottom
	
	/*border:1px solid #FF0000; */
}

.menu {
	padding:0 0 0 8px;
	margin:0;
	width:99%;
	height:25px;
	/*border:1px solid #FF0000; */
}
.maintable {
	padding:0;
	margin:0;
}

/*menuitems*/
      a.button {
        display: block;
        float: left; /* чтобы кнопка не растягивалась на всю ширину родительского блока, а ограничивалась текстом */
        font: bold 14px arial, sans-serif;
        color: #FFFFFF;
        text-decoration: none;
        background: url(../i/site/menu_l.gif) top right no-repeat;
        padding-right: 13px; /* отступ для "раздвижных дверей" */
        outline: none; /* убираем точечную обводку в FireFox, которая появляется при клике */
      }
      a.button span {
        display: block;
        line-height: 26px;
        background: url(../i/site/menu_r.gif) no-repeat;
        padding: 0 2px 0 17px;
      }
      a.button:hover {
        background-position: 100% -27px;
      }
      a.button:hover span {
        background-position: 0% -27px;
        color: #c16d00;
      }

.banners {
	padding:14px 0 0 0;
	margin:0;
}	  
.maintext {
text-align:left;
padding: 15px 20px 0 10px;
}	  
.footer {
background-image:url(../i/site/footer_back.gif);
background-position:top left;
background-repeat:repeat-x;
height:56px;
padding:2px;
}
	  
h1 {
	font-size: 20px;
	color: #f29425;
	padding:8px 0 0 0;
	margin: 0px;
}
h2 {
	font-size: 18px;
	color: #f29425;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	color: #f29425;
	font-weight: bold;
	padding:8px 0 0 0;
}
h4 {
	font-size: 12px;
	color: #f29425;
	padding:0;
	margin: 0px;
}
p {
	font-size:12px;
	text-align: justify;
	padding:0 10px 0 10px;
}
li {
	font-size: 12px;
	text-align: justify;
}
a {
	color: #f29425;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}
.mnu {
	color: #000000;
	font-size: 12px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 0px 3px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
}
.mnu-a {
	color: #000000;
	text-decoration: none;
}
.mnu-a:hover {
	color: #BA2022;
	text-decoration: underline;
}
.mnu2 {
	color: #000000;
	font-size: 12px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 4px 0px 3px 25px;
	margin: 0px;
}
.old {
	text-decoration: line-through;
}

.mnu2-a {
	color: #000000;
	text-decoration: none;
}
.mnu2-a:hover {
	color: #BA2022;
	text-decoration: underline;
}
.cpy {
	font-size: 12px;
	color: #FFEB98;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-transform: lowercase;
}
.spec {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;

}
.picts {
	border: 1px solid #000000;
	margin: 10px;
}
.bottom-text {
	font-size: 10px;
}
.top-text {
	font-size: 10px;
	color: #B50000;
	padding-top: 10px;
}
.red {
	color: #B50000;
	font-weight: bold;
}
.scred {
	color: #FF0000;
	font-weight: bold;
}
table.tab td {
	padding:3px;
	font-size:12px;
	background-color:#FFEB98;
}
table.tab th {
	padding:3px;
	font-size:12px;
	background-color:#D0A922;
	color:#ffffff;
	font-weight:bold;
}
.title { font-size:16px; color:#CC0000; font-weight:bold;}


/*-------------------------- hidden text -----------------------*/
.part {
	margin: 0 20px 0 20px;
}
.part span.title {
	color: #f29425;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #f29425;
	cursor:pointer;
	line-height:1.4em;
	/*color: #0000FF;
	text-decoration:none;
	*/
}
.part span.title:hover {
	color:#f29425;
	border-bottom:0;
}
.part div.title:hover {
	color:#f29425;
}
.part div.content {
	display: none;
	border-bottom:0;
}
.part div.content-opened {
	display: block;
	text-align: justify;
}
/*-------------------------- hidden text end--------------------*/
