/* ----- 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: 10.5pt/22px 'Tahoma', 'Arial', 'Verdana', serif; color: #000; background: url(/site/img/b-bg.gif) repeat-x; }

/* ----- default styles ----- */
h3 { font: 19pt/26px 'Tahoma'; color: #000; }
h4 { font: 19pt/1em 'Tahoma'; color: #e9a903; }
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: #000; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
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; }
.nom { margin: 0 !important; }

/* -------------------- MAIN -------------------- */
#main { width: 100%; min-height: 100%; background: url(/site/img/m-bg.gif) 50% top repeat-y; position: relative; }

