@charset "UTF-8";
@font-face {
    font-family: 'LatinModernRoman10Regular';
    src: url('/includes/lmroman10-regular-webfont.eot');
    src: url('/includes/lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/lmroman10-regular-webfont.woff') format('woff'),
         url('/includes/lmroman10-regular-webfont.ttf') format('truetype'),
         url('/includes/lmroman10-regular-webfont.svg#LatinModernRoman10Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatinModernRoman10Bold';
    src: url('/includes/lmroman10-bold-webfont.eot');
    src: url('/includes/lmroman10-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/lmroman10-bold-webfont.woff') format('woff'),
         url('/includes/lmroman10-bold-webfont.ttf') format('truetype'),
         url('/includes/lmroman10-bold-webfont.svg#LatinModernRoman10Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('TitilliumText22L003-webfont.eot');
    src: url('TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('TitilliumText22L003-webfont.woff') format('woff'),
         url('TitilliumText22L003-webfont.ttf') format('truetype'),
         url('TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* reset */
*{
	margin:0;
	padding:0;
	outline:0;
}
img {
	border: 0; 
}
.clear { 
	clear: both; 
}
body {
	font: .8em TitilliumText22LRegular, Arial, Verdana, Tahoma, Sans-Serif; 
	background: #C7B795 url(/images/bodybckgrnd.jpg) 0 0 repeat-x;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: #000;
}
#banner {
	width: 980px;
	height:387px;
	background: transparent url(/images/bannerbckgrnd.jpg) 0 0 no-repeat;
}
#main {
	width: 978px;
	background: #C7B795 url(/images/mainbckrnd.jpg) 0 0 repeat-y;
	border-left:solid 1px #AA9874;
	border-right: solid 1px #AA9874;
}
#leftside {
	width: 668px;
	padding: 0 40px 20px 40px;
	float:left;
}
#rightside {
	width:215px;
	padding-right: 15px;
	float:right;
	font-size: .85em;
}
#bnrlft {
	width: 358px;
	margin: 40px 47px 0 85px;
	float:left;
}
#bnrrght {
	width:440px;
	float: left;
	margin: 40px 0 0;
}
	
p {
	margin: 0 0 2.1em;
	line-height: 1.6em;
}
li {
	margin: 0 0 1em;
}
.nobullit {
	list-style-type: none;
}
.indent {
	margin:10px 0 0 15px;
}
.indent li {
	margin: 5px 0;
}
.divider {
	height: 22px;
	background: transparent url(/images/bug.png) center center no-repeat;
	text-align:center;
	margin:20px 0;
}
.white {
	color:#FFF;
}
h1 {
	font: 2em LatinModernRoman10Regular, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .8em;
	color:#614B1E;
	text-shadow: rgba(67,58,39,.5) 2px 3px 2px;
	
}
h2 {
	font: 1.4em LatinModernRoman10Bold, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .2em;
	color:#614B1E;
	text-shadow: rgba(67,58,39,.5) 2px 3px 2px;
}
h3 {
	font: 1.1em Verdana, Geneva, sans-serif;
	margin: 0 0 .5em;
}
.rule {
	height: 1px;
	margin:15px 0;
	background: #b09d7d;
}

.headline {
	font: 3.6em/1em LatinModernRoman10Regular,Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px;
	color: #F5B354;
}
#logo {
	width:327px;
	float:left;
}
/* nav menu */
#navcontainer {
	width: 580px;
	float:right;
	margin-top: 70px;
}
#navlist li {
display: inline-block;
zoom:1; /* IE7 hack or inline-block*/
*display:inline; /* IE7 hack for inline-block */
list-style-type: none;
}
.button a, #navlist li a {
	color: #FFF;
	width:111px;
	height:25px;
	padding-top:4px;
	background: #000 url(/images/button.jpg) 0 0 no-repeat;
	font: 1em Verdana, Geneva, sans-serif;
	display:block;
	text-shadow: rgba(0,0,0,1) 0 2px 0;
	text-align:center;
	text-decoration:none;
}

.button a:hover, #navlist li a:hover {
	-webkit-box-shadow: 0px 0px 6px 3px #FFF;
-moz-box-shadow: 0px 0px 6px 3px #FFF;
box-shadow: 0px 0px 6px 3px #FFF; 
}

/*slideshow*/
/* pitch slideshow */
#pitch { 
	clear: both; 
	height: 247px; 
}
#slideshow {
    position:relative;
    height: 247px;
}
#slideshow img {
	float: left;
}
#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#slideshow div.active {
    z-index: 10;
}
#slideshow div.last-active {
    z-index: 9;
}

#zoom { 
	z-index: 11; 
}
/* end slideshow */

form p {
	font-size: .9em;
	line-height: .7em;
}
input, textarea {
	margin-top: 5px;
}

.gallerydiv {
	width:220px;
	float:left;
}
.testimonial {
	font-style:italic;
	background: transparent url(/images/bug.png) center bottom no-repeat;
	padding-bottom:35px;
	margin-bottom:20px;
}
.bug {
	height: 25px;
	background: transparent url(/images/bug.png) center bottom no-repeat;
	margin:15px 0;
}
.testimonial p {
	margin: 0 0 10px 0;
}
.testimonial span {
	font-size: .85em;
	font-style:normal;
}
#bottom {
	background: #000 url(/images/bttmbckgrnd.jpg) 0 0 repeat-x;
}
	
#footer {
	position:relative;
	width:900px;
	padding: 12px 40px 20px;
	height:85px;
	background: transparent url(/images/bttmbckgrnd.jpg) 0 0 no-repeat;
	margin: 0 auto;
-webkit-box-shadow: 0px -4px 10px -3px #333333;
-moz-box-shadow: 0px -4px 10px -3px #333333;
box-shadow: 0px -4px 10px -3px #333333;
color: beige;
}
#footer p {
	font: 1em/1.2em Verdana, Geneva, sans-serif;
margin-bottom: 0;
}
#footerleft {
	position: absolute;
	top: 15;
	left:40;
	width: 150px;
}
#footerright {
	position: absolute;
	top: 25px;
	left: 425px;
	width:150px;
}
#footer a {
	color: beige;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.copyright {
	position:absolute;
	top:80px;
	left:335px;
	text-align: center;
	font-size:10px;
	color: tan;
}
	
