@charset "utf-8";
/* CSS Document */

		*{
			margin:0;
			padding:0;
		}
		a{
			color:#FFF;
			text-decoration: none;
			outline: none;
		}
		
		a:hover{
			text-decoration: none;
			color:#FFFFFF;
		}
		img{
			border:none;
		}
		
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		
		#header {
			margin-top:5px;
			margin-bottom:10px;
			width: 100%;
			text-align:center;
			z-index:11;
		}
		
		/* -------------------------------------------------- */
		/* talltabs-black */
		/* -------------------------------------------------- */
		
	#talltabs-black {
		padding:0;
		width:100%;
		overflow:hidden;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		z-index:11;
	}
	
	#talltabs-black ul {
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		text-align:center;
		z-index:11;
		display:inherit;
	}
	#talltabs-black ul li {
		padding: 5px 5px 1px 5px;
		font-size:16px;
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		z-index:11;
	}
	#talltabs-black ul li.text a {
		text-transform:uppercase;
		padding: 2px 5px 1px 5px;
		font-size:20px;
		height: 30px;
		line-height: 30px;
		background:#000;
		text-decoration:none;
		color:#fff;
		z-index:11;
	}
	#talltabs-black ul li.text a:hover {
		background-color:#333333;
		z-index:11;
	}
	
	#talltabs-black ul li.logo,
	#talltabs-black ul li.logo a {
		margin-right:5px;
		border:none;
		z-index:15;
		top:21px;
	}

		#mainhome	 {
			background-image:url(images/yak_home3.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			height:800px;
		}
		
		#mainfood {
			background-image:url(images/yak_food2.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			height:800px;
		}
		
		#mainbar {
			background-image:url(images/yak_bar2.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			height:800px;
		}
		
		#mainfunctions {
			background-image:url(images/yak_functions2.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			height:800px;
		}
		
		#mainmailinglist {
			background-image:url(images/yak_mailinglist.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			height:800px;
		}
		
		#mainreservations {
			background-image:url(images/yak_reservations.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			height:800px;
		}
		
		#mainlocation {
			background-image:url(images/yak_location.jpg);
			background-repeat: no-repeat;
			background-position: center top;
			height:800px;
		}
		
		.content{
			margin-left:auto;
			margin-right:auto;
			width:300px;
			z-index: 14;
			background-image:url(images/bckgrdtrans.png);
			border-top:0px;
			border-bottom:0px;
			padding: 13px 18px 7px 18px;
			z-index:1;
		}
		
		.content a{
			text-decoration: underline;
			color:#FFFFFF;
		}

		.contentframe{
			overflow: hidden;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			line-height: 1.8em;
			font-size: 11px;
			padding: 0px 18px 7px 18px;
			z-index: 1;
		}

		*/
	</style>