@charset "UTF-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000000;
	background-image:url(../images/FlameBGD2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/************************** Header *************************/

#header {
	width:900px;
	height:100px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:96px;
}

#mainLogo {
	width:160px;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	top:8px;
}

#mainLogo img {
	border:none;
}

#mainLinks {
	width:738px;
	height:60px;
	padding:40px 0px 0px 0px;
	margin:0px;
	position:relative;
	left:2px;
	float:left;
}

/*********************** Navigation ************************/

#linkHome {
	display: block;
	float:left;
	width: 110px;
	height: 60px;
	background-image: url(../images/nav/home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linkHome:hover { 
  background-position: 0 -60px;
}

#linkHome span {
  display: none;
}

#linkProducts {
	display: block;
	float:left;
	width: 120px;
	height: 60px;
	background-image: url(../images/nav/products.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linkProducts:hover { 
  background-position: 0 -60px;
}

#linkProducts span {
  display: none;
}

#linkNews {
	display: block;
	float:left;
	width: 84px;
	height: 60px;
	background-image: url(../images/nav/news.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linkNews:hover { 
  background-position: 0 -60px;
}

#linkNews span {
  display: none;
}

#linkNotes {
	display: block;
	float:left;
	width: 192px;
	height: 60px;
	background-image: url(../images/nav/notes.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linkNotes:hover { 
  background-position: 0 -60px;
}

#linkNotes span {
  display: none;
}

#linkInstall {
	display: block;
	float:left;
	width: 120px;
	height: 60px;
	background-image: url(../images/nav/install.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linkInstall:hover { 
  background-position: 0 -60px;
}

#linkInstall span {
  display: none;
}

#linkContact {
	display: block;
	float:left;
	width: 112px;
	height: 60px;
	background-image: url(../images/nav/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#linkContact:hover { 
  background-position: 0 -60px;
}

#linkContact span {
  display: none;
}

/********************** Main Content ***********************/

#mainContent {
	width:auto;
	margin:20px 0px;
	background-color:#FFFFFF;
}

#mainContentContainer {
	width:900px;
	height:286px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#mainPicture {
	width:517px;
	height:286px;
	padding:0px;
	margin:0px;
	float:left;
}

#topText {
	width:316px;
	height:286px;
	padding:0px;
	margin:0px;
	float:right;
}

.headingImage {
	width:316px;
	padding: 0px 0px 5px;
	margin:0px;
	border-bottom:solid 2px #F17E23;
}

/********************* Brochure Links **********************/

#brochureDoor {
	display:block;
	float:left;
	width: 316px;
	height: 73px;
	margin:30px 0px 0px;
	background-image:url(../images/Door.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#brochureDoor:hover { 
  background-position: 0 -73px;
}

#brochureDoor span {
  display: none;
}

#brochureServe {
	display:block;
	float:left;
	width: 316px;
	height: 73px;
	margin:30px 0px 0px;
	background-image:url(../images/Serve.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#brochureServe:hover { 
  background-position: 0 -73px;
}

#brochureServe span {
  display: none;
}

#brochureTech {
	display:block;
	float:left;
	width: 316px;
	height: 73px;
	margin:30px 0px 0px;
	background-image:url(../images/Tech.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#brochureTech:hover { 
  background-position: 0 -73px;
}

#brochureTech span {
  display: none;
}

/************************ Content2 *************************/

#content2 {
	width:auto;
	background-color:#990000;
}

#content2Container {
	width:900px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#mainText {
	width:517px;
	margin:10px 0px;
	padding:0px;
	float:left;
	color:#FFFFFF;
	font-size:1.1em;
}

#mainText img {
	float:left;
	clear:both;
	border:none;
}

#mainText ul {
	list-style:none;
	padding-left:0px;
}

#mainText p {
	margin:0px 0px 1.0em;
}

#smallText {
	width:316px;
	float:right;
	margin:10px 0px;
	font-size:1.0em;
}

