/* ----- import styles ----- */
@import url("header.css"); 
@import url("content.css"); 
@import url("footer.css"); 

/* ----- all defaults ----- */
* { margin: 0; padding: 0; }
*:focus { outline: none; }

/* -------------------- html & body styles -------------------- */
html, body { width: 100%; height: 100%; padding: 0; margin: 0; border: 0; border-width: 0; outline: 0; text-align: left; }
body { font: 9pt/14px 'tahoma', 'arial', serif; color: #858585; background-color: #fff; }

/* ----- headers style ----- */
h1 { font: bold 11pt/14px 'tahoma'; color: #fff; }
h2 { font: bold 11pt/14px 'tahoma'; color: #fff; }
h3 { font: bold 10pt/14px 'tahoma'; color: #000; }
h4 { font: bold 9pt/18px 'tahoma'; color: #545454; }
h5 { font:      9pt/18px 'tahoma'; color: #545454; }
h6 { font: bold 7pt/32px 'tahoma'; }

/* ----- table style ----- */
td { vertical-align: top; }

/* ----- list style ----- */
ul { margin: 0 0 14px 14px; padding: 0; }

/* ----- other default ----- */
a { color: #000; text-decoration: underline; }
a:link, a:visited  { outline: none; }
a:hover, a:active { text-decoration: none; outline: none; }
strong { font: 13.5pt/14px 'tahoma', 'arial', serif; }
em { font-style: italic; }
a img { border: none; }
img { border: 0px; border-width: 0px; vertical-align: top; }

/* ----- clear ----- */
.clear { clear: both; font: 0/0 'tahoma'; height: 0px; }
.clearfix:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; font: 0/0 'tahoma'; }
.last { background: none !important; }

/* -------------------- MAIN -------------------- */
#main { width: 100%; min-width: 999px; min-height: 100%; position: relative; margin: 0 auto; }

