

/*------------------------------------------------------------------------------
                       Layout and Positioning
/*----------------------------------------------------------------------------*/

.max-width {
   max-width: 800px;
   margin: auto;
   padding: 0 15px 0 15px;
}

.tagline {
   display: block;
   margin: 35px 0 3px 0;
}

.main-image {
   float: left;
   display:inline;
   margin-left: 20px;
      border: none 0;
}

body {
   background: url(/images/bg/bg-fade-yellow.png) 0% 0% repeat-x;
}

.description {
   float: left;
   clear: left;
   width: 300px;
   position: absolute; margin: 280px 0 0 20px;   padding: 0;
}

/*---------  Download Div  --------*/
.download {
   float: right;
   clear: right;
   margin: 28px 40px 15px auto;
}

/*---------  Quote Div  --------*/

.quote {
   float: right;
   clear: right;
   width: 53.5%;
   margin-top: 20px;
}

.quote .author {
   display: block;
   margin-top: 8px;
   margin-left: 80px;
}


/*---------  Top Reasons Div  --------*/

.top-reasons {
   float: right;
   clear: right;
   margin: 35px 0 0 0;
   width: 45%;
}

.top-reasons h2 {
   margin: 0;
   padding: 0;
}

.top-reasons ul {
   margin: 10px 0;
   padding-left: 18px;
}

.top-reasons li {
   margin-bottom: 2px;
}


/*---------  Reviews Div  --------*/

.reviews {
   top: 630px;
   clear: right;
   float: right;
   margin: 25px 0 30px 5px;
   font-size: 11px;
   width: 400px;
}

.reviews img {
   float: right;
   margin: 0 15px 0 15px;
}

.features {
   display: none;
   float:left;
   clear: both;
   width: 600px; 
   text-align: justify; 
   margin-top: 10px;
   margin-bottom: 40px;
}


/*------------------------------------------------------------------------------
                         Styles and Color 
/*----------------------------------------------------------------------------*/

.tagline {
   text-align:center;
   font-size: 16px;
   font-weight: 700;
   color: #333333;
}
      
.description {
  background: url(/images/download/monitor_b.jpg) 0% 0% no-repeat;
   border-collapse: collapse;
   border: none;
   font-size: 13px;
   color: #666666;
}

.description b {
   color: #555555;
}

/*---------  Quote Div  --------*/
.quote {
   text-align:left; 
   padding-left: 8px;
   text-indent: -8px;
   font-size:15px;
   color: #111111;
}

.quote .author i {
   color: #666666;
   font-style: normal;
   font-size: 15px;
}

/*---------  Top Reasons Div  --------*/
.top-reasons h2 {
   text-align: left;
   font-variant: small-caps;
   font-size: 18px;
   font-weight: 700;
   color: #334433;
}


.top-reasons li {
   text-align: left;
   list-style: circle;
   font-size: 16px;
   font-weight: 500;
   color: #667766;
}

.top-reasons b {
   color: #445544;
}


/*---------  Reviews Div  --------*/

.reviews {
   font-size: 11px;
}

.reviews div {
   font-weight: 900;
   text-indent: 7px;
}

/* IE renders text-indent, FF doesn't - this compensates */
.reviews > div {
   padding-left: 7px;
}

.features {
   color: #888866;
   font-size: 9px;
}

.features b {
   color: #555533;
}
   
