/* NEW DS STYLES */

.ds_spacer{
	height:40px;
}

.header_image{
	width: 100%;
	text-align: center;
	position: relative;
}

.header_image h2{
   position: absolute;
   bottom: 10px;
   right: 10px;
   margin: 10px;
	padding:10px;   
   minimum-width: 300px;
   background: rgba(35, 89, 13, 0.8); 
   color: #FFF;
   font-size: 14px;
   font-style:italic;
}

/* SOCIAL MEDIA BUTTONS */
#twitter-btn {
	background: url(/wp-content/uploads/2011/12/social-media.png) no-repeat 0px 0px;
	width: 100px;
	height: 34px;
	margin-right: 15px;
	display: block;
	float: left;
}

#facebook-btn {
	background: url(/wp-content/uploads/2011/12/social-media.png) no-repeat 0px -41px;
	width: 100px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 15px;
}


#google-btn {
	background: url(/wp-content/uploads/2011/12/social-media.png) no-repeat 0px -121px;
	width: 100px;
	height: 34px;
	display: block;
	float: left;
	margin-right: 15px;
}

#pinterest-btn {
	background: url(/wp-content/uploads/2011/12/social-media.png) no-repeat 0px -162px;
	width: 100px;
	height: 34px;
	display: block;
	float: left;
}


#social-media {
	display: block;
	width: 450px;
	margin: 0 auto;
	height: 35px;
}


/****** STYLES FOR NEW PAGES **********/

.inc_subnav{
	height: 30px;
	font-weight: 800;
	font-size: 1.4em;
	padding: 6px;
	text-align: bottom;
}

.inc_subnav .intro{
	font-size: 1.2em;
	float: left;
}

.inc_subnav .active{
	color: #000;
	cursor: default;
}

.inc_subnav .list{
	float: left;
	padding: 0;
	margin: 0 0 0 4px;
}

.inc_subnav ul
{
	list-style-type:none;
	margin: 4px 0  auto 0 !important;
	text-align: bottom;
	-webkit-padding-start: 10px !important;
}

.inc_subnav  li{
	display:inline;
	margin-right: 10px;
}

.product_container{
	margin-bottom: 30px;
}

.product_container .prod_header{
	font-size: 1.4em;
	font-weight: 600;
	border-bottom: 1px solid #F0F0F0;
	clear: both;
		background: url ('http://www.altruwood.com/images/altruwood_logo.png') transparent no-repeat;
	margin-bottom: 10px;
}

.prod_info{
}

.prod_photos{
	margin-left: -5px !important;
	margin-top: 10px;
	position: relative;
}

.prod_photos img{

	margin: 5px;
	display:inline;
}

.img_thumb{
	width : 100px;
	height: 100px;
	float:left;
	padding: 4px;
	margin: 4px;
	border: 1px solid #C3C3C3;
	background-color: #F0F0F0;
	opacity: .8;

}

.img_thumb:hover{
	opacity: 1;
	border: 1px solid #4C4646;


}

.img_thumb img{
		width:90%; 
		height:90%;
}

.hidden {
 display: none;   
}

.close_box
{ 
	position:absolute;
	top:-9px;
	right:-9px;
	content: url('http://www.iop.org/IOP_Home/resources/images/close-icon.png');
	height:18px;
	width:18px;
	z-index: 600;
}

.fancybox-title {
    position:absolute;
    margin: 0 0 15px 15px;
    min-width:260px;
    left: 60px;
    bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}

.submenu{
	margin-left: 0px !important;
}

.submenu ul{
	padding: 0px !important;

	list-style: none;
	text-align: left;
	margin-left: 1px !important;
}

.submenu ul li { 
	display: inline;
	padding-right: 10px;
}

.m_content{
	width: 80%;
	float: left;
	min-height: 300px;
	border-right: 1px solid #ebebeb;
	padding: 15px;

}

.m_content .title{
	font-weight: 700;
	font-size: 1.4em;
}

.sb_content{
	width: *;
	float: left;

}

.m_content p{
	font-size: 1.2em !important;

}

.sb_content ul{
	list-style: none;
	margin-left: -31px !important;

}

.sb_content ul li{
	margin-left: 1px !important;

}

.callout{
	padding: 10px;
	border: 1px dotted #9BAB49;
	background-color: #E1E1E1;
	font-size: 1.4em;
	font-weight: 600;
	font-style: italic;
	margin: 10px;
}