/*
---------------------------------------------
 
File :       /css/style.css
Title :      Inside & Out General CSS File
Author :     Derek Smith, adamantean ltd.
URL :        http://www.adamantean.com
 
Created :    10/10/2007 DSAD
 
---------------------------------------------
*/
 
 
/* General */

body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #404438;
  background: #ECECEC;
  margin: 0px;
  padding: 0px;
  background-image: url("../images/bodybg.gif");
  background-repeat: repeat-x;
  background-position: top;
}

body#body2 {
  background-image: url("../images/bodybg2.gif");
  background-repeat: repeat-x;
  background-position: top;
}

a:link {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #404438;
  text-decoration: underline
}

a:active,
a:visited,
a:hover {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #404438;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
}

h2 {
  font-family: times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #626358;
  line-height: normal;
  margin: 0px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  color: #626358;
  margin-bottom: 0px;
}

h4 {
  font-size: 12px;
  font-weight: normal;
  color: #626358;
  margin-bottom: 0px;
}

table {
  width: 100%;
  text-align: left;
  font-size: 11px;
  border-collapse: collapse;
}

th {
  background: #DEDEDE;
  white-space: nowrap;
}

td, tr.total td.data {
  background: #EFEFEF;
}

th, td, tr.total td.data {
  vertical-align: middle;
  padding: 3px 15px 3px 15px;
  border: 1px solid #ffffff;
}

tr.total td.bold {
  font-weight: bold;
}

tr.total td {
  background: #ffffff;
}

td.number, th.number {
  text-align: right;
}

.paddingleft1 {
  padding-left: 15px;
}

ul {
  padding: 0;
  padding-right: 25px;
  margin: 0;
  margin-left: 20px;
}

li {
  list-style-image: url('../images/bullet1.gif');
}

div#site {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
}

div#header {
  height: 100px;
  overflow: hidden;
  background-image: url('../images/headerbg.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
}

img#logo {
  display:inline;
  float: left;
  margin: 0px;
  margin-left: 62px;
  margin-top: 10px;
}

div#tagline {
  float: left;
  margin-top: 58px;
  color: #999999;
  font-family: times, serif;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
}

div#headermenuwrapper {
  float: right;
  display: inline;
  height: 37px;
  overflow: hidden;
  color: #BBBDBB;
  background-image: url('../images/headermenubg.gif');
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 5px;
  padding-left: 10px;
}

div#submenu {
  height: 30px;
  background-image: url('../images/submenubg.gif');
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 43px;
}

div#submenu ul { 
  margin: 0;
  padding: 0;
  padding-top: 7px;
}

div#menuwrapper {
  height: 30px;
  overflow: hidden;
  color: #404438;
  text-align: center;
  background-image: url('../images/menubg.gif');
  background-repeat: no-repeat;
  background-position: center;
}

div#menu {
}

div#menu ul {
  margin: 0;
  padding: 0;
  padding-top: 7px;
}

div#menu a {
  color: #404438;
}

div#headermenu a {
  color: #BBBDBB;
}

div#submenu a {
  color: #404438;
  font-weight: bold;
}

div#menu ul li, div#headermenu ul li, div#submenu ul li {
  display: inline;
  list-style-type: none;
}

div#menu ul li.menuspacer {
  background: url("../images/menuspacer.gif");
  background-repeat: no-repeat;
  background-position: center;
}

div#headermenu ul li.menuspacer {
  background: url("../images/headermenuspacer.gif");
  background-repeat: no-repeat;
  background-position: center;
}

div#submenu ul li.menuspacer {
  background: url("../images/submenuspacer.gif");
  background-repeat: no-repeat;
  background-position: center;
}

div#menu ul li a, div#headermenu ul li a, div#submenu ul li a {
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
}

div#menu a:hover, div#menu a:active, div#menu a.menuselected {
  color: #92A100;
  text-decoration: underline;
}

div#headermenu a:hover, div#headermenu a:active, div#headermenu a.menuselected {
  color: #ffffff;
}

div#submenu a:hover, div#submenu a:active, div#submenu a.menuselected {
  text-decoration: underline;
}

div#pagewrapper {
  background: #ffffff;
  background-image: url("../images/pagewrapperbg.gif");
  background-repeat: repeat-y;
}

