@charset "UTF-8";
/* Kempsville Cabinets CSS by Danielle LeComte danielle@costadesigns.com */


body {
	margin:0;
	text-align:center;
	color:#886a21;
	font:14px/20px Georgia, "Times New Roman", Times, serif;
	background-color:#d6c28d;
}


#main {
	background: url(../images/body-bg.jpg) left bottom #fff repeat-x;
}

#header {
	background: url(../images/header-bottom-bg.jpg) left bottom repeat-x #fff;
	text-align:center;
	height:185px;
}

* html #header {
	background: url(../images/header-bottom-bg.jpg) left bottom repeat-x #fff;
	text-align:center;
	height:50px;
}


#header #nav {
	width:738px;
	margin:0 auto;
	text-align:right;
	position:relative;
	z-index:200px;
	top:-45px;
	left:0;
	padding-left:270px;
}

* html #header #nav {
	width:698px;
	text-align:right;
	position:relative;
	z-index:200px;
	top:-35px;
	left:0;
	padding-left:0;
	margin:0 0 -100px 270px;
}

#wrapper {
	width:1008px;
	text-align:left;
	margin:0 auto;
}

#wrapper .left {
	width:270px;
	float:left;
	margin-right:20px;
}

div, img { behavior: url(iepngfix.htc) }


#wrapper .right {
	float:left;
	width:710px;
}

#wrapper .right h3 {
	font:bold 16px/20px Georgia, "Times New Roman", Times, serif;
	margin:3px 0 8px 0;
	padding:0;
}

#wrapper .right p {
	margin:8px;
}

#wrapper .right p.quote {
	margin:8px 15px 8px 15px;
}

#wrapper .emp {
	font-style:italic;
	font-weight:bold;
}

#footer {
	background: url(../images/footer-bg.jpg) left top repeat-x;
	text-align:center;
}

#footer #footerMain {
	font:12px/20px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin:0 auto;
	width:1008px;
	height:144px;
}

#footerMain a:link, #footerMain a:visited {
	font:12px/20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
	margin:0 3px 0 3px;
}

#footerMain a:hover {
	font:12px/20px Georgia, "Times New Roman", Times, serif;
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration:none;
	margin:0 3px 0 3px;
}

#footer #footerMain .left {
	width:600px;
	text-align:left;
	padding:20px 0 0 0;
	float:left;
}

#footer #footerMain .right {
	width:408px;
	text-align:right;
	padding:15px 0 0 0;
	float:left;
}

table {
	font:14px/20px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

table img {
	border:0;
	margin:8px 0;
}

.right p a:link, .right p a:visited {
	color:#000;
	text-decoration:none;
	border:0;
}

.right p a:hover {
	color:#886a21;
	text-decoration:none;
	border-bottom:1px dashed #886a21;
}
	
.testdivider {
	line-height:5px;
	width:700px;
	border-bottom:1px dashed #e8ddbf;
	margin-top:-3px;
	margin-left:8px;
}