/* ----- import styles ----- */
@import url("head.css");
@import url("cont.css");
@import url("foot.css");

/* ----- all default ----- */
* { margin: 0px; padding: 0px; }


/* ----- html & body styles ----- */
html, body { width: 100%; height: 100%; padding: 0px; margin: 0px; border: 0px; border-width: 0px; outline: 0px; text-align: left; }
body { font-family: 'tahoma', 'arial'; font-size: 8pt; line-height: 14px; color: #000; }

/* ----- headers style ----- */
h1 { font-size: 10.5pt; line-height: 48px; color: #00a592; }
h2 { font-size: 10pt; line-height: 33px; color: #fff; }
h3 { text-align: center; text-transform: uppercase; font-family: 'verdana'; font-size: 10pt; line-height: 30px; color: #fff; }
h4 { font-size: 20pt; line-height: 24px; }
h5 { font-size: 12pt; line-height: 16px; }
h6 { font-size: 9pt; line-height: 14px; }

/* ----- table default ----- */
table { border-collapse: collapse; border-spacing: 0px; border-width: 0px; }
td, th { vertical-align: top; }

/* ----- list style ----- */
ul, ol { margin-left: 15px; }
li { margin-left: 15px; }

/* ----- other default ----- */
p { margin: 0; padding: 0; color: #000; background-color: transparent; }
a { color: #000; background-color: transparent; text-decoration: underline; }
a:link { outline: none; -moz-outline: 0px; }
a:visited { outline: none; -moz-outline: 0px; }
a:hover { text-decoration: none; outline: none; -moz-outline: 0px; }
a:active { outline: none; -moz-outline: 0px; }
:focus { outline: 0px; -moz-outline: 0px; }
strong { font-weight:bold; }
em { font-style: italic; }
img { border: none; border-width: 0px; }

/* ----- clear ----- */
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
.divider { width: 95%; height: 1px; font-size: 0; line-height: 0; margin: 8px auto 0 auto; background: url("../images/divider-bg.gif") repeat-x; }

/* ----- MAIN ----- */
#main { width: 100%; min-width: 1000px; min-height: 100%; position: relative; }



/* ----- IE Hacks ----- */
/* ----- IE6 ----- */
* html #main { height: 100%; width:expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 1000 ? "1000px" : "auto") : (document.body.clientWidth < 1000 ? "1000px" : "auto"))}
* html img { vertical-align: top; }
/* ----- IE7 ----- */
*:first-child+html img { vertical-align: top; }
