body {
	background:#4d4d4d;
}

#outerwrap {
	background: #F3F3EB url(../images/bg-header-home.gif) top center no-repeat;
}

h1 { color: #4d4d4d; font-weight: bold; margin: 0 0 5px 0;}
h2 { color: #4d4d4d; margin: 0 0 25px 0; }
h3 { font-weight: bold; margin: 0 0 5px 0; padding: 0; }
h4, h4 a { font-weight: bold; color: #8e8454; }
li { margin: 0 0 10px 0; }
p { margin: 0 0 15px 0; }
blockquote { 
	text-indent: -9999px;
	font-size: 129%; 
	margin: 30px 0; 
	background: url(../images/note_to_clients.jpg) no-repeat top left;
	width: 421px;
	height: 445px;
	display: block; }

/* --- Global Utility Classes --- */

hr.hidsep {
	display: none;
}

img#fltRight {
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
}

/* --- Header Styles --- */

#header {
	position: relative;
	height: 150px;
}

#header p {
	display: none;
}

#header h2 {
	text-indent: -9999px;
}

#header h3 {
	position: absolute;
	top: 20px;
	right: 2px;
	background: #c65236;
	border: 1px solid #fff;
	color: #fff;
	padding: 3px 15px;
	font-weight: 900;
	font-size: 119%;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0;
	border: none;
	display: block;
	width: 202px;
	height: 88px;
	background: url(../images/logo.gif) top left no-repeat;
}

#toppromo {
	position: absolute;
	top: 70px;
	right: 70px;
	border: none;
	display: block;
	width: 487px;
	height: 38px;
	background: url(../images/tagline.gif) top left no-repeat;
}

#content {
	position: relative;
	padding: 10px 30px;
	text-align: left;
	margin: 40px 0 30px 225px;
	width: 425px;
	border-left: 1px solid #d5d1bd;
}

*html #content {
	margin: 60px 0 30px 225px;
	width: 425px;
}

.fltrgfx {
	float: right;
}

.fltlftfx {
	float: left;
}

/* Navigation 'Tabs' */

#nav {
	font-size: 97%;
	text-align: left;
	position: absolute;
	width: 200px;
	left: 20px;
	color: #8e8454;
	line-height: 18px;
}
						
#nav ul {
	margin: 0 auto;
	padding: 10px 0;
	list-style: none;
}
					
#nav li {
	padding: 0;
}

#nav li a {
	display: block;
	width: 156px;
	text-indent: -9999px;
}

#nav a#btnHome, #nav a#btnAbout, #nav a#btnContact {
	height: 42px;
}

#nav a#btnHome, #nav li#btnHome {
	background: url(../images/nav-home.gif) top left no-repeat;
}
#nav a#btnAbout, #nav li#btnAbout {
	background: url(../images/nav-about.gif) top left no-repeat;
}
#nav a#btnContact, #nav li#btnContact {
	background: url(../images/nav-contact.gif) top left no-repeat;
}
#nav a#btnHome:hover, #nav a#btnAbout:hover, #nav a#btnContact:hover,
#nav li#btnHome, #nav li#btnAbout, #nav li#btnContact {
	background-position: 0 -42px;
}

#nav a#btnHauschka, #nav li#btnHauschka {
	background: url(../images/nav-hauschka.gif) top left no-repeat;
	height: 63px;
}
#nav a#btnHauschka:hover, #nav li#btnHauschka {
	background-position: 0 -63px;
}

#nav li.active {
	height: 42px;
	display: block;
	width: 156px;
	text-indent: -9999px;
}

#nav address {
	margin: 50px 0 0 15px;
}


/* --- Specific page styles --- */

img#hauschkaLogo { 
	margin: 10px 0 30px 0;
}

body#hauschka h1, body#directions h1, body#contact h1 { margin: 0 0 25px 0; }


/* --- Default Table Styles -- */

#content table {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
}

#content th {
	background: #a6a498;
	color: #fff;
	padding: 10px;
	border: 1px solid #d5d1bd;
	font-weight: bold;
}

#content th.borderRgt {
	border-right: 1px solid #d5d1bd;
}

#content td {
	background: #fff;
	color: #000;
	padding: 10px;
	border: 1px solid #d5d1bd;
}


/* --- Form Styles --- */

.error, .red { color: #ff0000; }
.red { padding: 0 0 0 4px; }


.define_required {
	display: block;
	width: 350px;
	text-align: right;
	margin-bottom: 1em;
}

.define_required span {
	color: #ff0000;
}

.form_error { 
	background-color: #fff7c0; 
}

.success { color: green; }

.formcopy { clear: both; font-size: 90%; font-style: italic; }

/* ---- FORM Elements ---- */

form {
	height: auto;
	margin: 0;
	padding: 10px;
}

form br {
	clear: both;
}

form p { font-style: italic; }

label {
	width: 125px;
	float: left;
	margin: 0 1em 1em 0;
	padding: .25em;
	text-align: right;
	font-weight: bold;
	clear: both;
 	cursor: help;
    font-size: 97%;
}

input, select, textarea {
	float: left;
	margin: 0 .25em 1em 0;
	padding: 2px;
	background: #f7f7f7;
}

input:focus, textarea:focus {
	background: #fff;
}

textarea {
	height: auto;
	overflow: auto;
}

label span {
	vertical-align: middle;
}

input.checkbox {
	margin: 7px 0 0 0;
	border: 0;
}

form input.formbuttons {
	margin: 4px 0;
	padding: 4px 2px;
	font-weight: bold;
	color: #777;
	cursor: default;
}

html>body form input.formbuttons {
	padding: 4px 10px;
}


/* --- Footer --- */

#footerouter {
	height: 200px;
	width: 100%;
	padding: 35px 0;
	color: #999999;
	clear: both;
	background:#F3F3EB url(../images/bg-html.gif) bottom center no-repeat;
	position: relative;
}

#footer {
	width: 800px;
	margin: 0 auto;
	font-size: 85%;
}

#footer h2 {
	text-indent: -9999px;
}

#btmpromo {
	margin: 60px 0 0 390px;
	display: block;
	width: 324px;
	height: 37px;
	background: url(../images/tagline-btm.gif) top left no-repeat;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #999999;
}

#footer p {
	display: block;
	width: 50%;
	float: left;
	text-align: left;
	margin: 50px 0;
}

* html #footer p {
	margin: 105px 0 50px 0;
}

p#poweredby {
	text-align: right;
}

p#poweredby a {
	color: #999999;
	text-decoration: none;
	padding: 1px 28px;
	background: transparent url('../images/bg-logo-foraker.gif') top left no-repeat;
}

p#poweredby a:hover {
	color: #e2e1dc;
	background-position: 0 -15px;
}
