@charset "UTF-8";
/**
*
* @author Chris Glutz <chris@netzpilot.ch>
* @copyright Copyright (c) 2012, Chris Glutz
* @version 1.0
* @date 20120601
* @desc  CSS 
* 
*/

@font-face {
    font-family: 'La_Redregular';
    src: url('fonts/laredreg-webfont.eot');
    src: url('fonts/laredreg-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/laredreg-webfont.woff') format('woff'),
url('fonts/laredreg-webfont.ttf') format('truetype'),
url('fonts/laredreg-webfont.svg#La_Redregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.brand {
	font: normal normal 22px La_Redregular,Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

ul li {
	list-style-type: square;
}

