@import url(_reset.css); 
@import url(_hacks.css);

.samplepng 	{
background: url("sample.png");
behavior: url("iepngfix.htc") !important;
}

.test {
height: auto !important; /* for modern browsers */
height: 200px; /* for IE5.x and IE6 */
min-height: 200px; /* for modern browsers */
}

/* @ Magic Begins Here
------------------------------*/
/*tml, body { height: 100%; }*/

body {
padding: 0;
margin:0;
font: 11px arial;
color: #666666;
background: #dde486 url("../_images/bg_repeat.gif") bottom repeat-x;
padding-bottom: 28px;
}

#wrapper {
width: 600px;
background: #fff;
border-right: 10px solid #e7ee8e;
border-left: 10px solid #e7ee8e;
margin: 0 auto;
font: 11px arial;
color: #333333;
padding: 0 10px;
padding-top: 25px;
padding-bottom: 15px;
text-align: justify;
border-bottom: 10px solid #009bc8;
}

.logoOzhelp { display: block; margin: 0 auto; }
.comingSoon { display: block; margin: 20px auto; }
.logoMic { display: block; margin: 0 auto; margin-bottom: 20px; }

#wrapper dl {  }
#wrapper dl dt { margin-bottom: 10px;  }
#wrapper dl dd { padding: 0 35px 0 15px; }

#wrapper p { line-height: 15px; margin-bottom: 15px; padding: 0 5px; }

#wrapper ul { padding:0; margin-left: 20px; margin-bottom: 15px; }
#wrapper ul li { list-style:square; padding-left: 0; line-height:15px; color: #333; }

a { color: #009bc8; }
a:hover { color: #009bc8; border-bottom: 1px dotted #009bc8; cursor: hand; }

h1 { background: #e7ee8e url(../_images/bg_h1.gif) left repeat-y; font: bold 11px Tahoma; color: #666633; margin-bottom: 10px; height: 30px; line-height: 30px; padding-left: 15px; }
h2 { background: #f0f5ba url(../_images/bg_h2.gif) left repeat-y; font: bold 11px Tahoma; color: #666633; margin-bottom: 10px; height: 30px; line-height: 30px; padding-left: 15px; }

.menu { padding:0 !important; list-style-type: none !important; margin: 0 0 20px 0 !important; background: #e7ee8e; }
.menu li { float: left; list-style: none !important;  margin:0 !important; list-style-type: none !important; padding: 5px !important; }
.menu li a { background: #e2f023; padding: 5px; text-decoration: none !important; }
.menu li a:hover { text-decoration: none !important; color: #666600; }
