body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
body.main_body{
background: #4169e1 url(../images/grey.gif) repeat;
background-color: white;
}
div.main_div{
  padding:0;
  margin:0;
  height:100%;
  width:100%;
  text-align:center;
}
table.main_table,
div.admn_div, div.cell1_div, div.cell2_div, div.cell3_div {
  border: none;
  width: 980px;
  border-left: 2px solid #ff8c00;
  border-right: 2px solid #ff8c00;
  margin:0 auto;
}
div.admn_div {
  background-color: red;
  color: white;
  font-size: 11px;
  font-weight: normal;
}
div.cell1_div, div.cell3_div {
  background: #ff8c00 url(/images/top.jpg) no-repeat;
}
div.cell2_div {
  background-color: #ffffff;
}
div.cell3_div {
  text-align: right;
  /*padding-right: 5px;*/
  font-size: 10px;
  color: #ffffff;
  height: 32px;
}

table.main_table {
  height:100%;
  border-collapse:collapse;
  background-color: #ffffff;
}
a.admn_a,a.admn_a:visited {
	color: white;
	padding: 0px 2px 0px 2px;
	font-size: 11px;
	font-weight: normal;
}
a.admn_a:hover {
  color: red;
  background-color: yellow;
	font-size: 11px;
	font-weight: normal;
}

.main_table_container{
	background-color: AliceBlue;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;	
}
.cell1_td{
	padding: 0;
	background-color:darkorange;
	text-align: center;
	width: 945px;
/*	border:1px solid red;*/
}
.cell2_td{
	background-color:white;
	height: 95%;
}
td.cell3_td{
	background-color: #ff8c00;
	text-align: right;
	padding-right: 5px;
	font-size: 10px;
	color: #ffffff;
}

a.imaged_anchor div {
  position: relative;
  width: auto;
  height: auto;
  display: none;
}
a.imaged_anchor:hover div {
  display: block;
}
.site_name_div,.site_name_a,
.site_name_a:hover,.site_name_a:visited{
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
  color: #000000;
}
.site_name_a,.site_name_a:visited{
	text-decoration: none;
}
.site_name_a:hover{
	text-decoration: underline;
}
.site_tel_div{
  color: #0c4da2;
  font-size: 27px;
  font-weight: bold;
}
.site_tel_span{
  color: #0c4da2;
  font-size: 15px;
  font-weight: bold;
}
/* Стили шаблона */
table.template_class {
	width: 100%;
}
td.t_cell {

}
div.li{
	float: left;
	margin: 0;
	padding: 0;
}
a.cell3_a,a.cell3_a:visited,a.cell3_a:hover{
  font-size: 10px;
  color: #ffffff;
}
a.cell3_a,a.cell3_a:visited{
	text-decoration:none;
}
a.cell3_a:hover{
	text-decoration: underline;
}
.search_div,.input_search,.submit_search{
	font-size: 11px;
	text-align: center;
}
.search_div{
	color: #000000;
}
.submit_search{
	color: #ffffff;
}
.input_search{
	color: #000000;
	width: 190px;
}
.submit_search{
	width: 50px;
	border: 1px solid #ffffff;
	cursor: pointer;
	background-color: #ff0000;
}
