/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset { font: 100%/normal Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
a img, a, :focus { border: none; outline: 0 none; }
li { list-style: none; }
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address { margin: 0; padding: 0; }
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote { margin-left: 0; }
/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; }
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
/* clears */
.clrfix, #wrapper, #header, #content, #section, #footer { zoom:1; }
.clrfix:after, #wrapper:after, #header:after, #content:after, #section:after, #footer:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }