/* fonts */
@font-face {
	font-family: 'Open Sans Webfont';
	font-style: normal;
	font-weight: 400;
	src:	url('../fonts/opensans-regular-webfont.woff') format('woff'),
			url('../fonts/opensans-regular-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans Webfont';
	font-style: italic;
	font-weight: 400;
	src:	url('../fonts/opensans-italic-webfont.woff') format('woff'),
			url('../fonts/opensans-italic-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans Webfont';
	font-style: normal;
	font-weight: 700;
	src: 	url('../fonts/opensans-bold-webfont.woff') format('woff'),
			url('../fonts/opensans-bold-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans Webfont';
	font-style: italic;
	font-weight: 700;
	src:	url('../fonts/opensans-bolditalic-webfont.woff') format('woff'),
			url('../fonts/opensans-bolditalic-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans Condensed Webfont';
	font-style: normal;
	font-weight: 700;
	src:	url('../fonts/opensans-condbold-webfont.woff') format('woff'),
			url('../fonts/opensans-condbold-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans Condensed Webfont';
	font-style: normal;
	font-weight: 300;
	src:	url('../fonts/opensans-condlight-webfont.woff') format('woff'),
			url('../fonts/opensans-condlight-webfont.ttf') format('truetype');
}