div#pageheader {
  background-image: url("../images/pageheaderbg.gif");
  background-repeat: no-repeat;
}

div#page {
  background-repeat: no-repeat;
  background-position: 25px 15px;
}

div#contentwrapper {
  width: 565px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

div#content {
  padding: 0;
  margin: 0;
  padding: 30px;
  padding-left: 60px;
}

div#content p {
  padding-left: 3px;
  padding-right: 3px;
}

div#content2 {
  padding: 0;
  margin: 0;
  padding: 30px;
  padding-top: 35px;
  padding-left: 25px;
}

div#contentinner {
  width: 500px;
  margin: 25px;
  background-color: #ffffff;
  filter:alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

div#contentinner div.noopacity {
  position: relative;
  padding: 20px;
  filter:alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

img.productimage {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

div#rightcolumn {
  float: right;
  display: inline;
  width: 345px;
  overflow: hidden;
  padding: 0px;
  margin-top: 38px;
  background-image: url("../images/rightcolumnbg.jpg");
  background-repeat: no-repeat;
  
}

div#rightcolumncontent {
  height:auto;
}

div#rightcolumncontent_second {
  padding:25px 0 0 30px;
}

div#rightcolumncontent p {
  padding-left: 35px;
  padding-right: 35px;
}


div#right_promo_1 {
	float: right;
	width: 300px;
	height:200px;
	padding-right:45px;
	margin-top: 0px;
	background-image: url("../images/promo1_bg.jpg");
	background-repeat: no-repeat;
}

div#right_promo_1 p {
	padding-left: 50px;
  	padding-right: 35px;
	margin-top: 136px;
}

div#right_promo_2 {
	float: right;
	width: 300px;
	height:200px;
	padding-right:45px;
	margin-top: 0px;
	background-image: url("../images/promo2_bg.jpg");
	background-repeat: no-repeat;
	
}


div#buttons {
  float: right;
  position: relative;
  right: 30px;
  width: 340px;
  margin: 0;
  margin-top: 67px;
  padding-right: 10px;
}

div#buttons img {
  margin: 0 7px 7px 0;
}

div#rightcolumn2 {
  float: right;
  display: inline;
  clear: right;
  width: 350px;
  overflow: hidden;
  padding: 0px;
  margin-top: 22px;
}

div#rightcolumn2 div#rightcolumncontent {
  margin-right: 50px;
  padding: 25px;
  background: #ffffff;
}

div.item {
  background-image: url("../images/hr.gif");
  background-repeat: repeat-x;
  background-position: 0 0.9em;
  margin-left: 30px;
}

div.item div {
  background: #ffffff;
  padding-left: 1px;
}

div.item div.itemname {
  padding-right: 1px;
}

div.item div.itemprice {
  width: 200px;
}

img.therapist {
  float: right;
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
  filter:alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

p.error {
  color: #ff0000;
  font-weight: bold;
  border: 1px solid #ff0000;
  padding: 5px;
}

p.error a {
  color: #ff0000;
}

div.hr {
  clear: both;
  width: 95%;
  height: 1px;
  overflow: hidden;
  background-image: url("../images/hr.gif");
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
  margin-left: 2.5%;
}

a.link1 {
  padding-right: 10px;
  background-image: url("../images/arrow-blue.gif");
  background-repeat: no-repeat;
  background-position: right 3px;
  text-decoration: none;
}

a.link1:hover {
  text-decoration: underline;
}

a.link2 {
  font-weight: bold;
  padding-left: 10px;
  background-image: url("../images/arrow-blue2.gif");
  background-repeat: no-repeat;
  background-position: left 4px;
  text-decoration: none;
}
 
a.link2:hover {
  color: #C9D104;
}

form.quick {
  display: inline;
}

form br {
  clear: left;
}

form input, form select, form textarea {
  color: #404438;
  margin-left: 10px;
  border: 1px solid #404438;
}

form input.image {
  border: none;
}

div.formlabel {
  padding-top: 4px;
  float: left;
  width: 100px;
  text-align: right;
}

div.cleardiv {
  float: none;
  clear: both;
  height: 0px;
  overflow: hidden;
}

div#footer {
  width: 100%;
  font-size: 11px;
  color: #969B9F;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 140px;
  background: #ffffff;
  background-image: url("../images/pagewrapperbg.gif");
  background-repeat: repeat-y;
}

