@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}
.red {
	color:#F00;
}
body {
background:#000 url(images/bg.jpg) repeat;
margin: 0;
padding: 0;
}
#wrapper {
margin-left:auto; 
margin-right:auto;
width: 900px;
}


/***** HEADER *****/
#header {
	float:left; display:inline;
	background:url(images/header.jpg) no-repeat;
	width: 900px;
	height: 162px;
}
.header {
	display:none;
}


/***** NAVIGATION *****/
/*SEE NAV.CSS FOR MORE*/
#nav{
	float:left; display:inline;
	width:900px;
}
#navleft {
	float:left; display:inline;
	width:245px;
}
#logo {
	float:left; display:inline;
	background:url(images/logo.jpg) no-repeat;
	width:392px;
	height:151px;
}
.logo {
	display:none;
}
#navright {
	float:left; display:inline;
	width:263px;
}
#nav span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
}


/***** CONTENT *****/
#content{
	float:left; display:inline;
	background:url(images/conent-bg.jpg);
	width:840px;
	padding: 10px 30px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	padding-bottom: 8px;
}
#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	padding-bottom: 5px;
	text-shadow: 2px 2px 2px #333;
}
#content a {
	color:#000;
}

.mission {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	width: 679px;
	text-align: left;
	margin-left: 80px;
}
.header-news {
	background-image:url(images/header-news.jpg);
	width: 495px; 
	height: 32px;
	display:block;
	text-decoration:none;
}
.header-news span {
	visibility:hidden;
}
.header-zeuswinner {
	background-image:url(images/header-zeus-winner.jpg);
	width: 840px; 
	height: 32px;
	display:block;
	text-decoration:none;
}
.header-zeuswinner span {
	visibility:hidden;
}
.header-locations {
	background-image:url(images/header-locations.jpg);
	width: 840px; 
	height: 32px;
	display:block;
	text-decoration:none;
	text-align:center;
}
.header-locations span {
	visibility:hidden;
}
.header-contact {
	background-image:url(images/header-tell-zeus.jpg);
	width: 840px; 
	height: 32px;
	display:block;
	text-decoration:none;
}
.header-contact span {
	visibility:hidden;
}
.header-menu {
	background-image:url(images/header-menu.jpg);
	width: 840px; 
	height: 32px;
	display:block;
	text-decoration:none;
}
.header-menu span {
	visibility:hidden;
}
.header-exp-menu {
	background-image:url(images/header-express-menu.jpg);
	width: 840px; 
	height: 32px;
	display:block;
	text-decoration:none;
}
.header-exp-menu span {
	visibility:hidden;
}
.header-catering {
	background-image:url(images/header-catering.jpg);
	width: 700px; 
	height: 32px;
	display:block;
	text-decoration:none;
}
.header-catering span {
	visibility:hidden;
}
.header-gallery {
	background-image:url(images/header-gallery.jpg);
	width: 840px; 
	height: 32px;
	display:block;
	text-decoration:none;
}
.header-gallery span {
	visibility:hidden;
}
.header-employment {
	background-image:url(images/header-work-at-zeus.jpg);
	width: 840px; 
	height: 32px;
	display:block;
	text-decoration:none;
}
.header-employment span {
	visibility:hidden;
}
#newsfeed li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin-left:25px;
}
#employ span {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	padding-bottom: 8px;
}
#menu {
	float:left; display:inline;
	background:url(images/menu-nav-bg.jpg) no-repeat;
	width:840px;
}
#menu-nav {
	float:left; display:inline;
	width:209px;
	padding: 8px;
}
#menu-nav ul {
	padding-left: 12px;
	font-weight:bold;
	font-size:13px;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 2em;
}
#menu-nav a {
	color:#000;
	text-decoration:underline;
}
#men-rt {
	float:left; display:inline;
	width: 605px;
	padding-left:10px;
}

/***** FOOTER *****/
#footer{
	float:left; display:inline;
	background:#000;
	width:860px;
	padding: 10px 20px;
}
#footer span {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#fff;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#fff;
}
#footer a {
	color:#fff;
	padding: 0 5px;
}

