/* Fonts elements
------------------------------------ */
@font-face {
    font-family: 'LatoBlack';
    src: url('../fonts/Lato-Bla-webfont.eot');
	src: url('../fonts/Lato-Bla-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/Lato-Bla-webfont.woff') format('woff'),
			 url('../fonts/Lato-Bla-webfont.ttf') format('truetype'),
			 url('../fonts/Lato-Bla-webfont.svg#OpenSansRegular') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'AlfaSlabOneRegular';
    src: url('../fonts/AlfaSlabOne-Regular-OTF-webfont.eot');
    src: url('../fonts/AlfaSlabOne-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AlfaSlabOne-Regular-OTF-webfont.woff') format('woff'),
         url('../fonts/AlfaSlabOne-Regular-OTF-webfont.ttf') format('truetype'),
         url('../fonts/AlfaSlabOne-Regular-OTF-webfont.svg#AlfaSlabOneRegular') format('svg');
    font-weight: bold;
    font-style: normal;

}


/* Global elements
------------------------------------ */
html.home, .home body {
	height: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
	background: #bfbfbf url("../images/repeat-bg.gif") center 0;
	font: normal 14px/22px Helvetica, Arial, serif;
	color: #000000;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
p {
	margin: 0 0 1em;
	line-height: 24px;
}
h1 {
	font: bold 24px 'AlfaSlabOneRegular', Arial, sans-serif;
	margin: 0 0 11px;
	color: #333333;
}
h2 {
	font: bold 18px 'AlfaSlabOneRegular', Arial, sans-serif;
	margin: 0 0 15px;
	color: #333333;
}



/* 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;
}


/* Wrap elements
------------------------------------ */
#wrap {
	min-height: 100%;
	width: 100%;
}
.home #wrap {
	background: url("../images/main-bg.gif") center 0 repeat-y;
}
#main {
	overflow:auto;
}
.home #main {
	padding-bottom: 350px;
}
.inner #main .container {
	width: 959px;
}
.wrap-inner-content {
	border-top: 2px solid #C00;
}


/* Header elements
------------------------------------ */
#header {
	background: url("../images/repeat-bg.gif") center 0;
	padding: 0 0 15px;
}
#header .container {
	position: relative;
	background: url("../images/muscul-health.png") right 95px no-repeat;
}

#main-nav {
	height: 57px;
	background: url("../images/menu-bg.gif") 0 0 repeat-x;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 1px 2px 0 #818181;
	-moz-box-shadow: 0 1px 2px 0 #818181;
	box-shadow: 0 1px 2px 0 #818181;
	margin: 0;
	padding: 0 0 0 3px;
}
#main-nav li {
	list-style: none;
	float: left;
	position: relative;
	padding: 0 16px 0 13px;
	background: url("../images/menu-line.gif") right 0 no-repeat;
}
#main-nav a,
#main-nav a:hover {
	font: bold 14px/56px 'LatoBlack', Arail, sans-serif;
	color: #ffffff;
	display: block;
    text-decoration: none;
}

#main-nav ul {
	position: absolute;
	left: 0;
	top: 50px;
    *top: 57px;
	width: 308px;
}

#main-nav, #main-nav ul {
    list-style: none;
	padding: 0;
	margin: 0;
}


#main-nav li ul {
	position: absolute;
	width: 300px;
	background: #333;
	z-index: 100;
	padding: 0;
	display: none;
    border: 10px solid #333;
}
#main-nav li.fActive ul {
	display: block;
}
#main-nav ul li {
	float: none;
	padding: 0 0 0 0;
    *padding: 5px;
    *background-image: none !important;
    margin: 0 0 2px 0;
	position: relative;
}
#main-nav ul li li{
    margin: 0 0 2px 0 !important;
    padding: 0 0 0 0;
    *padding: 5px;
    *background-image: none !important;
}
#main-nav li.fActive ul a, #main-nav li.fActive ul ul a {
	background: #000;
	text-align: left;
	padding: 0 10px;
	color: #ccc;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	font: normal 14px/39px Arial, sans-serif;
}
#main-nav li.fActive ul a:hover, #main-nav ul li.fActive a {
	background: #900 url("../images/menu-line.gif") 0 -141px repeat-x;
	color: #ffffff;
	-webkit-text-shadow: -1px -1px 2px #08410e;
	-moz-text-shadow: -1px -1px 2px #08410e;
	text-shadow: -1px -1px 2px #08410e;
    text-decoration: none;
}
#main-nav li.fActive ul ul {
	display: none;
}
#main-nav ul li.fActive ul {
	top: -8px;
	left: 300px;
	background: #333;
	display: block;
}
#main-nav ul li.fActive ul li {
    margin: 0 3px 0 3px;
}
#main-nav li.fActive ul ul a {
	background: #000000;
}

