
@import url("nav.css");


/*-----------------------

Vibra Industrial Filters

----------------------*/

* {
	padding: 0;
	margin: 0;
} /* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #572714 url(../images/core/bg.jpg) top center no-repeat;
	color: #ffffff;
}


/*-----------------------
Standard
----------------------*/
h1 { 
	font-size: 2em;
	font-weight: normal;
	color: #fbdb00;
}

h2 { 
	font-size: 1.6em; 
	color: #bf785c;
	margin-bottom: 15px;
}

h3 { 
	font-size: 1.3em; 
	color: #666666;
}

h4 { 
	font-size: 1.2em; 
	color: #666666;
	font-weight: normal; 
}

h5 { 
	font-size: 1.1em; 
	color: #666666;
	font-weight: normal; 
}

p { 
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 15px;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #dbe7f9;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #dbe7f9;
	clear: right;
}

ul.list { 
	list-style: disc;
	margin-left: 30px; 
	margin-bottom: 15px;
	font-size: 1.2em;
}

ul.list li { 
	line-height: 1.5em;
}

ul.no-list { 
	list-style: none;
}

ol.list-no { 
	margin-left: 40px; 
	margin-bottom: 15px;
	font-size: 1.2em;
}

ol.list-no li {
	line-height: 1.5em;
}

a { 
	color: #fbdb00; 
	text-decoration: none; 
}

a:hover { 
	color: #fbdb00; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #c5c5c5;
	margin: 15px 0;
}

.clear {
	display: block;
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-----------------------
Container
----------------------*/
div#container{
	width: 750px;
	margin: 0 auto;
	display: block;
}

/*-----------------------
Header
----------------------*/
div#header {
	height: 178px;	
	position: relative;
}

/* ---- Logo ---- */
#logo {
	width: 500px;
	height: 125px;
	display: block;
	position: absolute;
	top: 10px;
	left: auto;
	margin-left: 70px;
}

/* ---- Nav Left (see nav.css) ----- */

/* ---- Slogan ---- */
h3#slogan  {
	background: url('../images/core/slogan.gif') no-repeat 0 0;
	width: 605px;
	height: 24px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 140px;
	left: auto;
	margin-left: 65px;
}

/*-----------------------
Banner
----------------------*/
div#banner {
	width: 746px;
	clear: both;
	display: block;
	margin: 14px 0 32px 0;
}

div#banner-left {
	width: 385px;
	height: 164px;
	float: left;
}

div#banner-right {
	width: 356px;
	height: 160px;
	float: right;
	border: 2px solid #803619;
	display: block;
}


/*-----------------------
Content
----------------------*/
div#content { }

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ---- Page titles ---- */

h1 img { padding-bottom: 10px; }

/* ---- Underline ---- */
div.line {
	background: url('../images/core/underline.gif') left center repeat-x;
	height: 2px;
}

/* ---- Content Wide ---- */
div.content-wide {
	width: 730px;
	float: left;
	padding: 20px 10px;
}

/* ---- Content Left ---- */
div.content-left {
	width: 431px;
	float: left;
	padding: 20px 20px 20px 10px;
}

div.pdf-box {
	width: 323px;
	font-size: 1.1em;
	line-height: 3.2em;
	background: #47241b url('../images/core/icon-pdf.gif') 5px 8px no-repeat;
	padding-left: 28px;
}

/* ---- Content Right ---- */
div#content-right {
	width: 261px;
	background: #47241b;
	float: left;
	margin-top: 11px;
	padding: 4px;
}

div#content-right img {
	border: 0;
}

div.bottom {
	margin-bottom: 20px;
}

/* Right Contact */
div.right-contact {
	margin: 16px 0 0 6px;
}

div.right-contact p {
	font-size: 1.1em;
}


/*-----------------------
Services
----------------------*/
ul.services-box {
	width: 730px;
	height: auto;
	clear: both;
	list-style: none;
	margin-bottom: 20px;
	float: left;
}

ul.services-box li {
	width: 135px;
	height: auto;
	padding: 5px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #642f1b;
	float: left;
	margin-left: 145px;
}

ul.services-box li img, ul.services-box li a { border: none; }

ul.services-box li.collapse { margin: 0; clear: left; }


/*-----------------------
Footer
----------------------*/
div#footer {}

div#footer p {
	display: block;
	float: left;
	line-height: 16px;
	margin: 0;
	padding: 10px 0;
	font-size: 1.1em;
}

div#footer a { 
	color: #fbdb00; 
	text-decoration: none; 
}

div#footer a:hover { 
	color: #cedce5; 
	text-decoration: underline; 
}

em {
	font-style: normal;
	font-size: 0.9em;
	color: #ffffff;
}

div#footer img#wflogo {
	float: right;
	padding-top: 10px;
}

.right-contact span.spaced { float: left; width: 110px; display: block; }

