body
{
  font-size: 1em;
  font-family: Myriad Pro, Arial, Tahoma, Verdana, Helvetica, sans-serif; 
  margin: 0;
  padding: 0;
  color: #606060;
}

#TopWrapper
{
  width: 100%;
  margin: 0;
  height: 24px;
  background-color: #10100C;
}

#mainWrapper
{
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  padding: 0;
  min-height: 680px;
  background-color: #FFFFFF;
  overflow: auto;
}

#navigationWrapper
{
  margin-left: 15px;
  margin-right: 10px;
  font-size: 1.4em;
  width: 220px;
  float: left;
  display: inline;
  background-color: #D0D0D0;
  background: rgba(208, 208, 208, 0.5); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fD0D0D0, endColorstr=#7fD0D0D0);
  position: relative;
  min-height: 950px;
  overflow: auto;
}

#contentWrapper
{
  float: left;
  width: 740px;
  position: relative;
  min-height: 900px;
}

#contentWrapper p
{
  text-align: justify;
}

#logo
{
  position: absolute;
  top: 30px;
  left: -86px;
  width: 86px;
  height: 623px;
  background: url('/share/3-Day-Detox-Logo.gif') no-repeat top right;
}

h1
{
  font-size: 2.8em;
  margin-bottom: 12px;
  color: #B43E3E;
}

h2
{
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #B43E3E;
}

h3
{
  font-size: 1.1em;
  margin-bottom: 9px;
  color: #B43E3E;
}

A
{
  color: #494A4C;
  text-decoration: underline;
}

A:hover
{
  text-decoration: none;
}

img
{
  border: 0px;
  margin: 0px;
}

hr
{
  color: #FDDFDE;
  height: 1px;
}

input
{
  border: 1px solid #595A5C;
}

ul
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.navigationMenu
{
  list-style: none;
  margin: 0px;
  padding: 10px 10px 0px 10px;
}

.navigationMenu li
{
  margin-top: 0px;
  margin-bottom: 20px;
  width: 200px;
}

.navigationMenu li a
{
  display: block;
  text-decoration: none;
  color: #000000;
}

.navigationMenu .selectedNavigationItem
{
   color: #FF0000;
   font-weight: bolder;
   text-decoration: underline;
}

.navigationMenu li a:hover
{
  text-decoration: underline;
}

.odd
{
  background-color: #E0E0E0;
}

.even
{
  background-color: #F0F0F0;
}


form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}

input { border: 1px dotted #000000; }

input:focus { border: 1px dotted #000000; }

input.error { border: 1px dotted #FF0000; }
