/* ------  the basics -------*/

body,td,th {
	font-family: Georgia;
	font-size: 12px;
	color: #000;
}
body {
	background:#CBCBCB;
}
a {
	font-size: inherit;
	color: 004a80;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
ul {
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	color: #4C4C4C;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 5px 10px;
	list-style-image: url(img/bullet.png);
}


/* -------- layout -------- */

body
{
text-align: center;
}

div#container
{
margin-left: auto;
margin-right: auto;
width: 770px;
text-align: left;
}

#apDiv1 {
	padding: 0px;
	top:80px;
	width:770px;
	height:656px;
	background: url(img/kohler_website_bg.jpg) no-repeat;
}
#apDiv2 {
    height: 50px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    top: -15px;
    width: 750px;
}
#ClientBox {
	height: 400px;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 25px;
	}
#textbox {
	margin-top:15px;
	}
/* --------- form ---------- */

#form {
	background: #fff;
	}

.form input,
.cform textarea,
.cform select { 
	background: #fff; 
}
.form input:hover,
.form textarea:hover,
.form select:hover	{
	background:#6BBBEC; 
}

.form input:focus,
.form textarea:focus,
.form select:focus	{ 
	border:#6BBBEC; 
}

/* -------- styles --------- */

.footer-L1 {
	font:normal 12px Georgia;
	color: #666666;
	text-decoration: none;
	}
.footer-L2 {
	font: normal 10px Georgia;
	color: #666666;
	text-decoration: none;
	}
.quotes {
	font: italic normal 12px/18px Georgia;
	color: #004a80;
	text-decoration: none;
	}
.body {
	font: normal 11px Georgia;
	color: #4c4c4c;
	line-height: 14px;
	text-decoration: none;
	}
.headline {
	font: bold normal 14px Georgia;
	color: #000;
	text-decoration: none;
	margin-bottom: 15px;
	}
.description {
	font: normal 11px/16px Georgia;
	color: #f2f2f2;
	text-decoration: none;
	}
.blue {
	font: normal 11px/16px Georgia;
	color: #6bbbec;
	text-decoration: none;
	}
.Gray {
	font: bold normal 12px/16px Georgia;
	color: #cccccc;
	text-decoration: none;
	}	

