.overlay{
    background-color:#323B3B;
    position:relative;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
}
*{
	margin: 0;
	padding: 0;
}
.middle{
	margin-right: auto;
	margin-left: auto;
}
#topMostContainer{
	background-color: rgba(50,59,59,1);
	height:650px;
}

#topContainer{
	background-color: rgba(0,0,0,0.5);
	width:100%;
	height:100px;
	padding-top: 10px;
}
#subTopContainer{
	width:1200px;
	height: auto;
}
#logoContainer{
	width:210px;
	height:70px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:rgba(235,9,19,1) ;      /* rgba(224,20,68,1) Red Type Color First Applied*/
	font-family: Arial;
	font-size: 30px;
	display: inline-block;
	margin-left: 106px;
}
#logoContainer p{
	text-shadow:0px 0px 2px rgba(0,0,0,0.5);
}
.stitched {
   padding: 20px;
   background: rgba(235,9,19,1);
   color: #fff;
   font-weight: bold;
   border: 1px dashed rgba(0,0,0,0.5);
   border-radius: 10px;
   box-shadow: 0 0 0 4px rgba(235,9,19,1), 0px 2px 6px 8px rgba(10, 10, 0, 0.5);
}
#menuContainer{
	width:650px;
	height:40px;
	float:right;
	margin:45px 0 0 30px ;
}
.newButton{
	float: right;
	width: 90px;
	height:33px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0;
	background-color: rgba(50,59,59,0.8);
	color:#fff;
	font-family: Arial;
	font-weight:700;
	font-size: 15px;
	margin-right: 20px;
}
.newButton:hover{
	background-color: rgba(235,9,19,1);
}
.newButton:active{
	background-color: rgba(235,9,19,0.8);
}
.social{
	float:right;
	margin:0 5px 0 0;
}
.fluid_container {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
	margin-top: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
#lowestContainer{
	background-color: rgba(18,19,20,1);
	height: auto;
	z-index: 1000;
	box-shadow: 1px 0px 3px rgb(0,0,0,0.3);
	overflow: hidden;
}
#footer{
	width:25%;
	height:100px;
	margin-top: 30px;
	margin-left: 100px;
	overflow: hidden;
	float: left;
}
#addressSFCM{
	color: rgba(76,76,76,1);
	max-width: 220px;
	height:auto;
	display:inline;
}
#addressSFCM>a{
	color: rgba(76,76,76,1);
}
#topMostContainer2{
	background-color: rgba(50,59,59,1);
	height:180px;
	width: 100%;
	box-shadow: 0px 4px 10px rgba(0,0,0,1);
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
}
#banner{
	background-color: rgba(165,16,255,1);
	height:220px;
	position:relative;
	top:180px;
	left:0;
	display: block;
}
#wrapper{
	width: 1000px;
	height: auto;
	color:rgb(56,56,56);
	font-family: Arial;
	position: relative;
	margin-top: 250px;
	font-size: 15px;
	margin-bottom: 30px;
}
#redDot{
	color: red;
}
#below-links{
	color: rgba(76,76,76,1);
	width:600px;
	overflow: hidden;
	margin-top: 30px;
	margin-right: 100px;
	float: right;
}
#below-links>a{
	color: rgba(76,76,76,1);
	display: inline;
}