/* @group FONTS */

/*	@font-face {
	    font-family: 'CallunaBold';
	    src: url('../fonts/Calluna-Bold.otf');
	}

	@font-face {
	    font-family: 'CallunaSemiBold';
	    src: url('../fonts/Calluna-Semibold.otf');
	    font-weight: normal;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'Calluna';
	    src: url('../fonts/Calluna-Regular.otf');
	    font-weight: normal;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'CallunaItalic';
	    src: url('../fonts/Calluna-It.otf');
	    font-weight: normal;
	    font-style: normal;
	}*/
	
	
@font-face {
    font-family: 'CallunaBold';
    src: url('../fonts/calluna-bold-webfont.eot');
    src: url('../fonts/calluna-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calluna-bold-webfont.woff') format('woff'),
         url('../fonts/calluna-bold-webfont.ttf') format('truetype'),
         url('../fonts/calluna-bold-webfont.svg#CallunaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Calluna';
    src: url('../fonts/calluna-regular-webfont.eot');
    src: url('../fonts/calluna-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calluna-regular-webfont.woff') format('woff'),
         url('../fonts/calluna-regular-webfont.ttf') format('truetype'),
         url('../fonts/calluna-regular-webfont.svg#CallunaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
		
/* @end */
	

/* @group Reset */

	* {
		border: none;
		font: inherit;
		font-weight: inherit;
		line-height: 160%;
		margin: 0;
		outline: none;
		padding: 0;
	}

	body {
		font: 14px/130% 'georgia', 'times new roman', serif;
	}

	table,
	tbody,
	thead,
	tfoot,
	tr,
	td,
	th {
		font: 14px/130% 'georgia', 'times new roman', serif;
	}

	textarea {
		max-width: 110%;
	}
	
	br {
		line-height: 0;
	}
/* @end */
