html, body {
    height: 100%;
}

body {
	margin: 0px;
	background: url('../images/topback.png') repeat-x top left;
	margin: auto 0px;
	text-align: center;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', Sans-serif;
	font-size: 14px;
}

div.padded { padding: 105px 0 0 0; }

#main {
	text-align: left;
	position: relative;
	min-height: 100%;
	padding-bottom: 50px;
}

#logo {
	clear: both;
	position: relative;
	top: 8px;
	left: 125px;
	width: 400px;
}

#logo img {
	border: 0px none;
}

#nav {
	text-align: center;
	position: relative;
	top: 8px;
	margin-left: -110px;
	min-width: 1050px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	display: inline;
	text-transform: uppercase;
	letter-spacing: -.08em;
	margin-left: 65px;
}

#nav a, #nav a:visited {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: #71a6e2;
}

#content {
	position: relative;
	margin: auto;
	width: 800px;
}



#left_column {
	float: left;
	width: 425px;
	margin: 0px;
}

h1.callout {
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -.08em;
	color: white;
	margin: 0px;
	display: block;
	margin-top: 35px;
}

.highlight {
	color: #71a6e2;
}


#main_text {
	text-align: left;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', Sans-serif;
	padding-bottom:50px;
}

#main_text h2.answer {
	font-size: 36px;
	color: #0057a9;
	font-weight: normal;
	letter-spacing: -.08em;
	margin: 0px;
	display: block;
	margin-top: 40px;
}

#main_text h2 {
	font-size: 28px;
	color: #0057a9;
	font-weight: normal;
	letter-spacing: -.08em;
	margin: 0px;
	display: block;
}

#main_text p {
	font-size: 14px;
	font-family: 'Tahoma', 'Veranda', 'Arial', Sans-serif;
	color: #000;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.6;
	display: block;	
}

#main_text h3 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -.08em;
	margin: 0px;
	display: block;
}


a.product_nav {
	background: url('../images/chair_nav.jpg') no-repeat;
	width: 132px;
	height: 232px;
	float: left;
	margin-bottom: -5px;
	color: #606060;
	font-size: 12px;
	text-decoration: none;
}

a.product_nav p {
	position: relative;
	top: 120px;
	left: 20px;
	width: 100px;
}


a.contact_nav {
	background: url('../images/phone_nav.jpg') no-repeat;
	width: 132px;
	height: 232px;
	float: left;
	margin-bottom: -5px;
	color: #606060;
	font-size: 12px;
	text-decoration: none;
}

a.contact_nav p {
	position: relative;
	top: 120px;
	left: 20px;
	width: 110px;
}

a.sustain_nav {
	background: url('../images/sustain_nav.jpg') 0 0 no-repeat;
	width: 132px;
	height: 232px;
	float: left;
	margin-bottom: -5px;
	color: #606060;
	font-size: 12px;
	text-decoration: none;
}

a.sustain_nav p {
	position: relative;
	top: 120px;
	left: 20px;
	width: 110px;
}

a.product_nav:hover {
	background: url('../images/chair_nav.jpg') 0px -232px no-repeat;
}

a.contact_nav:hover {
	background: url('../images/phone_nav.jpg') 0px -232px no-repeat;
}

a.sustain_nav:hover {
	background: url('../images/sustain_nav.jpg') 0px -232px no-repeat;
}

#right_column {
	float: right;
	width: 325px;
	padding-bottom: 60px;
}

.collage {
	float: right;
	position: relative;
	margin-top: 12px;
	width: 306px;
	height: 250px;
	background: url('../images/collage.png') no-repeat;
}

.seperator {
	border-left: #cacccf solid 1px;
	height: 300px;
	width: 1px;
	position: relative;
	top: 235px;
	left: 30px;
	float: left;
}

#featured {
	margin-left: 50px;
	width: 226px;
}

.product_border {
	border: #cacccf solid 10px;
	position: relative;
	left: 30px;
}

.product_noborder {
	position: relative;
	left: 35px;
}

#featured p {
	margin: 0px;
	text-align: center;
	
}

#featured a {
	color: black;
}

#featured a:hover {
	text-decoration: none;
	color: #0057a9;
}

.clear {
	clear: both;
}
#footer {
	background: #e9dabd;
	border-top: solid #cacccf 5px;
	position: absolute;
	bottom: 0px;
	color: #85785e;
	font-size: 12px;
	line-height: 25px;
	height: 50px;
	width: 100%;
	text-align: center;
}


#footer a, #footer a:visited {
	color: #85785e;
}

#footer a:hover {
	text-decoration: none;
}

.bottom_nav {
	margin-right: auto;
	margin-left: auto;
	width: 420px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}
