/*
 * General Elements Styles
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
* {margin: 0;padding: 0;}
header, footer, article, section, figure, nav, aside {display: block;}
body {background: #f1f1f1;color: #333;font-family: 'Open Sans', Georgia, Arial, Helvetica,sans-serif;	height: 100%;}
a {color: #0066CC;	text-decoration: none;	outline: none;}
a:hover {text-decoration: underline;}
img {border: 0 none;max-width: 100%;}



/*
 * Header Styles
 */
#headerMain {
	width: 100%;
	background: #ebebeb;
}
#header {
	padding:0;
}
.header-top {
	padding: 24px 5px 17px 5px;
}
.header-left {
	float: left;
}
.languages {    
    color: #000;
    font-size: 13px;
    margin: 8px 0;
}
.languages span {
	float: left;
	font-weight: bold;
	margin: 8px 5px 0 0;
}
.languages a {
    color: #000;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #cac8c8;
    border-right: 0 none;
}
.languages a.last {
    border-right: 1px solid #cac8c8;
}
.header-right {
	float: right;
	width: 376px;
}

.header-social-share {	
	color: #000;	
}
.header-social-share span {float: left;margin-right: 10px;margin-top: 2px;}
.header-social-share a {
	float: left;
	margin-left:5px;	
	width: 29px;
	height: 29px;
	text-indent: -99999px;
}
.header-social-share a.facebook {background: url(../images/sprite.png) no-repeat 0 -64px;}


.header-social-share a.twitter {background: url(../images/sprite.png) no-repeat -35px -64px;}


.header-social-share a.gplus {background: url(../images/sprite.png) no-repeat -70px -64px;}


.header-ad {
	margin: 10px auto 0 auto;
	text-align: center;
}
.headerPromo {
	font-size: 14px;
	color: #0066cc;
	font-weight: bold;
	padding-bottom: 10px;
}
.headerPromo a {
    color: #06c;
}



/*
 * Layout Styles
 */
#wrapper {
	width: 1000px;
	margin: 0 auto;	
	background: #fff;
}
#containerMain {
	width:1000px;	
	clear: both;
}
#container {
	clear: both;
	width:980px;
	padding:0 10px;
}

/*
 * Primary Navigation
 */

.navigation {
	position: relative;
	width:1000px;
}
.topnavigation {
	background: #333;
	height: 40px;	
}
.navigation.sticky {
	position: fixed;
	top: 0;
	z-index: 10000;
}
.navigation.sticky .topnavigation {
	display: none;
}
.topnavigation ul li {
	list-style-type: none;
	float: left;
} 
.topnavigation ul li a.mainmenu {
	font-size: 15px;
	color: #fff;
	height:40px;
	padding: 0px 20px;
	display: block;
	float: left;
	line-height:40px;
	text-decoration: none;
	text-transform: uppercase;
}
.topnavigation ul li a.mainmenu.active, .topnavigation ul li a.mainmenu:hover, .topnavigation ul li.hover a.mainmenu {
	background: #ea2828;
}
.topnavigation ul li a.mainmenu.home {
	height: 22px;
    padding: 10px 10px 8px;
    text-indent: -9999px;
    width: 26px;
    background: url(../images/home-icon.png) no-repeat center center;
    display: block;
}
.topnavigation ul li a.mainmenu.home.active, .topnavigation ul li a.mainmenu.home:hover {
	background: #ea2828  url(../images/home-icon.png) no-repeat center center;
}
.topnavigation ul li a.mainmenu.menu {
	height: 22px;
    margin: 10px;
    text-indent: -9999px;
    width: 32px;
    padding: 0;
    background: url(../images/sprite.png) no-repeat -46px 0;
    display: block;
}

