@import url('reset.css');

/* General Style */
body{
	background: #F9F9F9;
	color: #e42612;
	font-family: "HelveticaNeueW02-45Ligh", Arial, sans-serif;
	font-size: 36px;
}
a{
    color: #fff;
    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: #666666;
	text-shadow: 0px 1px 1px #fff;
	border-bottom: 1px solid rgba(17,17,22,0.1);
}
/* Header Style */
.header{
    font-family:"HelveticaNeueW02-75Bold", Arial, sans-serif;
    line-height: 24px;
    font-size: 11px;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
}
.header a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #ddd;
    display: block;
    float: left;
}
.header a:hover{
    color: #fff;
}
.header span.right{
    float: right;
}
.header span.right a{
    float: none;
    display: inline;
}
.menu{
    position:relative;
    z-index: 1000;
    text-align:center;
	float: right;
	padding: 10px;

}
.menu a{
	display: inline-block;
	padding: 4px 6px;
	background: #e42612;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.menu a:hover{
	color: #fff;
	background: #75757b;
}
.menu a.current-demo,
.menu a.current-demo:hover{
	font-weight: bold;
	background: #75757b;
	color: #fff;
	cursor: default;
}


.menu-bottom{
    position:relative;
    z-index: 1000;
    text-align:center;
	float: center;
	padding: 10px;
   
}
.menu-bottom a{
	display: inline-block;
	padding: 4px 6px;
	background: #303e4f;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 28px;
	-webkit-font-smoothing: antialiased;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	 margin-top: 8%;
}
.menu-bottom a:hover{
	color: #fff;
	background: #75757b;
}
.menu-bottom a.current-demo,
.menu-bottom a.current-demo:hover{
	font-weight: bold;
	background: #75757b;
	color: #fff;
	cursor: default;
}