/* Fonts elements
------------------------------------ */
@font-face {
    font-family: 'OpenSansRegular';
	src: url('http://a.eqcdn.com/pyramidoil/files/fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot') format('embedded-opentype'),
			 url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
			 url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
			 url('../fonts/OpenSans-Regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Global elements
------------------------------------ */
html.home, .home body {
	height: 100%;
}
body {
	background: #666666;
	font: normal 14px/22px Arial, serif;
	color: #333333;
}
.home body {
	background: #ebe9f5;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
p {
	margin: 0 0 1em;
}
h1 {
	font: normal 30px 'OpenSansRegular', Arial, sans-serif;
	color: #000000;
	margin: 0 0 15px;
}
.home h1 {
	font-size: 22px;
	margin: 0 0 15px;
}


/* General elements
------------------------------------ */
.cf:before,
.cf:after {
		content:"";
		display:table;
}
.cf:after {
		clear:both;
}
.cf {
		zoom:1;
		clear: both;
}
.clear {
	clear: both;
	font-size: 0;
	overflow: hidden;
	height: 0px;
}
.fr {
	float: right;
}


/* Wrap elements
------------------------------------ */
#wrap {
	min-height: 100%;
	width: 100%;
	background: #e3e3e3;
}
#main {
	background: #cccccc;
}
.home #main {
	padding-bottom: 239px;
}
.home #main {
	background: #e3e3e3;
}
#main {
	background: #cccccc url("../images/wrap-bg.gif") 0 0 repeat-x;
}
#main.one-column {
	background: #e3e3e3 url("../images/content-bg.gif") 0 0 repeat-x;
	padding-bottom: 60px;
}


/* Header elements
------------------------------------ */
#header, #header .container {
	height: 170px;
	background: url("../images/header-bg.gif") 0 0 repeat-x;
}
#header .container {
	position: relative;
}

#header .email-alert {
	position: absolute;
	top: 0;
	right: 0;
	width: 81px;
	background: #333333 url("../images/email-alerts.gif") 0 0 no-repeat;
	color: #ffffff;
	font: bold 12px/28px Arial, sans-serif;
	padding: 0 0 0 35px;
}

#logo, #logo a {
	display: block;
	width: 339px;
	height: 90px;
	overflow: hidden;
	text-indent: -3000px;
}
#logo {
	margin: 13px 0 0 10px;
	background: #7a7a79 url("../images/logo.gif") 0 0 no-repeat;
}
#main-nav, #main-nav ul {
	padding: 0;
	list-style: none;
}
#main-nav {
	height: 50px;
	margin: 17px 0 0;
}
#main-nav li {
	float: left;
	position: relative;
    z-index: 10;
	background: url("../images/menu-point.gif") right 2px no-repeat;
	margin: 0 20px 0 0;
}
#main-nav a {
	font: bold 14px/50px Arial, sans-serif;
	height: 50px;
	display: block;
	color: #ffffff;
	-webkit-text-shadow: 0 -1px 0 #203c66;
	-moz-text-shadow: 0 -1px 0 #0203c66;
	text-shadow: 0 -1px 0 #203c66;
	padding: 0 20px;
	background: url("../images/menu-point.gif") 0 -50px no-repeat;
}
#main-nav a:hover, #main-nav li.fActive a, #main-nav li.active a {
	text-decoration: none;
	background: url("../images/menu-point.gif") 0 -100px no-repeat;
}

#main-nav ul {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 308px;
}
#main-nav ul li {
	float: none;
	background: none;
	margin: 0;
}
#main-nav li.fActive ul li a, #main-nav li.fActive ul li.fActive a {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #a7a6a7;
	background: url("../images/sub-menu-bg.png");
	color: #000000;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}
#main-nav li.fActive ul li:last-child a {
	border: 0;
}
#main-nav li.fActive ul li.fActive ul a {
	color: #000000;
	background: url("../images/sub-menu-bg.png");
}
#main-nav li.fActive ul li a:hover, #main-nav li.fActive ul li.fActive a, #main-nav li.fActive ul li.fActive ul a:hover {
	color: #ffffff;
	background: url("../images/sub-menu-hover-bg.png");
}
#main-nav li.fActive ul ul {
	top: 0;
	left: 308px;
	display: none;
}
#main-nav li.fActive ul, #main-nav li.fActive ul li.fActive ul {
	display: block;
}


