@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	}

IMG {
	border:0;
	}
	
P {
	line-height:18px;
	padding-bottom:18px;
	}

UL {
	margin-left:1em;
	line-height:18px;
	padding-bottom:18px;
	}
	
LI {
	margin-left:1em;
	margin-bottom:.5em;
	}
	
H1, H2, H4, H5, H6, H7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding-bottom:18px;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:18px;
	}
	
body {
	background-image:url(images/body_back.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
DIV#container {
	width:780px;
	background-color:#fffdf1;
	border:solid 1px #000;
	margin: 20px auto;
	}

DIV#header {
	background-image:url(images/header_back.png);
	height:180px;
	position:relative;
	}

DIV#header_inner {
	background-image:url(images/header_back-lg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:180px;
	}

DIV#header A.logo {
	float:left;
	}
	
DIV#header DIV.call_us {
	background-image:url(images/call_us.png);
	background-repeat:no-repeat;
	display:block;
	float:right;
	width:162px;
	height:77px;
	margin:30px 380px 0 0;
	}
	
DIV#header DIV.call_us P {
	padding:16px 0 0 6px;
	color:#ff3000;
	font-size:21px;
	line-height:28px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
DIV#header DIV.tagline {
	position:absolute;
	bottom:5px;
	right:20px;
	display:block;
	width:600px;
	text-align:right;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding:0;
	}
	
DIV#header DIV.tagline A {
	color:#fff;
	text-decoration:none;
	}
DIV#header DIV.tagline A:HOVER {
	color:#FFFFCC;
	}

DIV#header DIV.tagline img{
	float:left;
	padding-left:240px;
	padding-top:6px;
	}
	
	
DIV#menu {
	background-color:#014d01;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	height:50px;
	}

DIV#menu IMG {
	display:inline;
	position:relative;
	bottom:-2px;
	}
	
DIV#menu UL.sub_menu {
	height:20px;
	background-color:#000;
	display:block;
	padding:0;
	margin:0;
	list-style:none;
	}

DIV#menu UL.sub_menu LI {
	color:#fff;
	float:left;
	padding:0;
	}
	
DIV#menu UL.sub_menu A {
	color:#fff;
	padding:0 5px;
	margin:0 .25em;
	text-decoration:none;
	}

DIV#menu UL.sub_menu A:HOVER {
	text-decoration:underline;
	}
	
DIV#main {
	background-image:url(images/main_tree.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:1px 0;
	}
	
DIV#sidebar {
	width:200px;
	margin:30px 10px;
	border:1px solid #000;
	background-color: #5c3400;
	background-image:url(images/sidebar_back.png);
	background-repeat:repeat-x;
	text-align:center;
	}
	
DIV#sidebar IMG.seasonal {
	margin: 30px 10px 0 10px;
	}
	
DIV#sidebar P {
	margin: 10px;
	color:#FFF;
	text-align:left;
	}
	
DIV#sidebar IMG {
	margin-bottom:10px;
	}
	
DIV#sidebar_bottom {
	width:200px;
	margin:30px 10px;
	text-align:center;
	}
	
DIV#sidebar_bottom P {
	margin: 10px;
	text-align:left;
	}
	
DIV#content {
	float:right;
	width:520px;
	margin:30px 10px 50px 0;
	padding-bottom:50px;
	}

DIV#footer {
	padding:1px 0;
	background-image:url(images/footer_back.png);
	background-position:rogth top;
	background-repeat:no-repeat;
	clear:both;
	}
	
DIV#footer P {
	margin:20px 110px 30px 10px;
	text-align:right;
	}


DIV.gallery {
	text-align:center;
	}

#glideDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	width:400px;
	z-index:100;
	border: #5C3400 1px solid;
	background-color: #000;
	background-image:url(images/dropdown_back.png);
	background-position:right;
	background-repeat:no-repeat;
	padding: .5em;
  }
  
#glideDiv P.left {
	width: 150px;
	}

#glideDiv P {
	color:#FFF;
	}
	
#glideDiv H2 {
	color: #FFF;
	}
	
#glideDiv DIV#buttons {
	width:240px;
	float:right;
	text-align:center;
	padding:65px 0 5px 0;
	
	}

#glideDiv DIV#buttons DIV#form {
	padding:1em 0;
	color:#fff;
	}

#glideDiv DIV#buttons A {
	padding:.1em .25em;
	background-color:#014D01;
	border:solid 1px #FFFDF1;
	color:#fff;
	text-decoration:none;
	margin-bottom:1px;
	}	

#glideDiv DIV#buttons A:HOVER {
	text-decoration:underline;
	}

/* Utility classes */

.left {
	float:left;
	margin: 0 9px 9px 0;
	}
	
.right {
	float:right;
	margin: 0 0 9px 9px;
	}
	
.center {
	margin: 0 auto 9px auto;
	display:block;
	}

.error {
	color:#CC0000;
	font-weight:bold;
	}

.sent {
	color:#009900;
	font-weight:bold;
	}