.home-videos {
    margin: 0;
    padding: 0;
}

.home-videos li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 240px;
    float: left;
    display: block;
}

.home .intro {
    font-style:italic;    
}
.email-alert,
.email-alert:hover {
	position: absolute;
	display: block;
	font: bold 12px/28px Arial, sans-serif;
	background: url("../images/email-alerts.gif") 1px 7px no-repeat;
	padding: 0 0 0 25px;
	color: #cccccc;
	right: 20px;
	top: 14px;
	width: 81px;
}
.email-alert:hover {
	text-decoration: underline;
}

#logo a {
	display: block;
	width: 306px;
	height: 109px;
	background: url("../images/logo.png") 0 0 no-repeat;
	overflow: hidden;
	text-indent: -1000px;
	margin: 7px 1px 0 0;
}

/* home-slideshow */
#home-slideshow {
	background: url("../images/repeat-bg.gif") center 0;
}
#home-slideshow .wrap-bg {
	background: url("../images/body-bg.jpg") center 300px no-repeat;
	overflow: hidden;
}
#home-slideshow .container {
	width: 960px;
	position: relative;
	overflow: hidden;
	background: url("../images/slideshow-bg.gif") 0 0 repeat-x;
	margin-bottom: 94px;
}
#home-slideshow .wrap-slide {
	height: 280px;
	margin: 10px 11px;
	overflow: hidden;
	width: 937px;
}
#home-slideshow ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	width: 937px;
	height: 280px;
}
#home-slideshow li {
	list-style: none;
	overflow: hidden;
	height: 280px;
	position: absolute;
	font: normal 14px Arial, sans-serif;
	color: #ffffff;
	width: 937px;
	float: left;
	top: 0;
	left: 0;
	z-index: 1;
}
#home-slideshow li.active {
	display: block;
	z-index: 10;
}
#home-slideshow .slide-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
#home-slideshow .inner {
	position: relative;
	z-index: 1;
	background: url("../images/slide-bg.png") 0 0;
	padding: 14px 14px 0;
	height: 100px;
	margin: 165px 0 0;
}
#home-slideshow .title {
	font: bold 24px 'LatoBlack', Arail, sans-serif;
	margin: 0 0 8px;
	padding: 0 0 9px;
	background: url("../images/slider-title-bg.png") 0 bottom no-repeat;
}
#home-slideshow .titlenoline {
    font: bold 24px 'LatoBlack', Arail, sans-serif;
	margin: 0 0 8px;
	padding: 0 0 9px;
}
#home-slideshow p {
	margin: 0 0 6px;
}
#home-slideshow .prev-slide,
#home-slideshow .next-slide {
	width: 19px;
	height: 33px;
	background-image: url("../images/nav-slide.png");
	background-position: 0 0;
	position: absolute;
	z-index: 15;
	top: 125px;
	display: block;
}
#home-slideshow .prev-slide {
	background-position: 0 -33px;
	left: 21px;
}
#home-slideshow .next-slide {
	right: 21px;
}

