/*******************************************************************************
 * DM Cards Online.com
 * 
 * Website layout
 * 
 * Website developed by: http://tentoday.com
 * 
 *      
 ******************************************************************************/


/*******************************************************************************
 * Resetting some default browser differences
 ******************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;background-repeat:no-repeat;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
ul {list-style-type: none;}
.clearer{clear: both;}


/*******************************************************************************
 * General site settings at highest global level
 ******************************************************************************/
body {
  font-family: helvetica;
  font-size: 12px;
  
  background-color: #000;
}

h1, h2, h3, h4, h5, h6, h7 {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 26px;
  color: #ff6600;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  margin-top: 20px;
  color: #ff6600;
}
h3 {
  font-size: 16px;
  color: #ff6600;
}
h4 {
  font-size: 20px;
}

label,input,textarea {
  display: block;
  width: 240px;
}


/*******************************************************************************
 * General site container
 ******************************************************************************/ 
  div.container {
    width: 920px;
    margin: 0px auto;
    background-color: #fff;
  }
  
  
/*******************************************************************************
 * Page header
 ******************************************************************************/
    div.header {
      position: relative;
      height: 320px;
      
      background-image: url(../img/header.jpg);
      background-position: center top;
      
      text-align: center;
    } 
      div.header ul.menu {
        margin: 0px auto;
        padding-left: 80px;
      }
        div.header ul.menu li {
          margin-left: 30px;
          float: left;
        }
          
          div.header ul.menu li a {
            display: block;
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            
            padding: 10px;
            padding-top: 16px;
          }
    
/*******************************************************************************
 * Content area
 ******************************************************************************/
    div.content {
      position: relative;
      padding-left: 35px;
      padding-right: 35px;
    }
    
/*******************************************************************************
 * Page content
 ******************************************************************************/
    div.pagecontent {
      position: relative;
      
      min-height: 400px;
      
      
      width: 620px;
      margin-left: 220px;
      background-image: url(../img/personbg.png);
      background-position: right bottom;
    }  
      div.pagecontent p,
      div.pagecontent li {
        color: #666666;
      }
      div.pagecontent ol {
        margin-left: 24px;
        font-size: 20px;
      }
        div.pagecontent ol li {
          margin-top: 20px;
        }
          div.pagecontent ol li h3 {
            font-weight: bold;
            font-size: 17px;
          }
          div.pagecontent ol li p {
            font-size: 12px;
          }
      div.pagecontent p {
        margin-top: 14px;
      }
    
    
/*******************************************************************************
 * Sidebar 
 ******************************************************************************/
    div.sidebar {
      position: relative;
      float: left;
      
      background-image: url(../img/sidebarbg.jpg);
      background-position: left 80px;
      
      width: 211px;
      min-height: 300px;
    }    
      div.sidebar a.button {
        display: block;
        margin-bottom: 10px;
      } 
      div.sidebar div.customerquote {
        background-image: url(../img/quote.jpg);
        padding: 30px;
        margin-top: 280px;
        font-size: 14px;
        
        height: 155px;
        font-style: italic;
      }
    
/*******************************************************************************
 * Page footer
 ******************************************************************************/
    div.footer {
      position: relative;
      height: 90px;
      
      clear: both;
      
      background-image: url(../img/bgfooter.png);
      padding-left: 35px;
      padding-right: 35px;
      padding-top: 80px;
    }
    
      div.footer p {
      padding-top: 30px;
        text-align: center;
      }    
/*******************************************************************************
 * TenToday branding
 ******************************************************************************/
    div.tentodaybranding {
      position: relative;
      clear: both;
      
      background-color: #000;
      
      color: #fff;
    }
      div.tentodaybranding div.logo {
        float: right;
        
      }
      
      div.tentodaybranding p.copyright {
        clear: both;
        color: #303030;
      }
    
      
    
      
      
      

