* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	height: 100%;	
}
body {
	position: relative;
	width: auto;
	min-width: 900px;
	height: 100%;
	padding: 0 0 1px;
	color: #fff;
	font-size: 0.9em;
	background: #2e2323 url(../images/sun.jpg) 100% 0 no-repeat fixed;
}
.wrapper {
	position: absolute;
	right: 0;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/stem.gif) 163px 333px no-repeat;
}
.logo {
	margin: 20px 0 0;
	text-indent: -500em;
	background: url(../images/logo-dark.gif) no-repeat;
}
.content {
	position: relative;
	width: 340px;
	padding: 80px 0 0 240px;
}
.title {
	padding: 0 0 0.4em;
	font: 1.6em helvetica,sans-serif;
	text-transform: uppercase;
}
h1 {
	padding: 0 0 1em;
	color: #ff7500;	
	font: 1.2em/1.4em optima,helvetica,sans-serif;
}
h2, h3 {
	color: #ff7500;
	padding: 0 0 1em;
	font: 1.2em optima, helvetica,sans-serif;
}
p, address {
	padding: 0 0 1em;
	font: 1em/1.4em helvetica,sans-serif;
}
address {
	color: #febd00;
}
.sidebar {
	position: absolute;
	right: -250px;
	top: 300px;
	width: 200px;
}
.navcontainer {
	position: absolute;
	left: 24px;
	top: 170px;	
	width: 172px;
	padding: 200px 0 0;
	background: url(../images/bird-of-paradise.gif) no-repeat;
}
.nav {
	position: fixed;
	width: 172px;
}
.nav li {
	height: 16px;
	padding: 0 50px 10px 0;
	float: right;
}
.nav a {
	height: 19px;
	padding: 0 5px;
	text-indent: -5000em;
	border: 0;
	display: block;
}
.home a {
	width: 52px;
	background: url(../images/nav-home.gif) 50% 0 no-repeat;
}
.showroom a {
	width: 94px;
	background: url(../images/nav-showroom.gif) 50% 0 no-repeat;
}
.portfolio a {
	width: 74px;
	background: url(../images/nav-portfolio.gif) 50% 0 no-repeat;
}
.pricing a {
	width: 58px;
	background: url(../images/nav-pricing.gif) 50% 0 no-repeat;
}
.contact a {
	width: 68px;
	background: url(../images/nav-contact.gif) 50% 0 no-repeat;
}
input {
	width: 100%;
}
textarea {
	width: 100%;
	height: 200px;
}
a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #febd00;
}
.image {
	margin: 0 0 0 -250px;
	float: right;
}
.image img, .image embed {
	position: relative;
	left: 260px;
}
.left {
	margin: 0 -40px 0 0;
	float: left;
}
.left img {
	position: relative;
	right: 50px;
}
.fleft {
	margin: 0 10px 10px 0;
	float: left;
}
.clear {
	clear: both;
}
a img {
	border: 0;
}
.copyright {
	padding: 5em 0 1em;
	font: 0.8em arial,sans-serif;
	color: #785f5f;
}
.copyright a {
	color: #785f5f;
	border: 0;
	text-decoration: underline;
}
strong, em {
	font-weight: normal;
	font-style: normal;
}
a:focus {
	outline: none;
}
.padded {
	padding: 0 0 3em;
}
