body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dbdbdb;
}.main_bg {
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.navigation_bg {
	background-image: url(../images/navi-bak.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navigation {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #897c70;
	text-decoration: none;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.navigation a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #897c70;
	text-decoration: none;
}
.navigation_white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.navigation_white a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;

}
.navigation a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #949a43;
	text-decoration: none;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
	line-height:16px;
}
.content a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height:16px;
}
.whitebak {
	background-image: url(../images/lunch2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.white {
	background-image: url(../images/lunchbakbot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}
.nav {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #6f6f6f;
	text-decoration: none;
	text-transform: uppercase;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.greytext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #6f6f6f;
	text-decoration: none;
}
.smalltext {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #696969;
	text-decoration: none;
}
.headingtxt {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.smallheading {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.greycontent {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #6f6f6f;
	text-decoration: none;
}
.Largeheading {
	font-family: "Trebuchet MS";
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.heading2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #513207;
	text-decoration: none;
}
.bluetxt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	text-transform: none;
}
.bluetxt a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	text-transform: none;
}
.bluetxt a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
.redtxt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #A80000;
	text-decoration: none;
	line-height:16px;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 500px; /*Width of Carousel Viewer itself*/
	height: 100px; /*Height should enough to fit largest content's height*/
	margin-top: 27px;
	margin-left: 15px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height: 100px;
	width: 500px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 500px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 100px;
}

