@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);


@font-face {
	font-family:'UniversLTStd-LightCn';
	src: url('UniversLTStd-LightCn_gdi.eot');
	src: url('UniversLTStd-LightCn_gdi.eot?#iefix') format('embedded-opentype'),
		url('UniversLTStd-LightCn_gdi.woff') format('woff'),
		url('UniversLTStd-LightCn_gdi.ttf') format('truetype'),
		url('UniversLTStd-LightCn_gdi.svg#UniversLTStd-LightCn') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Frutiger-Light';
	src: url('Frutiger-Light_gdi.eot');
	src: url('Frutiger-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('Frutiger-Light_gdi.woff') format('woff'),
		url('Frutiger-Light_gdi.ttf') format('truetype'),
		url('Frutiger-Light_gdi.svg#Frutiger-Light') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0021-2122;
}


/* General Base Style */
body{
    background: #e73c0e;
    color: rgba(0,0,0,0.8);
    font-family: 'Frutiger-Light','Myriad Pro','Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
}
a{
    color: #e73c0e;
    text-decoration: none;
}
.container{
    width: 100%;
    position: relative;
}
.clr{
    clear: both;
}
h1{
    font-size: 24px;
    position:relative;
    font-weight: 400;
    padding: 30px 5px 10px 5px;
	margin: 0px 15px;
	color: rgba(78,84,123,0.1);
	text-shadow: 0px 1px 0.5px #fff;
	border-bottom: 1px solid rgba(17,17,22,0.1);
}
/* Header Style */
.header{
    font-family:'Lato', 'Arial Narrow', Arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    background: rgba(250,250,250,0.7);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.3);
}
.header a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: rgba(231,14,60,0.9);
    display: block;
    float: left;
}
.header a:hover{
    color: rgba(231,14,60,1);
}
.header span.right{
    float: right;
}
.header span.right a{
    float: none;
    display: inline;
}