html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: white;
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 9pt;
}
img {
	border: none;
}
a {
	outline: none;
	color: #000059;
}
a:hover {
        color: #031F7D; /* Цвет ссылки при наведении на нее курсора мыши */  
	      text-decoration: none;
        text-decoration: underline; /* Добавляем подчеркивание */
        background: #93ABFB;  /* #FF9470;  Цвет фона */
}
.clear {
	clear: both;
}
img.png {
	behavior: url(/css/cms/png.htc);
}

#main {
	width: 100%;
	left: 0%;
	margin: 0 0 0 0px;
	position: relative;
}

#main #header {
	width: 100%;
	height: 155px;
	text-align: left;
/*	background: #383D74 url(/img/header_energo.jpg) top center no-repeat;*/
	background: /*#4632C1*/ #2c2e94 url(/img/header_energo2014d.jpg) top center no-repeat;
}
#main #header div {
	width: 100%;
	padding-top: 32px;
	_background: url(/img/logo_bg.png) top left no-repeat;
	background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/logo_bg.png),sizingMethod=scale);
}

/* AZAR ---------------------------------------------------------------------------------*/
#main #headerAzar 
{
    width:100%;
    height:110px;
	background: url(/img/s1.jpg) top left;
}
.stilAzarHeaderText1 {color: #FFFFFF;font-size:30px;align:center}
.stilAzarHeaderText2 {color: #FFFFCC;font-size:large;align:center}

.logoAzar
{
height:100%;
background-image: url(/img/logo-EP.jpg);
background-repeat:no-repeat;
background-position:center;
}
/* AZAR ---------------------------------------------------------------------------------*/


#main #ms {/* Верхнее меню*/
	width: 100%;
	text-align: left;
 	/*background: #006 url(/img/menu_bg.png) repeat-x;*/
	color: #000059;
	background:/*#FFFACD*/#e0e0e0;
	height: 47px;
}

#main #page {
/*	background: url(/img/center_bg.png) white; */
    background: #F5F5FF ;    
	padding: 20px 0 0 0;
	width: 100%px;
}
#main #page a {
	color: #00008B!important;
}
#main #page .header {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#main #page #right {
	width: 5px;
	float: right;
	margin: 0;
}

#main #page #content {
	margin: 0 5px 0 30px;
	padding-bottom: 30px;
}
#main #page #content a {
	color: black;
}

#main #page #content .left {
	float: left;
	width: 110px;
	margin: 0 0 30px 0px;
}
#main #page #content  blockquote {
	margin: 12px;
	padding: 0 12px 0 12px;
	border-left: 3px solid #ff7700;
}

#main #page #content .center {
	margin: 0 0 0px 110px;
	padding: 0;
}
#main #page #content .center dl dt {
	width: 65px;
	float: left;
}
#main #page #content .center dl dd {
	margin-left: 65px;
}
#main #page #content .center #gratitude {
	margin: 0 30px;
}
#main #page #content .center #gratitude a {
	color: #76120A;
	padding-left: 5px;
}
#main #page #content .center #gratitude .header_gratitude {
	position: absolute;
	padding: 5px 0 0 135px;
}
#main #page #content .center #gratitude .gratitude_foto {
	text-align: center;
	padding-right: 3px;
}
#main #page #content .center #gratitude .gratitude_foto img {
	display: block;
	padding: 1px;
	border: 1px solid #c5c5c5;
}
#main #page #content .center #gratitude .gratitude_text {
	padding: 0 0 0 5px;
}
#main #page #content .center #no {
	width: 340px;
	height: 169px;
	position: relative;
}
#main #page #content .center #no_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 354px;
	height: 169px;
	background: url(/img/no_bg.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/no_bg.png),sizingMethod=scale);
	z-index: 1;
}
#main #page #content .center #no ul {
	padding: 70px 0 0 0;
	margin: 0 0 0 40px;
	width: 275px;
	z-index: 10;
	position: relative;
}
#main #page #content .center #no ul li {
	width: 275px;
}
#main #page #content #text {
	margin-right: 30px;
}

#main #footer {
	height: 36px;
	vertical-align: middle;
	#background: black url(/img/footer_bg.png) repeat-x;
  background: black url(/img/s1.jpg) repeat-x;
	padding: 13px 30px 0 30px;
	color: white;
}
#main #footer .copyright {
	width: 200px;
	float: left;
}
#main #footer .developer {
	text-align: right;
}
#main #footer img {
	margin-top: -8px;
}

.divBoxAzar1
{
    padding: 10px; /* Поля вокруг текста */
    background: #B9CAF3; /*#F3EFCD; /* Цвет фона */
    behavior: url(css/PIE.htc);
    /*border-radius: 15px; /* Радиус скругления */ /* Opera 10.5+, IE 9 */  
    /*box-shadow: 7px 7px 5px rgba(0,0,0,0.6); *//* Тень */
}









