/* @override http://www.benchmarkwellness.com/css/screen.css */


/* @group General Rules */

* {
  margin: 0 auto;
}

html {
  background: #21201E url(../images/sand_bg.jpg) repeat-x;
}

body {
  background: url(../images/bg.jpg) repeat-x 0 509px;
}

hr {
  margin: 1em;
}

a {
  color: #0d6984;
}

#wrapper {
  width: 808px;
  margin-left: auto;
  margin-right: auto;
  background: #f1f1f1 url(../images/wrapper_bg.gif) center;
  padding: 0 22px;
}

p,li,h3,h4,h5 {
  font-family: Tahoma;
}

h3 {
  color: #0d6984;
  font-size: 1.36em;
  margin-bottom: 0.62em;
}

ul {
  margin-bottom: 1em;
}

/* @end */

/* @group Header Panel */

#header {
  background: #0f6984 url(../images/header_bg.gif) repeat-x;
  height: 83px;
  padding-top: 15px;
  padding-left: 20px;
}

#header h1 {
  width: 294px;
  height: 67px;
  float: left;
  margin-right: 10px;
  position: relative;
}

#header h1 span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/BMW_logo.gif);
}

#header ul {
  float: left;
  list-style: none;
  width: 480px;
  margin: 42px 0 0;
  padding: 0;
}

#header ul li {
  height: 24px;
  float: left;
  border-top: 1px solid #00302f;
  border-right: 1px solid #00302f;
  border-left: 1px solid #00302f;
  background: url(../images/tab_bg.gif) repeat-x;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 0.96em;
  margin: 0 2px;
  padding: 10px 16px 0;
}

#header ul li#current {
  background-image: url(../images/tab_selected.jpg);
  color: #fff;
}

#header a {
  color: #ccc;
  text-decoration: none;
}

#header a:hover {
  color: #000;
}

.footnote {
  font-size: 0.7em;
}

/* @end */

/* @group Sub Rules */

#breadcrumb {
  width: 805px;
  height: 34px;
  border: 1px solid #979375;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  background: url(../images/breadcrumb_bg.gif) repeat-x;
}

#breadcrumb a {
  color: #302f26;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #fff;
}

#breadcrumb li {
  font-size: 0.9em;
  font-family: arial;
  float: left;
  height: 25px;
  background: url(../images/breadcrumb.gif) no-repeat top right;
  padding: 9px 20px 0 10px;
  color: #6d6a59;
}

#breadcrumb li.parent {
  background-image: url(../images/breadcumb_sub.jpg);
}

#breadcrumb li#current {
  background: none;
  color: #6e6d5b;
}

#sub_navigation {
  width: 280px;
  float: left;
}

#sub_navigation ul {
  background: url(../images/sub_apple.jpg) no-repeat 7px 0;
  list-style: none;
  padding-top: 35px;
  font-family: Helvetica, Geneva, sans-serif;
  padding-left: 0;
  width: 194px;
  margin-left: 40px;
}

#sub_navigation ul li {
  background: #f9f9f9;
  padding: 0;
  text-transform: lowercase;
  color: #9eb863;
}

#sub_navigation p {
  width: 160px;
  margin-top: 10px;
  line-height: 135%;
  margin-left: 50px;
  font-size: 0.76em;
  color: #0e4b63;
}

#sub_navigation ul li a {
  color: #9eb863;
  text-decoration: none;
  border-top: 1px solid #a39f83;
  border-bottom: 1px solid #a39f83;
  display: block;
  padding: 5px 10px;
  margin: 0;
}

#sub_navigation ul li a:hover {
  background-color: #cbd9a7;
  color: #fff;
}

#sub_navigation ul li a:active {
  background-color: #8aaa43;
  color: #fff;
}

#sub_navigation ul li#bottom {
  
}

#sub_navigation ul li#current {
  background-color: #eff3dc;
  padding: 5px 10px;
  border-top: 1px solid #a39f83;
  border-bottom: 1px solid #a39f83;
}

#contact_information {
  margin-top: 40px;
  margin-left: 40px;
  width: 180px;
  height: 240px;
  padding: 10px 7px;
  background-image: url(../images/contact_bg.jpg);
}

#contact_information h5 {
  background: url(../images/sub_email_icon.jpg) no-repeat;
  width: 55px;
  height: 33px;
  text-indent: -300em;
  margin-bottom: -10px;
  padding-bottom: 0;
}

#contact_information address {
  margin: 0;
  border-top: 1px solid #024958;
  background-image: url(../images/contact_p_bg.jpg);
  padding: 10px 5px;
  font: normal 0.7em/125% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #002d37;
}

