﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #313C4A url('http://scalefirehouse.com/images/site/bg01.jpg') left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h6 {
	margin: 0px;
}

h5 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

h1 {
	margin: 0px;
}

/** TEXTS */

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCED2;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCED2;
}

input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCED2;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCED2;
}

th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCED2;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CBCED2;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #70777E;
}

.text2 {
	background: url('../images/site/homepage04.gif') no-repeat right center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 10px;
}

.text4 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 16px;
}

.list1 li {
}

.list1 a {
	padding-left: 13px;
		font-size: 10px;
}

/** LINKS */

a {
	color: #EF3A28;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url('../images/site/bg02.jpg') repeat-x left top;
}
.bg2 { background: url('http://scalefirehouse.com/images/site/bg03.jpg') no-repeat left top;
}

.bg3 { background: url('http://scalefirehouse.com/images/site/bg04.jpg') no-repeat left top;
}
.bg4 { background: url('http://scalefirehouse.com/images/site/bg05.jpg') repeat-y left top;
}
.bg5 { background: url('http://scalefirehouse.com/images/site/bg06.jpg') no-repeat left bottom;
}
.bg6 { background: url('http://scalefirehouse.com/images/site/bg07.jpg') no-repeat left top;
}

.bg7 { background: url('http://scalefirehouse.com/images/site/homepage03.gif') repeat-x left bottom;
}
.bg8 { background: url('http://scalefirehouse.com/images/site/homepage03.gif') repeat-x left top;
}

.bg9  { background: url('http://scalefirehouse.com/images/site/subpage01.jpg') no-repeat left top;
}
.bg10 { background: url('../images/tutorials/decals/decals1.jpg') repeat-y left top;
}
.bg11 { background: url('http://scalefirehouse.com/images/site/subpage03.jpg') no-repeat left bottom;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}













