@charset "utf-8";

/* CSS Document */

#sections {
	height: 500px;
	width: 100%;
	position: relative;
	z-index: 3;
}
.section {
	width: 30px;
	float: left;
	background-image: url(../layout/nvl.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
	position: relative;
	text-align: left;
	overflow: hidden;
}
.section .nav {
	top: 4px;
	right: 9px;
	position: absolute;
	width: 9px;
	z-index: 2;
}
.section .nav ul {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	display: none;
	list-style-type: none;
}
.section .nav ul li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal!important;
}
.section .nav ul li a:hover {
	color: white;
}

.section_name {
	display: block;
	height: 100px;
	width: 9px;
	text-indent: -9999px;
	background-repeat: no-repeat;

	background-position: ;
	background-position: -116px 0px;
}
#lifestyle {
	background-image: url(../layout/nav/lifestyle.gif);
}
#food {
	background-image: url(../layout/nav/food.gif);
}
#products {
	background-image: url(../layout/nav/products.gif);
}
#restaurants {
	background-image: url(../layout/nav/restaurants.gif);
}
#frankies {
	background-image: url(../layout/nav/frankies.gif);
}
/*
.current {
	width: 680px;
}
.current .section_name {
	width: 115px;
	background-position: 0px;
}
.current .nav {
	width: 115px;
}
*/
.images {
	position: absolute;
	height: 510px;
	width: 650px;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.icontent {
	position: absolute;
	width: 300px;
	left: 20px;
	top: 20px;
	background-color: black;
	z-index: 0;
	opacity: .9;
	height: 400px;
}
.icontent_position {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
.icontent .showhide {
	background-color: #333333;
	height: 30px;
	width: 90px;
	font-size: 1.4em;
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	opacity: 1;
	line-height: 30px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#video {
	height: 170px;
	width: 290px;
	margin-bottom: 5px;
	background-color: #000000;
	outline:none
}
.videokb {
	height: 285px!important;
	width: 500px!important;
}
