@CHARSET "UTF-8";

body{
	margin: 0;
	font-family:Arial,Helvetica,sans-serif;
	min-width: 990px;
	margin-bottom: 10px;
}

#wrapper{
	width: 990px; /* Ширина слоя */
	margin: 10px auto; /* Выравниваем по центру */ 
}

/*
mainpage
*/
#mainpage-left{
	/*border-right: 1px solid #fff;*/
	text-align: right;
	padding-right: 15px;
}
#mainpage-right{
	padding-left: 15px;
}
.mainpage-himgs{
	width: 225px;
	height: 175px;
}
.mainpage-himgs .mp-hrefimg{
	margin-right: 8px;
}
#mainpage-right .mp-hrefimg{
	margin-left: 8px;
}
#fronttable{
	padding-top: 5px;
}
#fronttable a{
	font-size:16px;
	text-decoration:none;
	color: #fff;
}
#fronttable a:hover{
	color:#FFCB05;
	text-decoration:underline;
}
#fronttable span{
	font-size:22px;
}
.mp-bt{
	padding-top: 5px;
}
/*
mainpage footer
*/
#mainpage-footer{
	color: black;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	padding-top:10px;
}

#mainpage-footer a{
	color: black;
	text-decoration: none;
}

#mainpage-footer span{
	margin: 0 40px;
}

#mainpage-address{
	background: url(../images/mainpage-address.gif) no-repeat;
	padding-left: 25px;
}

#mainpage-phone{
	background: url(../images/mainpage-phone.gif) no-repeat;
	padding-left: 25px;
}
#mainpage-email{
	background: url(../images/mainpage-email.gif) no-repeat;
	padding-left: 25px;
}

/*
main block
*/
.bigcorners #big-t-l {
      background: url(../images/big-t-l.png) top left no-repeat;
      position: relative;
      margin: -1px;
}
.bigcorners #big-t-r {
      background: url(../images/big-t-r.png) top right no-repeat;
      margin: 0px;
}
.bigcorners #big-b-r {
      background: url(../images/big-b-r.gif) bottom right no-repeat;
}
.bigcorners #big-b-l {
      background: url(../images/big-b-l.gif) bottom left no-repeat;
}

#bigblock-content{
	padding: 16px;
}

/*
topside
*/
#topside{
	height: 129px;
	width: 100%;
}

#topside-left a{
	padding-left: 15px;
}

#topside-left a{
	padding-right: 15px;
}

#topside a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

#topside a:hover{
	color: #FFCB05;
	font-size: 16px;
	text-decoration: underline;
}

.menulevel{
	margin-top: 22px;
}

.menulevel-fix{
	margin-top: 24px;
}

#menulevel-fix2{
	margin-top: 20px;
}	
	
#mainpage-search-input{
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #fff;
}

/*
left menu bars
*/
.menubox {
	background: #3572B2 url(../images/leftmenu-gradient.png) repeat-x;
}
.menutop div {
  position: relative;
  top: 0px;
  left: -2px;
  background: url(../images/menu-t-l.png) no-repeat top left;
}
.menutop {
  position: relative;
  top: -1px;
  left: 1px;
  background: url(../images/menu-t-r.png) no-repeat top right;
}
.menubottom div {
  position: relative;
  top: 0px;
  left: -2px;
  background: url(../images/menu-b-l.gif) no-repeat bottom left;
}
.menubottom {
  position: relative;
  top: 1px;
  left: 1px;
  background: url(../images/menu-b-r.gif) no-repeat bottom right;
}
.menutop div, .menutop, .menubottom div, .menubottom  {
  width: 100%;
  height: 8px;
}
.menucontent {
  margin: 0 8px;  
}
.menubox {
  width: 171px;
  border: 1px solid #fff;
  margin-bottom: 16px;
}
.menucontent ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.menucontent li a{
	color: #CFE5FF;
	text-decoration: none;
	font-size:13px;
	padding: 2px;
}
.menucontent li a:hover{
	color: #FFCB05;
	text-decoration: underline;
}
.menucontent li #selected{
	color: #FFCB05;
	text-decoration: underline;
}
.menucontent li ul{
	margin-left: 9px;
}

