*{
  margin: 0;
  padding: 0;
}
.clear{
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 1px;
}

h1,h2,h3,h4,h5{
	font-family:Tahoma;
}
h1{
	font-size:25px;
    color: #0457AC;
}
h1.super{
  font-size: 27px;
}

h2{
	font-size:18px;
    color: #637DA9;
}
h3, h4, h5{
    color: #7A8DAC;
}

h3{
	font-size:16px;
}
h4{
    font-size: 14px;
    font-weight: bold;
}
h5{
	font-size:13px;
    font-weight: bold;
}
p{
	padding:10px 0px 0px 0px;
}
a:link{
	color:#0457AC;
    font-size: 11px;
    text-decoration:underline;
}
a:hover{
	color:#2385E9;
}
a:visited{
    color: #7A8DAC;
}
ul{
    list-style: disc inside;
	margin:5px 0;
	padding-left:10px;
    cursor: default;
}
li{
	padding:2px 10px;
}
ul li{
    font-weight: bold;
	margin-left:0;
	padding-left:16px;
}
ol {
  list-style-position: inside;
}

a img{
	border:0;
}

body{
  background: url(/images/bodyback.gif) #787B81 top left repeat-x;
  font-size:12px;
  font-family: Verdana, Tahoma;
  color:#464A4F;
}
#conteiner{
  width: 698px;
  margin: 0 auto;
}
#prehead{
  height: 340px;

  width: 100%;
  background: url(/images/background.jpg) top center no-repeat;
 /* border: 1px solid red; */
  font-size: 1px;
  margin: 0 auto;
  min-width: 770px;
}

#head{
  margin-top: -334px;
  height: 260px;
  position: relative;
}
#temp{
  padding: 50px 0 0 35px;
}
#logo{
  float: left;
}

ul#icons{
  list-style: none;
  width: 200px;
  float: left;
  margin: 10px 0 0 0px;
 }
ul#icons li{
  display: inline;
  padding: 12px;
}

#temp h4{
   width: 200px;
   margin: 30px 0 0 130px;
   color: #41546F;
   font-weight: bold;
}
#main{
  width: 697px;
  background: url(/images/maintop.jpg) #D3D4D6 top no-repeat;
  position: relative;
  margin-bottom: 20px;
  padding-top: 34px;
}
html:first-child #main{               /*opera*/
  width: 696px;
}
#mainbot{
  position: absolute;
  width: 697px;
  bottom: -11px;
  height: 11px;
  background: url(/images/mainbot.gif) bottom no-repeat;
}
html:first-child #mainbot{               /*opera*/
  width: 696px;
}
ul#navmenu{
  float: left;
  list-style:none outside;
  width: 210px;
  padding-left: 0px;
  padding-bottom: 20px;
}
#navmenu li {
	padding-bottom: 7px;
}
#navmenu li a{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #0457AC;
  padding-left: 12px;
}
#navmenu li a.act{
  background: url(/images/menudot.gif) left center no-repeat;
  color: #868FA0;
}

#navmenu li a:hover{
  color:#868FA0;
}

#navmenu li ul.sub{
  list-style: none outside;
}
#navmenu li ul.sub li{
  padding-bottom: 2px;
}

#navmenu li ul.sub a{
  font-size:11px;
  text-transform: none;
  background: none;
  padding-left: 0;
}



#right{
  width: 430px;
  margin-left: 220px;
}
#right img{
  border: 1px solid #A4A7AE;
}


blockquote{
  background-color: #94969A;
  color: #fff;
  padding: 10px 10px 40px 60px;
  background: url(/images/book2.gif) #94969A left bottom no-repeat;
}

ul.pages{
  list-style: none outside;
  margin: 5px auto;
  text-align: center;
}
ul.pages li{
  display: inline;
  margin: 0 2px;
  padding: 0;
}
ul.pages li a{
  font-weight: normal;
  padding: 0 4px;
}
ul.pages li a.act{
  color: #686C73;
  text-decoration: none;
}
ul.pages li a.first{
  border-right: 1px solid #A6A9AD;
  padding-right: 12px;
}
ul.pages li a.last{
  border-left: 1px solid #A6A9AD;
  padding-left: 12px;
}
ul.pages a.next, ul.pages a.previous{
  color: #005C28;
}

table{
	font-family:Tahoma;
	border-collapse: collapse;
    background-color: #fff;
}
table tr.g{
  background-color: #DDDDE0;
}


th{
  padding: 8px;
  background-color: #4168AD;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #D2D3D5;
}

table td{
	vertical-align:top;
    padding: 8px;
    color:#363543;
    border-right: 1px solid #D2D3D5;
    padding-left: 20px;
}

table.small td, table.small th {
	padding: 4px;
}

table.picture{
  background-color: transparent;
}
table.picture td{
  padding: 0;
  background-color: transparent;
}
table.picture td.zoom{
  padding: 4px 4px 0 0;
}




form{
  background-color: #94969A;
  width: 430px;
}
#right form img{
  border: 0;
}

form table{
  margin: 5px auto;
  background-color: transparent;
}

form table td, form h5{
  color: #fff;
  font-weight: bold;
  padding: 5px;
  border: 0;
}
form table td span{
  color:#D0781E;
}

form table td.com{
  font-weight: normal;
  font-size: 10px;
}
form input, textarea{
  width: 204px;
  margin-right: 10px;
}
form select{
  width: 208px;
}
textarea{
  height: 70px;
  overflow: auto;
}

form input.code{
  width: 50px;
}
table.but td{
  width: 1px;
  padding: 0;
}

input.but{
  border:0;
  background-color: #D0781E;
  color: #fff;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 11px;
  padding: 3px;
  width: auto;
  margin: 0;
  cursor: pointer;
}
@media all and (width) { input.but {padding: 4px 3px;} }

#foot ul{
  list-style: none;
}
#foot ul li{
  color: #D3D4D6;
  font-weight: normal;
  font-size: 10px;
}
#foot ul{
  float: left;
  padding-right: 30px;
}

#feedback{
  float: left;
  clear: left;
  width: 170px;
  padding: 20px;
}
#feedback p{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #AFB1B2;
}
table.but{
  margin: 0 auto;
}
table.but td{
  border: none;
}
table.left td{
  background-color: #D3D4D6;
}
table.left input{
  cursor: pointer;
}
#message{
  margin: 20px 0;
}
#message img{
  border: 0;
  margin-right: 5px;
}

/**Формы**/
.form_title{
	color: white;
	padding-top: 10px;
	text-align: center;
}

.field_name{
	width: 170px;
	text-align: right;
}

.form_online input[type=radio],
.form_online input[type=checkbox]{
	width: auto;
	margin-right: 3px;
}
.form_online label{
	cursor: pointer;
}
.form_online table{
	width: 99%;
}

