/* Reset CSS File :::  Created by    Designed By Apes  AT  www.designedbyapes.co.uk  */

/* Main Reset */
body, div, span, object, iframe, h1, h2, h3, h4, h5, p, blockquote, table, caption, thead, tfoot, tbody, tr, th, td, ul, ol, li, dl, dd, dt, form, fieldset {
margin: 0;
padding: 0;
font-size: 1em;
font-weight: normal;
text-decoration: none;
list-style: none;
border: none;
outline: none;
} 

/* Defualt Display */
blockquote{
text-indent:-0.8em;
font-size:12px;
}
ul, ol{
list-style-position:outside;
}
:lang(en-us)>q{
quotes: "\201c" "\201d" "\2018" "\2019";
}
:lang(en-uk)>q{
quotes: "\2018" "\2019" "\201c" "\201d";
}
body{font-family: arial, helvetica neue, helvetica, sans-serif;}