﻿/* Default CSS Stylesheet for a new Web Application project */

.flavourtitle
{
	color: #b8924e;
	font-size: 21px;
}

.browntitle
{
	color: #b8924e;
	font-size: 15px;
	font-weight: normal;
}

.blacktitle
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.footertitle
{
	color: #b8924e;
	font-family: Tahoma,Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
}

a:link.footer, a:visited.footer
{
	font-size: 11px;
	margin: 0px;
	font-family: Tahoma,Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: #939392;
}

a:hover.footer
{
	font-size: 11px;
	margin: 0px;
	text-decoration: underline;
	color: #ed1921;
}

a:link.crumb, a:visited.crumb
{
	font-size: 11px;
	margin: 0px;
	font-family: Tahoma,Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: #939392;
}

a:hover.crumb
{
	font-size: 11px;
	margin: 0px;
	text-decoration: none;
	color: #ed1921;
}

.navTop
{
	background: url(../img/flavourMaster/nav_top.gif) no-repeat;
	background-position: top left;
	padding-left: 27px;
	padding-top: -5px;
	padding-bottom: 5px;
}

.navHeaderTop
{
	background: url(../img/flavourMaster/nav_single.gif) repeat-y;
	background-position: -27px;
	width: 221px;
}

.navHeader
{
	background: url(../img/flavourMaster/nav_single.gif) repeat-y;
	width: 221px;
	text-indent: 27px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navLine
{
	height: 5px;
}

.navLineBottom
{
	margin-top: 20px;
}

.navFlavour
{
	margin-bottom: 5px;
	padding-left: 37px;
}