/* Content elements
------------------------------------ */
#home-slideshow {
	background: #666666 url("../images/slides-bg.gif") 0 0 repeat-x;
	color: #cccccc;
}
#home-slideshow .container {
	position: relative;
	height: 319px;
	background: url("../images/home-slides.jpg") 0 0 no-repeat;
}
#home-slideshow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#home-slideshow li {
	display: none;
	top: 61px;
	left: 0px;
	position: absolute;
	background: url("../images/slideshow-bg.png");
	width: 560px;
	padding: 17px 20px 24px;
}
#home-slideshow .title {
	color: #ffffff;
	font: normal 22px/28px 'OpenSansRegular', Arial, sans-serif;
	margin: 0 0 5px;
}
#home-slideshow p {
	margin: 0;
}
#home-slideshow li.active {
	display: block;
}

.content-home {
	background: #e3e3e3;
	padding: 24px 0 55px;
}

.home-recent-news .wrap {
	margin: 0 20px 0 30px;
}
.home-recent-news h2 {
	font: normal 18px 'OpenSansRegular', Arial, sans-serif;
	color: #000000;
	margin: -5px 0 11px;
}
.home-recent-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 18px;
}
.home-recent-news li {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 9px;
	margin: 0 0 10px;
}
.home-recent-news li:last-child {
	border: 0;
}
.home-recent-news p.date {
	font-size: 11px;
	margin: 0;
}

.col-wrap1 {
	width: 324px;
	background: #333333;
}
.col-wrap2 {
	width: 656px;
	margin-right: -656px; /* чтобы IE6 не раздвигал контейнер */
	position: relative;
	left: 100%;
}
.col-wrap2, #main.one-column {
	background: #e3e3e3 url("../images/content-bg.gif") 0 0 repeat-x;
}
.col1 {
	float: left;
	width: 324px;
	margin-right: -100%;
	position: relative;
	left: -324px;
}
.col1, .col2 {
	padding-bottom: 60px;
}

.sidebar {
	padding: 195px 12px 0;
	background: url("../images/sidebar-bg.jpg") 0 0 no-repeat;
}
.sidebar .title {
	font: normal 18px 'OpenSansRegular', Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 14px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar a {
	line-height: 34px;
	color: #cccccc;
	border-top: 1px solid #666666;
	display: block;
	padding: 0 25px;
	background: url("../images/side-menu-points.gif") 0 0 no-repeat;
}
.sidebar a:hover, .sidebar li.active a {
	background: #212121 url("../images/side-menu-points.gif") 0 -34px no-repeat;
}
.sidebar ul ul {
    margin: 0 0 0 25px;
}

.breadcrumbs {
	padding: 0 0 8px;
	margin: 13px 0 15px;
	font-size: 12px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.breadcrumbs li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	list-style: none;
}

.inner-content {
	width: 600px;
	overflow: hidden;
	margin: 0 0 0 30px;
}

.spr-ir-news ul{
    list-style-type:none;
	margin:0px;
	padding:0px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding-top:10px;
}
.spr-ir-news ul li.rss-item {
	display:block;
	padding:5px;
	margin-bottom:10px;
	color:#666666;
	font-size:13px;
}
.spr-ir-news ul li.rss-item a{
	font-size:14px;
	text-decoration: underline;
    color: #12649D;
}
.spr-ir-news ul li.rss-item a:hover{
	text-decoration: none;
}
h1.spr-ir-news-article-title {
  font-size: 16px;
  line-height: 19px; 
}
.sidebar .spr-ir-nav li a, .spr-ir-category-link {
    padding: 0 25px;
    color: #ffffff !important;
}
.sidebar .spr-ir-nav li a:hover {
    background: #212121 url("../images/side-menu-points.gif") 0 -34px no-repeat;
    padding: 0 25px;
    color: #ffffff !important;
}


/* Footer elements
------------------------------------ */
#footer {
	height: 239px;
	margin: 0 auto 0;
	background: #666666 url("../images/footer-bg.gif") 0 0 repeat-x;
}
.home #footer {
	margin-top: -239px;
}
#footer, #footer a {
	color: white;
	text-decoration: none;
	-webkit-text-shadow: 0 1px 0 #122755;
	-moz-text-shadow: 0 1px 0 #122755;
	text-shadow: 0 1px 0 #122755;
	font: normal 12px Arial, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0 0 13px;
}

#footer .container {
	padding-top: 28px;
}
#footer .footer-quicklinks {
	padding: 0 0 0 40px;
}
#footer .footer-nav .title {
	width: 112px;
}
.footer-copy {
	padding: 21px 0 0 23px;
}

#footer .title {
	font: bold 14px Arial, sans-serif;
	border-bottom: 1px solid #999999;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

