/* DO NOT USE  --- weird effect in content spacing ---

* {
	margin:0;
	padding:0;
}

*/

/* HIDING Mobile Contact Us button */

.mobileshow  { display:none; }




body {
	
	color:#000000; /* as per client */
	font-family: Arial, sans-serif;
	font-size: 12px;
	
	/* use for global padding/margin reset */
	padding: 0;
	margin: 0;  
	
}
a img {
	border:none;
}

/* Header */

#header {
	height:90px;
	position: relative;
	z-index: 20;
	padding-top: 20px;
}
#header-wrapper {
	height:65px;
	background-color: #262626;
	padding-top: 5px;
}
#header-content {
	width:960px;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
}

#subnav {
	width:675px;
	float:right;
	text-align: right;
	/* font-size: 12px; */
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px; 
	padding-right: 12px; 
	/* line-height: 11px; */
}

#subnav a {
	color: #FFFFFF;

}

a:visited {
	color: #804249;
	text-decoration:underline;
}


#subnav a{
	text-decoration: none;	
}

#logoholder {
	width:220px;
	height: 55px;
	float: left;
	position: relative;
}
#search { height:18px; overflow:hidden; line-height:0;}
#search .form-item { font-size:11px; margin:0; padding:0; border:none; float:left;}
#search .form-item input { padding:1px; font-size:11px;}
#subnav .search-form { margin-bottom:0;}

/* Footer */
/*#extruderBottom .search-by a { color:#e97300;} */
#footer {
	font-size:11px;
	position: relative;
	z-index: 20;
	background-color: #262626;
}
#footer a {
	color:#ffffff;
}
#foot {
	width:960px;
	height:40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#footer-address {
	height:18px;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	float: left;
	padding-top: 3px;
	
}
.footer-icons {
	margin-right: 10px;
}

.bx-wrapper {
	height:130px;
	overflow:hidden;
}

.ext_wrapper {
	overflow:hidden;
}

/* Bio Page */


.bio_wrapper {
	width:100%;
}

.bio_box {
	
	float: left;
	height: 140px;
	width: 140px;
	margin-right: 5px;
	margin-top: 20px;
}
