﻿@charset "UTF-8";
/* CSS Document */
/* Created by Ryan of KNR Designs. */
/* For use only where allowed by KNR Designs. */
/* Copyright 2009 */
/* Created February 10, 2009 */
@font-face {
  font-family: Brush Script Std;
  src: url(images/BrushScriptStd.otf);
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #fdfaf3;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #af0000;
}

body {
	min-height: 590px;
	min-width: 955px;
	background-image: url(images/bg_effect.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a , a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #af0000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #af0000;
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 , h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #4c4c4c;
}
h4 {
	font-size: 12px;
	color: #515151;
	font-weight: normal;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #af0000;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
	color: #af0000;
}
p {
	font-size: 11px;
	color: #121212;
	text-align: justify;
}
#header {
	display: block;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	padding-right: 12px;
	margin-bottom: 10px;
}
#logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}
#search {
	display: none;
	float: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.textinput , .textarea {
	color: #afa284;
	background-color: #ded1b3;
	border: 1px solid #cfc3a9;
	width: 140px;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 2px;
}
.textarea {
	color: #afa284;
	background-color: #ded1b3;
	border: 1px solid #cfc3a9;
	width: 140px;
	font-size: 12px;
	font-weight: normal;
	height: 100px;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 2px;
}
.submit {
	border: 1px solid #cfc3a9;
	background-image: url(images/submit_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #afa284;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #e1d4ba;
	float: right;
}
#nav {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}
#nav li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#nav li a {
	display: block;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	color: #585858;
	font-size: 12px;
}
#nav li .active, #nav li a:hover {
	color: #af0000;
}
#nav li .active {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 704px;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}
#slideshow {
	margin-bottom: 6px;
}
.price {
	font-size: 18px;
	color: #af0000;
	float: right;
	margin-top: 15px;
	font-family: Brush Script Std, serif;
	margin-right: 2px;
}
.cleft , .cright {
	display: block;
	width: 45%;
	font-size: 12px;
}
.cleft {
	float: left;
}
.cright {
	float: right;
}
.cleft p , .cright p {
	font-size: 12px;
}
.centerimg {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#map {
	height: 350px;
	width: 100%;
}
#footer {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 704px;
	overflow: hidden;
	text-align: center;
	color: #b2a181;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7cab1;
	margin-top: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	clear: both;
}
#footer a {
	color: #b2a181;
	text-decoration: underline;
}
ul {
	font-size: 11px;
	color: #121212;
	text-align: justify;
}
