* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px;
	font-family: "Century Gothic", sans-serif;
}

/* BEGIND Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,	
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
	color: #333
}

/*class for background*/
body {line-height: 1;text-align: center;color:#000000;/*background: url(../images/layout/main_bg_brahma.jpg) no-repeat center top #000 scroll;*/} 
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none}

/* remember to define focus styles! */
:focus {outline: 0}
a:focus {outline: 0}

/* remember to highlight inserts somehow! */
ins {text-decoration: none}
del {text-decoration: line-through}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0}

/* SUPORT FOR HTML5 */

header, footer, section, article, aside, nav, figure, figcaption, canvas {display: block}

/* END Reset CSS*/

/********************************************************************************************/

/* slightly enhanced, universal clearfix hack */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */

.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
 }

.clearfix {display: inline-block; }

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix {display: block;}
/* close commented backslash hack */

/********************************************************************************************/
.webkit body,
.gecko body {/**/ overflow-y: scroll;}
/* GLOBAL STYLES */

a {text-decoration: none;}

a.selected,
a:hover {text-decoration:none; color:#eee}

a, div, li, dd, dt, section , article p {font-size: 11px; line-height: 15px}

/*fontface
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('../font/TitilliumText22L003-webfont.eot?') format('eot'),
         url('../font/TitilliumText22L003-webfont.woff') format('woff'),
         url('../font/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L003-webfont.svg#webfonthw2QSkaV') format('svg');
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
}
@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('../font/TitilliumText22L004-webfont.eot?') format('eot'),
         url('../font/TitilliumText22L004-webfont.woff') format('woff'),
         url('../font/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L004-webfont.svg#webfontR8jqiKWT') format('svg');
    font-weight: normal;
    font-style: normal;
	text-transform:uppercase;

}
*/
