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

/* ======================================================= */
/* #FONT-FACE TEMPLATE */
/* ======================================================= */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

	@font-face {
	    font-family: 'DinWebLight';
	    src: url('../fonts/DINWeb-Light.eot');
	    src: url('../fonts/DINWeb-Light.eot?iefix') format('eot'),
	         url('../fonts/DINWeb-Light.woff') format('woff'),
	         url('../fonts/DINComp-Light.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal; 
}
	@font-face {
	    font-family: 'DinWebMedium';
	    src: url('../fonts/DINWeb-Medium.eot');
	    src: url('../fonts/DINWeb-Medium.eot?iefix') format('eot'),
	         url('../fonts/DINWeb-Medium.woff') format('woff'),
	         url('../fonts/DINComp-Medium.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal; 
}

	@font-face {
	    font-family: 'DinWeb';
	    src: url('../fonts/DINWeb.eot');
	    src: url('../fonts/DINWeb.eot?iefix') format('eot'),
	         url('../fonts/DINWeb.woff') format('woff'),
	         url('../fonts/DINComp.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal; 
}

	@font-face {
	    font-family: 'DinWebBlack';
	    src: url('../fonts/DINWeb-Black.eot');
	    src: url('../fonts/DINWeb-Black.eot?iefix') format('eot'),
	         url('../fonts/DINWeb-Black.woff') format('woff'),
	         url('../fonts/DINComp-Black.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal; 
}

	@font-face {
	    font-family: 'DinWebBold';
	    src: url('../fonts/DINWeb-Bold.eot');
	    src: url('../fonts/DINWeb-Bold.eot?iefix') format('eot'),
	         url('../fonts/DINWeb-Bold.woff') format('woff'),
	         url('../fonts/DINComp-Bold.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal; 
}