/* Kitchens Plus' CSS Document */

a:link ,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #8D7467;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #DE5E1B;
	text-decoration: underline;
}

body {
	color: #371706;
	background-color: #7F1900;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana;
	background : url(images/background3.gif) repeat-y;
}

.banner {
	width: 761px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.frame {
	position: absolute;
	top: 80px;
	left: 0px;
	border: 3px solid #371706;
	background-color: #7F1900;
	width: 757px;
}

.splash {
	border: 2px solid #C9A44C;
	/*background-image: url(images/fitted_kitchens_01l.jpg);*/
	width: 492px;
	height: 218px;
	display: block;
}

.nav {
	background-color: #C9A44C;
}

.menu {
	margin: 1px 0px 1px 0px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #371706;
	border: 2px solid #C9A44C;
	background-color: #F7D88F;
	padding: 10px 10px 10px 10px;
}

.featured {
	font-size: 11px;
	color: #C9A44C;
	border: 2px solid #C9A44C;
	background-color: #371706;
}

.address strong {
	font-size: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}

.rule {
	border: 1px solid #6b2503;
	height: 10px;
	text-align: center;
	width: 100%;
	background: url(images/rule.gif);
}

.footer {
	position: relative;
	background-color: #371706;
	bottom: 0px;
	color: #8D7467;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
}

.productheader {
	font-weight: bold;
	font-size: 15px;
	color: #7f1900;
	padding-bottom: 2px;
}

.producttext {
	font-size: 14px;
}

.small {
	font-size: 11px;
}