html,body {
	
		margin:0;
		padding:0;
		font-family:Helvetica;
		line-height: 1.3;
		z-index:0;
		font-weight:200;
		text-align:left;
}

img {
	padding:0px;
	margin:0px;		
}

a {
	text-decoration:none;
	color:#de0120;
}

a:hover{
	text-decoration:underline;	
}

.fontKnockout a:hover, .fontKnockout28 a:hover{
	text-decoration:none;	
}

.fontKnockout:hover, .fontKnockout28:hover{
	text-decoration:none;	
}

li{
	padding-bottom:4px;	
}

@font-face {
	font-family: Knockout;
	src: url('../fonts/Knockout-29.otf');
}

@font-face {
	font-family: Knockout_28;
	src: url('../fonts/Knockout-28.otf');
}

.fontKnockout{
	font-family:'Knockout';
	text-transform:uppercase;
}

.fontKnockout28{
	font-family:'Knockout_28';
	text-transform:uppercase;		
}

.fright{
	float:right;	
}

.fleft{
	float:left;	
}

#main{

}

.container{
	padding:0px;
}

#header{ 
	z-index:10;
	position:relative;
	top:48px;
	height:120px;
}

#logo{
	z-index:10;
}

.logoFixed{
	top:30px;
	position:fixed;
}

.logoAbsolute, .logoAbsolute a, .logoAbsolute img{
	top:-85px;
	position:absolute;
	height:369px;
	width:385px;
	z-index:100;
	
}


#nav{
	float:right;
	text-align:right;
	z-index:10;
}

#nav span{
	padding-right:25px;
	font-size:21px;
}

#nav a{
	color:#000;	
}

#nav span:last-child{
	padding-right:0px;
}

#gallery{
	margin-top:-17px;
	z-index:0;
}

#footer{
	margin-top:100px;
	border-style:solid;
	border-top-width:3px;
	border-top-color:#000;
	
	height:232px;
	color:#000;
	font-family:Helvetica;
	font-size:16px;	
}

.footerContent {
	float:left;
	margin-right: 3.8%;
	width:12%;
	font-weight:100;
}

#animatedLine {
	position:absolute;
	top:47px;
	left:75%;
	background-color:#ff0000;
	height:8px;
	display:hidden;
}

.footerContent > .bold {
	text-transform:uppercase;
}

.footerContent > .fontKnockout{
	font-size:16px;	
}

.footerContent > .footerText{
	font-size:12px;	
}

#footer > div.row{
	padding-top:30px;
}

.bold{
	font-weight:600;	
}

.clear{
	clear:both;	
}

.redText{
	color:#de0120;	
}

.verticalBorder{
	border-style:solid;
	border-left-width:3px;
	border-left-color:#000;
	height:100px;
}

div p {
	padding-bottom:25px;	
}