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

blockquote, body, caption, div, dl, dt, dd, form, fieldset, h1, h2, h3, h4, h5, h6, html, li, ul, ol, p, pre, textarea, table, td, th {
	margin:0;
	padding:0;
}
body, html {
	background:#899891;
}
body {
	padding:0;
	color:#000000;
	font:76%/1.5 "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
/*
=Main layout
*/
#wrapper {
	position:relative;
	width:950px;
	margin:0px auto;
}
#header {
	width:950px;
	height:100px;
}
#header h1{
	margin:0 0 15px 0;
	padding:25px 0 10px 25px;
	font: 120% Arial, Helvetica, sans-serif;
}
#headerh1 {
	position:absolute;
	left:31px;
	top:6px;
	width:165px;
	height:89px;
	z-index:1;
}
#container {
	width:100%;
	background:#D9D0C3 url(../assets/images/container-background.gif) repeat-y top;
	padding:3px 0px;
}
/*nav*/
#globalNav {
	color: #000;
	white-space: normal;
	text-align: center;
	background:#807A73;
	width:944px;
	height:30px;
	margin-left:3px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap, 
   ah the good 'ol days of DW */
#globalNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#globalNav li {
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;
}
#globalNav a {
	margin:0;
	padding:0 7px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:30px;
	font: 14px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	font-weight:bold;
}
#globalNav a:hover, #globalNav a:focus {
	color:#000000;
}
#globalNav a:active {
	color:red;
}
/*end global nav*/
#nav {
	clear:both;
	margin:0 3px 3px;
}
#nav ul {
	float:left;
	width:100%;
	margin-top:3px;
	padding:0;
	list-style:none;
	background:#807A73;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 15px;
	color:#000000;
	background:#807A73;
	text-decoration:none;
	font: 12px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#nav a:hover, #nav a:focus {
	color:white;
}
#nav a:active {
	color:red;
}
/*end nav*/
#sidebar {
	float:left;
	clear:both;
	margin:15px 0 15px 25px;
	width:200px;
}
#sidebar2 {
	position:absolute;
	left:40px;
	top:165px;
	width:208px;
	height:389px;
	z-index:1;
}
#sidebar2 {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar2 h2 {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	margin:15px 0;
}
#sidebar2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar2 li {
	color:#000;
}
#sidebar2 a {
	display:block;
	width:200px;
	color:#000;
	text-decoration:none;
}
#sidebar2 a:hover {
	color:#fff;
	text-decoration:underline;
}
#sidebar2 a:visited {
	color:#black;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists, border color matches background */
