/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#2e1e15;
	text-align:center;
	min-width:902px;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none; display: inline-block; }

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.41666em;
		color:#a38b68;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#a38b68; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:17px;}

/* ============================= main layout ====================== */

li { background:url(images/marker.gif) no-repeat 0 7px; padding-left:24px; line-height:2em;}
li a {color:#7e6b4f;}

.imgindent {margin:0 19px 0 0; float:left;}

h3 {font-family:"trajan"; font-weight: 300; font-size:1.41666em; color:#901200; padding:30px 0 13px 0; height:32px; line-height:1.2em;}
h3 strong {font-size:1.5882em; }
h2 {font-size:1.41666em; color:#901200; padding:30px 0 20px 0; line-height:1.2em;}

/* ============================= header ====================== */
#header {background: #E6DFC3 url(images/header-bg.jpg) top center no-repeat;}
#header .main { text-align: center; }
#page1 #header {height:617px;}
.header-extra {background:url(images/header-tail.jpg) center top repeat-x;}

.menu, .menu1 {/*float:left;*/ background:url(images/menu-li-tail.gif) left top repeat-x; /*margin-top:73px;*/ }

.menu {/*width:341px; position:relative;*/ width: auto;}
.menu1 {width:325px; padding-left:15px; position:relative;}

.menu-right {background:url(images/menu-right-bg.gif) right top no-repeat; height:50px}
.menu-left {background:url(images/menu-left-bg.gif) left top no-repeat; height:50px}

.menu li, .menu1 li {float:left; background:url(images/menu-li-bg.gif) right 0px no-repeat;  padding:7px 7px 8px 7px; line-height:1.2em; font-size:1em;}
.menu li a, .menu1 li a {text-decoration:none; width:95px; display:block; text-align:center; height:25px; color:#fff; padding:10px 0 0 0;}
.menu li a:hover, .menu .active a, .menu1 li a:hover, .menu1 .active a {background:url(images/menu-active.gif) left top no-repeat; color:#441905;}
 
.menu1 .last { padding-right:0px;} 
.menu1 li {background:url(images/menu-li-bg.gif) left 0px no-repeat;}

.logo {/*float:left; padding-top:18px;*/ padding-top: 0; width:221px; margin: 0 auto;}

.bottom-menu-bg { background: transparent; margin-bottom:0;}

.header-img {background:url(images/header-img-bg.jpg) center bottom repeat-x #e6dfc3; padding-bottom:13px; margin: 0 auto;}
.header-img img { /*margin-top:-27px;*/ position:relative; }

/* ============================= content ====================== */
#content {background:#fff;}
.slideshow { width: 900px; height: 250px; overflow: hidden; margin: 0 auto; }
.inner { background:url(images/inner-bg.jpg) left top no-repeat; color:#c38365; height:160px;}
.inner p {padding-top:6px;}
.inner-link {display:inline-block;}
.inner .col-pad {padding-right:46px;}
.inner-indent {padding:24px 0 0 21px;}

.testimonial { padding: 10px 0 20px; border: 1px solid #A38B68; border-width:  1px 0 0; }
	div.testimonial:first-child { border-width: 0; }

.col-pad {padding-right:19px;}

.pad {padding-top:7px;}
.pad1 {padding-top:20px;}
.pad2 {padding-top:28px;}
.pad3 {padding-top:16px;}

.h-pad {padding-top:56px;}

.ul-pad {padding-bottom:12px;}

#page1 .indent {padding:4px 0 47px 1px;}

.indent {padding:20px 0 44px 1px; width: 902px; margin: 0 auto;}

.padding {padding-bottom:50px;}
.padding1 {padding-bottom:35px;}
.padding2 {padding-bottom:60px;}

.title {color:#7e6b4f; font-weight:bold;}

.link {color:#901200; text-transform:uppercase; display:inline-block; margin-top:13px;}
.link1 {color:#901200; display:inline-block; margin-top:13px;}

.phone {display:inline-block; width:80px;}
/* ============================= footer ====================== */
#footer {border-top:10px solid #332117; color:#978f8a; padding-top:23px;}
#footer .main { width: 902px; }
#footer span {color:#fff;}
#footer em {font-size:3.4em; line-height: 1em; font-style:normal;}
.line {font-size:1.083em; line-height:2.15em;}
#footer .right {padding: 0 5px 0 0;}
#footer .left {padding-left:4px;}
#footer .center { text-align: center; }
#footer a {color:#d2c18e; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

#footernav { width: auto; margin: 0 auto; text-align: center; }
#footernav ul { display: inline-block; list-style: none outside none;  text-align: center; width: auto; }
#footernav li { background: none; list-style: none; float: left; }

/* ============================= forms ============================= */

#ContactForm .link1 {margin:20px 10px 0 10px;}
#ContactForm label {height:34px; display:block;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}
.input {width:268px; border:1px solid #bcb19c; background:none; padding:5px 0 4px 5px; font-size:1em; color:#a38b68; line-height:1.2em;}
textarea {width:268px; height:200px; border:1px solid #bcb19c; background:none; padding:5px 0 0 5px; overflow:auto; font-size:1em; color:#a38b68;}

