		
				
				@font-face {
				font-family: GothamRndBold;
				src: url(GothamRnd-Bold.otf);
				}
				
				@font-face {
				font-family: GothamRndMed;
				src: url(GothamRnd-Book.otf);
				}

	
@media (max-width : 4000px)
		{				
				
			#argyle{
				position:absolute;
				top: 0px;
				left: 0px;
				width:100%;
				
			}
			
			
			.locale{
			position:absolute;
			top: 100px;
			right: 20px;
			z-index:4;
			text-align:right;
			}
			
			#alerts1{
				position:absolute;
				bottom: 70px;
				left: 380px;
				width: 320px;
				height: 100px;
				background-color: 000000;
				opacity: 0.8;
				padding: 10px;
				color: red;
				font-family: arial;
				font-weight: bold;
				z-index:3;
				border: 1px solid white;
				border-left: 6px solid red;
				}
			
			.newlogo{
				position:absolute;
				bottom: 15px;
				left: 15px;
				z-index:3;
				}
				
			#newlogo{
				width:350px;
				}

			#bottomfade{
				width:100%;
				position:absolute;
				bottom:0;
				left:0;
				z-index:2;
				}

			.menubar{
				position:absolute;
				bottom: 20;
				right:20;
				width: 1170px;
				z-index:3;
				}
				
			.menuitem1{
				float:right;
				font-family: GothamRndMed;
				font-size:32px;
				color:white;
				width:165px;
				}
				
			.menuitem2{
				float:right;
				font-family: GothamRndMed;
				font-size:32px;
				color:white;
				width:270px;
				}
				
			.menuitem3{
				float:right;
				font-family: GothamRndMed;
				font-size:32px;
				color:white;
				width:230px;
				}
				
			.menuitem1:hover{
				text-decoration:underline;
				}
				
			.menuitem2:hover{
				text-decoration:underline;
				}
				
			.menuitem3:hover{
				text-decoration:underline;
				}


			.booknow{
				float:right;
				width:280px;
				float:left;
				color:white;
				font-family: GothamRndBold;
				text-align: center;
				background-color: F7941D;
				font-size:28px;
				}
				
			.bookingpop{
				width: 400px;
				height:200px;
				text-align: center;
				padding: 50px;
				font-family: GothamRndMed;
				font-size:20px;
				background-color: F7941D;
				position: absolute;
				left: -100px;
				bottom: 60px;
				}
				
			#closex{
				width:50px;
				position: absolute;
				right: 0px;
				top: 0px;
			}
				
				#alerts{
				position:absolute;
				top:150px;
				left:15px;
				width:450px;
				height:150px;
				background-color: fdf0be;
				opacity: 0.8;
				padding: 10px;
				color:red;
				font-family: arial;
				font-weight:bold;
				
				}

				.content{
				position:absolute;
				bottom:225px;
				left:30px;
				width:670px;
				height:570px;
				background: rgba(0,0,0,0.8);
				padding: 0px 25px 25px 25px;
				color: white;
				margin-top: 25px;
				}
				
				p{
				font-family: GothamRndMed;
				font-size:18px;
				font-weight:normal;
				}
				
				a:visited {
					color:white;
				}
				a {
					color:white;
					font-family: GothamRndMed;
				font-size:18px;
				font-weight:normal;
				}
				
				.headers{
				font-family: GothamRndBold;
				font-size:32px;
				font-weight:bold;
				color: white;
				}
				
				.headers2{
				font-family: GothamRndBold;
				font-size:20px;
				font-weight:bold;
				color: white;
				}
				
				.headers3{
				font-family: GothamRndBold;
				font-size:32px;
				font-weight:bold;
				color: white;
				}
				
				table{
					color:white;
					font-family: GothamRndMed;
				font-size:18px;
				margin: 10px;
				vertical-align:top;
				}
				
				td {
				padding: 10px;
				vertical-align:top;
				}
				
		}		

		
@media (max-width : 1600px)
		{
			#newlogo{width:300px;}
			.menubar{width:975px;}
			.menuitem1{font-size:26px; width:150px}
			.menuitem2{font-size:26px; width:220px}
			.menuitem3{font-size:26px; width:185px}
			.booknow{font-size:22px; width:230px;}
			.content{bottom:185px; width:550px; height:480px;}
			p{font-size:14px;}
			.headers{font-size:26px;}
			.headers2{font-size:17px;}
		}	

@media (max-width : 1300px)
		{
			#newlogo{width:250px;}
			.menubar{width:785px;}
			.menuitem1{font-size:20px; width:125px}
			.menuitem2{font-size:20px; width:170px}
			.menuitem3{font-size:20px; width:148px}
			.booknow{font-size:17px; width:175px;}
			.content{bottom:170px; width:500px; height:450px;}
			p{font-size:12px;}
			.headers{font-size:20px;}
			.headers2{font-size:14px;}
		}		