div#footer a {
  font-size: 11px;
  color: #969B9F;
  text-decoration: none;
}

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

div#footermenu {
  font-size: 11px;
  color: #969B9F;
  padding-bottom: 4px;
}

div#footermenu a {
  font-size: 11px;
  color: #969B9F;
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px;
}

div#adamantean {
  display: inline;
}

div#copyright {
  display: inline;
}

div.clear {
  clear: both;
}

div.clear2 {
  width: 563px;
  height: 1px;
  overflow: hidden;
  clear: both;
  margin-left: 1px;
}

div.clearleft {
  clear: left;
}

div.clearright {
  clear: right;
}

div.spacer {
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

div.spacer1 {
  height: 88px;
}

div.spacer2 {
  height: 34px;
}

div.spacer3 {
  height: 3px;
}

div.spacer4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

a.backbutton {
  padding-left: 11px;
  background-image: url("../images/arrow-white-back.gif");
  background-repeat: no-repeat;
  background-position: left 1px;
  text-decoration: none;
}

a.nextbutton {
  padding-right: 11px;
  background-image: url("../images/arrow-white.gif");
  background-repeat: no-repeat;
  background-position: right 1px;
  text-decoration: none;
}

a:link.itemmenuitem,
a:visited.itemmenuitem,
a:active.itemmenuitem {
  font-size: 10px;
  font-weight: bold;
  color: #45253D;
  text-decoration: none;
}
 
a:hover.itemmenuitem {
  font-size: 10px;
  font-weight: bold;
  color: #45253D;
  text-decoration: underline;
}

.smalltext,
a:link.smalltext,
a:visited.smalltext,
a:hover.smalltext,
a:active.smalltext {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  line-height: normal;
}

a:link.menuitem,
a:visited.menuitem,
a:active.menuitem {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #7A4E99;
  text-decoration: none;
}

a:hover.menuitem {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #9E7CA9;
  text-decoration: none;
}

fieldset {
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #C9D104;
}

label * {
  vertical-align: middle;
}

legend {
  font-weight: bold;
  color: #C9D104;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

input {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #8E8E8E;
  background: #ffffff;
}

.checkbox,
.radio {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-width: 0px;
  border-style: none;
  border-color: #8E8E8E;
}
 
select {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #8E8E8E;
}
 
textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

input.imagebutton {
  border: none;
}
 
.floatleft {
  display: inline;
  float: left;
}

.floatright {
  display: inline;
  float: right;
}

img.arrow1 {
  vertical-align: middle;
}

.hr {
  height: 14px;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
  margin-top: 3px;
  border: 0;
  background-image: url("../images/hr.gif");
  background-repeat: no-repeat;
  clear: both;
}

.highlight, a.highlight {
  color: #C1192F;
  font-weight: bold;
}

span.green {
  color: #B7D00C;
}

.error{ border: 2px solid #C30; padding-left:10px; margin-top:10px; }
.error p{  color:#C30; line-height:21px; margin:0px;}

#promo{ display:none; position:absolute; width:350px; height:350px;font-family:Tahoma; z-index:99; margin-left:10px; margin-top:400px;}
#promoto{ position:static; background:url(../images/overlay.png) no-repeat top; width:420px; height:340px; margin:0px; padding:0px; padding-top:65px;}
#promoto p#close{ margin:0px; margin-left:260px; ma font-size:12px; }
#promoto p#close a{z-index:111; position:relative; text-decoration:none;}
#promoto p#close a:hover{  text-decoration:underline;}
#promoto p#link{ margin-top:150px; text-align:center; font-size:25px;}
#promoto p#link a{ color:#303030;position: relative; font-weight:bold; z-index: 100; text-decoration:none;}
#promoto p#link a:hover{  text-decoration:underline;}


#join_us { clear:right; float:right; color: #BBBDBB; vertical-align:top; text-align:right; padding:0px; margin:0px; font-size: 11px; line-height:11px; padding-right:40px; width:300px;}
#join_us table { width:100px; float:right; }
#join_us table tr td{ padding:0px; margin:0px; }
#join_us table td{ background-color:#404438; color: #BBBDBB; border:0; }