/*
 * Fonts
 */
@font-face {
    font-family: Century;
	src: url('../../../library/fonts/century_gothic.eot');
	src: url('../../../library/fonts/century_gothic.eot?#iefix') format('embedded-opentype'),
		 url('../../../library/fonts/century_gothic.otf') format('otf'), 
		 url('../../../library/fonts/century_gothic.ttf')  format('truetype');
    font-weight:400;
}
@font-face {
    font-family: Helvetica;
	src: url('../../../library/fonts/helvetica.eot');
	src: url('../../../library/fonts/helvetica.eot?#iefix') format('embedded-opentype'),
		 url('../../../library/fonts/helvetica.otf') format('otf'), 
		 url('../../../library/fonts/helvetica.ttf')  format('truetype');
    font-weight:400;
}
@font-face {
    font-family: Helvetica;
	src: url('../../../library/fonts/helveticabold.eot');
	src: url('../../../library/fonts/helveticabold.eot?#iefix') format('embedded-opentype'),
		 url('../../../library/fonts/helveticabold.otf') format('otf'), 
		 url('../../../library/fonts/helveticabold.ttf')  format('truetype');
    font-weight:700;
}
/*
 * Helpers
 */
.clear {
	clear:both!important;
	background: none!important;
	padding: 0!important;
	margin: 0!important;
	display: block;
}
a img {
	border: none;
}

.normalText {
	color: #666;
	font: normal 12px Arial;
	line-height: 140%;
	text-transform: none;
}

.pushBottom {
	margin-bottom: 25px;	
}
.pushTop {
	margin-top: 25px;	
}

/* Different highlight colours */
::-moz-selection {
	background: {orange};
	color: #fff;
}

::selection {
	background: {orange};
	color: #fff;
}