@charset "utf-8";
body {
	background-color: #FFFFFF;
	padding-top: 40px;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
}
.alt {
	background-color: #EFEFEF;
	padding-left: 5px;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
}


#wrapper {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	padding-bottom: 25px;
}
#header {
	float: left;
	width: 862px;
}
#divider {
	float: left;
	width: 432px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#nav {
	height: 32px;
	width: 430px;
	float:right;
}
#navsprites {
	width: 430px;
	height: 32px;
	background: url(images/sprites.jpg);
	padding: 0;
	position: relative;
	float: right;
	margin:auto;
	left: 0px;
	top: 0px;
}
#navsprites li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
#navsprites li, #navsprites a {
	height: 32px;
	display: block;
	text-decoration: none;
}
#menus {
	left: 0;
	width: 93px;
}
#catering {
	left: 94px; 
	width: 123px;
}
#about {
	left: 216px; 
	width: 106px;
}
#contact {
	left: 322px; 
	width: 108px;
}
#menus a:hover, .current1 {
    background: transparent url(images/sprites.jpg) 0 -32px no-repeat;
}
#catering a:hover, .current2 {
    background: transparent url(images/sprites.jpg) -94px -32px no-repeat;
}
#about a:hover, .current3 {
    background: transparent url(images/sprites.jpg) -216px -32px no-repeat;
}
#contact a:hover, .current4 {
    background: transparent url(images/sprites.jpg) -322px -32px no-repeat;
}
#navsprites span {
	display: none;
}
#navsprites a {
	overflow: hidden;
}
#main {
	width: 862px;
	padding-top: 25px;
	float: left;
}
#content {
	float: left;
	width: 428px;
	padding-top: 45px;
}
#content a, #content a:link, #content a:visited {
	color: #333333;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}


.text {
	padding-left: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #535353;
	font-size: 12px;
	line-height: 18px;
}

#image {
	float: right;
	padding-top: 30px;
}
#footdivider {
	padding-top: 16px;
	padding-bottom: 16px;
	float: left;
}
#footer {
	width: 862px;
	padding-bottom: 16px;
	float: left;
}
#bottomnav a, #bottomnav a:link, #bottomnav a:visited {
	text-decoration: none;
	color: #999999;
}
#bottomnav a:hover {
	color: #666666;
}

#madeby {
	float: right;
	padding-right: 15px;
}
#bottomnav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #999999;
	padding-left: 15px;
}
#bottomnav p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

table.text td { padding: 5px 0; }

table.text tr.alter td { background-color: #EFEFEF; }

table.text tr.head { background-color: #d3f0fb; }