/* CSS Document */

BODY {
  background-color: #DBFCFC;
  margin: 0px;
  
  background-image: url(../images/bg_right.gif);
  background-position: 1250px top;
  background-repeat: repeat-y;
  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  
  }
 
DIV#content P {
  line-height: 18px;
  text-align: justify;
  }
 
TABLE.flower {
  width: 100%;
  height: 100%;
  /*height: 690px;*/
  background-image: url(../images/bg_flower.gif);
  background-position: 860px 10px;
  background-repeat: no-repeat;
  }

TABLE.flower TD {
  height: 100%;
  vertical-align: top;
  }

TABLE.white {
  width: 1000px;
  height: 690px;
  background-image: url(../images/bg_white.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  }
 
TABLE.white TD {
  background-image: url(../images/bg_nav.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  }

P.nav {
  color: #FFFFFF;
  margin-left: 235px;
  margin-top: 3px;
  margin-bottom: 10px;
  }

P.nav A {
  color: #FFFFFF;
  margin-right: 10px;
  font-weight: bold;
  text-decoration: none;
  }

P.nav A:hover {
  color: #666666;
  border-bottom: 3px solid #666666;
  padding-bottom: 5px;

  }

P.nav IMG {
  margin-right: 10px;
  }

IMG.logo {
  float: left;
  margin-left: 30px;
  margin-top: 10px;
  }

DIV.navtwo {
  color: #999933;
  margin-left: 490px;
  }

DIV.navtwo A {
  color: #999933;
  margin-right: 10px;
  margin-top: -10px;
  font-weight: bold;
  text-decoration: none;
  }

DIV.navtwo A:hover {
  color: #666666;
  border-top: 3px solid #666666;
  padding-top: 2px;
  }

DIV.navtwo IMG {
  margin-right: 10px;
  }

DIV#content {
  width: 770px;
  height: 380px;
  margin-top: 0px;
  margin-left: 40px;
  padding-left: 0px;
  padding-right: 20px;
  
  padding-top: 10px;
  position: static;
  z-index:1;
  overflow: auto;

  scrollbar-face-color: #DBFCFC;
  scrollbar-shadow-color: #999933;
  scrollbar-darkshadow-color: #DBFCFC;
  /*scrollbar-3dlight-color: #DBFCFC;*/
  scrollbar-highlight-color: #999933;   
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #999933;
  }

DIV.content P {
  text-align: justify;
  }

/*DIV.content {
  
  filter:alpha(opacity=60);
  -moz-opacity:.60;
  opacity:.60;
  background-color: #FFFFFF;
  }*/
  
/*DIV.transparent TD {
  filter:alpha(opacity=100);
  -moz-opacity:100;
  opacity:100;
  color: #000000;
  padding: 15px;
  text-align: left;
  }*/

/*DIV#content {
  width: 760px;
  height: 400px;
  margin-top: 110px;
  

  }*/

H1 {
  color: #999933;
  font-size: 26px;
  font-weight: bold;
  margin-top 5px;
  border-top: 1px dashed #CCCCCC;
  margin-top: 100px;
  width: 770px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  }

H2 {
  color: #666666;
  font-size: 26px;
  font-weight: bold;
  }

H3 {
  color: #666666;
  font-size: 20px;
  }

H4 {
  color: #666666;
  font-size: 16px;
  }

SPAN.text {
  float: right;
  margin-top: 70px;
  margin-right: 200px;
  font-size: 12px;
  
  }

SPAN.text A {
  color: #999933;
  text-decoration: none;
  /*border-bottom: 1px solid #CCCCCC;*/
  }

SPAN.text A:hover {
  color: #666666;
  text-decoration: underline;
  }

SPAN.text IMG {
  margin-right: 5px;

  }

DIV.quote {
  float: right;
  margin-top: 70px;
  margin-right: 65px;
  width: 90px;
  color: #999933;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  }

#content A {
  border-bottom: 1px dotted #D4DA4A;
  color: #666600;
  text-decoration: none;
  }
  
#content A:hover {
  border-bottom: 1px solid #999933;
  color: #999933;
  text-decoration: none;
  }

#content P.questions {
  color: #666600;
  }

#content P.testimonials {
  margin-right: 30px;
  margin-left: 30px;
  border: 1px dotted #999933;
  padding: 10px;
  color: #999933;
  }

#content TABLE.signup {
  background-color: #FFFFFF;
  }

#content TABLE.signup TD {
  background-color: #FFFFFF;
  text-align: center;
  }
  
DIV.buy {
	float: right;
	width: 200px;
	background-color: #FCFCF0;
	text-align: center;
	border: 1px dotted #999933;
	padding: 15px;
	padding-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}

DIV.buy SPAN.description {
	font-size: 10px;
	
}



DIV.buy HR {
	border: none;
	border-top: 1px dotted #999933;
}

/*TABLE.buy TD, TABLE.buy TR {
	width: 50%;
	background-color: #FFFFFF;
	background: none;
}*/

