/* @override 
	http://www.bovairdsupply.com/wp/wp-content/themes/Bovaird/style.css
*/

/*
Theme Name: Bovaird theme
Theme URI: http:/www.gurustugroup.com/
Description: Theme designed and built for Bovaird
Version: 0.1
Author: Patrick Forringer
Author URI: http://www.gurustugroup.com/
Tags: custom
*/

/* @group Reset */

/* v1.0 | 20080212 CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body{
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 20px;
}

.wrap{
	width: 930px;
	padding: 0 20px;
	text-align: left;
	margin: 0 auto;
}

/* @group Header */

/* @group Breadcrumbs */
body.page-id-161 div.breadcrumb,
body.page-id-164 div.breadcrumb,
body.page-id-55 div.breadcrumb {
	visibility: hidden;
}


div.breadcrumb {
	margin: 10px 20px 0 15px;
}
div.breadcrumb a{
	color: #666;
}div.breadcrumb a:hover{
	color: #3B73B9;
}
/* @end */

#header{
	height: 127px;
	margin-bottom: 10px;
	position: relative;
}

div#co{
	height: 100px;
}

div#co h1{
	float: left;
}
div#co h1 a{
	display: block;
	background: url(img/headerlogo.gif) no-repeat left top;
	text-indent: -40em;
	height: 100px;
	width: 340px;
}
div#co h1 a:hover{
	opacity: 0.8;
}
div#co .description{
	display: none;
}

div#co p{
	float: right;
	margin-top: 16px;
	font-size: 9px;
}
div#co p span{
	margin-right: 10px;
}
div#co p a{
	color: #666;
}
	div#co p a:hover{
		color: #cbcbcb;
	}
	
/* @end */

/* @group Navigation */
/* Link Styling */
#nav a{
	color: #666;
	text-decoration: none;
	font-family:  Arial, Sans-Serif;
}

#nav a:hover{
	color: #3B73B9;
}

#nav{
	display: block;
	width: 100%;
	border: 1px dotted #676767;
	border-right-style: none;
	border-left-style: none;
	float: left;
	height: 26px;
	clear: both;
}
	#nav > li{
		float: left;
		display: block;
		position: relative;
		height: 26px;
		margin-right: -1px;
	}#nav > li > a{
		display: block;
		height: 26px;
		padding: 0 14px;
		font-size: 12px;
		line-height: 26px;
		text-transform: lowercase;
		position: relative;
		top: -1px;
		z-index: 5;
		border: 1px solid transparent;
		
	}#nav > li:hover > a{
		border: 1px solid #3B73B9;
		
	}#nav > li.hov > a{/* Jq hover state */
		border: 1px solid #3B73B9;
		border-bottom-color: #fff;
	}
#nav > li > ul{
	display: none;
}
#nav > li:hover > ul{
	display: block;
}

#nav > li > ul{
	position: absolute;
	top: 26px;
	z-index: 4;
	border: 1px solid #3B73B9;
	background: #fff;
	padding: 15px 14px 14px;
	min-width: 151px;
}
	#nav > li > ul > li{
		
	}#nav > li > ul > li > a{
		display: block;
		font-size: 11px;
		line-height: 15px;
		margin: 0 -14px;
		padding: 4px 14px;
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		margin-top: -1px;
	}#nav > li > ul > li > a:hover{
	/*background-color: #3B73B9;*/
	/*color: #fff;*/
	border-top:1px dotted #3B73B9;
	border-bottom:1px dotted #3B73B9;
}

/* @group Extra icons */

ul.extra{
	padding-bottom: 4px;
	position: absolute;
	right: 0;
	top: 40px;
}
ul.extra li{
	float: left;
	width: 30px;
	margin-left: 0;
}
ul.extra li a{
	text-decoration: none;
	display: block;
	width: 30px;
	height: 48px;
	background-position: center bottom;
	background-repeat: no-repeat;
	border: none;
	line-height: 1.1em;
	font-size: 9px;
	color: #fff;
	position: relative;
}
ul.extra li a:hover{
	
}
ul.extra li a span{
	text-align: center;
	position: absolute;
	top: 0;
	left: -12px;
	width: 50px;
	height: 30px;
	display: none;
	text-indent: 0px;
	color: #5e5e5e;
}ul.extra li a:hover span{
	display: block;
	text-indent: 0px;
	color: #5e5e5e;
}



