/* ----- import styles ----- */
@import url("header.css"); 
@import url("content.css"); 
@import url("footer.css"); 

/* ----- all defaults ----- */
* { 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'; font-size: 8pt; line-height: 14px; color: #828282; background-color: #fff; }

/* ----- headers style ----- */
h1 { font: bold 11pt/14px 'tahoma'; margin-bottom: 14px; padding-right: 150px; color: #008337; }
h2 { font-size: 12pt; line-height: 28px; }
h3 { font: bold 8pt/14px 'tahoma'; margin-bottom: 14px; color: #008337; text-transform: uppercase; }
h4 { font-size: 9pt; line-height: 20px; }
h5 { font-size: 8pt; line-height: 16px; }
h6 { font-size: 7pt; line-height: 14px; }

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

/* ----- list style ----- */
ul { margin: 0px; padding: 0px; list-style-type: none; }

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

/* ----- forms default ----- */
input { padding: 0; margin: 0; vertical-align: middle }

/* ----- clear ----- */
.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
.last { background: none !important; }

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


/* ----- 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 #footer { width: expression((document.compatMode && document.compatMode == 'CSS1Compat') ? (document.documentElement.clientWidth < 1000 ? "1000px" : "auto") : (document.body.clientWidth < 1000 ? "1000px" : "auto"))}
*html .print { right: 220px; }
*html #h-logo2 { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/h-logo2.png", sizingMethod="image"); }
*html #malishka { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/h2-mbg.png", sizingMethod="image"); }


.in_bask { font-size: 12pt; line-height: 18px; }
.cost { font-size: 12pt; line-height: 18px; }
