*{
	outline:0;
}
body {
	margin: 0px;
	padding:0px; 
	text-align:center;
	font-family: 'muli';
	color:#000000;
	font-size:12px;	
	background-color:#FFF;
}
img{
	border:none;   
}
article{
	font-size:15px;
}

.clear{
	clear:both;
}

.header_wrapper{
	width:100%;
	padding:0 0 40px 0;
	margin: 0;
	/*position: fixed;*/
	top: 0;
	z-index: 99;
}
header{
	width:100%;
	padding:7px 0 0 0;
	background-color: #333;
	display: inline-block;
}
header .logo{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:inline-table;
	background:transparent url(/b2b/images/logo.png) no-repeat top;
	width:191px;
	height:58px;
	vertical-align:top;
	cursor:pointer;
}
header .heading{
	width:942px;
	height: auto;
	overflow: visible;
	margin:0px auto;	
	text-align:left; /* For IE5/Win */
}
header .menu_main{
	display:inline-block;
	float:right;
}
header .menu_main ul{
	margin:10px 0 0 0;
}
header .menu_main li{
	display:inline-table;
	list-style: none;
}
header .menu_main li a:link, li a:visited{
	font-family: 'Gilda Display', serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	color:#f2f2f2;
	text-align:center; 
	padding:10px 0 30px 0;
	margin:0px 20px 0 0;
	text-decoration:none;
	display: inline-block;
	border-bottom: 4px solid #333;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
header .menu_main li a:hover{
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	border-bottom: 4px solid #999999;
}

.content{
	border-left:1px solid #333;
	border-right:1px solid #333;
}
.content_wrapper{
	width:956px;
	background-color:#FFFFFF;
	/*display:inline-block;*/
	margin:80px auto 30px auto;
	padding:0 0 0 15px;
	text-align:left;
}

.footer{
	padding:20px 0;
	background-color: #333;
	
}
.footer_wrapper{
	width:956px;
	margin: 0 auto;
	text-align:left;
	color:#f2f2f2;
}
.footer_wrapper .footer_block{
	display:inline-table;
	margin:0 0 0 20px;
	width:23%;
}
.footer_wrapper .footer_block .title{
	font-family: 'Gilda Display', serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0 0 10px 0;
	border-bottom: 1px solid #999;
}
.footer_wrapper .footer_block .text{
	padding:10px 0 0 0;
}
.footer_wrapper .footer_block .text .fLink, .mediaLink, .readmore-js-toggle{
	display:block;
	line-height:18px;
	text-decoration:none;
	color:inherit;
}
.footer_wrapper .footer_block .text a#aViewBlog{
	color:inherit;
	font-weight:bold;
	text-decoration:none;
}
.footer_wrapper .copyRights_socials{
	margin:15px 0 0 0;
	border-top: 1px solid #999;
	padding:15px 0;
}
.footer_wrapper .copyRights_socials .copyRights{
	display:inline-table;
}
.footer_wrapper .copyRights_socials .socials{
	display:inline-table;
	float:right;
}
.footer_wrapper .copyRights_socials .socials img{
	margin:0 0 0 15px;
}

.selectBox{
	padding:3px 5px 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #A8A8A8;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
    text-indent: 1px;
    text-overflow: '';
	background:#fff url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat;
	background-position: right 7px top 8px;
	background-size:10px;
	font-family: 'muli';
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.selectBox {
		padding:5px 20px 3px 5px;
	}
}
.divButton{
	padding:2px 15px;
	display:table;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #A8A8A8;
	webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	cursor:pointer;
}
.divButton_black{
	padding:2px 15px;
	display:table;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #333;
	background:#333;	
	color:#fff;
	webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	cursor:pointer;
}
.divButton_black:hover{ 
	color:#333;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.divBtInline{
	display:inline-table;
}

#divOverlay{
	position:absolute;
}
.fa{
	color:#555;
}
.fa-pinterest.fa-3x{
	font-size:2.2em;
}