/*
main content
*/
.contentbox {
	background: #C6E0FF;
	margin-left: 16px;
}
.contenttop div {
  position: relative;
  top: 0px;
  left: -2px;
  background: url(../images/text-t-l.png) no-repeat top left;
}
.contenttop {
  position: relative;
  top: -1px;
  left: 1px;
  background: url(../images/text-t-r.png) no-repeat top right;
}
.contentbottom div {
  position: relative;
  top: 0px;
  left: -2px;
  background: url(../images/text-b-l.png) no-repeat bottom left;
}
.contentbottom {
  position: relative;
  top: 1px;
  left: 1px;
  background: url(../images/text-b-r.png) no-repeat bottom right;
}
.contenttop div, .contenttop, .contentbottom div, .contentbottom  {
  width: 100%;
  height: 8px;
}
.contentcontent {
  margin: 0 15px;
  width: 737px;
}
.contentbox {
  /*width: 100%;*/
  text-align: justify;
  border: 1px solid #fff;
}

/*
content elements
*/
h1{
	color: #034494;
	font-size: 25pt;
	margin-top: 0px;
}
h2, h3{
	color: #000;
	font-size: 12pt;
}
p{
	margin: 10px 0 0 0;
}
/* table */
.usadbaTable{
	margin: 10px 0 10px 0;
	font-size: 10pt;
	border-collapse: collapse;
	border: 1px solid #0D5CAB;
	width: 100%;
}

.usadbaTable td{
	padding: 5px 3px 5px 3px;
	border: 1px solid #0D5CAB;
}

.usadbaTable tr{
	background: #fff;
}

.odd{
	background: #EFF8FF !important;
}

.thead{
	color: #fff;
	background: #3572B2 !important;
}

/*
question - answer
*/
.faqitem{
	margin-bottom: 20px;
	text-align: justify;
}

.question{
	color: #034494;
	font-weight: bold;
	cursor: pointer;
}
.answer{
	border: 1px solid #C6E0FF;
	margin-top: 5px;
	margin-left: 20px;
	font-weight: normal;
	color: #220236;
	padding: 3px 3px 3px 10px;
	border-left: 3px solid #034494;
	background: #DCECFE;
	display: none;
}
.answer p{
    margin: 0;
}

/*
pagination
*/
.pagination i{
	color: #034494;
	border: 1px solid #fff;
	margin: 2px;
	padding: 2px;
	font-style: normal;
}

.pagination i a{
	color: #034494;
	text-decoration: none;
}

#currentPage{
	background: #034494;
	color: #fff;
}

/*
faq form
*/
.faqform{
	height: 330px;
	margin-top: 15px;
	margin-left: 80px;
}
.faqform label{
	font-size:0.85em;
	font-family:tahoma,sans-serif;
	font-weight: bold;
}
.faqform input{
	clear:both;
	float:left;
	width:260px;
	border: 1px solid #A7A6AA;
}
.faqform textarea{
	clear:both;
	float:left;
	width:260px;
	height: 150px;
	border: 1px solid #A7A6AA;
}
.faqformcomment{
	border-left:2px solid #ECBC5C;
	clear:none;
	color:#666666;
	float:left;
	font-size:0.85em;
	margin:0 10px;
	padding: 2px 5px;
	width: 300px;
}
.faqform #faqsubmit{
	margin-top: 10px;
	width: 200px;
}

/*
gallery
*/
#gallery tr{
	height: 160px;
}
#gallery td{
	border: 1px solid #fff;
	text-align: center;
}
#gallery img{
	margin:6px;
	padding-top:4px;
	padding-bottom: 1px;
}
/*
tooltip
*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #C6E0FF;
	background-color: #EFF9FF;
	padding: 3px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	font-weight: normal;
	font-size: 8pt;
}
