html {
	background: #fff url('../images/background.jpg') left top;
}

body {
	/* 760 minimum width + padding for dropshadows */

	background-color: transparent;
	text-align: left;
	font-size: 100%;

}

object {
background-color: black;
}

#bigwrap {
	width: 884px;
	margin: 15px auto;
	position: relative;
}

/* ============================================================
	Drop Shadows
============================================================ */

#top,
#middle,
#bottom {
	padding-left: 50px;
	padding-right: 50px;
}

#top {
	padding-top: 36px;
	background: transparent url('../images/dropshadow_top-trans.png') center top no-repeat;
}

#top .content {
	padding: 0;
}

#middle {
	background: transparent url('../images/dropshadow_middle-trans.png') center center repeat-y;
}

#middle .content {
background-color: white;
}

#bottom {
clear: both;
	padding-bottom: 46px;
	background: transparent url('../images/dropshadow_bottom-trans.png') center top no-repeat;
}

#bottom .content {
	background-color: #fff;

}

/* ============================================================
	Nav
============================================================ */

#nav3 {
height: 20px;
background-color: black;
border: 1px solid #bfd62f;
border-bottom-width: 0;
text-align: center;
font-size: .8em;
}

#nav3 li {
float: left;
position: relative;
}

#nav3 li ul {
display: none;
position: absolute;
z-index: 999;
background-color: black;
width: 300px;
border-bottom: 1px solid #bfd62f;
border-left: 1px solid #bfd62f;
border-right: 1px solid #bfd62f;
}

#nav3 li ul li {
float: none;
text-align: left;
}

#nav3 li.hover ul {
display: block;
}

#nav3 li a {
line-height: 20px;
text-decoration: none;
color: #bfd62f;
padding: 0 16px;
text-transform: uppercase;
}

#nav3 li.current a {
color: white;
}

/* ============================================================
	Main
============================================================ */

.photocap {
height: 255px; width:40%;float:left;
color: #827e31;
text-align: center;
font-style: italic;
font-family: georgia, serif;
}

#value {
font-weight: bold;
font-style: italic;
}

.content {
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;

}

.gallery {
list-style-type: none;
}

.gallery li {
list-style-type: none;
display: inline;
padding-right: 10px;
line-height: 85px;
}


#searchbar {
position: relative;
float: left;
width: 139px;
background-color: #5d4617;
border-right: 1px solid #bfd62f;
}

#rightbar {
position: relative;
float: right;
width: 220px;
min-height: 282px;
background: #e0d4bb url('../images/checkers.gif') right 110px no-repeat;
border-left: 1px solid #bfd62f;
}

#stuff {
margin-left: 140px;
margin-right: 221px;
}

h1 {
display: none;
}

#main {
border-top: 1px solid #bfd62f;
border-bottom: 1px solid #bfd62f;
border-left: 1px solid #bfd62f;
border-right: 1px solid #bfd62f;
position: relative;
padding: 10px;

}

#main.home {
background: transparent url('../images/faux.gif') left top repeat-y;
padding: 0;
}

#samples {
position: absolute;
top: 0;
right: 0;
}

#bigrow, #smallrow {
text-align: center;
}

#bigrow p, #smallrow p {
text-transform: uppercase;
font-weight: bold;

}

#bigrow p span.question, #smallrow p span.question {
display: block;
font-weight: normal;
color: #827e31;
font-size: 2em;
text-transform: capitalize;
font-variant: small-caps;
font-family: georgia, serif;
}

#bigrow p a, #smallrow p a {
display: block;
font-size: .8em;
}

#bigrow {
border-bottom: 1px solid #bfd62f;
padding-right: 40px;
height: 146px;

}

#bigrow p {
padding-top: 30px;
}

#topflash { float: left; margin-top: -1em; }

#smallrow {
padding-left: 120px;
padding-right: 40px;
padding-top: 20px;
height: 102px;
background: transparent url('../images/photo2.jpg') left bottom no-repeat;
}

#thrown p {
	border-width: 2px;
	border-style: solid;
	color: black;
	padding: 0.5em;
}

#thrown p.error {
	background-color: #ffa0a0;
	border-color: #800000;
}

#thrown p.notice {
	background-color: #a0ffa0;
	border-color: #008000;
}

#middle .content ul {
	list-style-type: square;
	padding-left: 1.5em;
}

#main h2 {
display: block;
font-weight: normal;
color: #827e31;
font-size: 2em;
text-transform: capitalize;
font-variant: small-caps;
font-family: georgia, serif;
}

#main p {
margin: 1em;
}

#main dl {
margin: 1em 1em 1em 2em;
width: 40%;
}

#main dl dt, #main h3 {
font-weight: bold;
margin-top: 1em;
}

#main table {
border: 1px solid #ccc;
}

#main table th {
background-color: #ccc;
padding: 5px;
}

#main table td {
padding: 2px 5px;
}

#main table tr {
border-bottom: 1px solid #ccc;
}

/* ===== Forms ===== */

form {
padding: 1em .25em;
}

form legend {
text-transform: uppercase;
color: white;
font-weight: bold;
font-size: .8em;
}

form label {
display: block;
}

form label span {
margin-top: .5em;
display: block;
text-align: center;
color: white;
font-size: .7em;
text-transform: uppercase;
background-color: #00401b;
}

form label select {
width: 100%;
font-size: .8em;
}

form label select option {
font-size: 1em;
}

form label.alt span {
text-transform: capitalize;
background-color: transparent;
text-align: left;
}

form label.alt {
width: 60%;
float: left;
}

form label.alt input.text {
width: 100%;
}

form input.gobutton {
width: 40%;
height: 50px;
background: transparent url('../images/gobutton-trans.png') center center no-repeat;
border-width: 0;
cursor: pointer;
}

#searchbar form label.sqft input.text {
	width: 128px;
}


/* ============================================================
	Clearfix
============================================================ */

.clearfix:after, #stuff:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */