@charset "utf-8";
@import url('reset.css');

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:305px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* CSS Document */

html {height: 100%;}

body {
	background-color:#403612;
	background-image:url(../images/background-fade.gif);
	background-repeat:repeat-x;
	height: 100%;
}

#bodywrap {
	background-image:url(../images/background-overlay.png);
	height:100%;
	width:100%;
	overflow:inherit;
}

#bodywrap2 {
	background-image:url(../images/background-overlay.png);
	width:100%;
}

.auto {
	margin-left : 			auto;
	margin-right : 			auto;
}

h1 {
	font-weight:normal;
	font-size:21px;
	color:#594d2a;
	font-style:italic;
}

.headerone {
	
	font-size:21px;
	color:#594d2a;
	font-style:italic;
}

.headertwo {
	
	font-size:16px;
	color:#594d2a;
}

.headerthree {
	
	font-size:13px;
	color:#594d2a;
}

.address, .address a:link, .address a:visited {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#a49d86;
	text-align:center;
}

.address a:hover, .address a:active {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#e2d7b3;
	text-align:center;
}

#customer {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#5d5d5d;
	text-align:center;
}

.bodytext, .bodytext a:link, .bodytext a:visited {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#594d2a;
	line-height:1.3;
}

.bodytext a:hover, .bodytext a:active {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#e2d7b3;
	line-height:1.3;
}

.bodytext2 {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#594d2a;
	line-height:1.3;
}

.formtext {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#594d2a;
	padding-bottom:7px;
	padding-left:3px;
}

.formbox {
border:0px solid white;
background:none;
padding:10px;
font-size:16px;
}

.formbox2 {
border:0px solid white;
background:none;
padding:10px;
font-size:17px;
}