/* CSS Reset
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {font-size: 100%; margin: 0; padding: 0; vertical-align: central; border: 0; outline: 0; background: transparent; -webkit-text-size-adjust: none;}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

img,
object,
embed {max-width: 100%; border: 0;}

html {overflow-y: scroll; overflow-x:hidden;}

ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {font-size: 100%; color:#000; margin: 0; padding: 0; vertical-align: baseline; text-decoration: none; outline: 0;background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {cursor: help;border-bottom: 1px dotted #000;}

table {width: 100%;border-spacing: 0; border-collapse: collapse;}
th {font-weight: bold;}
td {font-weight: normal;}

hr {display: block; height: 1px; margin: 1em 0; padding: 0;border: 0; border-top: 1px solid  #505050;}

input, select {vertical-align: middle; outline: 0;}

pre {white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */}

input[type='radio'],
input[type='checkbox'] {vertical-align: middle;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 100% sans-serif;}

*:focus, input,button,select,textarea {outline: none;}
a:hover,a:focus,a:active {text-decoration: none; opacity: .8; color: #000;outline: none; filter: alpha(opacity=80);}

small {font-size: 85%;}

strong, th {font-weight: bold;}

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -.5em;}
sub {bottom: -.25em;}

pre, code, kbd, samp {font-family: monospace, sans-serif;}

.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}
label {vertical-align: middle;}

button, input, select, textarea {margin: 0;}

button {overflow: visible;width: auto;}

.ie7 img {-ms-interpolation-mode: bicubic;}
* img {vertical-align: middle;}

.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

body {font-family: Arial, Helvetica, sans-serif; font-size: 14px;}

::-moz-selection {color: #fff; background: #ce2e3b; text-shadow: none;}
::selection {color: #fff; background: #ce2e3b; text-shadow: none;}


ins {text-decoration: none;color: #000; background-color: #fcd700;}
mark {font-weight: bold;font-style: italic; color: #000; background-color: #fcd700;}

/* clear floats */
.clearfix:before, .clearfix:after {display: block; overflow: hidden; height: 0; content: '\0020';}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