/*
ul.extra li.font_up a{
	background-image: url(img/font_add.png); 
}
ul.extra li.font_down a{
	background-image: url(img/font_delete.png); 
}
ul.extra li.pdf a{
	background-image: url(img/page_white_acrobat.png);
}
ul.extra li.print a{
	background-image: url(img/printer.png); 
}
ul.extra li.email a{
	background-image: url(img/email_open.png); 
}
ul.extra li.cont a{
	background-image: url(img/telephone.png);
}
*/

ul.extra li.font_up a{
	background-image: url(img/newicons/Font-Increase-Icon.png); 
}
ul.extra li.font_down a{
	background-image: url(img/newicons/Font-Decrease-Icon.png); 
}
ul.extra li.pdf a{
	background-image: url(img/newicons/PDF-Icon.png); 
}
ul.extra li.print a{
	background-image: url(img/newicons/Print-Icon.png); 
}
ul.extra li.email a{
	background-image: url(img/newicons/Email-Icon.png); 
}
ul.extra li.cont a{
	background-image: url(img/newicons/Contact-Icon.png); 
}


/* @end */

/* @group Slide show */

#fp_slideshow{
	width: 710px;
	height: 400px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: url(http://www.bovairdsupply.com/wp/wp-content/gallery/front_page_slideshow/home_header1_0.jpg) no-repeat left top;
}

#fp_slideshow ul{
	position: absolute;
	bottom: 20px;
	width: 710px;
	height: 70px;
	background: transparent url(img/fp_image_overlay.png) repeat-x center center;
	z-index: 3;
}
#fp_slideshow ul li{
	float: left;
}
#fp_slideshow ul li.page_item a{
	display: block;
	border: none;
	overflow: hidden;
	width: 175px;
	height: 70px;
	text-indent: -30em;
	padding: 0;
	margin: 0;
	background: url(img/fp_prod_list.png) no-repeat left top;
}
#fp_slideshow ul li.page_item a:hover{
	border: none;
	opacity: 0.7;
}
#fp_slideshow ul li.page_item.page-item-6 a {
	background-position: 0 0;
	width: 142px;
}
#fp_slideshow ul li.page_item.page-item-8 a {
	width: 160px;
	background-position: -142px;
}
#fp_slideshow ul li.page_item.page-item-9 a {
	width: 123px;
	background-position: -302px;
}
#fp_slideshow ul li.page_item.page-item-19 a {
	width: 152px;
	background-position: -556px;
}
#fp_slideshow ul li.page_item.page-item-102 a {
	width: 133px;
	background-position: -424px;
}



/* @end */
/* @group Nav Search */
/* MAYBE: mimic rest of navigation TODO: fix is FF */
#nav li#search{
	float: right;
}
#nav input{
	border: none;
	background: none;
	color: #000;
	margin: 0;
	padding: 0;
}
#nav li#search input#s{
	width: 120px;
	border: 1px solid #2e2e2e;
	margin: 2px 0;
	padding: 0 5px;
	height: 20px;
	color: #565656;
	vertical-align: top;
}
#nav li#search input#searchsubmit{
	cursor: pointer;
	border: 1px solid #b5b7b7;
	height: 22px;
	padding-left: 4px;
	padding-right: 5px;
	margin-right: 0;
	text-transform: lowercase;
	color: #666;
	background-color: #fff;
	margin-top: 2px;
}#nav li#search input#searchsubmit:hover{
	border-color: #3B73B9;
	color: #3B73B9;
}

/* @end */

/* @end */

/* @group Sidebar */

li#wp-filebase.widget h2.widgettitle {
	padding: 7px;
	padding-left: 22px;
	margin: 0;
	background: url(img/sidebar_leaf.gif) no-repeat left center;
}

.sidebar{
	float: right;
	width: 200px;
	padding-top: 10px;
}

.sidebar li.widget{
	color: #6e6e6e;
	line-height: 1.3em;
	padding-bottom: 5px;
	border-bottom: 1px solid #cdcccd;
	margin: 0 0 20px;
}
.sidebar li.widget:last-child{
	border: none;
}
.sidebar li.widget ul{
	margin: 15px 0px;
}
.sidebar li.widget ul li{
	margin: 10px 0;
}
.sidebar li.widget h2{
	margin: 8px 0;
	color: #606060;
	font-size: 14px;
}
.sidebar li.widget p{
	margin: 15px 0;
}

