@import url("reset.css");

body {
	background-color:#000;
	text-align:left;
	font-family: 'FS Me Web Regular', Arial, sans-serif;
	color:#FFF;
	}
	
.grid-container {padding-bottom:10px;}
	
hr  {
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	height:1px;
	padding:0px;
	margin:0px;
	}

strong {
	font-family: 'FS Me Web Bold', Arial, sans-serif;
	font-weight:normal;
	}
.outercontainer {
	background-color:#343434;;

}

p {
	font-size:14px;
	line-height:20px;
	padding-bottom:30px;
	font-family: 'FS Me Web Light', Arial, sans-serif;
	}
p a {
	color:#BBB;
	text-decoration:none;
	
	}
p a:hover {
	text-decoration:underline;
	
	}

h1 {
	line-height:42px;
	font-size:35px;
	font-family: 'FS Me Web Light', Arial, sans-serif;
	color:#FFF;
	font-weight:normal;
}

h2 {
	line-height:30px;
	font-size:22px;
	font-family: 'FS Me Web Light', Arial, sans-serif;
	color:#FFF;
	font-weight:normal;
	
}
h3 {
	line-height:24px;
	font-size:18px;
	font-family: 'FS Me Web Light', Arial, sans-serif;
	color:#FFF;
	font-weight:normal;
	padding-bottom:10px;
	
}

.header {
	padding-top:50px;
	padding-bottom:70px;
	}


#back-top {
	
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 38px;
	height: 55px;
	display: block;
	margin-bottom: 7px;
	background: url(../../images/arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}