/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */


/* CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* General */

a:link {
    color:#fb2805;
}

a:visited {
    color:#af1d05;
}


body, html {
  height:100%;
  background-color:#9ba615;
  font-family: Arial, Helvetica, Tahoma, sans-serif;
  }
h1 {
 font-size:30px;
 color:#8B9A05; /*#9BA615;*/
 }
.wrapper {
 width:100%;
 min-height:100%;
 }
 .main {
  background-color:#bfcc1c;
  background-image:url('../img/BG01.jpg');
  background-position:center top;
  background-repeat:no-repeat;
  text-align:center;
  padding-top:60px;
  }
  .header {
   width:700px;
   margin:auto;
   }
   .menu {
     text-align:left;
     padding-left:80px;
     height:27px;
    }
    .menuButton {
     height:27px;
     padding:6px 12px 10px 12px;
     background:url('../img/buttonBg.png');
     background-position:bottom;
     background-repeat:repeat-x;
     }
     a.menuButton {
      text-decoration:none;     
      color:#3e6606;
      }
  .contentContainer {
   width:100%;
   min-height:450px;
   margin:auto;
   }
   .fixTxs {
    padding-top:180px;
    }  
    .player {
     width:700px;
     margin:auto;
     padding-top:15px;
     }
     .content {
     width:600px;
     background-color:#fff;
     margin:auto;
     padding:50px;
     text-align:left;
      }
      .content a {
       color:#9BA615;
       }
    .logo {
     z-index:999;
     margin: 0px auto auto;
     width:700px;
     /*position:absolute;*/
     /*top: 450px;   */
     /*margin-left:250px;*/
     }
     .info {
      /*margin-top:-20px;*/
      padding-bottom:75px;
      padding-top:75px;
      background-color:#b3c017;
      color:#808a0c;
      font-size:18px
      }            
 .footer {
  padding:15px 0;
  color:#fff;
  text-align:center;
  }
  .footer a {
   color:#fff;
   font-size:12px;
   text-decoration:none;
   }
   
 .field {
  width:300px;
  /*background-color:#9BA615;*/
  background-color:#fff;
  color:#666;
  border:none;
  margin-right:5px;
  }  
  
    input {
      padding:15px;
      background-color:#f9d404;
      color:#af9400;
      font-size:15px;
      border:none;
      margin-right:5px;
   }    
   
   .socialBttn {
    padding-right:5px;
    } 
           
           