body {
	padding: 0px;
	margin: 0px;
	font-family: "Futura Std", Futura, Helvetica, sans serif;
	font-size: 1em;
	font-style: bold;
	color: #cccccc;
}
h1 {
	font-family: "Helvetica Std LT", Helvetica, sans serif;
	font-size: 3em;
	color: #555;
	float: left;
	margin: 0px 0px 0px 30px;
}
header {
	position: relative;
	max-width: 1000px;
	margin: 20px auto 5px auto;
}
img#logo {
	float: left;
}
nav {
	margin: 5px;
	text-align: center;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	font-family: "Futura Std", Futura, Helvetica, sans serif;
	font-size: 1em;
	background: #336dee; /* Old browsers */
	background: -moz-linear-gradient(top,  #336dee 1%, #333399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#336dee), color-stop(100%,#333399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #336dee 1%,#333399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #336dee 1%,#333399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #336dee 1%,#333399 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #336dee 1%,#333399 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336dee', endColorstr='#333399',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 999;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background: #404b4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #404b4f 0%, #5f6975 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404b4f), color-stop(100%,#5f6975)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #404b4f 0%,#5f6975 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #404b4f 0%,#5f6975 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #404b4f 0%,#5f6975 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #404b4f 0%,#5f6975 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404b4f', endColorstr='#5f6975',GradientType=0 ); /* IE6-9 */
}
nav ul li:hover a {
	color: #cccccc;
}
nav ul li a {
	display: block;
	padding: 20px 30px;
	color: #cccccc;
	text-decoration: none;
}
nav ul ul {
	display: none;
	background: #5f6975;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}
nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}
nav ul ul li a {
	padding: 15px 40px;
	color: #cccccc;
}	
nav ul ul li a:hover {
	background: #4b545f;
}
nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}
#slider1_container {
	position: relative;
	margin: 0px auto 5px auto;
	width: 618px;
	height: 134px;
}
div#wrapper {
	width: 1000px;
	position: relative;
	margin: 5px auto 5px auto;
}
div.meat {
	width: 465px;
	min-height: 150px;
	padding: 0px 0px 0px 25px;
	margin: 5px 5px 10px 5px;
	color: #555555;
	background-color: #cccccc;
	border-radius: 10px;
	float: left;
}
.meat h4 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 0;
}
.meat p {
	color: #000000;
	padding: 0 10px 0 0;
}
.meat dl {
	list-style: none;
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	width: 29%;
}
.meat dt {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}
.meat dd {
	font-size: 0.8em;
	margin: 0px 0px 0px 7px;
}
.meat a {
	text-decoration: none;
	color: #000000;
}
.meat a:hover {
	color: #ffffff;
}
.meat ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.meat li {
	font-size: 0.8em;
	float: left;
	width: 33.333%;
}
footer {
	background: #336dee; /* Old browsers */
	background: -moz-linear-gradient(top,  #336dee 1%, #333399 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#336dee), color-stop(100%,#333399)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #336dee 1%,#333399 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #336dee 1%,#333399 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #336dee 1%,#333399 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #336dee 1%,#333399 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336dee', endColorstr='#333399',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	height: 150px;
	max-width: 1000px;
	clear: both;
	position: relative;
	margin: 5px auto 0px auto;
}
img#white {
	margin: 25px;
	float: left;
}
footer ul#address {
	padding: 35px;
}
footer ul#address li {
	list-style: none;
}
footer ul#links {
	margin-left: 525px;
	margin-top: -108px;
}
footer ul#links li {
	list-style: none;
	display: inline;
	margin: 20px;
}
footer a {
	color: #cccccc;
	text-decoration: none;
}
footer a:hover {
	color: #ffffff;
}
li span {
	display: none;
}
footer ul li:hover span {
	display: block;
	padding: 8px;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	color: #000000;
	position: absolute;
	margin-top: -120px;
	z-index: 1000;
	max-width: 225px;
	background-color: #a9c2fb;
	opacity: 0.7;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 4px #000;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    2px 2px 3px 4px #000;  /* Firefox 3.5 - 3.6 */
	box-shadow:         2px 2px 3px 4px #000;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}