header {
  background:#ffcd8c url('/images/header-bg-2.jpg') no-repeat;
  padding:15px;
  margin:-20px;
}
.header {
	background:#ffcd8c url('/images/header-bg-2.jpg') no-repeat;
}
.header-search {
  margin:15px;
}
body, h2, li {
	line-height:1.6;
}
.nav li a {
	padding-left:8px;
}
/* Footer styling */
.body .container {
	-moz-border-radius:  4px 4px 0 0;
	-webkit-border-radius:  4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	padding: 20px;
	border: 1px solid #d9d9d9;
	border-bottom:none;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
footer hr {
	display:none;
}
footer {
	margin-left:auto;
	margin-right:auto;
}
/* Price list table */
table#prices {
  border-collapse:collapse;
  border-spacing:0;
}
table#prices tr td.width {width:75px;}
table#prices tr td {
  background:#fffbcd;
  text-align:center;
  border:1px solid #aaa;
  padding:2px 5px;
  margin:0;
  font-size:12px;
  vertical-align:middle;
}
table#prices tr td.dvr, table#prices tr.dvr td  {
  background:#c1ccdc;
  font-size:10px;
}
table#prices tr td.px11 {
  font-size:11px;
}
table#prices tr td.px13 {
  font-size:13px;
}
table#prices tr td.px14 {
  font-size:14px;
  font-weight:bold;
}
table#prices tr td.px15 {
  font-size:15px;
  font-weight:bold;
}
table#prices tr td.px16 {
  font-size:16px;
  font-weight:bold;
  line-height:30px;
}
table#prices tr td.px17 {
  font-size:17px;
  font-weight:bold;
}
table#prices tr td.px18 {
  font-size:18px;
  font-weight:bold;
}
table#prices tr td.lft {
  text-align:left;
  padding:1px 5px;
}
table#prices tr td.lft a {
  color:#292929;
}
table#prices tr td.lft a:hover {
  color:#000;
  text-decoration:underline;
}
table#prices tr td.slv {
  background:#ddd;  
}
table#prices tr td.gld {
  background:#FC6;
}
table#prices tr td.gle {
  background:#bbb;  
  background:#f0d39a;  
}
table#prices .px11 {font-size:11px; font-weight:normal}
.memlogin {
	margin:-5px;
	margin-top:35px;
	padding:5px 10px;
	border:1px solid #ccc;
	background:#dcf2fc;
	background:#ebf7fc;
	background:#eff8fc;
	border-radius:4px;
}
.cat-children {
	display:none;
}
table.category.table.table-striped {
	display:none;
}
/* Boiler manuals */
.bm_dir {
	width:33%;
	float:left;
	padding:5px 0;
}
.bm_item {
	width:50%;
	float:left;
	padding:5px 0;
}
.foot-icon-1, .foot-icon-2, .foot-icon-3, .foot-icon-4 {
	float:left;
	width:25%;
	text-align:center;
}
@media (min-width: 1200px) {
	.span3 {
		width:290px;
	}
}
@media (max-width: 767px) {
	.bm_dir {
		width:50%;
	}
	.foot-icon-1, .foot-icon-2, .foot-icon-3, .foot-icon-4 {
		width:48%;
	}
	.foot-icon-1, .foot-icon-2 {
		padding-bottom:20px;
	}
	div.mod_search86 input[type="search"] {
    width: 50%!important;
		max-width:190px!important;
}
}
@media (max-width: 439px) {
	.bm_dir,.bm_item {
		width:100%;
	}
}
@media (max-width: 319px) {
	.foot-icon-1, .foot-icon-2, .foot-icon-3, .foot-icon-4 {
		width:98%;
	}
	.foot-icon-3, .foot-icon-4 {
		padding-bottom:20px;
	}
}