#smallText p {
	color:#FFFFFF;
	font-size:1.2em;
	margin:0px 0px 1.0em;
}

#smallText ul {
	list-style:none;
	padding-left:0px;
}

#smallText li {
	display:block;
	width:286px;
	height:24px;
	float:left;
	margin:0px;
	padding:6px 0px 0px 30px;
	background-image:url(../images/Bullet.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
}

#smallText li:hover {
	background-position: 0 -30px;
}

#smallText a {
	color:#F17E23;
	text-decoration:none;
	font-size:1.3em;
}

#smallText a:hover, a:focus {
	color:#FFFFFF;
}

.smallTitles {
	height:43px;
	width:316px;
	margin:0px 0px 5px;
	padding:0px;
	border-bottom:solid 2px #F17E23;
	float:right;
}

.productTitles {
	height:43px;
	width:517px;
	margin:0px 0px 5px;
	padding:0px;
	border-bottom:solid 2px #F17E23;
}

.newsStory {
	width:316px;
	float:left;
	border-bottom:solid 1px #999999;
	margin:5px 0px 0px;
}

.newsStory span {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1em;
	font-weight:bold;
	color:#000000;
}

#allNews {
	width:316px;
	float:left;
	margin:5px 0px 0px;
}

/**************** Measuring ******************/

#measuringMain {
	width:900px;
	height:663px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#measuringContent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#measuringContent span {
	color:#f17e23;
}

#measuringText {
	margin:0px;
	padding:0px;
}

#measuringText ol {
	margin:0px;
	padding:0px 0px 0px 16px;
}

#measuringText li {
	margin:0px 0px 1em 0px;
}

#measuringText span {
	color:#f17e23;
}

/**************** Sizes ******************/

#sizeChartMain {
	width:900px;
	height:954px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#sizeChartContent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

/************* Site Layout ***************/

#siteLayoutMain {
	width:900px;
	height:616px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#siteLayoutContent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

/**************** FAQS ******************/

#faqsMain {
	width:900px;
	height:10px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#faqsContent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#faqsContent span {
	font-weight:bold;
	color:#f17e23;
}

#faqsText li {
	margin:0px 0px 1em 0px;
}

#faqsText a {
	color:#F17E23;
	text-decoration:none;
}

#faqsText a:hover, a:focus {
	color:#FFFFFF;
}

/************* Tech Spec ****************/

#specMain {
	width:900px;
	height:1312px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#specContent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#specContent span {
	font-weight:bold;
	color:#f17e23;
}

#specText {
	line-height: 1.25;
}

/*************** Fixing *****************/

#fixingMain {
	width:900px;
	height:604px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#fixingContent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#fixingContent a {
	color:#f17e23;
	text-decoration:none;
}

#fixingContent a:hover, a:focus {
	color:#FFFFFF;
}

/************* Accessories **************/


#accessoriesMain {
	width:900px;
	height:601px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#accessoriesContent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

/********************** ContactStrip ***********************/

#contactStrip {
	width:auto;
	height:47px;
	background-color:#F17E23;
}

#contactStripContainer {
	width:900px;
	height:47px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

#contactStripContainer img {
	float:left;
}

#emailLink {
	display:block;
	float:left;
	width: 263px;
	height: 47px;
	background-image: url(../images/emailAdd.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#emailLink:hover { 
  background-position: 0 -47px;
}

#emailLink span {
  display: none;
}
	
/************************* Accs **************************/

#accredits {
	width:auto;
	height:51px;
	margin:10px 0px;
}

#accredits img {
	border:none;
}

#accreditsContainer {
	width:900px;
	height:51px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color:#990000;
}

/************************* Footer **************************/

#footer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0px 0px;
	height:30px;
	border-top:solid 1px #999999;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#footer a:hover, a:focus {
	color:#990000;
}

#footerLeft {
	float:left;
	text-align:left;
}

#footerRight {
	float:right;
	text-align:right;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

