@charset "utf-8";
/* CSS Document */

body {
	background: #d5cba5 url(images/bg.jpg) repeat-x;
	}

/* Page Layout */

#page {
	margin: 20px auto;
	width: 900px;
	border: 1px solid #000;
	background-color: #f4f2e8;
	height:auto;
	}
	
	#headerimgs {
		width: 900px;
		height: 231px;
		clear: both;
		background-image: url(images/kitchenguy_hdr_img.jpg)
	}
	
	#logo {
		width: 336px;
		height: 99px;
		background-image: url(images/kitchenguy_logo.jpg);
		float: left;
	}
	
	#rightaddress {
		width: 514px;
		float: right;
		padding: 60px 50px 10px 0px;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
#leftnav {
	background-color: #e5e3da;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	margin: 20px 10px 10px 10px;
	width: 200px;
	line-height: 22px;
}

#mainbody {
	width: 630px;
	margin: 20px 10px 10px 0px;
	padding: 10px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	height: auto;
}
	
	#mainbody a {
		color: #000
	}
	
	#mainbody a:hover {
		text-decoration: none;
	}

#nav {
	width: 900px;
	clear: both;
}
		

#footer {
	height: auto;
	width: 900px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 5px;
}

#footer A:link {color:#000000; text-decoration:underline;}
#footer A:visited {color:#000000; text-decoration: underline;}
#footer A:hover {color:#000000; text-decoration: none;}

/* H Tags */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	font-weight: normal;
}

h3 {
	font-size:11px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	font-weight: normal;
}

h3 A:link {color:#000000; text-decoration:none; font-weight: normal;}
h3 A:visited {color:#000000; text-decoration:none}
h3 A:active {color:#000000}
h3 A:hover {color: #000000; text-decoration: underline}


/* Nav */

a.home {
	width: 98px;
	height: 36px;
	background: url(images/nav_home.gif);
	display: block;
	float: left;
}

a.aboutus {
	width: 95px;
	height: 36px;
	background: url(images/nav_about.gif);
	display: block;
	float: left;
}

a.builderpricing {
	width: 136px;
	height: 36px;
	background:url(images/nav_builder.gif);
	display: block;
	float: left;
}

a.salesandspecials {
	width: 138px;
	height: 36px;
	background: url(images/nav_sales.gif);
	display: block;
	float: left;
}

a.testimonials {
	width: 124px;
	height: 36px;
	background: url(images/nav_testimonial.gif);
	display: block;
	float: left;
}

a.design {
	width: 178px;
	height: 36px;
	background:url(images/nav_design.gif);
	display: block;
	float: left;
}

a.contactus {
	width: 131px;
	height: 36px;
	background: url(images/nav_contact.gif);
	display: block;
	float: left;
}

	a.home:hover, a.aboutus:hover, a.builderpricing:hover, a.salesandspecials:hover, a.testimonials:hover, a.design:hover, a.contactus:hover {
		background-position: 0px -36px
	}


/* Home Page */
#lefttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin: 20px 10px 10px 15px;
	width: 183px;
	line-height: 19px;
	float: left;
}
	#lefttext a {
		color: #000
	}
	
	#lefttext a:hover {
		text-decoration: none;
	}

#flash {
	width: 670px;
	margin: 20px 10px 10px 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

/* 2 Columns Images */

#rightcolumn {
	width: 280px;
	float: right;
}

#leftcolumn {
	width: 280px;
	float: left;
}

/* Sale */
.redsale {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

.bluesale {
	color: #006;
	font-size: 14px;
	font-weight: bold;
}