.sidebar li.widget a{
	color: #5d75bf;
}	.sidebar li.widget a:hover{
		color: #95baf0;
	text-decoration: none;
}

#text-6 h2 {
	padding-left: 22px;
	background: url(img/sidebar_leaf.gif) no-repeat left;
	line-height: 26px;
}

#text-6 ul {
	margin: 0px 15px;
}

#text-6 ul li {
	margin: 5px 0;	
}

li.MCW_Product_list li.page_item a{
	display: block;
	height: 48px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -30em;
	overflow: hidden;
	margin-top: 10px;
}
li.MCW_Product_list li.page_item a:hover{
	opacity: 0.8;
}
li.MCW_Product_list li.page_item.current_page_item{
	opacity: 0.3;
}
li.MCW_Product_list li.page_item.page-item-8 a {
	background-image: url(img/re-menu.jpg);
}
li.MCW_Product_list li.page_item.page-item-9 a {
	background-image: url(img/bio-menu.jpg);
}
li.MCW_Product_list li.page_item.page-item-102 a {
	background-image: url(img/bio_plus-menu.gif);
}
li.MCW_Product_list li.page_item.page-item-19 a {
	background-image: url(img/in-menu.jpg);
}
li.MCW_Product_list li.page_item.page-item-6 a {
	background-image: url(img/ca-menu.jpg);
}

/* Social Icons */
#mcw_social-3 a{
	display: block;
	float: left;
	margin-right: 20px;
	width: 32px;
	height: 32px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -30em;
	margin-top: 10px;
}
#mcw_social-3 a:hover{
	opacity: 0.8;
}
#mcw_social-3 a.fb {
	background-image: url(img/facebook-32x32.png);
}
#mcw_social-3 a.li {
	background-image: url(img/linkedin-32x32.png);
}
#mcw_social-3 a.rss {
	background-image: url(img/feed-32x32.png);
}
/* logo on contact us page */
a.fb_logo{
	display: block;
	float: left;
	margin-right: 20px;
	width: 32px;
	height: 32px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -30em;
	background-image: url(img/facebook-32x32.png);
}

/* @end */

/* @group Content */

/* @group Custom Styles */

div#post-70.page {
	background: transparent url(img/pos_filled.gif) no-repeat right top;
}

/* @group MSDS */

#msds_sheets{
	width: 100%;
	font-size: 11px;
	color: #3a3a3a;
	line-height: 16px;
}

#msds_sheets p{
	line-height: 18px;
}

#msds_sheets p a {
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

img.msds_sheet_logo {
	vertical-align: middle;
	padding-right: 10px;
}

/* @group Price sheet */

#price_sheet{
	width: 100%;
	font-size: 11px;
	color: #3a3a3a;
	line-height: 16px;
}

#price_sheet tr.logo th{
	font-size: 14px;
	background: #fff !important;
	color: #333;
	padding-top: 33px;
}

/* colors */
#price_sheet tr.can th{
	background-color: #d80509;
}

#price_sheet tr.res th{
	background-color: #519d55;
}

#price_sheet tr.bio th{
	background-color: black;
}

#price_sheet tr.inf th{
	background-color: #4d7fc6;
}

#price_sheet tr.bioplus th{
	background-color: black;
}

#price_sheet tr th{
	
	color: #fffeff;
	padding: 6px 10px 5px;
	vertical-align: middle;
	background-color: #bbb;
}
#price_sheet tr td{
	padding: 10px;
	min-width: 60px;
	font-weight: bold;
}



/* @end */


.bot_logos{
	margin-left: 12px;
	margin-top: 30px;
}

body.page-template-page_productpage_product-php #posts .leftbar{
	width: 200px;
	float: left;
}
body.page-template-page_product-php #posts .entry{
	float: right;
	width: 500px;
}

#post-6 .post_head h2,
#post-8 .post_head h2,
#post-9 .post_head h2,
#post-102 .post_head h2,
#post-19 .post_head h2{
	display: block;
	height: 24px;
	overflow: hidden;
	text-indent: -30em;
}body.page-template-page_product-php #posts .entry{
	margin-top: -38px;
}
body.page-template-page_product-php #posts .entry > h3{
	color: #e51712;
	font-size: 14px;
}
#post-6 .post_head h2{
	background: url(img/ca.jpg) no-repeat left top;
}

