/* 
This is a simple style sheet for sales pages.
*/

body, html 
{
	margin:  0;
	padding:  0;
	background: #ffb0f2;
	color: #000000;
}

body 
{
	min-width: 800px;
	text-align: center; /* centers the #wrapper element in IE5.x/win */
}

/*- Menu Tabs 9--------------------------- */

    #tabs9 {
      float:left;
      width:100%;
      font-size:93%;
      border-bottom:1px solid #F45551;
      line-height:normal;
      }
    #tabs9 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs9 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs9 a {
      float:left;
      background:url("tableft9.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs9 a span {
      float:left;
      display:block;
      background:url("tabright9.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
      background-position:0% -42px;
      }
    #tabs9 a:hover span {
      background-position:100% -42px;
      }

      #tabs9 #current a {
              background-position:0% -42px;
      }
      #tabs9 #current a span {
              background-position:100% -42px;
      }
      
#wrapper 
{
	background: url(images/middle.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	text-align: left; 
}


#mainColumn 
{
	width: 660px;
	margin: 0 70px;
}

.floatLeft
{
	float: left;
	padding: 0 10px 5px 0;
}

.floatRight
{
	float: right;
	padding: 0 0 5px 10px;
}

.font1 { font-family: Arial, Tahoma, Helvetica, sans-serif; }
.font2 { font-family: "Times New Roman", Times, serif; }


.red { color: #ff0000; }
.green { color: #00ff00; }
.blue { color: #0000ff; }
.darkRed { color: #bb0000; }
.darkGreen { color: #008000; }
.darkBlue { color: #0000bb; }
.darkTeal { color: #008080; }

.hsize1 { font-size: 36pt; }
.hsize2 { font-size: 30pt; }
.hsize3 { font-size: 24pt; }
.hsize4 { font-size: 20pt; }
.hsize5 { font-size: 18pt; }
.hsize6 { font-size: 16pt; }
.hsize7 { font-size: 14pt; }

.psize1 { font-size: 12pt; }
.psize2 { font-size: 11pt; }
.psize3 { font-size: 10pt; }

.nullSpacer
{
	clear: both;
	width: 100%;
	height: 0;
}

.redText { color: #ff0000; }

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}