.primary-links {
	position: absolute;
	top: 40px;
	right: 0;
	width: 262px;
	font-size: 16px;
	background: #333;
	display: none;
	z-index: 10000;
}
.primary-links ul li {list-style-type: none;float: none;}
.primary-links ul li a {
	color: #fff;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
.primary-links ul li a:hover {
	background: #444;
}


#headerfixed {
	display: none;
	background: #333;
	height: 40px;
}
.navigation.sticky #headerfixed {
	display: block;	
	position: fixed;
	top: 0;
	width:1000px;
	z-index: 100000;
}
.search-outer{
	float: left;
	background: #fff;
	border-radius: 5px;
	width: 250px;
	padding:0 5px;
	height: 31px;
	margin-right:10px;
	border: 1px solid #a2a2a2;
}
.search-box{
	width: 220px;
	height:30px;
	border: none;
	padding: 0 5px;
	float: left;
	}
.search-btn{
	margin: 5px 0;
}

.ds-logo {
	padding: 6px 10px;
	margin-right: 10px;
	float: left;
}
#headerfixed .language-links {
	float: left;
	position: relative;
	width: 100px;
}
#headerfixed .headerfix-right {
	float: right;
}

.headerfix-right a {
	float: left;
	color: #fff;
	font-size: 14px;
	margin: 10px;
	padding-bottom: 0;
	
}
.headerfix-right a.menu {
	background: url(../images/sprite.png) no-repeat -46px 0;
	width: 32px;
	height: 22px;
	text-indent: -9999px;
}
.headerfix-right a.fb-icon {
	width: 29px;
	height: 29px;
	background: url(../images/sprite.png) no-repeat 0 -64px;
}
.headerfix-right a.tw-icon {
	width: 29px;
	height: 29px;
	background: url(../images/sprite.png) no-repeat -35px -64px;
}
.headerfix-right a.gp-icon {
	width: 29px;
	height: 29px;
	background: url(../images/sprite.png) no-repeat -70px -64px;
}

.headerfix-right a.search {
	background: url(../images/sprite.png) no-repeat -26px 0;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.headerfix-right a.subscribe {
	background: url(../images/sprite.png) no-repeat -169px 0;
	width: 30px;
	height: 22px;
	text-indent: -9999px;
}
.headerfix-right a.social-share {
	background: url(../images/sprite.png) no-repeat -78px 0;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
}
.newsletter-block{
	position: absolute;
	top: 40px;
	width:362px;
	right: 0;
	padding: 10px;
	background: #333;
	display: none;
	z-index: 10000;
	border-radius: 0 0 5px 5px;
}
.newsletter-block label{
	color: #fff;
	font-size: 16px;
	padding-right: 10px;
}
.email-input{
	background: #fff;
	border: 1px solid #fff;
	width: 188px;
	padding:0 2px;
	height: 30px;
	border-radius: 5px;
}
.email-submit{
background-color:#76c350;
background-image:linear-gradient(to bottom,#76c350,#6bb447);
background-repeat:repeat-x;border:0 none #6bb447;
box-shadow:0 1px 1px rgba(255,255,255,.2) inset;
color:#fff;
cursor:pointer;
float:right;
font-weight:bold;
height:30px;
line-height:29px;
padding:0 15px;
border-radius:5px;
}

.social-share-block {
	position: absolute;
	top: 40px;
	right: 0;
	padding: 10px;
	background: #333;
	display: none;
	z-index: 10000;
	border-radius: 0 0 5px 5px;
}
.social-share-block a {
	text-indent: -99999px;
	float: left;
	margin: 0 8px;
}
.header-search-block {
	position: absolute;	
	top: 40px;
	right: 0;
	width:261px;
	background: #333;
	display: none;	
	border-radius: 0 0 5px 5px;
	padding: 10px;
	z-index: 10000;
}

/*
 * Footer Styles
 */

#footer {  
    border-top: 1px solid #acacac;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1000px;
    padding:10px 0 54px 0;
    text-align: center;
}
#footer a{  
   color: #333;
   line-height:20px;
   text-decoration: none;
}

.copyright {
    padding: 5px 0;
}
.copyright a {
    color: #fff !important;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {	clear: both;	display: block;	overflow: hidden;	visibility: hidden;	width: 0;	height: 0;}
.clearfix:after {	clear: both;	content: ' ';	display: block;	font-size: 0;	line-height: 0;	visibility: hidden;
	width: 0;	height: 0;}
.clearfix {	display: inline-block;}
* html .clearfix {	height: 1%;}
.clearfix {	display: block;}

/* subscribe styles */