/* Content Home */
.content-home {
	background: url("../images/body-bg.jpg") center -94px no-repeat;
}
.home-content {
    padding: 0 0 30px 0;
}
.content-home .home-content h1 {
	color: #990000;
}
.content-home .home-content .wrap {
	padding: 22px 25px 0 19px;
}
.content-home .inner-block {
	padding: 28px 0 0;
}
.inner-block ul {
	margin: 0;
	padding: 0;
}
.inner-block li {
	list-style: none;
	margin: 0;
}
.home-recent-news .wrap {
	margin: 0 25px 0 -17px;
}
.home-recent-news .date {
	margin: 4px 0 0;
	font: bold 11px 'Myriad Pro', Arial, sans-serif;
}
.home-recent-news li {
	border-bottom: 1px solid #b0a6a2;
	line-height: 20px;
	padding: 0 0 14px;
	margin: 0 0 11px
}
.home-recent-news li:last-child {
	border: 0;
}
.home-video .wrap {
	margin: 0 0 0 40px;
}
.home-video .title {
	font-size: 12px;
	margin: 5px 0 0;
}
.home-video li {
	padding: 0 0 16px;
}
.video-block img {
	border: 3px solid #cccccc;
}

/* twho collumn */
.col-wrap1 {
	width: 240px;
	/*background: #613b3b url("../images/side-bg.gif");*/
    background: #000000;
}
.col-wrap2 {
	width: 720px;
	margin-right: -720px; /* чтобы IE6 не раздвигал контейнер */
	position: relative;
	left: 100%;
}
.col-wrap2, #main.one-column {
	background: #efefef url("../images/main-bg.gif") center 0 repeat-y;
}
.col1 {
	float: left;
	width: 240px;
	margin-right: -100%;
	position: relative;
	left: -240px;
}
.col1, .col2 {
	padding-bottom: 60px;
	overflow: hidden;
}

.inner-content {
	padding: 0 22px 60px 28px;
}
.home-videos li {
    display: block;
    float: left;
    height: 170px;
    list-style-type: none;
    margin: 20px 40px 20px 0;
    padding: 0;
    width: 240px;
}
.wrap-single {
	background: url("../images/main-bg.gif") center 0 repeat-y;
	overflow: hidden;
	padding: 0 22px 60px 28px;
}

/* breadcrumbs */
.breadcrumbs {
	padding: 0 0 3px;
	margin: 13px 0 11px;
	font-size: 12px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.breadcrumbs li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	list-style: none;
}

.title-block {
	background: url("../images/title-bg.gif") 0 0;
	overflow: hidden;
	color: #ffffff;
	height: 45px;
	padding: 0 13px;
}
.title-block,
.title-block p {
	font: bold 20px/45px 'LatoBlack', Arial, sans-serif;
}

/* side-nav */
#side-nav {
	margin: 9px 20px;
	padding: 0;
}
#side-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-nav li ul {
    padding: 0 0 0 20px;
}
#side-nav a {
	display: block;
	line-height: 29px;
	border-bottom: 1px solid #330000;
	text-decoration: none;
	color: #ffffff;
}
#side-nav li.active li a,
#side-nav li ul li:last-child a {
    border-bottom: 1px solid #330000;
    color: #ffffff;
}
#side-nav li a:hover,
#side-nav li.active a,
#side-nav li.active li a:hover,
#side-nav li ul li:last-child a:hover {
    color: #ff0000;
    border-bottom: 1px solid #cc3333;
}
#side-nav li:last-child a {
	border: 0;
}
.inner-content ul {
    padding-left: 20px;
}

.inner-content li {
    padding: 5px 0;
}

/* IR elements
------------------------------------ */
#wrap .spr-ir-nav {
    width: auto;
    background: none;
    margin: 9px 20px;
    padding: 0;
}
#wrap .spr-ir-nav li {
    padding: 0;
}
#wrap .spr-ir-nav li.active a,
#wrap .spr-ir-nav li a:hover,
#wrap .spr-ir-nav li li a{
    background: none !important;
    border-bottom: 1px solid #cc3333;
}
#wrap .spr-ir-category-link,
#wrap .spr-ir-nav li a {
    padding: 0 !important;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #300;
    text-decoration: none;
    color: #ffffff !important;
}
#wrap .spr-ir-nav li:last-child a {
    border: 0;
}
#wrap .spr-ir-nav li.active a {
    color: #ffffff !important;
}
#wrap .spr-ir-nav li li a {
    padding-left: 0 !important;
    margin-left: 20px;
    color: #ffffff !important;
    border-bottom: 1px solid #300;
    height: 29px;
    line-height: 29px;
}
#wrap .spr-ir-nav li a.current {
    font-weight: normal !important;
    color: #ff0000 !important;
}
#wrap .spr-ir-nav li a:hover {
    color: #ff0000 !important;
}