#post-8 .post_head h2{
	background: url(img/re.jpg) no-repeat left top;
}

#post-9 .post_head h2{
	background: url(img/bio.jpg) no-repeat left top;
	height: 26px;
}
#post-102 .post_head h2{
	background: url(img/bioplus.gif) no-repeat left top;
}
#post-19 .post_head h2{
	background: url(img/in.jpg) no-repeat left top;
}
body.page-template-page_product-php #posts #post-19 .entry > h3:first-child{
	padding-left: 40px;
}

/*Product Page*/

.leftbar{
	padding-top: 1px;
	float: left;
	width: 190px;
}

.leftbar h2{
	font-size: 12px;
}
/* B and C page */
body.page-id-13 #co h1 a{
	background-image: url(img/headerlogoBC.gif);
}
/* Sublette page */

body.page-id-161 #co h1 a,
body.page-id-164 #co h1 a,
body.page-id-55 #co h1 a{
	background-image: url(img/sublette.gif);
}

body.page-id-164 #nav li.page-item-13,
body.page-id-161 #nav li.page-item-13,
body.page-id-164 #nav li.page-item-18,
body.page-id-161 #nav li.page-item-18,
body.page-id-55 #nav li.page-item-18,
body.page-id-55 #nav li.page-item-13{
	display: none;
}
body.page-id-55 .breadcrumb{
	visibility: hidden;
}

/* Camp Lockridge page */
body.page-id-66 #co h1 a{
	background-image: url(img/campe.jpg);
}

/* Leaf for resources page */

#post-10 div.post_head h2 {
	padding-left: 22px;
	margin: 0;
	background: url(img/sidebar_leaf.gif) no-repeat left 19px;
}


/* @end */

#bot_logos{
	background-position: center center;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(img/bot_logos.png);
	width: 930px;
	padding: 20px 0;
	height: 92px;
}
#bot_logos li{
	float: left;
}
body.page-id-164 #bot_logos,
body.page-id-161 #bot_logos,
body.page-id-55 #bot_logos{
	background-image: url(img/bot_logos_sublette.png);
}
#bot_logos li a,
#bot_logos li a:link{
	width: 308px;
	height: 90px;
	border:  1px solid transparent;
	border-right: 1px solid #ccc;
	
	text-indent: -30em;
	overflow: hidden;
	display: block;
	margin-right: -1px;
	outline: none;
	position: relative;
	z-index: 4;
}
* html #bot_logos li a{
	border:  1px solid #fff;
}
#bot_logos li a:hover{
	border: 1px solid #ccc !important;
	z-index: 5;
}
	#bot_logos li.sub{
		
	}
	#bot_logos li.bovco{
		
	}
	
	#bot_logos li.right a{
		border-right: none;
	}

#posts {
	float: left;
	width: 710px;
	color: #3c3d3d;
	overflow: hidden;
	min-height: 200px;
}
#posts .post, #posts .page{
	font-size: 13px;
	line-height: 20px;
	clear: both;
	/*border-top: 1px solid #d7d7d7;*/
	margin: 10px 0 20px;
	font-size: 11px;
}
#posts a{
	color: #9a0204;
}#posts a:hover{
	color: #559ae5;
}

.post_head {
	margin: 10px 0;
}
.post_head h2{
	color: #e51712;
	font-family: 'Myriad Pro';
	font-size: 30px;
	font-weight: 600;

	padding-top: 25px;
	padding-bottom: 10px;
}
	#posts .post_head h2 a{
		color: #e51712;
		text-decoration: underline;
	}#posts .post_head h2 a:hover{
		text-decoration: none;
	}

.post_head .extra{
	display: block;
	font-size: 10px;
	margin-top: -4px;
	color: #535353;
	border-bottom: 1px solid #d4d6d6;
	padding-bottom: 9px;
}
.post_head .extra strong{
	color: #676767;
}

/*Headers*/
.entry h1, .entry h2, .entry h3, .entry h4{
	font-family: 'Myriad Pro';
	margin: 15px 0;
	clear: left;
}
.entry h1:target, .entry h2:target, .entry h3:target, .entry h4:target{
	background-color: #fff4a8;
}
.entry h2{
	color: #c2021c;
	font-weight: normal;
}

