html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html {
  height: 100%;
}

body {
	line-height: 1;
	color: #dbdcdb;
	background:url(/i/line.gif) 0 0 repeat-x;
	background-color:#0f1722;
	margin: 0; 
	padding: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

sup { 
  vertical-align: text-top; 
  font-size: 65%;
}

div.clear{
  margin: 0px;
  padding: 0px;
  height: 0;
  clear: both;
  border: none;
  overflow: hidden;
}

/*------------------------------------------------------*/

#container {
  margin-left:auto; 
  margin-right:auto;
  margin-top:10px;
  width: 1000px;
  position:relative;
  /*min-width: 1000px;
  max-width: 1600px;*/
}

.main {
  margin-left:auto;
  margin-right:auto;
  padding:0px; 
  width:1000px; 
}


.mdef_left{
  margin: 44px 0 0 35px;
  padding: 0;
  width: 270px;
  float: left;
  overflow: hidden;
}

.mdef_right{
  margin: 44px 0 0 35px;
  padding: 0;
  width: 600px;
  float: right;
  overflow: hidden;
}

.logo{
  margin: 0;
  padding:0;
  display: block;
  width:266px;
  height:200px;
  float: left;
  color: #636363;
  font-size: 12px;
  text-decoration: none;

}

.logo p {
 margin: 0;
 padding: 10px 0px 0px 5px;
 color:#fff;
}


a{
  color: #fff;
  text-decoration: underline;
}

a:hover{
  color: #fff;
  text-decoration: none;
}


.seti {
 margin:10px 0 0 0;
 padding:0;
 display: block;
}

/*------ новости ---------*/

.anons {
 margin:0;
 padding:0;
 /*height:182px;*/
 display: block;
}

.anons p{
 font-size:14px;
 color:#fff;
 line-height:1.3;
}


.anons .imgr{  
  margin: 0px 5px 20px 0px;
  padding:0;
  float: right;
} 

.anons .imgl{ 
  margin: 0px 18px 20px 0px;
  padding: 0px;
  float: left; 
} 

.anons h1 {
 margin:85px 0 20px 0;
 padding: 0;
 color: #fff;
 font-size: 25px;
}


/* -- content -- */

.content{
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  text-align: center;
  /*border: 1px solid gold;*/
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content li,
.content blockquote
{
  padding: 0;
  font-weight: normal;  
  text-align: left;
  line-height: 1.3;
}

.content h1 {
  margin: 0px 0px 20px 0px;
  font-size: 40px; 
  color: #fff; 
  font-family: Tahoma;
}

.content h2 {
  margin: 0px 0px 20px 0px;
  font-size: 25px; 
  color: #fff; 
  font-family: Tahoma;
}

.content h1.col {
 color: #efeab7;
}

.content h3 {
  margin: 0px 0px 15px 0px;
  font-size: 20px; 
  color: #fff; 
}

.content h4 {
  margin: 0px 0px 5px 0px;
  font-size: 12px; 
  color: #200900; 
  font-weight: bold;
}

.content p {
  margin: 0px 0px 15px 0px;
  font-size: 14px; 
  line-height: 15px;
  color: #fff;
  font-family: Verdana;
}

.content a{
  color: #fff;
  text-decoration: underline;
}

.content a:hover{
  color: #fff;
  text-decoration: none;
}

/*-- список --*/

.content ul {
  margin: 0px;
  padding: 0px;
}

.content ul li {
  margin: 0px 0px 10px 0;
  padding: 0px 0px 0px 20px;
  font-size: 14px; 
  line-height: 20px;
  color: #fff;
  background: url(/i/li.gif) 7px 10px no-repeat;
}

.content ul li ul,
.content ul li ol{
  margin-top: 10px;
}

.content ul li ol li{
  background: none;
}

/*-- нумерованный список --*/

.content ol { 
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.content ol li {
  margin: 0px 0px 10px 0px; 
  padding: 0px 0px 0px 0px;
  font-size: 13px; 
  line-height: 20px;
  color: #200900;
  list-style: decimal;
}

.content ol li ul,
.content ol li ol{
  margin-top: 10px;
}

.content ol li ul li{
  list-style: none;
  padding: 0px 0px 0px 20px;
}

/*-- blockquote --*/

.content blockquote {
  margin: 20px 20px 30px 45px;
  padding: 15px 0px 17px 12px;
  font-size: 13px; 
  line-height: 20px;
  color: #efe2c5; 
  background: #9a012e;
  text-align: left;
  font-family:Verdana;
}

/*-- картинки --*/

.content .imgc{  
  margin: 0px auto;
  padding: 0px;
  clear: both;
} 

.content .imgr{  
  margin: 0px 38px 10px 0px;
  padding:0;
  float: right;
} 

.content .imgl{ 
  margin: 0px 10px 10px 0px;
  padding: 0px;
  float: left; 
} 

.content table td.imgsub{
  margin: 0px;
  padding: 3px; 
  font-size: 11px;
  text-align: right;
} 

/*-- таблица --*/

.content div.st {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  text-align: left;
}

.content div.st table th,
.content div.st table td{
  margin: 0px;
  padding: 10px 15px;
  font-weight: normal;  
  line-height: 1.3;
  font-size: 13px; 
  vertical-align: middle;
  font-family: Verdana;
  /*border-bottom: 1px solid #292929;*/ 
}

.content div.st table th {
  color: #9a012e;  
  border-bottom: 1px solid #cd8889;
  background: #efe2c5; 
  border-left: 1px solid #e7ceb7;
}

.content div.st table tr td {
  color: #200900; 
  border-left:1px solid #f6e8ec;
}

.content div.st table tr.on td {
  background: #e9e5db; 
  color: #200900; 
  border-left: 1px solid #e2d0cb;
  border-bottom: 1px solid #e2d0cb;
  border-top: 1px solid #e2d0cb;
}

.content div.st table tr th.first {
  border-left:0 ;
}

.content div.st table tr td.first {
  border-left: 0; 
}

  /*---- подвал ----*/

.zaglushka{
  margin: 0;
  padding: 0;
  width: 100%; 
  height:107px;
  overflow: hidden;
  display: block;
}

  
.footer{
  margin-left:auto; 
  margin-right:auto;
  /*min-width: 1000px;
  max-width: 1600px;*/
  position: relative;
  left: 0;
  width: 1000px;
  height: 107px;
  display:block;
  /* border-top: 1px solid #414141;*/
}

.footer p{
  color: #fff;
}


.footer .right {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 27px;
  display: block;
  font-size: 14px;
  color: #fff;
}
  

.bbx{
  padding: 2px 0 0 23px; 
  margin: 0; 
  position: absolute;
  left: 0px;
  top: 23px;
  width: 150px;
  height: 30px;
  font-family: Verdana;
  font-size: 11px; 
  text-align: left; 
  color: #fff; 
  background: url(/i/bbx_logo.gif) 0 0 no-repeat; 
}

.bbx a{ 
  padding: 0px; 
  margin: 0px;
  font-family: Verdana;
  font-size: 11px; 
  text-align: left; 
  color: #fff; 
  text-decoration: none; 
}

.bbx a:hover{
  color: #fff; 
}

 /*---- border ----*/
 
.border {
  margin: 0;
  padding: 0;
  clear: both;
  border: none;
  overflow: hidden;
  background: url(/i/bord.gif) repeat-x 0 0;
  height: 10px;
}