h1.spr-ir-news-article-title {
    font-size: 16px;
    line-height: 19px;
    background: none !important;
    color: #515254 !important;
}
.spr-ir-news ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}
.spr-ir-news ul li.rss-item {
    display: block;
    padding: 6px 0;
    margin-bottom: 0px;
}


/* Footer elements
------------------------------------ */
#footer {
	background: url("../images/repeat-bg.gif") center 0;
	height: 350px;
	margin: 0 auto 0;
	position: relative;
	clear: both;
}
.home #footer {
	margin-top: -350px;
}
#footer .wrap-bg {
	background: url("../images/footer-bg.jpg") center 0 no-repeat;
	height: 260px;
}
#footer, #footer a {
	color: #ffffff;
	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: 24px;
	width: 932px;
}
#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 16px 'AlfaSlabOneRegular', Arial, sans-serif;
	border-bottom: 1px solid #ff0000;
	padding: 0 0 8px;
	margin: 0 0 10px;
	color: #cccccc;
}

#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}

/*Opera Fix*/
	body:before {/* thanks to Maleika (Kohoutec)*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;/* thank you Erik J - negate effect of float*/
}


/* 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 {
		padding-bottom: 0;
		overflow: visible;
	}
	#header, #header .container, #footer {
		width: auto;
		height: auto;
	}
	#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;
		padding: 0 0 0 42px;
		color: #ffffff;
	}

	#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: 15;
	}
	#main-nav {
		display: none;
		overflow: hidden;
		width: 100%;
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: 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;
	}

	/* Costomize */
	body,
	#wrap,
	#header,
	.col-wrap2, #main.one-column,
	.home #wrap {
		background: #ffffff;
	}
	#header .container {
		background: url("../images/muscul-health.png") center 198px no-repeat;
		padding-bottom: 100px;
	}
	#logo a {
		margin: 0 auto;
	}
	#home-slideshow,
    #home-slideshow li {
        background: #7f7f7f;
	}
    #home-slideshow li {
        width: 370px;
    }
	#home-slideshow .wrap-bg,
	#home-slideshow ul,
	#home-slideshow .inner,
	#home-slideshow .title,
	.content-home {
		background: none;
	}
	#home-slideshow ul,
	#home-slideshow .inner,
	.content-home .home-content .wrap,
	.content-home .inner-block,
	.home-recent-news .wrap,
	.home-video .wrap,
	.inner-content,
	.sidebar,
    #home-slideshow .container {
		margin: 0;
		padding: 0;
		height: auto;
    	width: auto;
		position: relative;
	}
    #home-slideshow .wrap-slide {
        width: 100%;
        background: #7f7f7f;
        margin: 0;
        padding: 10px 10px 0;
    }
    #home-slideshow .wrap-slide,
    #home-slideshow ul {
        height: 160px;        
    }
	#home-slideshow .slide-bg,
	#home-slideshow .prev-slide,
	#home-slideshow .next-slide {
		display: none;
	}

	.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,
	.inner #main .container {
		width: auto;
	}

	.content-home {
		padding: 20px 0;
	}
	.inner-content {
		width: auto;
	}
	.sidebar {
		padding: 5px 0;
		background: #000000;
	}

	#footer {
		margin-top: 0;
	}
	#footer .container {
		background: #333;
		width: auto;
	}
	#footer .footer-quicklinks, .footer-copy {
		padding: 10px 0;
		clear: both;
	}
	#footer .footer-nav .title {
		width: auto;
	}
}

#header .container {
 z-index: 100;
}

#main-nav ul {
 margin: 0;
 padding: 0;
}