.entry p{
	margin: 18px 0;
	line-height: 1.8em;
}
.entry strong{
	color: #434343;
}
.entry sup{
	vertical-align: super;
	font-size: 8px;
}
.entry sub{
	vertical-align: sub;
	font-size: 8px;
}
/* list items */
.entry ul{
	margin: 18px 0;
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 20px;
}
.entry ul li{
	margin: 8px 0;
}

.entry ol{
	margin: 18px 0;
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
}
.entry ol li{
	margin: 8px 0;
}

/* Quotes */
.entry blockquote{
	padding: 28px 18px 18px;
	background-color: #e8e9fe;
	overflow: visible;
	position: relative;
	margin: 20px 10px 20px;
	
	/* please don't send me emails about this >:F */
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
	border: 2px solid #fff;
	
	box-shadow: 0px 0px 2px #305da2;
	-moz-box-shadow: 0px 0px 2px #305da2;
	-webkit-box-shadow: 0px 0px 2px #305da2;
	
	color: #172d4d;
}
.entry blockquote:before, .entry blockquote:after {
	font-size: 96px;
	display: block;
	position: absolute;
	color: #2c2c2c;
	line-height: 96px;
}
.entry blockquote:before{
	content: '“';
	top: -19px;
	left: 12px;
}
.entry blockquote:after{
	content: '”';
	right: 12px;
	bottom: -70px;
}

/* Attached image */
.entry img{
	border: 0;	
}

.entry div.wp-caption{
	padding: 5px 5px 0;
	background-color: white;
	width: auto !important;
	margin-top: 8px;
	text-align: center;
	color: #474747;
	line-height: 30px;
	
	/* please don't send me emails about this >:F */
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		
	border: 1px solid #cacaca;
	font-size: 80%;
}
.entry div.wp-caption img{
	/* please don't send me emails about this >:F */
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;	
}

.entry div.wp-caption.alignright{
	margin-right: -6px;
	margin-left: 20px;
}
.entry div.wp-caption.alignleft{
	margin-right: 20px;
	margin-left: -6px;
}

.entry .alignleft{
	float: left;
	display: block;
}
.entry .alignright{
	float: right;
	display: block;
}

.entry dl.alignleft{
	float: left;
	text-align: center;
}
.entry .aligncenter{
	margin: 0 auto;
	text-align: center;
}

.entry img.aligncenter{
	margin: 0 auto;
	display: block;
	text-align: center;
}

.wp-caption{
	margin-bottom: 15px;
}
.entry img.alignleft{
	margin: 4px 20px 20px 0;
}
.entry img.alignright{
	margin: 4px 0 20px 20px;
}

.navigation{
	clear: both;
}.navigation .alignleft{
	float: left;
}.navigation .alignright{
	float: right;
}

/* @end */

/* @group Footer */

#footer{
	
	text-align: center;
	/* border: 1px solid #ccc; */
	padding: 30px 0;
	font-size: 9px;
	position: relative;
	top: 40px;
}
#footer p{
	line-height: 1.5em;
	color: #595959;
}
#footer p a{
	color: #666;
	font-weight: bold;
}
	#footer p a:hover{
		color: #cbcbcb;
		font-weight: bold;
	}

/* @end */

.linklove{
	display: none;
}
.print_show{
	display: none;
}

/* @group Methodology */



/* Alternate styling */
/*.page-template-page_methodology-php .entry h3{
	float: left;
	font-size: 41px;
	color: #e5170f;
	margin-right: 13px;
	margin-top: 10px;
}*/
.page-template-page_methodology-php .entry h2{
	margin-bottom: 0;
}

.page-template-page_methodology-php .entry .step{
	position: relative;
	float: left;
	width: 345px;

}	.page-template-page_methodology-php .entry .step.first{
		margin-right: 20px;
	}
	.page-template-page_methodology-php .entry .step.last{
		margin-right: 0;	
	}
	
