@charset "UTF-8";

/*GLOBAL STYLE FOR ALL THE DEVICES*/

html, body{margin:0; padding:0; font-family: 'gotham_bookregular';background:#000000 url(../images/main_bg.png) top left repeat;color:#5b5b5b;font-size:12px;} 
a:active{outline: none;}
* :focus {outline: none;}

@font-face {
	font-family: 'gotham_bold';
	src: url('fonts/Gotham-Bold.eot');
	src: local('?'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {font-family: 'MatrisePro';
src: url('fonts/2632C5_0_0.eot');
src: url('fonts/2632C5_0_0.eot?#iefix') format('embedded-opentype'),
url('fonts/2632C5_0_0.woff') format('woff'),
url('fonts/2632C5_0_0.ttf') format('truetype');
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
}
@font-face {
	font-family: 'gotham_bold';
	src: local('?'), url('fonts/Gotham-Bold.svg') format('svg');
  }
}