#sidebar2 li {
	border-bottom: 1px solid #D9D0C3;
}
/* fix for browsers that don't need the hack */
html>body #sidebar2 li {
	border-bottom: none;
}
/*end sidebar*/
#content {
	margin:25px 15px 15px 274px;
	padding:0px;
	min-height:800px;
  	height:auto !important;
  	height:800px;
}
#footer {
	width:100%;
	border-top:1px solid #807A73;
	height:50px;
	clear:both;
	margin:25px 0 25px;
}
#footer p {
	margin:0;
	padding:15px;
	font-size:.8em;
}
#outsidefooter {
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align:center;
	text-align:center;
	padding-bottom:25px;
}
#outsidefooter ul {
	margin:0;
	padding:0;
	list-style:none;
}
#outsidefooter li {
	display:inline;
	margin:0;
	padding:0;
}
#outsidefooter a {
	margin:0;
	padding:5px;
	color:#000;
	text-decoration:none;
}
#outsidefooter a:hover, #outsidefooter a:focus {
	text-decoration: underline;
	color: #333333;
}
#outsidefooter a:active {
	color:white;
}
#outsidefooter p {
	margin:0;
	padding:0;
}
/*absolute div containers*/
#logo {
	position:absolute;
	left:186px;
	top:7px;
	width:230px;
	height:77px;
	z-index:2;
}
#heading {
	position:absolute;
	left:253px;
	top:49px;
	width:601px;
	height:45px;
	z-index:3;
}
#contact {
	position:absolute;
	left:765px;
	top:4px;
	width:184px;
	height:77px;
	z-index:4;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
}
#contact p {
	font-size:100%;
}
.center {
	text-align:center;
}
img {
	border:none;
	margin:0;
	padding:0;
	/*vertical-align: bottom;*/
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clrflt {
	clear:both;
}
#content h1 {
	/*color:#807A73;*/
	font: 3em "Times New Roman", Times, serif;
	color: #333333;
}
#content h2 {
	margin-left:5px;
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
}
.content li {
	line-height: 1em;
	font-size:1.3em;
	color:#505A55;
}
h1 {
	font: 2em Arial, Helvetica, sans-serif;
	color: #000000;
	margin: auto;
}
h2 {
	font-size:120%;
	margin:25px 0;
	color:#000000;
}
h3 {
	font-size:120%;
	margin: auto;
	color:black;
}
h4 {
	margin: auto;
}
p {
	margin:15px 0;
	font-size:115%;
}
ul {
	margin:25px;
}
/*#images  {
	text-align: left;
}*/
#images img {
	margin:5px 5px 5px 0;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#imagesauto img {
	margin:5px auto 0;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.caption {
	font-size: 10px;
	text-align:center;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
div.caption135 {
	width:135px;
	margin:5px;
	padding:0px;
	float:left;	
}
.marginleft10px {
	margin-left:10px;
}
div.caption180 {
	width:180px;
	margin:5px;
	padding:0px;	
}
div.caption210 {
	width:210px;
	margin:0px;
	padding:0px;	
}
div.caption310 {
	width:320px;
	margin:0px;
	padding:5px;	
}
div.caption310home {
	width:320px;
	display:block;
	margin:0px;/*zero for the home page and ie*/
	padding:0px;	
}
div.image320 {
	width:320px;
	display:block;
}
div.image320 img {
	display:block;
	margin:auto;
}
div.image320 p {
	margin:5px 0 0;
	padding:5px;
	font-size:80%;
	line-height:125%;
	text-align:center;
}
div.caption520 {
	width:520px;
	margin:0px;
	padding:0px;	
}
div.caption610 {
	width:610px;
	margin:0px;
	padding:0px;	
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*list styling*/
.inner {
	margin:10px;
	padding:0px;
}
.inner h2 {
	font-size:130%;
	margin: auto;
}
.inner ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}
.inner li {
	list-style:none;
	/*border: 1px solid #B4BDC5;*/
	margin:0;
	padding:5px;
	/*clear:both;*/
}
.inner h3 {
	font-size: 130%;
	margin:5px;
	color: #596660;
}
.inner h3 a:link, .inner h3 a:visited {
	color: #000000;
	text-decoration:none;
}
.inner h3 a:hover {
	color:red;
}
.inner p {
	color: #000;
	font-size: 100%;
	margin:0 0 0 15px;
	padding:0;
}
.inner .features li img {
	/*float: left;*/
	margin: 3px 5px 5px 0;
}
.inner p.author {
	font-weight: bold;
}
.inner p.more {
	margin-top: 10px;
	text-align: right;
}
.inner p.more a:link, .inner p.more a:visited {
	color: black;
	background-image:  url("../../../assets/styles/img/more-bullet.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	font-size: 90%;
	color: #1e4c82;
}
.table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.table td{
	padding:7px;
	border: thin solid #807A73;
	vertical-align:top;
}
.listfltlft li {
	float:left;
	list-style:none;
	width:100px;
	padding:0px;
	
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin:0;
	padding:0;
}
table td{
	padding:5px;
	vertical-align:top;
	text-align:left;
}
table.gallery td {
	width:100px;
}
.youarehere {
	border:7px solid yellow;
}
/*gallery lists*/
ul.gallery {
	list-style:none;
	margin:25px 0 15px;
	width:100%;
}
.gallery li {
	display:block;
	width:105px;
	height:105px;
	float:left;
	margin:0 20px 10px 0;
}
.gallery li img {
	margin:auto;
}
.gallery p {
	margin:0;
	padding:0;
	font-size:80%;
	text-align:center;
}
ul.inventory {
	list-style:none;
	margin:25px 0 15px;
	width:100%;
}
.inventory li {
	display:block;
	width:140px;
	height:150px;
	float:left;
	margin:0 20px 10px 0;
}
.inventory li img {
	display:block;
	margin:auto;
}
.inventory p {
	margin:5px 0 0;
	padding:0;
	font-size:90%;
	line-height:125%;
	text-align:center;
}
ul.doors {
	list-style:none;
	margin:25px 0 15px;
	width:100%;
}
.doors li {
	display:block;
	width:275px;
	min-height:400px;
  	height:auto !important;
  	height:400px;
	float:left;
	margin:10px 10px;
}
.doors li img {
	display:block;
	margin:auto;
}
.doors p {
	margin:5px 0 0;
	padding:0;
	font-size:90%;
	line-height:125%;
	text-align:center;
}
.doors h3 {
	color: #596660;
}
#inventory {
	margin:0;
	padding:0px;
}
#inventory h2 {
	font-size:18px;
	margin:25px 0 0;
	padding:0;
	color:#000000;
}
#inventory h3 {
	font-size: 130%;
	margin:55px 5px 5px;
	color: #596660;
	/*border-bottom: thin solid #000000;*/
}
#inventory p {
	margin:15px 0px;
	padding:0;
}
#inventory ul {
	margin:15px;
	padding:0;	
}
ul.inventory200 {
	list-style:none;
	width:100%;
}
.inventory200 li {
	display:block;
	width:200px;
  	/*height:auto !important;
	min-height:250px;*/
  	height:245px;
	/*overflow: auto;*/
	float:left;
	margin:0 10px 10px 0;
}
.inventory200 li img {
	display:block;
	margin:auto;
}
.inventory200 li p {
	margin:0;
	padding:0;
	font-size:90%;
	line-height:125%;
	text-align:center;
}



