/*

HTML5 CSS Reset
Based on Eric Meyer's CSS Reset
and html5doctor.com HTML5 Reset

Copyright (c) 2011 736 Computing Services Limited
Released under the MIT license. http://opensource.736cs.com/licenses/mit

*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, html a {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
margin: 0;
padding: 0;
-webkit-text-size-adjust: none;
}
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, img, ins, kbd, q, s, samp,
small, strike,  tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	outline:none;
	vertical-align: baseline;
}
input
{
	outline:none;
}
h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
}

strong
{
	font-weight:bold;
}


body {
	/*line-height: 1;*/
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	margin:0; padding:0;
}
img
{
	border:none;
}
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
	clear: both;
}
a{ text-decoration:none; outline:none; color:#666666;}
li{ list-style:none;}
@font-face {
    font-family: 'sfudinengalt';
    src: url('../font/sfudinengalt.eot');
    src: url('../font/sfudinengalt.eot?#iefix') format('embedded-opentype'),
         url('../font/sfudinengalt.woff') format('woff'),
         url('../font/sfudinengalt.ttf') format('truetype'),
         url('../font/sfudinengalt.svg#sfu_dinengalt') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sfudinlight';
    src: url('../font/sfudinlight.eot');
    src: url('../font/sfudinlight.eot?#iefix') format('embedded-opentype'),
         url('../font/sfudinlight.woff') format('woff'),
         url('../font/sfudinlight.ttf') format('truetype'),
         url('../font/sfudinlight.svg#sfudinlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4,h5,h6
{
	font-weight:normal;
	color:#333333;
}