@charset "UTF-8";

/*Fonts Begin Here*/
@font-face {
    font-family: 'kaushan_scriptregular';
    src:url('fonts/kaushanscript-regular-webfont.eot');
    src: url('fonts/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kaushanscript-regular-webfont.woff') format('woff'),
         url('fonts/kaushanscript-regular-webfont.ttf') format('truetype'),
         url('fonts/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Fonts End Here*/

body {
	background-color: #000;
	font-family: 'kaushan_scriptregular'; 
	color: #01ffff;
	line-height: 1.5em;
}


#bluebar {
	background-image: url(img/bluebar.png);
	width: 100%;
	height: 50px;
	display: block;
	margin: 50px auto;
}

	logo {
		width: 469px;
		height: 150px;
		display: block;
		float: left;
		margin: -40px auto;
		}
	

/**#menuContainer {
	width: 940px;
	margin: 0 auto;
	display: block;
}
**/
	
		#menu {
			display: block;
			float: left;
			font-family: 'kaushan_scriptregular'; 
			}
			
			#menu ul {
				padding: 0 0 0 75px;
				margin: 12px auto;			
				}
			
				#menu ul li {
					color: #000;
					float: left;
					display: inline;
					text-align: right;
					padding: 0 0 0 40px;
					font-family: 'kaushan_scriptregular'; 
					font-size: 33px;
				}
				
					#menu ul li a {
						text-decoration: none;
						color: #000000;
					}
					
					
					
/********************BEGIN BODY SECTION OF PAGE****************************/

#bodyContainer {
	width: 960px;
	height: 672px;
	display: block;
	margin: 0 auto;
}

					

		#operatingHours {
			width: 400px;
			display: block;
			margin: 135px auto;
			text-shadow: 2px 2px 2px #000000;
		}
			
				#operatingHours p {
				font-size: 30px;
				line-height: 37px;
				text-align: center;
				margin: -10px auto;
			}
			
					#operatingHours a {
						color: #01ffff;
					}
			
			
			


/******************BEGIN FOOTER SECTION OF PAGE****************************/

#footerBox {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 150px;
	background-color: #181818;
}

	#footerContainer {
		width: 960px;
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
		#bottomNav {
				width: 440px;
				height: 70px;
				display: block;
				margin: 40px auto auto auto;
				float: left;
				border-width: 1px;
				border-color: #7e7e7e;
				border-style: solid;
				clear: both;
			}
													
			#bottomNav ul {
				padding: 8px 0 0 40px;
			}
													
													
			#bottomNav ul li {
				display: inline;
				text-align: center;
				padding: 0 0 0 7px;
				color: #01ffff;
				font-family: 'kaushan_scriptregular';
				font-size: 20px;
			}
													
													
			#bottomNav ul li a {
				text-decoration: none;
				color: #01ffff;
			}
			
/**Line Footer Change			#bottomNav .lineFont {
				font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			}

**/


					#bottomsocialMedia {
						width: 170px;
						height: 70px;
						display: block;
						margin: 40px auto auto 35px;
						border-width: 1px;
						border-color: #7e7e7e;
						border-style: solid;
						float: left;
						text-decoration: none;
					}
					
						#bottomsocialMedia ul {
							padding: 2px 0 0 20px;
							text-decoration: none;
						}
							
						
						#bottomsocialMedia ul li {
							display: inline;
							padding: 0 0 0 20px;
							text-decoration: none;
						}
						
						
							#phoneNumber {
								width: 272px;
								height: 70px;
								display: block;
								margin: 40px auto auto 15px;
								border-width: 1px;
								border-color: #7e7e7e;
								border-style: solid;
								float: right;
							}
							
							#phoneNumber a {
								text-decoration: none;
								color: #01ffff;
							}
	
							#phoneNumber p {
								text-align: center;
								color: #01ffff;
								font-family: 'kaushan_scriptregular';
								font-size: 23px;
								padding: 1px 0 0 0;
							}
							
						
					