/* CSS RESET */

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style:none;
}


/* FONT FACE */

@font-face {
    font-family: 'quicksandbold';
    src: url('fontes/bold-webfont.eot');
    src: url('fontes/bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/bold-webfont.woff') format('woff'),
         url('fontes/bold-webfont.ttf') format('truetype'),
         url('fontes/bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandlight';
    src: url('fontes/light-webfont.eot');
    src: url('fontes/light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/light-webfont.woff') format('woff'),
         url('fontes/light-webfont.ttf') format('truetype'),
         url('fontes/light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandregular';
    src: url('fontes/regular-webfont.eot');
    src: url('fontes/regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/regular-webfont.woff') format('woff'),
         url('fontes/regular-webfont.ttf') format('truetype'),
         url('fontes/regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ashburylight';
    src: url('fontes/AshburyLig-webfont.eot');
    src: url('fontes/AshburyLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/AshburyLig-webfont.woff') format('woff'),
         url('fontes/AshburyLig-webfont.ttf') format('truetype'),
         url('fontes/AshburyLig-webfont.svg#ashburylight') format('svg');
    font-weight: normal;
    font-style: normal;
}