/* Stylesheet created for Blaze Fire Systems website by Jewel Creative, all rights reserved 2008 */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 10px;
	line-height: 18px;
	font-family: "Myriad Pro", Tahoma, Arial, sans-serif;
	color: #333;
	background: #ddd url(images/body-bg.jpg);
}

#innerbody {
	min-height: 100%;
	width: 100%;
	background: url(images/innerbody-bg.jpg) repeat-x top;
	position: relative;
}

#wrapper {
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 80px;
}

#header {
	height: 111px;
	width: 890px;
	/* background: url(images/header-bg.png) no-repeat right; */
}

h1#logo {
	padding-top: 6px;
	margin: 0;
}

img#phone-number {
	float: right;
	margin-top: 60px;
}

/** Menu styles **/

#menu {
	width: 890px;
	height: 33px;
}

#menu ul {
	width: 890px;
	height: 33px;
}

#menu ul li {
	width: 110px;
	height: 33px;
	float: left;
	background-position: top;
}

#menu ul li:hover, #menu ul li.active {
	background-position: bottom;
}

#menu ul li#home { background-image: url(images/menu-home.jpg); }

#menu ul li#services { background-image: url(images/menu-services.jpg); }

#menu ul li#products { background-image: url(images/menu-products.jpg); }

#menu ul li#webshop { background-image: url(images/menu-webshop.jpg); }

#menu ul li#contact { background-image: url(images/menu-contact.jpg); }

#menu ul li a {	
	height: 33px;
	display: block;
}

#menu ul li a span { display: none; }



/** Banner styles **/

#banner {
	width: 890px;
	height: 145px;
}

#banner ul {
	width: 890px;
	height: 145px;
}

#banner ul li {
	width: 178px;
	height: 145px;
	float: left;
	background-position: top;
}

#banner ul li:hover {
	background-position: bottom;
}

#banner ul li#safety { background-image: url(images/banner-safety.jpg); }

#banner ul li#first-aid { background-image: url(images/banner-first-aid.jpg); }

#banner ul li#ppe { background-image: url(images/banner-ppe.jpg); }

#banner ul li#extinguishers { background-image: url(images/banner-extinguishers.jpg); }

#banner ul li#fire { background-image: url(images/banner-fire.jpg); }

#banner ul li a {
	height: 145px;
	display: block;
}

#banner ul li a span {
	display: none;
}


/** More page furniture styles **/

#content {
	float: left;
	font-size: 1.2em;
	width: 650px;
	margin: 30px 40px 40px 0;
}

#content-body {
	width: 568px;
	padding: 40px;
	border: 1px solid #e2e1e1;
	border-bottom: 0;
	background: #fff;
	overflow: hidden;
}

#content-footer {
	width: 650px;
	height: 10px;
	background: url(images/content-bg.jpg) no-repeat top;
}

.contentBlock {
	width: 230px;
	overflow: hidden;
	padding: 15px;
	margin: 10px;
	float: left;
	background-color: #fefefe;
	border: 1px dotted #eee;
}

#sidebar {
	float: left;
	font-size: 1.2em;
	width: 200px;
	margin: 30px 0 40px;
	overflow: hidden;
}

#sidebar-body {
	width: 158px;
	padding: 20px;
	border: 1px solid #e2e1e1;
	border-bottom: 0;
	background: #fff;
}

#sidebar-footer {
	width: 200px;
	height: 10px;
	background: url(images/sidebar-bg.jpg) no-repeat top;
}

#footer {
	width: 100%;
	height: 80px;
	background: #e2e2e2;
	border-top: 1px solid #a7a6aa;
	position: relative;
	margin-top: -80px;
	color: #757575;
	font-family: "Century Gothic";
	overflow: hidden;
}

#footer a {	color: #757575; }

#footer a:hover { color: #343434; }

#innerfooter {
	width: 890px;
	margin: 0 auto;
	padding-top: 30px;
}

span.footer-left {
	width: 400px;
}

ul.footer-right {
	width: 400px;
	float: right;
}

ul.footer-right li {
	float: right;
}



/* Fiddly bits */

a img {
	border: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.contentList {
	border-left: 3px solid #e8e5de;
	border-bottom: 1px solid #e8e5de;
}

ul.contentList li {
	padding: 3px 7px;
	border-top: 1px solid #e8e5de;
	margin: 0 6px;
}

cite { font-weight: bold; }

h2 {
	padding: 0;
	margin: 0 0 25px;
	font: normal normal 1.2em Helvetica, Arial;
	text-transform: uppercase;
	color: #db1a00;
}

h3 {
	font: normal normal 1.5em Arial;
	color: #222;
	padding-bottom: 5px;
	border-bottom: 1px dotted #eee;
	margin: 18px 0 8px;
}

hr {
	height: 1px;
	border: none;
	background: #ddd;
}


blockquote {
	padding: 0;
	margin: 0;
	background: url(images/blockquote-bg.jpg) no-repeat;
}


/** Contact form styles **/

form#contact-form {
	width: 506px;
	background-color: #fefefe;
	border: 1px dotted #eee;
	padding: 15px 15px 15px 45px;
}

#contact-form .form-row {
	padding: 6px 0;
	clear: both;
}

#contact-form label {
	width: 140px;
	padding: 2px 10px;
	float: left;
	text-align: right;
	font-weight: bold;
}

#contact-form input, #contact-form textarea {
	width: 195px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 3px;
}

#contact-form input#submit {
	width: 100px;
	margin-left: 160px;
	border: none;
	background-color: #db1a00;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
}