.page-template-page_methodology-php .entry div.step div.step_extra{
	position: relative;
	border-bottom: 2px solid #d4d6d6;
	padding-bottom: 19px;
	margin-bottom: 0;
	min-height: 95px;
	padding-top: 1px;
}
.page-template-page_methodology-php img.attachment-thumbnail{
	position: absolute;	
}
.page-template-page_methodology-php div.media{
	margin-top: 65px;
}

.page-template-page_methodology-php .entry div.step div.step_extra div.media span{
	display: block;
	margin-left: 120px;
	font-size: 18px;
	padding: 5px 12px 0;
	height: 26px;
	cursor: pointer;
	/*-webkit-border-top-left-radius:10px;*/
	-webkit-border-top-right-radius:10px;
	/*-moz-border-radius-topleft:10px;*/
	-moz-border-radius-topright:10px;
	background: #a1d1ff url(img/down_arrow.gif) no-repeat 189px center;
}
.page-template-page_methodology-php div.media span:hover{
	color: #fff;
}
.page-template-page_methodology-php div.media span:active{
	color: #fff;
	background-color: #7da3ca;
}
.page-template-page_methodology-php .entry div.step div.step_extra div.media.empty span{
	background: #c9c9c9 none;
	color: #888;
	cursor: default;
	position: relative;
	z-index: 50;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.page-template-page_methodology-php .entry div.step div.step_extra div.media .thumb{
	position: absolute;
	z-index: 4;
	
	top: 0;
	left: 120px;
	
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	
	background: #a1d1ff;
	padding: 5px;
	height: 56px;
	overflow: hidden;
	
	cursor: pointer;
}
.page-template-page_methodology-php .entry div.step div.step_extra div.media .thumb img{
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	
	height: 70px;
	width: 100px;
}



.page-template-page_methodology-php .entry div.step_extra h4 {
	position: absolute;
	float: left;
	font-size: 41px;
	color: #e5170f;
	top: 17px;
	left: 65px;
	margin-right: 13px;
	margin-top: 19px;
	margin: 0;
}
.page-template-page_methodology-php .entry .row{
	width: 710px;
	display: block;
	float: left;
	border-bottom: 1px solid #bdbfbf;
	padding: 20px 0;
}

.page-template-page_methodology-php .pic_btn{
	position: absolute;
	top: 20px;
	left: 120px;
}

/*Gallery  customizations*/

.step_extra .ngg-galleryoverview{
	margin-top: 0;
}
div.ngg-galleryoverview {
	background-color: #a1d0ff;
	padding-left: 2px;
	width: 343px;
}
.ngg-gallery-thumbnail img {
	background-color: #aae1ff;
	
}

.ngg-gallery-thumbnail img:hover {
	background-color: #648697 !important;
	border-color: #648697 !important;
} 

/* @end */

/* @group Carosel */

.page-id-21 #posts {
	overflow: visible;
}
#carosel{
	height: 450px;
	margin-top: -50px;
	width: 100%;
	overflow: hidden;
}
#carosel div.vcard{
	
	overflow: hidden;
	padding: 15px 20px 10px;
	height: 225px;
	border: 1px solid #607aaf;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	
	background-color: #fff !important;
}
#carosel div.vcard.bov_logo{
	padding-left: 95px;
	background: url(img/vcard_bov.gif) no-repeat 14px 16px;
	min-height: 110px;
}
#carosel div.vcard.sub_logo{
	padding-top: 73px;
	background: url(img/vcard_sub.gif) no-repeat 8px 9px;
	min-width: 160px;
}

#carosel div.vcard.rmi_logo{
	padding-top: 73px;
	background: url(img/vcard_rmi.gif) no-repeat 8px 9px;
	min-width: 160px;
}


#carosel div.vcard h3,
#carosel div.vcard h4,
#carosel div.vcard p,
#carosel div.vcard ul,
#carosel div.vcard li{
	margin: 0;
}
#carosel div.vcard p{
	
	margin-bottom: 4px;
}

#carosel div.vcard li{
	list-style: none;
}
#carosel div.vcard ul{
	padding-left: 0;
}
/* @end */

#posts a.button{
	padding: 7px 10px 5px;
	background: #d11413;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #610404;
	position: relative;
	cursor: pointer;
	margin: ;
	margin-bottom: 5px;
	margin-top: 5px;
}
#posts a.button:hover{
	color: #fff;
	background-color: #b10f0e;
}
#posts a.button:active{
	position: relative;
	top: 1px;
}