/* assorted */
.green {
	color: #316300;
	font-weight:bold;
}
.24font {
	font-size: 24px;
}
a:link {
	color:#006600;
}
a:visited {
	color:#993300;
}
/*gallery popups*/

#gallerywrapper {
	position:relative;
	width:700px;
	margin:15px auto;	
}
#galleryglobalNav {
	text-align: center;
	background:#807A73;
	width:694px;
	margin:0 0 0 3px;
	padding:0;
}
#galleryglobalNav h1 {
	font: 3em "Times New Roman", Times, serif;
	color: #333333;
	margin:0;
	padding:0;
	text-align:center;
}
input {
	font-size:9px;
}
.pad {
	padding:25px;
}
#imageseblast img {
	margin:5px;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.caption300 {
	width:320px;
	margin:0px;
	padding:0px;	
}
div.caption300 img {
	margin:0 5px 0;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.caption200 {
	width:220px;
	margin:0px;
	padding:0px;	
}
div.caption200 img {
	margin:0 10px 0 0;
	padding:5px;
	/*border:1px solid #333333;*/
	background: #807A73;
	text-align: left;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.eblastcaption {
	font-size: 10px;
	text-align:center;
	margin:0;
	padding:0;
}
.eblastcaption p {
	margin:0;
	padding:0;
}
#eblasttitle {
	text-align: center;
	background:#807A73;
	width:700px;
	margin:0px;
	padding:0;
}
#eblasttitle h1 {
	font: 3em "Times New Roman", Times, serif;
	color: #333333;
	margin:0;
	padding:0;
	text-align:center;
}
