/* Kemteck footer */
.footer-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
a.footer-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	/*decoration: none;*/
}
a.footer-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	decoration: none;
	background-color: #CC9900;
}

/* Misc */
body {
	margin:0px;
	padding:0px;
	scrollbar-face-color: #ffcc00;
	scrollbar-shadow-color: #009933;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #009933;
	scrollbar-arrow-color: #009933;
	/*background-color: #ffcc00;*/
	/*background-image: url(/images/bg_tuggs.gif);*/
}
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cc9900;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	/*background-color: #CCCC99;*/
}
.title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	/*text-decoration: underline;*/
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006633;
	font-style: italic;
	/*text-decoration: underline;*/
}

/* Food menu page */
.menu-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	background-color: #cc9900 ;
	/*text-decoration: underline;*/
}
.menu-title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	/*text-decoration: underline;*/
}


/* NEW NAVIGATION */
.navi-cell {
	background-color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a.navelement:link
{
	  /* 	background-color: #70A073;*/
    background-color: #006633;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.navelement:visited
{
  /* 	background-color: #70A073;*/
    background-color: #006633;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.navelement:hover
{
	background-color: #cc9900;
	/*color: #70A073; */
	color: #000;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a#navelement2:link
{
	  /* 	background-color: #70A073;*/
    background-color: #cc9900;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	display:block;
}

a#navelement2:visited
{
  /* 	background-color: #70A073;*/
    background-color: #cc9900;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

a#navelement2:hover
{
	background-color: #cc9900;
	/*color: #70A073; */
	color: #333;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
	
}

.cell {
	background-color: #cc9900;
}
.table-frame {
	border: 1px solid #cc9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bannerborder {
border: thin solid black;
}