/* Table of Contents:
	- CSS Imports
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* CSS Imports
--------------------------------------------------------------------------------------- */
@import url("fire-nav.css");
@import url("lightbox.css");

/* Global Containers
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff url(../img/topbar-bg.png) top left repeat-x;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

clearfix:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Link Styles
--------------------------------------------------------------------------------------- */
a, a:link, a:active {
	color: #e27947;
}

a:visited {

}

a:hover {
	color: #0085ba;
}

a img {
	border: 0;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
h1 {
	width: 322px;
	height: 73px;
	float: left;
	display: inline; /* IE Double Float Bug */
	margin: 4px 0 5px 13px;
}

h1 span {
	visibility: hidden;
	position: absolute;
}

#quicknav {
	float: right;
	display: inline; /* IE Double Float Bug */
	margin: 10px 30px 12px 0;
	list-style: none;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

#quicknav li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}

#quicknav li a {
	color: #fff;
	text-decoration: none;
}

#quicknav li a:hover {
	color: #ffc;
	text-decoration: underline;
}

#logos {
	width: 268px;
	float: right;
	display: none; /* IE Double Float Bug */
	clear: right;
	margin: 0 10px 0 0;
}

#logos img {
	float: left;
	display: inline; /* IE Double Float Bug */
	margin: 0 10px 0 0;
}

/* Homepage Layout
--------------------------------------------------------------------------------------- */
#index {
	clear: both;
	width: 850px;
}

div.box {
	width: 392px;
	height: 169px;
	background: url(../img/index-box-bg.jpg) top left no-repeat;
	float: left;
	display: inline; /* IE Double Float Bug */
	margin: 12px 16px;
	padding: 0;
}

div.box img {
	float: right;
	display: inline; /* IE Double Float Bug */
	margin: 8px 8px 0 16px;
}

div.box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666;
	margin: 8px 0 2px 10px;
}

div.box p {
	font-size: 10px;
	line-height: 13px;
	color: #666;
	margin: 0 0 0 10px;
}

#main {
	width: 800px;
	height: 375px;
	margin: 0 25px;
}

/* Middle Layout
--------------------------------------------------------------------------------------- */
#interior {
	width: 690px;
	float: left;
}

#interior.main {
	width: 280px;
}


p, ul, ol {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 16px 0;
}

ul, ol {
	margin-left: 14px;
}

ul li, ol li {
	margin-bottom: 4px
}

h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	color: #e27947;
	margin: 0 0 3px 0;
	padding: 0;
}

#leftcol {
	float: left;
	width: 150px;
	margin: 0 10px 0 0;
	clear: left;
}

#leftcol ul {
	list-style: none;
	margin: 0 0 0 16px;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

#leftcol li {
	background: url(../img/arrow-leftcol.png) top left no-repeat;
	padding: 0 0 0 8px;
	margin: 0 0 14px 0;
}

#leftcol li a {
	text-decoration: none;
}

#leftcol li.current a {
	color: #000;
}

#leftcol li a:hover {
	text-decoration: underline;
}

#leftcol div {
	width: 120px;
	border: solid 1px #ccc;
	background: #f9fafa;
	margin: 0 0 10px 16px;
}

#leftcol div h2 {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 2px 0 3px 0;
}

#leftcol div.firedrop h2 {
	background: #33b34a url(../img/leftcol-firedrop-h2.jpg) top left repeat-x;
}

#leftcol div.fireloop h2 {
	background: #ed2a2c url(../img/leftcol-fireloop-h2.jpg) top left repeat-x;
	padding-right: 3px;
	padding-left: 3px;
}

#leftcol div img {
	margin: 0 0 10px 0;
}

#leftcol div p {
	font-size: 10px;
	line-height: 14px;
	margin: 0 4px 6px 4px;
}

#leftcol div.firedrop a {
	font-weight: bold;
	color: #33b34a;
}

#leftcol div.fireloop a {
	font-weight: bold;
}

#main-rightcol {
	float: right;
	width: 400px;
	margin: 0 0 0 10px;
}

#main-rightcol p {
	font-size: 10px;
	line-height: 13px;
	margin: 0 0 10px 8px;
}

p.caption {
	text-align: center;
}

#main-rightcol h3, #boxes h3 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 2px 8px;
}

#main-rightcol #cad {
	width: 235px;
	float: right;
	margin: 4px 0 0 0;
}

#main-rightcol #cad p {
	font-weight: bold;
	line-height: 18px;
}

#main-rightcol #cad a {
	background: url(../img/arrow-leftcol.png) center left no-repeat;
	padding: 0 0 0 8px;
}

#main-rightcol #movement {
	width: 400px;
	border: 1px #e27947;
	border-style: solid none;
	padding: 8px 0;
	margin: 0 0 8px 0;
}

#main-rightcol #hangar {
	width: 199px;
	border-right: solid 1px #e27947;
	background: url(../img/fireloop/hanger.jpg) top center no-repeat;
	padding: 1px 0;
	float: left;
}

#main-rightcol #hangar h3 {
	margin: 53px 0 16px 53px;
}

#main-rightcol #pressure {
	width: 190px;
	float: left;
	padding: 0 0 0 10px;
}

#boxes {
	width: 690px;
	float: left;
}

#adjustable {
	width: 334px;
	float: left;
	border-right: solid 1px #e27947;
	padding: 0 10px 0 0;
}

#tile {
	width: 335px;
	float: left;
	padding: 0 0 0 10px;
}

#adjustable img, #tile img {
	float: left;
	margin: 0 10px 0 0;
}

table.charts {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	border: 1px #666;
	border-style: solid none none solid;
}

table.charts th, table.charts td {
	vertical-align: middle;
	padding: 4px 8px;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
}

