/*********************** CSS RESET ***********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*********************** PAGE STRUCTURE ***********************/
body{
	background-color:#000000;
}

#container{
	margin-left:auto;
	margin-right:auto;
	width:990px;
	text-align:center;
}

#BG-table{
	position:relative;
	left:0px;
	top:0px;
	width:990px;
}

#BG-01{
	position:absolute;
	left:0px;
	top:0px;
	width:287px;
	height:161px;
	background-image:url('../images/01-logo-vitality.jpg');
	background-repeat:no-repeat;
}

#BG-02{
	position:absolute;
	left:287px;
	top:0px;
	width:703px;
	height:161px;
	background-image:url('../images/02-navBG-vitality.jpg');
	background-repeat:no-repeat;
z-index:5;
}

#BG-03{
	position:absolute;
	left:0px;
	top:161px;
	width:340px;
	height:689px;
	background-image:url('../images/03-copy-vitality.jpg');
	background-repeat:no-repeat;
	padding:40px 30px 30px;
}

#BG-04{
	position:absolute;
	left:393px;
	top:161px;
	width:597px;
	height:689px;
	background-image:url('../images/04-photos-vitality.jpg');
	background-repeat:no-repeat;
}
#BG-footer{
	position:absolute;
	left:-17px;
	top:720px;
	width:960px;
	height:80px;
	padding:40px 30px 30px;
}
#slides{
	position:absolute;
	left:26px;
	top:48px;
	width:500px;
	height:500px;
}

/*********************** NAV ***********************/

#nav ul {
font:28px arial, helvetica, sans-serif;
margin:0;
text-align:left;
}

#nav ul li{
float:left;
display:inline;
width:210px;
height:50px;
}

#nav ul li ul {
font-size:22px;
line-height:1.0em;
display:none;
}

#nav ul li ul li{
padding:0 0 9px 0;
height:auto;
}

#nav ul li a{
text-decoration:none;
color:#fff;
overflow:hidden;
}

#nav a:hover{
color: #e6d37c;
text-decoration: none;
border-bottom:0px;
}

#nav ul li:hover ul{
display:block;
}

#eat, #drink, #meet, #dine, #events, #learn{
position:absolute;
top:74px;
padding:0 0 0 19px;
z-index:50;
}

#eat{
left:20px;
}

#drink{
left:94px;
}

#meet{
left:190px;
}

#dine{
left:288px;
}

#events{
left:376px;
}

#learn{
left:490px;
}

ul.menuEat, ul.menuDrink, ul.menuLearn{
position:absolute;
top:36px;
left:0px;
height:400px;
padding:25px 0 0 19px;
background-repeat:no-repeat;
}

ul.menuEat{
background-image:url('../images/eat-drop-down.jpg');
}

ul.menuDrink{
background-image:url('../images/drink-drop-down.jpg');
}

ul.menuLearn{
background-image:url('../images/learn-drop-down.jpg');
}

/*********************** TEXT STYLES ***********************/

h1, h2, h3, p{
	color:#FFFFFF;
	text-align:left;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	letter-spacing:2px;
}
ul, li{
	color:#FFFFFF;
	font-family:Arial, Helvetica, Geneva, sans-serif;
}
ul.recipe{
	font-size:10px;
	line-height:12px;
	letter-spacing:2px;
	padding:0 0 12px 0;
}
h1{
	font-size:18px;
	font-style:italic;
	padding:18px 0 6px 0;
}
h2{
	font-size:14px;
	font-style:italic;
	line-height:18px;
	padding:18px 0 18px 0;
}
h3{
	font-size:12px;
	font-style:bold;
	line-height:14px;
	padding:0 0 3px 0;
}
p{
	font-size:10px;
	line-height:12px;
	padding:0 0 15px 0;
}

#wrap{
	width:330px;
}
#wrap ul{
	list-style:none;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	letter-spacing:2px;
}
#wrap li{
	width:100%;
	float:left;
	color:#fff;
}
#wrap li.describe{
	border-bottom:1px dotted #fff;
}
#wrap li span{
	float:right;
	text-align:right;
	position:relative;
	font-size:10px;
	font-style:italic;
	margin-top:9px;
}
#wrap li h3{
	float:left;
	position:relative;
	margin-top:5px;
}

/** copy links **/
a:link, a:visited, a:active {color:#e6d37c; text-decoration:none;}
a:hover{
	color:#c4aa30;
	text-decoration:none;
	border-bottom:1px;
	border-bottom-style:dotted;
}

