@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.OneCol #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	position: relative;
	border: none;
}

.OneCol #about {
	position: absolute;
	margin: 0;
	left: 153px;
	top: 369px;
	width: 416px;
}

.OneCol #faq {
	position: absolute;
	margin: 0;
	left: 637px;
	top: 369px;
	width: 356px;
}

.OneCol #logo {
	position: absolute;
	margin: 0;
	left: 130px;
	top: 8px;
}

.OneCol #dealer {
	position: absolute;
	margin: 0;
	left: 202px;
	top: 144px;
}

.OneCol #contact	{
	position: absolute;
	margin: 0;
	left: 736px;
	top: 41px;
}

.OneCol #affordable	{
	position: absolute;
	margin: 0;
	left: 124px;
	top: 458px;
	width: 887px;
	height: 131px;
}

.OneCol #showcase	{
	position: absolute;
	margin: 0;
	left: 573px;
	top: 701px;
}

.OneCol #description	{
	position: absolute;
	margin: 0;
	left: 117px;
	top: 810px;
	width: 891px;
}

.OneCol #construction1	{
	position: absolute;
	margin: 0;
	left: 545px;
	top: 60px;
	width: 440px;
}

.OneCol #construction2	{
	position: absolute;
	margin: 0;
	left: 126px;
	top: 428px;
	width: 891px;
}

.OneCol #products {
	position: absolute;
	margin: 0;
	left: 130px;
	top: 615px;
}
.whatIdo {
	text-align: center;
	color: F16667;
}

.main {
	font-size: 15px;
	color: #000;
}
.style1 {
	color: #cc6666;
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	color: #cc6666;
	font-size: 20px;
	font-weight: bold;
}
.style3 {
	color: #cc6666;
	font-size: 12px;
}
.products {
	color: #000000;
	font-size: 20px;
}
.italics {
	font-style: italic;
}
	
a:link {color: #F16667; text-decoration: underline; }
a:active {color: #F16667; text-decoration: underline; }
a:visited {color: #F16667; text-decoration: underline; }
a:hover {color: #F16667; text-decoration: none; }
.OneCol #container #about p img {
	text-align: center;
}