#footer .q-links-list {
	float: left;
	width: 186px;
	margin: 0 0 0 -7px;
	padding: 0;
}
#footer .q-links-list li {
	line-height: 28px;
	overflow: hidden;
	margin: 0 0 5px;
}
#footer .q-links-list li a {
	background-image: url("../images/footer-icons.png");
	background-repeat: no-repeat;
	padding: 6px 0 7px 33px;
}
#footer .q-links-list li a.ico-1 {background-position: 0 3px}
#footer .q-links-list li a.ico-2 {background-position: 0 -30px}
#footer .q-links-list li a.ico-3 {background-position: 0 -63px}
#footer .q-links-list li a.ico-4 {background-position: 0 -96px}
#footer .q-links-list li a.ico-5 {background-position: 0 -124px}
#footer .q-links-list li a.ico-6 {background-position: 0 -154px}
#footer .q-links-list li a.ico-7 {background-position: 0 -187px}
#footer .q-links-list li a.ico-8 {background-position: 0 -220px}


/* Mobile elements
------------------------------------ */
.btn-navbar {
	display: none;
	float: right;
	margin: 10px 10px 0;
	padding: 10px 13px;

	background-color: #222;
	background-image: -moz-linear-gradient(top, #333, #222);
	background-image: -ms-linear-gradient(top, #333, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
	background-image: -webkit-linear-gradient(top, #333, #222);
	background-image: -o-linear-gradient(top, #333, #222);
	background-image: linear-gradient(top, #333, #222);
	background-repeat: repeat-x;

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);


	border: 1px solid #CCC;
	border-color: #222 #222 black;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	cursor: pointer;
}

.btn-navbar.active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.icon-bar {
	display: block;
	width: 24px;
	height: 3px;
	background: #ffffff;

}
.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}


/* Mobile optimization
------------------------------------ */
@media ( max-width : 768px) {
	#main {
		background: #ffffff;
	}

	#header, #header .container, #footer {
		width: auto;
		height: auto;
	}
	#header, #header .container {
		text-align: center;
		background: #ffffff;
	}
	#header .container {
		padding: 65px 0 0;
	}

	#header .email-alert {
		z-index: 11;
		background: url("../images/email-alerts-mobile.gif") 10px 7px no-repeat;
		left: 8px;
		top: 14px;
	}

	#logo {
		margin: 10px auto;
	}

	#main-nav {
		display: none;
		height: auto;
	}
	.btn-navbar {
		display: block;
	}
	#top-nav {
		overflow: hidden;
		background-color: #2C2C2C;
		background-image: -moz-linear-gradient(top, #333, #222);
		background-image: -ms-linear-gradient(top, #333, #222);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
		background-image: -webkit-linear-gradient(top, #333, #222);
		background-image: -o-linear-gradient(top, #333, #222);
		background-image: linear-gradient(top, #333, #222);
		padding: 0 0 10px;
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		margin: 0;
		z-index: 10;
	}
	#main-nav {
		display: none;
		overflow: hidden;
		width: 100%;
		background: none;
	}
	#main-nav li.fActive ul {
		display: none;
	}
	#main-nav li {
		float: none;
		margin: 5px 0;
	}
	#main-nav a, #main-nav a:hover, #main-nav li.fActive a, #main-nav li.fActive a:hover {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font: bold 15px/35px Helvetica, Arial, sans-serif;
		color: #999999;
		background: none;
		text-align: left;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		padding: 0 15px;
		margin: 0 5px;
		float: none;
		display: block;
		height: auto;
	}
	#main-nav li.active a {
		background: #171717;
		color: #ffffff;
	}

	#home-slideshow .container {
		height: 350px;
		overflow: hidden;
	}
	#home-slideshow ul {
		position: relative;
		width: 100%;
	}
	#home-slideshow li {
		top: 10px;
		left: 10px;
		color: #ffffff;
		width: auto;
	}

	.home-recent-news .wrap {
		margin: 40px 0 0;
	}

	.breadcrumbs {
		padding: 5px 0;
		margin: 20px 0 15px;
		border-top: 1px solid #CCC;
	}

	.col-wrap1 {
		width: auto;
	}
	.col-wrap2 {
		width: auto;
		margin-right: 0;
		left: 0;
	}
	.col1 {
		float: none;
		width: auto;
		margin-right: 0;
		padding-bottom: 0;
		position: relative;
		left: 0;
	}
	.inner-content {
		width: auto;
        margin: 0 20px;
	}

	.sidebar {
		padding: 20px 12px 0;
		background: #333;
	}

	#footer .container {
		padding: 20px 20px 0;
	}
	#footer .footer-quicklinks, .footer-copy {
		padding: 10px 0;
		clear: both;
	}
	#footer .footer-nav .title {
		width: auto;
	}
}
/***** Thumbnail Shadowing *****/
.spr-ir-pdf img {
    -moz-box-shadow: 2px 2px 6px #888;
	-webkit-box-shadow: 2px 2px 6px #888;
	box-shadow: 2px 2px 6px #888;
}