@charset "utf-8";
/*---------------------- 
  RESET CSS
------------------------*/
html, body, div, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, 
a, span, img, strong, 
dl, dt, dd, ol, ul, li,
form, fieldset, label, input, textarea
{
     margin: 0px;
     padding: 0px;
     border: none;
     outline: 0px;
     font-weight: normal;
}
textarea{
    overflow-x: hidden; 
    overflow-y: hidden;
}
ul, ol, li{
    list-style-type: none;
}
a{
    text-decoration:none;
    color: #CE523A;
}
/*---------------------- 
  CUSTOM CSS
------------------------*/
/* import special typography */
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/myriadpro-regular-webfont.eot?') format('eot'),
         url('fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-regular-webfont.svg#webfontpOqPcd4A') format('svg');
          font-weight: normal;
    font-style: normal;


}

@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('fonts/myriadpro-bold-webfont.eot?') format('eot'),
         url('fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-bold-webfont.svg#webfontUidZBtYC') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body{
    width: 100% !important;
}
body {
   background: url("../images/bg.jpg") repeat-x scroll left top #FFFFFF;
    font-family: Arial;
    font-size: 12px;
}


h1, h2, h3, h4, h5, h6 {font-weight:normal; color:#000000; margin:0px;}
strong{font-weight:bold;}
/*------------------------- constant style -----------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.block{display:block;}
.au{margin:0 auto;}
.ac {text-align:center;}
.al{text-align:left;}
.ar{text-align:right;}
.r{margin:0px; padding:0px; border:none; list-style: none;}
.none{text-indent:-9999px; font-size:1%; overflow:hidden;}
.n{display:none;}
.block{display:block;}

/* constant typography */
.b{font-weight:bold;}

