
html, body {
	background-color: #000;
	height: 100%;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #ccc;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

h3 {
	margin: 10 0 5 0;
}

.imageWrap {
	display: none;
}

a {
	color: #ccc;
}

a:hover {
	color: #fff;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 18px;
}

.bold {
	font-weight: 700;
}

.smallText {
	font-size: 11px;
	color: #fff;
}

#specSpan {
	margin: 10 0 0 10;
	width: 490px;
	float: left;
}

#titleSpan {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 35px;
}

#imageTitle {
	width: 420px;
	border-bottom: 1px solid #ccc;
	margin: 0 35 0 25;
}

#imageEdgeTitle {
	width: 420px;
	border-bottom: 1px solid #ccc;
	margin: 0 35 20 25;
}

#salesImage, #pdfQuote {
	margin: 5 0 0 25;
	font-weight: 700;
}

#homepageText {
	line-height: 25px;
}

#contactpageText {
	margin-left: 20px;
}

.contentColumn {
	display: block;
	float: left;
	width: 220px;
	padding: 0px 10px;
}

.contentColumn a {
	display: block;
	padding: 10px;
	background: #222;
	margin: 5px 0px 20px -10px;
}

.addressBox {
	display: block;
	background: #222;
	padding: 15px;
	float: left;
	width: 200px;
	margin: 0px 0px 20px 0px;
}

#linksTable {
	width: 500px;
	font-size: 12px;
}

#linksTable a {
	font-size: 14px;
}

.linksImage {
	width: 140px;
	height: 55px;
	align: center;
	vertical-align: top;
}

.linksTitle {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0 0 0 5;
	width: 100%;
}

.linksText {
	padding: 0 0 20 5;
}

#header {
	background-image: url('images/header_bg.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
	text-align: center;
}

#headerContent {
	width: 930px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#logoTop {
	float: left;
	background: url('images/logo_top.png');
	width: 180px;
	height: 150px;
	margin: 0px 8px;
}

#logoBottom {
	float: left;
	background: url('images/logo_bottom.png');
	width: 180px;
	height: 64px;
	margin: 0 8 0 8;
}

#logoTop a, #logoBottom a {
	display: block;
	width: 100%;
	height: 100%;
}

#navigation {
	float: right;
	width: 734px;
	height: 105px;
	margin: 35px 0px 0px 0px;
}

#navigation div {
	float: left;
	margin-top: 2px;
}

.cabsColumn {
	margin-left: 18px;
}

.componentsColumn {
	margin-left: 43px;
}

.resourcesColumn {
	margin-left: 61px;
}

.aboutColumn {
	margin-left: 71px;
}

.navList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #000;
}

.navList li:first-child {
	margin: 0px 0px 1px 5px;
}

.navList li a {
	display: inline-block;
	padding: 2px 5px;
	color: #000;
}

.navList li a {
	text-decoration: none;
}

.navList li a:hover {
	background: #777;
}

#contentContainer {
	width: 100%;
	text-align: center;
}

#mainContent {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	text-align: left;
	background-color: #000;
	/*
	border-left: 1px solid #414141;
	border-right: 1px solid #414141;
	*/
}

#mainCabImage {
	background: url('images/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 500px;
	height: 674px;
}

#mainEdgeImage {
	background: url('images/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 500px;
	height: 500px;
}

#mainHandrailImage {
	background: url('images/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 500px;
	height: 500px;
}

#mainCeilingImage {
	background: url('images/loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 500px;
	height: 350px;
}

#leftColumn {
	float: left;
	width: 195px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

#leftColumnComment {
	float: left;
	width: 140px;
	margin: 18 28 18 28;
}

#leftColumnDecoration {
	width: 143px;
	height: 70px;
	margin: 0 28 20 28;
	float: left;
}

#prevButton, #nextButton {
	display: inline-block;
	width: 70px;
	height: 22px;
	margin: 0 0 0 0;
}

#prevButton {
	background: url('images/prevButton.gif') no-repeat 0 0;
}

#nextButton {
	background: url('images/nextButton.gif') no-repeat 0 0;
}

#prevButton:hover, #nextButton:hover {
	background-position: 0 -22;
}

#prevButton span, #nextButton span {
	display: none;
}

#leftColumnContent {
	float: left;
	width: 140px;
	margin: 0 26 20 27;
	border: 1px solid #888;
}

#rightColumn {
	float: right;
	width: 232px;
}

#rightColumn ul {
	font-style: italic;
}

#rightColumnContent {
	float: right;
	margin: 28px 0px 28px 28px;
}

#centerColumn {
	float: left;
	width: 500px;
	margin: 28 0 30 0;
}

.preloadImage {
	display: none;
}

#thumbTable {
	margin: 7px 7px 0px 7px;
}

.thumb {
	null;
}

.thumb img {
	margin-bottom: -2px;
}

.thumb span {
	display: block;
	font-size: 10px;
	border-bottom: 1px solid #666;
}

#downloadsTable {
	font-family: Arial;
	font-size: 12px;
}
.downloadsSubTable {
	width: 240px;
	font-family: Arial;
	font-size: 12px;
}

.downloadsTableHolder {
	vertical-align: top;
	padding: 0 0 20 0;
}

.downloadTitle {
	padding: 0 0 0 5;
}

.downloadsSectionTitle {
	border-bottom: 2px solid #222;
}

#downloadsRow {
	margin: 0 0 20 0;

}

.downloadLink {
	width: 55%;
	padding: 5px;
	background-color: #222;
}

#slideshow {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 100%;
	height: 150px;
	clear: both;
	text-align: center;
	background-image: url('images/footer_bg.gif');
	background-repeat: repeat-x;
}

#footerContent {
	width: 930px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footerLeft {
	width: 157px;
	height: 120px;
	float: left;
	padding: 30 0 0 38;
	font-size: 12px;
	color: #222;
}

#footerRight {
	width: 735px;
	height: 105px;
	float: right;
	margin: 30 0 0 0;
	font-size: 11px;
	color: #000;
}

#footerRight div {
	float: left;
}

/*=======================================*/
/*=== Mailing List ======================*/
/*=======================================*/

table#mailingListTable {
	width: 176px;
	border: 1px solid red;
	font-size: 11px;
}