/* ----- import styles ----- */
@import url("header.css");
@import url("content.css");
@import url("footer.css");

/* ----- all defaults ----- */
* { margin: 0; padding: 0; }

/* -------------------- 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: 8pt/14px 'tahoma', 'arial', serif; color: #000; background-color: #fff; }

/* ----- headers style ----- */
h1 { font: bold 14pt/32px 'tahoma'; }
h2 { font: bold 10.5pt/28px 'tahoma'; color: #1e61b6; }
h3 { font-size: 10pt; line-height: 24px; }
h4 { font-size: 9pt; line-height: 20px; }
h5 { font-size: 8pt; line-height: 16px; }
h6 { font-size: 7pt; line-height: 14px; }

/* ----- table style ----- */
table { width: 100%; border-collapse: collapse; border-spacing: 0; border-width: 0; }
td, th { vertical-align: top; }

/* ----- list style ----- */
ul, ol, li { margin: 0; padding: 0; list-style-type: none; }

/* ----- other default ----- */
a { color: #000; text-decoration: underline; }
a:link, a:visited  { outline: none; }
a:hover, a:active { text-decoration: none; outline: none; }
*:focus { outline: 0; }
strong { font-weight:bold; }
em { font-style: italic; }
img { border: 0px; border-width: 0px; vertical-align: top; }

/* ----- forms default ----- */
input { border: 1; }


/* ----- clear ----- */
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
.clearfix:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0; }
.last { background: none !important; }

/* -------------------- MAIN -------------------- */
#main { width: 100%; min-width: 1000px; min-height: 100%; position: relative; margin: 0 auto; }



