/* Site Name */
/* last modified date and author */

/* Global Styles */

body {
	background:url(/images/bg.jpg) #844F48 repeat-x;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}
p {
	padding-bottom: 1em;
	}
a {
	color:#844D4A;
	}
a:hover {
	color:#947552;
	}
a:visited {
	#846542
	}

a:active{
	#846542
	}

h1 {
	font-size: 1.4em;
	color:#8F1505;
	font-weight: bold;
	padding-bottom: 1em;
	}

h2 {
	font-size: 1.1em;
	color:#846139;
	font-weight: bold;
	padding-bottom: .4em;
	}
	
h3 {
	font-size: 1.6em;
	font-weight:bold;
	color: #946563;
	padding-bottom: 1em;
	}
	
#container {
	background: #fff;
	border:1px solid #666;
	margin: 20px auto;
	width: 800px;
	overflow: auto;
	}
#header-logo {
	float:left;
	width: 280px;
	}
#header-logo img {
	padding: 10px 0 10px 20px;
	}
#header-nav {
	width: 500px;
	margin-left: 290px;
	}
#header-nav ul li {
	float:left;
	}
#header-phone {
	text-align:right;
	padding: 10px 10px 10px 0; 
	}
#header-main {
	margin: 0 0 0 29px;
	}	
#content-home {
	background:url(/images/bg-home.jpg) no-repeat #fff;
	margin-left: 21px;
	padding-bottom: 20px;
	
	}	
#content {
	background:url(/images/bg-home.jpg) no-repeat #fff;
	margin-left: 21px;
	padding-bottom: 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
#content-location {
	background:url(/images/bg-home.jpg) no-repeat #fff;
	margin-left: 21px;
	padding-bottom: 20px;
	min-height: 1100px;
	height: auto !important;
	height: 1100px;
	}
#content-contact {
	background:url(/images/bg-home.jpg) no-repeat #fff;
	margin-left: 21px;
	padding-bottom: 20px;
	min-height: 780px;
	height: auto !important;
	height: 780px;
	}

#content-left {
	width: 570px;
	float:left;
	}
#content-left-padding {
	padding: 20px;
	
	}
#content-left-img {
	position:relative;
	top: -34px;
	z-index:100;
	}
#content-right {
	margin-left: 570px;
	width:160px;
	padding-top: 20px;
	}
#content-right ul li {	
	padding-bottom: 4px;
	}
#content-right ul li a {
	color: #000;
	font-weight: bold;
	text-decoration:none;
	background:url(/images/bul.gif) 0px 5px no-repeat;
	padding-left: 10px;
	}
#content-right ul li a:hover {
	color: #BC623F;
	background:url(/images/bul.gif) 0px 5px no-repeat;
	}
#content-right-coupon {
	margin-left: 18px;
	padding-top: 1.5em;
	}
#footer {
	background:url(/images/bg-footer.jpg) repeat-x;
	overflow:auto;
	font-size: 11px;
	line-height: 1.3em;
	width: 800px;
	border-top: 1px solid #666;
	padding-top: 2px;
	float:left;
	clear:left;
	}
#footer ul {
	width:150px;
	padding: 2px 10px 10px 10px;
	}
.footer-title {
	font-size:12px;
	color:#844F48;
	font-weight:bold;
	}
/*	
.img-right {
	float:right;
	padding: 0 10px 10px 10px;
	}
.img-right img {
	background:(/images/bg-image.jpg) no-repeat;
	padding: 5px;
	}
*/
dl.content-image {
	width: 175px; 
	float:right; 
	padding:0 8px 8px 10px;
	}
.content-image dd {
	clear:right; 
	text-align:center; 
	border: 1px solid #ccc; 
	background: #ebebeb; 
	margin: 0 8px; 
	font-size: 11px;
	}

.content-image dt img {	
	padding:8px 8px 8px 8px; 
	background:url(/images/bg-image.jpg) no-repeat;
	}
.testimonial {
	text-align:right;
    color:#844F48;
	}
/* Forms */

fieldset {
	border: 0;
	}

fieldset legend {
	margin: 0;
	padding: 0;
	font-style: italic;
	color: #57221E;
	}

fieldset dl {
	margin: 0;
	padding: 0;
	}

fieldset dl dt {
	margin: 1.2em 0 0 0;
	padding: 0 0 .4em 0;
	font-weight: bold;
	color: #57221E;
	}

fieldset dl dd {
	margin: 0;
	padding: 0;
	}
	
fieldset dl dd input, fieldset dl dd select, textarea {
	padding: 3px;
	font-size: 1em;
	font-family: inherit;
	background: #f3e9d5;
	border-top: 1px solid #C4A789;
	border-right: 1px solid #A07B66;
	border-bottom: 1px solid #A07B66;
	border-left: 1px solid #C4A789;
	}

fieldset dl dt input.submit {
	background: #9F7A65;
	border-top: 2px solid #C4A789;
	border-right: 2px solid #A07B66;
	border-bottom: 2px solid #A07B66;
	border-left: 2px solid #C4A789;
	color: #f3e9d5;
	cursor: pointer;
	padding: .4em;
	font-size: 1em;
	}

fieldset dl dd textarea {
	width: 250px;
	height: 100px;
	}

.large-field {
	width: 250px;
	}
	
.med-field {
	width: 200px;
	}
	
.sm-field {
	width: 75px;
	}

	
	