#contact_information address span {
  color: #586d2d;
}

#contact_information address a {
  display: block;
  width: 136px;
  height: 33px;
  background: url(../images/learn_more_button.gif) no-repeat;
  text-indent: -9999em;
  margin-top: 18px;
}

#content {
  width: 440px;
  float: left;
  padding: 30px;
  margin-bottom: 20px;
  margin-top: 35px;
  background: url(../images/sub_content.jpg) no-repeat;
}

#content h4, #content h5 {
  color: #79963a;
  margin-bottom: 0.56em;
  margin-top: 2em;
  font-size: 1.2em;
}

#content h5 {
  font-size: 1em;
}

#content p {
  margin-bottom: 1em;
  line-height: 146%;
}

#content a {
  color: #465522;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#content a:hover {
  background: #fff;
}

#content ol li {
  margin-top: 1em;
}

#content ol li div ul li {
  margin-top: 0.5em;
}

/* @end */

/* @group Home Page Introduction */

#intro_paragraph {
  clear: both;
  float: left;
  width: 432px;
  height: 195px;
  background: #dbd9c4 url(../images/intro_bg_1.jpg);
  border-top: 1px solid #979375;
  border-bottom: 1px solid #979375;
  border-left: 1px solid #979375;
  margin: 30px 0 30px 32px;
  padding: 20px 31px;
}

#intro_paragraph h2 {
  width: 414px;
  position: relative;
  color: #0d6984;
  font: bold italic 1.875em Helvetica, Arial, sans-serif;
  margin-bottom: 0.375em;  
  margin-top: 0.125em;
  text-shadow: #fff 1px 1px;

  
}

#intro_paragraph h2 span {
  display: block;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  color: #759c20;
  text-shadow: #fff 1px 1px;
}

#intro_paragraph p {
  padding-left: 3px;
  line-height: 128%;
  font-size: 1.05em;
  margin-bottom: 1em;
}

#intro_paragraph p a {
  display: block;
  width: 135px;
  height: 33px;
  margin-left: 276px;
  margin-right: 20px;
  background: url(../images/learn_more_button.gif);
  text-indent: -300em;
}

#intro_tips {
  float: left;
  width: 250px;
  height: 235px;
  background: url(../images/intro_bg_2.jpg);
  border-top: 1px solid #979375;
  border-bottom: 1px solid #979375;
  border-right: 1px solid #979375;
  margin: 30px 20px 30px 0;
}

#intro_tips a {
  display: block;
  text-decoration: none;
  width: 186px;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-family: Georgia;
  border-bottom: 1px dashed;
  background: url(../images/featured_icon.gif) top right no-repeat;
  color: #053332;
  margin: 20px 30px;
}

/* @end */

/* @group Body Area */

/* @group Forms */

#content fieldset {
  border: 0;
  background: #f0efea;
}

#content fieldset div {
  margin-bottom: 1em;
}

#content fieldset input {
  font-size: 1.2em;
}

#content fieldset label {
  font: bold 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content fieldset label span {
  color: red;
}

#content input#before_time {
  width: 2em;
}

#content input#after_time {
  width: 2em;
}

table {
  background: #f5f4e3;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  border: 1px solid #e7dcb6;
}

table thead {
  border-bottom: 1px solid #0d6984;
  color: #485c1f;
}

table tr td {
  margin: 1em;
}

table input {
  margin: 1em;
}

/* @end */

#about_us {
  clear: left;
  float: left;
  margin-left: 32px;
  margin-bottom: 30px;
  width: 344px;
  height: 280px;
  background: url(../images/home_content_bg.jpg) no-repeat;
  padding: 26px;
}

#what_we_offer {
  float: left;
  margin-right: 24px;
  margin-bottom: 30px;
  width: 194px;
  height: 280px;
  background: url(../images/home_content_bg.jpg) top right no-repeat;
  padding: 26px;
}

#upcoming_workshops {
  float: left;
  width: 280px;
  margin-left: 2.5em;
}

#upcoming_workshops strong {
color: #0d6984;  
font-size: 1.25em;
}

#upcoming_workshops h3 {
  font-size: 120%;
}

#upcoming_workshops p {
  font-size: 90%;
  margin-bottom: 1.46em;
  line-height: 1.46em;
}

#upcoming_workshops ul {
  font-size: 90%;
  padding-left: 18px;
}

#upcoming_workshops ul li {
  line-height: 1.46em;
}

#upcoming_workshops ul li span {
  color: #6a7e3b;
}

