/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	padding: 3px;
	border: 1px none #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
}

.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000FF;
	text-decoration: none;
}

.order{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.order:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;

}

.testimonial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
}

.bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #0000FF;
	padding-top: 3px;
}

.features{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
}

.captions{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
}
    #tabs {
      float:left;
      width:100%;
      background:#CA0000;
	  font-family:Arial, Helvetica, sans-serif;
      font-size:13px;
      line-height:26px;

      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("http://www.orahealth.com/graphics/nav_bar/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("http://www.orahealth.com/graphics/nav_bar/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
