/* ----- 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: 9pt/16px 'Tahoma', serif; color: #535353; background-color: #fff; }

/* ----- default styles ----- */
h1 { padding-left: 24px; font: 31pt/1.2em 'Arial Narrow'; color: #a1a1a1; margin-bottom: 16px; background: url('/i/h1-bg.gif') left 12px no-repeat; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; border-width: 0; }
td, th { vertical-align: top; }
dl, ul { margin: 0 0 14px 14px; padding: 0; }
img { border: 0; border-width: 0; vertical-align: top; }
a { color: #008ea8; text-decoration: underline; }

strong { font-weight: bold; }
em { font-style: italic; }
input { margin: 0; padding: 0; }

/* ----- clear ----- */
.clear { clear: both; height: 0; font: 0/0 'Tahoma'; }
.clearfix:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; font: 0/0 'Tahoma'; }
.last { background: none !important; }

/* -------------------- MAIN -------------------- */
#mbg { width: 100%; min-width: 950px; min-height: 100%; background: url('/i/h-bg.gif') repeat-x; position: relative; }
#main { width: 100%; min-width: 950px; max-width: 1200px; position: relative; }
#h-lbg { background: url('/i/h-bg.png') no-repeat; }
