/* top navigation bar style */

.top-nav {
	font-family: Palatino, Times, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.top-nav a:link{
	color: #A37857;
	text-decoration: none;
}


.top-nav a:visited{
	color: #A37857;
	text-decoration: none;
}


.top-nav a:hover{
	color: #3A6C8A;
	text-decoration: none;
}


/* caption text style */

.caption-text {
	font-family: "Arial Narrow", sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
}

.caption-text a:link{
	color: #A37857;
	text-decoration: none;
}

.caption-text a:visited{
	color: #A37857;
	text-decoration: none;
}

.caption-text a:hover{
	color: #3A6C8A;
	text-decoration: none;
}


/* body text style */

.body-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}

.body-text a:link{
	color: #3A6C8A;
	text-decoration: none;
}


.body-text a:visited{
	color: #3A6C8A;
	text-decoration: none;
}


.body-text a:hover{
	color: #A37857;
	text-decoration: none;
}


/* headline style */

.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3A6C8A;
	text-decoration: none;
	line-height: 15px;
}


/* timeless style - style */


.timeless {
	font-family: Palatino, Times, "Times New Roman";
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1em;
	font-style: italic;
}



/* recipe tab nav - style */

#tab-nav
{
list-style: none;
width: 700;
height: 50px;
margin: 0;
padding-top: 9px;   // critical
padding-right: 0;
padding-bottom: 0;
padding-left: 6px;
background: url(nav_bg.gif) repeat-x;
}

#tab-nav li
{
	float: left;
	margin-right: 3px;
	margin-bottom: 0;
	font-family: "Arial Narrow", sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	border-bottom: none;
	text-align: center;
}

#tab-nav a
{
height: 27px;
padding-top: 3px;
padding-right: 6px;
padding-left: 6px;
color: #000000;
text-decoration: none;
background: url(off_tab.jpg) repeat-x top left;
}

#tab-nav a:hover, body#home #home_tab a, body#about #about_tab a,
body#products #products_tab a, body#contact #contact_tab a
{
height: 28px;
color: #000000;
border-color: #000000;
background: url(on_tab.jpg) repeat-x top left;
}
