@charset "utf-8";
/* CSS Document */

html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ol, ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
a {
    margin:0;
    padding:0;
	text-decoration: none;
	cursor: pointer;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}
input, a {
	outline: none;
}



/*@font-face*/
@font-face {
    font-family: 'RockwellStdLight';
    src: url('../fonts/RockwellStdLight.eot');
    src: url('../fonts/RockwellStdLight.eot') format('embedded-opentype'),
         url('../fonts/RockwellStdLight.woff2') format('woff2'),
         url('../fonts/RockwellStdLight.woff') format('woff'),
         url('../fonts/RockwellStdLight.ttf') format('truetype'),
         url('../fonts/RockwellStdLight.svg#RockwellStdLight') format('svg');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'rockwellstd';
    src: url('../fonts/rockwellstd.eot');
    src: url('../fonts/rockwellstd.eot') format('embedded-opentype'),
         url('../fonts/rockwellstd.woff2') format('woff2'),
         url('../fonts/rockwellstd.woff') format('woff'),
         url('../fonts/rockwellstd.ttf') format('truetype'),
         url('../fonts/rockwellstd.svg#rockwellstd') format('svg');
}
@font-face {
    font-family: 'HelveticaLTStdRoman';
    src: url('../fonts/HelveticaLTStdRoman.eot');
    src: url('../fonts/HelveticaLTStdRoman.eot') format('embedded-opentype'),
         url('../fonts/HelveticaLTStdRoman.woff2') format('woff2'),
         url('../fonts/HelveticaLTStdRoman.woff') format('woff'),
         url('../fonts/HelveticaLTStdRoman.ttf') format('truetype'),
         url('../fonts/HelveticaLTStdRoman.svg#HelveticaLTStdRoman') format('svg');
}