#upcoming_workshops img {
  padding: 35px 0;
  float: right;
}

#what_we_offer p a {
  display: block;
  width: 196px;
  height: 33px;
  background-image: url(../images/services_button.gif);
  text-indent: -300em;
  margin: 10px 0;
}

#about_us p,#what_we_offer p {
  line-height: 138%;
  font-size: 0.95em;
}

#contact_info {
  float: left;
  width: 227px;
  height: 122px;
  background: #024450 url(../images/contact_panel_bg.jpg);
}

#contact_info h4 {
  color: #fff;
  margin: 10px 0 0 20px;
}

h3 span,#contact_info h4 span {
  color: #759c20;
}

#contact_info address {
  padding-right: 20px;
  text-align: right;
  font-style: normal;
  font-family: arial;
  font-size: 0.8em;
  color: #cacaca;
  line-height: 125%;
}

#contact_info address span {
  color: #fff;
}

.solutions {
  padding-left: 0;
  width: 210px;
  float: left;
}

ul.solutions {
  width: auto;
  float: none;
  list-style: none;
}

dl.solutions {
  font-size: 1em;
  font-family: Helvetica;
}

li.solutions, dl.solutions dt, dl.solutions dd {
  font-size: 0.75em;
  margin-right: 1em;
  margin-bottom: 1em;
}

dl.solutions dt, dl.solutions dd {
  line-height: 1.5;
}

dl.solutions dt {
  font-weight: bold;
  margin-bottom: 0;
}

li.solutions.last {
  margin-right: 0;
}

#content .solutions h4 {
  margin-top: 0.5em;
}

li.solutions ul {
  padding-left: 0;
  list-style: square inside;
  margin-bottom: 1em;
}

li.solutions li {
  line-height: 1.5em;
  padding: 0;
}

#content h4 span {
  color: #0d6984;
}

div#wrapper a.help-button {
  position: relative;
  display: block;
  float: left;
  border: none;
  padding-right: 15px;
  font-weight: bold;
  color: #ffffbb;
  background: url(../images/more-btn.png) no-repeat top right;
}

.help-button span {
  display: block;
  float: left;
  margin-left: -5px;
  padding: 5px 0 6px 15px;
  background: url(../images/more-btn.png) no-repeat top left;
}

div#wrapper .help-button:hover {
  color: #fff;
}

div#wrapper .help-button:after {
  position: relative;
  content: " >>";
  top: 5px;
  left: 5px;
  padding-right: 5px;
}

form.paypal-form {
  float: right;
  padding-right: 12px;
  margin-bottom: 1.5em;
}

/* @end */

/* @group Footer */

#footer {
  clear: left;
  height: 48px;
  padding-top: 13px;
  background: #02202b url(../images/footer_bg.jpg) repeat-x;
}

#footer h5 {
  color: #fff;
  float: left;
  margin: 14px 10px 0;
}

#footer fieldset {
  float: left;
  border: 0;
  width: 205px;
  height: 33px;
  background: url(../images/mailing_list_bg.jpg) no-repeat;
  padding: 12px 16px 0;
}

#footer input#email_form_input {
  font-family: Georgia;
  font-style: italic;
  font-size: 0.8em;
  width: 150px;
  border: 1px solid #759c20;
}

#footer input#email_submit {
  background-color: #8dac4b;
  border: 1px solid #759c20;
  color: #fff;
  height: 20px;
}

#footer p {
  float: left;
  width: 220px;
  margin-top: 4px;
  margin-right: 20px;
  color: #797979;
  font-family: Tahoma;
  font-size: 0.8em;
  text-align: right;
}

#footer address {
  float: left;
  color: #fff;
  width: 220px;
  margin-top: 4px;
  font-family: Tahoma;
  font-size: 0.8em;
  font-weight: 400;
  font-style: normal;
}

#footer address span {
  padding-left: 10px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

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

/* @end */

#intro_tips span,#footer label {
  display: none;
}

/* @group table */

table#whr {
  border: 1px solid #e7dcb6;
  margin-bottom: 20px;
}

table#whr th {
  text-align: left;
}

table#whr tr {
  border: 1px solid;
  margin: 0;
}

table#whr td {
  padding: 5px;
  margin: 0;
}

table#whr .odd {
  background: #fbffed none;
}

table#cart {
  font-size: 80%;
}

table#cart td {
  padding: 10px;
}

/* @end */

.right {
  float: right;
}

.left {
  float: left;
}

.center-address {
  text-align: center;
}

.clear {
  clear: both;
}