html, body, iframe, td, th, form, ul, ol, li, dl, dt, dd {margin: 0; padding: 0;}
table {border: none; border-collapse: collapse;}
img, iframe	{border: none;}
ul {list-style: none;}
.wide {width: 100%;}

header, nav, section, article, aside, footer {
   display:block;
}

body, html {
 font-family: Verdana, Helvetica, Arial, sans-serif;
 background: #EAEEF1;
}


.rel {
position: relative;
}

.hide {
	display: none;
}


.fleft {
float: left;
}
.clboth{
	clear: both;
}

.lheight16 {
line-height: 16px;
}

.algLt {
	text-align: left;
}

.algRt {
	text-align: right;
}


#wrapper {
	background: #FFF;
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

	/*   HEADER   */
header {
	margin-bottom: 10px;
	height: 80px;
}

#logo_head {
	background-image: url('/img/titul/ned_lg.gif');
	background-repeat: no-repeat;
	width: 150px;
	height: 60px;	margin-top: 25px;
	float: left;
}

#login_head {
	position: absolute;
  margin-left: 700px;
  margin-top: 28px;
}



	/*   SECTION   */
section {
  width: 730px;
  float: left;
}

#search_t {
	height: 80px;
}

#searchmain{
	background: #becbd3;
	position: relative;
	padding: 18px 15px;

}


#headerSearch {
	width: 540px;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 font-size: 20px;
	margin-right: 25px;
}

#submit-searchmain{
cursor: pointer;
border: 2px solid #FFF;
background: #427288;
color: #FFF;
padding: 6px 20px;
font-size: 13px;
font-weight: bold;
}


#rubr_t {
	background: #fff;
}


.tabTitTDl {
	width: 350px;
	padding: 2px 30px 8px 0px;
}

.tabTitTDr {
	width: 350px;
	padding: 2px 0px 8px 0px;
}

.tabTitImg {
	width: 50px;
	height: 50px;
	margin: 0px 10px 0px 0px;
}


.rubTitButn {
text-decoration: none !important;
display: table-cell;
cursor: pointer;
border-bottom: solid 5px #d4dce1;
border-right: solid 5px #d4dce1;
color: #427288;
padding: 8px 12px;
margin-left: 2px;
font-size: 17px;
font-weight: bold;
height: 40px;
width: 300px;
vertical-align: middle;
}

a.rubTitButn:hover {
	border-bottom: solid 5px #427288;
	border-right: solid 5px #427288;

}

#allRubTitButn {
	text-decoration: none !important;
	display: table-cell;
	cursor: pointer;
	border-bottom: solid 5px #d4dce1;
	border-right: solid 5px #d4dce1;
	color: #427288;
	padding: 8px 12px;
	margin-left: 2px;
	font-size: 17px;
	font-weight: bold;
	height: 40px;
	width: 700px;
	vertical-align: middle;
	text-align: center;
}

#allRubTitButn:hover {
	border-bottom: solid 5px #427288;
	border-right: solid 5px #427288;

}


	/*   ASIDE   */
aside {
	margin-left: 740px;
}

.asideBloc {
	padding: 15px;
	margin-bottom: 10px;
	background-color: #becbd3;
}

#addTit ul{
	color: #427288;
	font-size: 13px;
	margin-top: 10px;
	line-height: 24px;
}


#addTitButn {
display: block;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none!important;
padding: 8px 12px;
cursor: pointer;
border: 2px solid #FFF;
background: #f08262;
color: #FFF;
}

.asideBloc  h3{
	margin: 0px 0px 10px 0px;
	text-align: center;
	color: #427288;
	font-size: 16px;
	text-shadow: 1px 1px 1px #FFF;
}

#imgTitLink {
	display: block;
	text-align: center;
}

#infoTit {
	color: #427288;
	font-size: 13px;
	margin: 10px 0px 0px 0px;
}

#infoTit table {
	margin: 0 auto;
}

#infoTit th {
	padding-bottom: 5px;
}

#infoTit td {
	padding: 2px 5px 2px 5px;
	font-size: 12px;
}

#infoTit td span {
	font-size: 8px;
}

footer {
	background-color: #becbd3;
	text-align: right;
	font-size: 10px;
	padding: 1px 15px;
	color: #427288;
	text-shadow: 1px 1px 1px #FFF;
}