table.charts th {
	background: #f19a5d;
	border-bottom-width: 2px;
}

p.top {
	font-size: 10px;
	line-height: 12px;
	border-bottom: solid 1px #e27947;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
}

p.top a {
	background: url(../img/top-arrow.png) center left no-repeat;
	padding: 0 0 0 10px;
}

.rightimg {
	float: right;
	margin: 0 0 6px 10px;
	clear: right;
	text-align: center;
}

.leftimg {
	float: left;
	margin: 0 10px 6px 0;
	clear: left;
}

.rightimg p, .leftimg p {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	margin: 0 5px;
	color: #666;
}

.rightimg img, .leftimg img {
	margin: 0 auto;
}

h3.divide, h4.divide {
	border-top: solid 1px #e27947;
	padding-top: 8px;
	margin-top: 12px;
}

ol {
	list-style: decimal;
	margin: 10px 0 0 24px;
}

ol li {
	margin: 0 0 10px 0;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

div.rightcol {
	float: right;
	margin: 0 0 6px 25px;
	width: 340px;
}

ul.inline {
	list-style: none;
	margin-left: 0;
}

ul.inline li {
	display: inline;
}

hr {
	clear: both;
	color: #fff;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}

ul.distributors {
	float: left;
	display: inline;
	width: 510px;
	list-style: none;
	margin-left: 0;
}

ul.distributors li {
	margin: 0 35px 20px 0;
	float: left;
	display: inline;
	width: 220px;
}

#data {
	background: #fdf7d3;
	border: solid 1px #e27947;
	padding: 8px 0 0 0;
	margin: 4px 0 24px 12px;
	width: 180px;
	float: right;
}

#data p {
	font-size: 10px;
	line-height: 14px;
	margin: 0 8px 10px 8px;
}

#data h3 {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 8px;
	color: #e27947;
}

#interior.install ol {
	clear: left;
}

#interior ul.figure {
	list-style: none;
	margin: 0;
	float: left;
	width: 450px;
}

#interior ul.figure li {
	float: left;
	width: 128px;
	margin: 6px 10px 6px 0;
}

#interior ul.figure li span {
	font-size: 10px;
	line-height: 14px;
	float: left;
	width: 128px;
	text-align: center;
	color: #e27947;
	margin-top: 26px;
	font-weight: bold;
}

img.mistake {
	margin: 0 0 10px 24px;
	border: solid 1px #e27947;
}

#interior.full {
	width: 840px;
	margin-left: 10px;
}

/* CONTACT FORM STYLES
------------------------------------------------------------------------------ */
#contact {
	width: 430px;
	float: right;
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
	border-left: solid 1px #e27947;
}

#contact.bim {
	float: none;
	width: 640px;
	margin-left: 0;
	padding: 0;
	border: 0;
}

#contact p {
	margin-bottom: 6px;
}

#contact.confirm {
	height: 275px;
}

form {
	padding: 0;
	margin: 0;
}	

#contact h2 {
	font-size: 16px;
	line-height: 18px;
}

.required {
	color: #e27947;
}

.tip {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

#contact p label {
	display: block;
	float: left;
	width: 70px;
	text-align: right;
	margin: 2px 6px 0 0;
}

#contact.bim p label {
	width: 100px;
}

#drawing {
	width: 320px;
	display: block;
	margin-bottom: 12px;
}

#contact p.referral {
	margin-top: 10px;
}

#contact p.referral label {
	margin: 2px 6px 0 0;
}

#contact p span {
	margin-left: 15px;
}

#contact p span label {
	float: none;
	display: inline;
	width: auto;
	margin: 0;
}

#contact p input, #contact textarea, #contact select {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background: #fff;
	border: solid 1px #999;
	padding: 1px;
}

#contact textarea:focus, #contact p input:focus, #contact select:focus {
	background: #ffc;
	border: solid 1px #666;
}

#realname, #ADDRESS, #ADDRESS2, #ADDRESS3, #email, #TITLE, #COMPANY {
	width: 250px;
}

#CITY, #ZIP, #COUNTRY {
	width: 175px;
}

#PHONE, #FAX {
	width: 100px;
}

#STATE {
	width: 35px;
}

#ZIP {
	width: 75px;
}

#MESSAGE {
	width: 410px;
}

#submit {
	font-size: 14px !important;
	font-weight: bold;
}

#reset {
	display: block;
	float: right;
	font-size: 10px !important;
	margin: -20px 16px 0 0;
	display: none;
}

/* SITEMAP STYLES
--------------------------------------------------------------------------------------- */
.sitemap ul {
	margin: 0 40px 12px 18px;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	float: left;
}

.sitemap ul li {
	margin: 0 0 8px 0;
	padding: 0;
	font-weight: bold;
}

.sitemap ul li ul {
	margin: 6px 0 12px 12px;
	float: none;
}

.sitemap ul li ul li {
	font-weight: normal;
}

.sitemap h2 {
	margin-bottom: 12px;
}

div.bim_left, div.bim_right {
	float: left;
	display: inline;
}

div.bim_left {
	width: 440px;
	margin: 0 30px 0 0;
}

div.bim_left p {
	margin-bottom: 24px;
}

div.bim_left a {
	font-weight: bold;
	color: #cb0505;
}

div.bim_right {
	width: 320px;
	padding: 10px 17px 0 17px;
	border: solid 1px #8c8b8b;
}

div.bim_right img {
	margin-bottom: 12px;
}

div.bim_right p span {
	font-weight: bold;
	text-decoration: underline;
	color: #e27947;
}



/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 10px 0;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	width: 850px;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 9px;
	line-height: 14px;
}

#footer ul li {
	display: inline;
	white-space: nowrap;
}

#footer address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 9px;
	line-height: 14px;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 9px;
	line-height: 14px;
}
