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

body {
	background: url("images/bg.jpg") no-repeat;
	background-color: #000000;
	font-family: Lucida, "Lucida Grande", sans-serif;
	color: white;
}

.headline
{
	font-size: 16px;
	line-height: 20px;
}

.text
{
	font-size: 12px;
	line-height: 16px;
}

.phTxt 
{
	font-size: 24px;
}

.emailTxt
{
	font-size: 16px;
}

.copyTxt
{
	font-size: 10px;
	text-align: left;
	line-height: 16px;
}

a{
	text-decoration: underline;
	color: #FF9C00;
}

/* Layout styles */

#nav {
	position:absolute;
	width:224px;
	height:250px;
	z-index:1;
	left: 31px;
	top: 90px;
}

#mainContent {
	position:absolute;
	width:600px;
	height:360px;
	z-index:1;
	left: 310px;
	top: 100px;
	background-color: #000000;
	padding: 20px;
	border: thin solid white;
}

#QuickyFeature {
	position:absolute;
	width:300px;
	height:173px;
	z-index:2;
	left: 310px;
	top: 520px;
	border: thin solid white;
}

#LadderFeature {
	position:absolute;
	width:300px;
	height:173px;
	z-index:3;
	left: 650px;
	top: 520px;
	border: thin solid white;
}

#ProdHighlight {
	position:absolute;
	width:300px;
	height:140px;
	z-index:2;
	left: 310px;
	top: 520px;
	border: thin solid white;
}

#ProdFeature {
	position:absolute;
	width:300px;
	height:140px;
	z-index:3;
	left: 650px;
	top: 520px;
	border: thin solid white;
}

#contactDiv {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	left: 30px;
	top: 499px;
	line-height: 25px;
	vertical-align: top;
}

#productBox{
	position:absolute;
	width:600px;
	height:508px;
	z-index:1;
	left: 310px;
	top: 100px;
	background-color: #000000;
	padding: 20px;
	border: thin solid white;
}

#brochure {
	position:absolute;
	width:169px;
	height:62px;
	z-index:1;
	left: 30px;
	top: 371px;
}

#dropProduct {
	position:absolute;
	width:642px;
	height:28px;
	z-index:5;
	left: 314px;
	top: 55px;
}

#leftBtn {
	position:absolute;
	width:23px;
	height:104px;
	z-index:6;
	left: 287px;
	top: 290px;
}

#rightBtn {
	position:absolute;
	width:23px;
	height:104px;
	z-index:6;
	left: 952px;
	top: 290px;
}

/* End Layout Styles */

