* {margin:0;padding:0;border:0;}
body {
	background-color:#181718;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:62.5%;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	font-size:1.9em;
	text-align:center;
	margin:5px 0 5px 0;
	padding:10px 0 0 0;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000000;
	font-size:1.5em;
	text-align:center;
	padding:25px 0 0 0;
}
h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	font-size:1.4em;
	margin:0 0 0 0;
}
p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	font-size:1.35em;
	line-height:1.35em;
	text-align:center;
	margin:0 65px 8px 65px;	
}
#wrapper {
	/*border:1px solid #000000;*/
	width:800px;
	background-color:#000000;
	position:relative;
	margin:0 auto;
}
#branding {
	/*border:1px solid #000000;*/
	background-image:url(../images/keystone-branding.jpg);
	width:800px;
	height:122px;
	position:absolute;
	top:0;
}
#keystonelogo {
	float:left;
	margin:15px 0 0 25px;
}
#tagline {
	float:right;
	margin:15px 130px 0 0;
}
/* start of main navigation*/
#nav {
	clear:both;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.4em;
	text-align:center;
	padding:21px 0 0 125px;
}
#homenav {
	/*border:1px solid #ffffff;*/
	width:80px;
	height:20px;
}
#homenav a {
	width:80px;
	height:20px;
}
#resourcesnav {
	/*border:1px solid #ffffff;*/
	width:100px;
	height:20px;
}
#resourcesnav a {
	width:100px;
	height:20px;
}
#productsnav {
	/*border:1px solid #ffffff;*/
	width:90px;
	height:20px;
}
#productsnav a {
	width:90px;
	height:20px;
}
#aboutnav {
	/*border:1px solid #ffffff;*/
	width:95px;
	height:20px;
}
#aboutnav a {
	width:95px;
	height:20px;
}
#gallerynav {
	/*border:1px solid #ffffff;*/
	width:80px;
	height:20px;
}
#gallerynav a {
	width:80px;
	height:20px;
}
#contactnav {
	/*border:1px solid #ffffff;*/
	width:100px;
	height:20px;
}
#contactnav a {
	width:100px;
	height:20px;
}
#nav li {
	display:block; 
	float:left;
}
#nav li ul {/*yanks drop down off screen*/
	position:absolute;
	left:-999px;
	width:100px;
}
#nav li ul li {
	display:block;
	text-align:left;
}
#nav a {
	display:block;
	width:100%;
}
#nav a:link{
	text-decoration:none;
	color:#ffffff;
}
#nav a:visited{
	text-decoration:none;
	color:#ffffff;
}
#nav a:hover{
	text-decoration:none;
	color:#f7bc52;
}
#nav a:active{
	text-decoration:none;
	color:#ffffff;
}
#nav li:hover ul { /*brings drop down back when hover*/
	left:auto;
	background-color:#000000;
	width:200px;
	padding:3px 0 3px 5px;
	/*margin:0 0 0 13px;*/
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width:200px;
	margin:0 0 0 13px;
}
#edgenav {
	width:200px;
	height:20px;
}
#carenav {
	width:200px;
	height:20px;
}
#naturalnav {
	width:200px;
	height:20px;
}
#quartznav {
	width:200px;
	height:20px;
}
#recyclednav {
	width:200px;
	height:20px;
}
#companynav {
	width:200px;
	height:20px;
}
#approachnav {
	width:200px;
	height:20px;
}
#experiencenav {
	width:200px;
	height:20px;
}
#bathroomsnav {
	width:200px;
	height:20px;
}
#kitchensnav {
	width:200px;
	height:20px;
}
#fireplacesnav {
	width:200px;
	height:20px;
}
#tilenav {
	width:200px;
	height:20px;
}
#cexteriorsnav {
	width:200px;
	height:20px;
}
#cinteriorsnav {
	width:200px;
	height:20px;
}
#outdoornav {
	width:200px;
	height:20px;
}
/* end of main navigation*/
#callout {
	text-align:center;
	color:#ffffff;
}
#callout a:link{
	text-decoration:none;
	color:#f7bc52;
}
#callout a:visited{
	text-decoration:none;
	color:#f7bc52;
}
#callout a:hover{
	text-decoration:none;
	color:#ffffff;
}
#callout a:active{
	text-decoration:none;
	color:#f7bc52;
}
#toprow {
	/*border:1px solid #ffffff;*/
	width:800px;
	padding:120px 0 0 0;
}
#toprow h2 {
	text-align:left;
	padding:0 0 10px 25px;
}
#toprow ul {
	display:list-item;
	font-size:1.35em;
	line-height:1.35em;
	text-align:left;
	margin:0 0 0 25px;
}
#toprow li {
	display:list-item;
	/*width:200px;*/
}
#toprow ul ul {
	font-size:1.0em;
	display:list-item;
	/*width:200px;*/
}
#toprow a:link{
	text-decoration:underline;
	color:#ffffff;
}
#toprow a:visited{
	text-decoration:underline;
	color:#ffffff;
}
#toprow a:hover{
	text-decoration:underline;
	color:#f7bc52;
}
#toprow a:active{
	text-decoration:underline;
	color:#ffffff;
}
#bottomrow {
	/*border:1px solid #000000;*/
	width:800px;
}
#bottomrow h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	font-size:1.9em;
	text-align:center;
	margin:5px 0 5px 0;
	padding:10px 0 0 0;
}
#bottomrow p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	font-size:1.35em;
	line-height:1.35em;
	text-align:center;
	margin:0 115px 12px 115px;	
}
#bottomrow a:link{
	text-decoration:underline;
	color:#ffffff;
}
#bottomrow a:visited{
	text-decoration:underline;
	color:#ffffff;
}
#bottomrow a:hover{
	text-decoration:underline;
	color:#f7bc52;
}
#bottomrow a:active{
	text-decoration:underline;
	color:#ffffff;
}
/* start contact us*/
#coll {
	/*border:1px solid #351a18;*/
	float:left;
	width:300px;
	margin:50px 0 0 25px;
}
#coll p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	font-size:1.35em;
	line-height:1.35em;
	text-align:center;
	margin:0 0 0 0;	
}
#colr {
	/*border:1px solid #ffffff;*/
	float:right;
	width:470px;
}
#colr p {
	margin:0 25px 12px 25px;	
}
/* end contact us*/
#siteinfo {
	clear:both;
	background-color:#222222;
	height:25px;
}
#address {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	text-align:center;
	font-size:1.3em;
	padding:6px 0 0 0;
}
#address li{
	display:inline; 
	padding:0 15px 0 15px;
}
#bottomnav {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;	
	font-size:1.1em;
	padding:10px 0 10px 0;
}
#bottomnav ul {
	list-style:none;
}
#bottomnav li{
	display:inline; 
	padding:0 10px 0 10px;
}
#bottomnav a:link{
	text-decoration:none;
	color:#444444;
}
#bottomnav a:visited{
	text-decoration:none;
	color:#444444;
}
#bottomnav a:hover{
	text-decoration:none;
	color:#333333;
}
#bottomnav a:active{
	text-decoration:none;
	color:#444444;
}
.h1yellowfont {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#f7bc52; /*yellow*/
	font-size:1.1em;
	text-align:center;
}
.h3offer {
	clear:both;
	float:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	font-size:1.4em;
	margin:250px 0 0 50px;
	text-align:center;
	width:255px;
}
.h3reasons {
	float:right;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff;
	font-size:1.4em;
	margin:250px 50px 0 0;
}
.h3yellowfont {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#f7bc52; /*yellow*/
	font-size:1.3em;
}
.h3whitefont {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#ffffff; 
	font-size:1.3em;
}
.pyellowtext {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#f7bc52; /*yellow*/
	font-size:1.0em;
	line-height:1.15em;
	text-align:center;
}
.calltoaction {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#666666;
	font-size:1.0em;
	/*line-height:1.35em;*/
	/*text-align:center;*/
	margin:0 -200px 0 -200px;	
}
