﻿
body 
{
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	margin: 0;
}
table
{
	border-collapse: collapse;
}
#pageLayout
{
	position: absolute;
	display: block;
	padding-bottom: 10px;
	top: 175px;
}

/***********************************************
* Step Carousel Viewer script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
.stepcarousel
{
	position: relative; /*leave this value alone*/
	border: 0;
	overflow: scroll; /*leave this value alone*/
	width: 945px; /*Width of Carousel Viewer itself*/
	height: 1254px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel
{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	border: solid 1px #000000;
}

#tabStrip
{
	display: block;
	height: 150px;
	left: 945px;
	position: absolute;
	top: 190px;
	width: 30px;
}
.tab
{
	background-image: url(images/tabRight.gif);
	cursor: hand;
	cursor: pointer;
	height: 35px;
	width: 30px;
}
.tabText
{
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	vertical-align: middle;
	width: 100%;
}

#logo
{
	background-color: #ffffff;
	border-top: solid 2px #e0e0e0;
	border-left: solid 2px #e0e0e0;
	border-bottom: solid 2px #111111;
	border-right: solid 2px #111111;
	padding: 10px;
	display: block;
	position: absolute;
	top: 10px;
	left: 25px;
}
#catalogTitle
{
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	font: 18px arial, helvetica, sans-serif;
	display: block;
	position: absolute;
	top: 45px;
	right: 20px;
}
#catalogPdf
{
	cursor: hand;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 75px;
	right: 20px;
}
#catalogPdf img
{
	border: none;
}
#quickFind
{
	left: 14px;
	position: absolute;
	top: 100px;
	padding: 0;
}
#selectCatalog
{
	font-size: 20px;
	position: relative;
	bottom: 5px;
}

.layoutRow
{
	border-bottom: solid 1px #666666;
}
.layoutCell, .innerCell
{
	vertical-align: top;
}
.layoutCell
{
	padding: 5px 10px 5px 0;
}
.layoutButton
{
	border: solid 1px #000000;
	cursor: hand;
	cursor: pointer;
	margin-bottom: 5px;
	padding-top: 3px;
	width: 72px;
}
.layoutButtonImage
{
	margin-left: auto;
	margin-right: auto;
}
.layoutButtonText
{
	font-family: arial;
	font-size: 9px;
	text-align: center;
}
.catalogHeading, .catalogNumber, .catalogText, .catalogNumeric
{
	font-family: arial, helvetica, sans-serif;
}
.catalogHeading, .catalogText, .catalogNumeric
{
	font-size: 10pt;
}
.catalogHeading
{
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.catalogPhoto
{
	border: solid 1px #000000;
}
.catalogNumber
{
	font-size: 11pt;
	font-weight: bold;
}
.catalogNumeric
{
	text-align: right;
}
.catalogDrawing
{
	border: solid 1px #c0c0c0;
}
.catalogLinkButton
{
}
#infoBlock
{
	display: none;
	position: absolute;
	top: 20px;
	width: 100%;
}
#infoBlock img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
#infoBlock div
{
	color: #8b0000;
	display: block;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
	position: relative;
	top: -90px;
	width: 200px;
	z-index: 200;
}
#intro
{
	display: block;
	font-family: arial;
	font-size: 14px;
	line-height: 1.4em;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	position: absolute;
	width: 760px;
	height: 400px;
}
.introButton
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.parameters
{
	visibility:	hidden;
}