/* -------------------------------------
Global Resets
------------------------------------- */

* { margin: 0; padding: 0; }
a img, abbr, fieldset { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
table { border-collapse: collapse; }
img { -ms-interpolation-mode: bicubic; vertical-align: middle; }
input[type="checkbox"], input[type="radio"], input[type="submit"] { cursor: pointer; }
::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }