/*
 * Project:		Mezintel
 * Date:		2009/06/17
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

html { min-height: 100%; margin: 0 0 1px; font-size: 100.01%; }
body { background: #fff; font-size: 62.5%; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #302625; font-family: Verdana,Geneva,sans-serif; line-height: 1.25; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.2em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #00adee; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: underline; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }

/* LAYOUT
------------------------------------------- */

#root { }
 #top { padding: 10px 0 19px 45px; background: #302625 url(../images/top-shadow-a.gif) 0 100% repeat-x; color: #fff; }
  #top p { margin: 0; }
   #top p span { padding: 0 25px; }
   #top p a { color: #fff; text-decoration: underline; }
   #top p a:hover,
   #top p a:focus,
   #top p a:active { text-decoration: none; }
 #content { position: relative; width: 450px; min-height: 320px; padding: 145px 20px 0 480px; background: url(../images/bg-a.jpg) 100% 290px no-repeat; }
 * html #content { height: 320px; }
  #content h1 { position: absolute; left: 42px; top: 15px; width: 110px; height: 27px; background: url(../images/logo-a.png) no-repeat; text-indent: -10001px; }

/* ELEMENTS
------------------------------------------- */

div.product-a { margin: 0 0 20px; padding: 0 0 0 20px; }
 div.product-a h2 { margin: 0; font-size: 1.2em; }

ul.featured-a { position: absolute; left: 70px; top: 125px; list-style: none; margin: 0; padding: 0 0 0 111px; background: url(../images/featured-a-shadow.png) no-repeat; }
* html ul.featured-a { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/featured-a-shadow.png", sizingMethod="crop"); }
 ul.featured-a li { width: 248px; }
  ul.featured-a li a,
  ul.featured-a li span { display: block; overflow: hidden; width: 248px; height: 170px; background: url(../images/featured-a.png) no-repeat; text-indent: -10001px; }
  ul.featured-a li a:hover,
  ul.featured-a li a:focus,
  ul.featured-a li a:active { background-position: -248px 0; }
  ul.featured-a li.bottom a,
  ul.featured-a li.bottom span { background-position: 0 -170px; }
  ul.featured-a li.bottom a:hover,
  ul.featured-a li.bottom a:focus,
  ul.featured-a li.bottom a:active { background-position: -248px -170px; }

ul.logos-a { overflow: hidden; list-style: none; width: 100%; margin: 50px 0 15px; padding: 0; }
 ul.logos-a li { display: inline; float: left; margin: 0 0 0 25px; }