body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.main {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	width: 850px;
}

.maintable {
	border: 1px solid #FFFFFF;
	width: 800px;
}

.header {
	width: 375px;
	border-bottom: 1px solid #FFFFFF;
}

.nav {
	width: 423px;
	border-bottom: 1px solid #FFFFFF;
}

.address {
	border-top: 1px solid #FFFFFF;
	padding: 2px;
}

.maincell {
	padding: 15px;
	padding-top: 5px;
	height: 400px;
}

#home {}
#home .right {
	background-image: url(images/home_right.jpg);
	background-repeat: no-repeat;
	width: 479px;
	height: 483px;
}

#home .rightpad {
	padding-top: 345px;
	padding-left: 150px;
}

#home .text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 29px;
}

#home .bullet {
	color: #72BFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

#about {
	line-height: 18px;
	text-align: left;
}

#about .bluetext {
	color: #76AAE3;
	font-weight: bold;
}

#about .image {
	border: 1px solid #FFFFFF;
	margin-left: 25px;
}

#about .features {
	margin-top: 40px;
	margin-bottom: 40px;
}

#install {
	font-size: 13px;
	line-height: 22px;
	text-align: left;
}

#install .image {
	border: 1px solid #FFFFFF;
}

#install .included {
	margin-top: 25px;
	margin-bottom: 25px;
}

#install .center {
	padding-left: 185px;
	padding-right: 185px;
}

#install .link	{
	text-decoration: none;
	color: #FFFFFF;
}

#contact {
	line-height: 18px;
	font-size: 14px;
	text-align: left;
}

#contact .textfield {
	width: 200px;
	border: 1px solid #FFFFFF;
}

#contact .bluetext {
	color: #76AAE3;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.footer, a.footer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#CCCCCC;
}

a:hover.footer {
	color:#FFFFFF;
}

.info {
	font-size: 9px;
}