@charset "utf-8";

/* Elthoro */


/* @group Fonts */

@font-face { 
	font-family: 'HelveticaNeueLtstd-LtCn';
	src: url('../font/helveticaneueltstd-ltcn-webfont.eot');
	src: url('../font/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
	     url('../font/helveticaneueltstd-ltcn-webfont.ttf') format('truetype')
}

@font-face { 
	font-family: 'HelveticaNeueLtstd-MdCn';
	src: url('../font/helveticaneueltstd-mdcn-webfont.eot');
	src: url('../font/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../font/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
	     url('../font/helveticaneueltstd-mdcn-webfont.ttf') format('truetype')
}

/* @end */


* {
    font-family: Verdana, Helvetica, Arial;
    font-size: 100%;
    line-height: normal;
    color: #000;
    margin: 0;
}

body {
	background: none;
}

.site-header,
#background-image,
#breadcrumbs h3,
.main-content-column-small,
.main-content-column-large footer,
.sidebar,
.site-footer {
	display:  none !important;
}

.main-content {
	padding-bottom: 0;
	width: 100% !important;
}

div#main-content-container {
	background:  none;
	margin-top: 0;
	width: 100% !important;
}

.site-width {
	margin: 0 !important;
}

nav#breadcrumbs,
nav#breadcrumbs a,
nav#breadcrumbs a:visited {
	padding-right: 0;
	color: #000 !important;
}

.main-content-column-large {
	width: 100%;
}