body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #1f307a;
	margin: 0px;
}
.container {
	background-image: url(images/container_bg.jpg);
	width: 950px;
}
.left {
	float: left;
}
select {
	font-size: 12px;
}
.right {
	float: right;
}
.frontproducts {
	width: 850px;
}

div.products {
	float: left;
	width: 170px;
	text-align: left;
  }
.productstext {
	width: 140px;
	padding-right: 10px;
	padding-left: 20px;
}
.quotebox {
	width: 600px;
}
.text {
	width: 840px;
	padding-right: 55px;
	padding-left: 55px;
	text-align: left;
	float:left;
}
.signup {
	background-color: #006666;
	height: 300px;
	width: 400px;
	position: absolute;
}
input {
	font-size: 11px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	display:inline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
a:active {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

