@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.png);
	background-position:top left;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
}

/* ------------------------------ TEXTS ----------------- */

.grey-txt{
	color:#666666;
}

.white-txt{
	color:#FFFFFF;
	font-size:12px;
}

.menu-txt-14{
	font-size:14px;
	color: #FFF;
	font-weight:bold;
	
}

.ingr-txt-10{
	font-size:11px;
	color: #FC3;
	
	
}


/* ------------------------------ HEADINGS ----------------- */

.white-heading-18{
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
	
}

.RED-heading-22{
	color: #330000;
	font-size: 18px;
	font-weight:bold;
}

.white-heading-20-123{
	color:#ffffff;
	background-image:url(images/visited.png);
	background-position:center;
	font-size: 20px;
	font-weight:bold;
}

.white-heading-16{
	color:#ffffff;
	font-size: 16px;
	font-weight:boldER;
}

.black-heading-16{
	color:#000;
	font-size: 18px;
	font-weight: BOLDER;
}

.white-heading-menu{
	color: #FC0;
	font-size: 18px;
	font-weight:bold;
	font-style:oblique
}


.white-heading-menu14{
	color: #FC0;
	font-size: 14px;
	font-weight:bold;
	font-style:oblique
}

.ORANGE-heading-menu{
	color: #ff6600;
	font-size: 20px;
	font-weight:bold;
	font-style:oblique
}

.ORANGE-heading-menu1{
	color: #ff6600;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
}

.ORANGE-heading-menu2{
	color: #ff6600;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
}

.ORANGE-heading-14{
	color: #ff6600;
	font-size: 14px;
	font-weight:bold;
	
}

.WHITE-heading-menu1{
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
}



.WHITE-heading-menu2{
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
}

.WHITE-heading-14{
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	
}

/* ------------------------------ LINKS ----------------- */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #660000;
	text-decoration:underline;
}
a:active {
	color: #660000;
}

a.RED-heading-22:link,
a.RED-heading-22:active,
a.RED-heading-22:visited{
	color: #330000;
	font-size: 18px;
	font-weight:bold;
}
	 
a.black-links:link,
a.black-links:active,
a.black-links:visited{
	font-family: Arial;
	color:ffffff;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	}
a.black-links:hover {
	text-decoration:underline;
	 }

/* ------------------------------ BORDERS ----------------- */

.banner {
	background-image: url(images/menu-back.png);
	background-repeat: no-repeat;
}

.banner-long {
	background-image: url(images/banner1.png);
	background-repeat: no-repeat;
}

.banner-long1 {
	background-image: url(images/banner2.png);
	background-repeat: no-repeat;
}

.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

.header-long {
	background-image: url(images/header1.png);
	background-repeat: no-repeat;
}

.header-long1 {
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
}

.body-m {
	background-image: url(images/background-m-new11.png);
	background-repeat: no-repeat;
}

.body-m1 {
	background-image: url(images/background-m1-new11.png);
	background-repeat: no-repeat;
}

.body_long {
	background-image: url(images/body1.png);
	background-repeat: no-repeat;
}

.body_long1 {
	background-image: url(images/body2.png);
	background-repeat: no-repeat;
}

.title {
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	
}

.footer {
	background-image: url(images/footer.png);
	
}

.footer-long {
	background-image: url(images/footer1.png);
	
}

.footer-long1 {
	background-image: url(images/footer2.png);
	
}

.link-on {
	background-image: url(images/visited.png);
	background-position:center;
}



a.rollover img {
	width: 120px;
	height: 120px;
	border: none;
}

a.rollover:hover > img {
	width: 170px;
	height: 170px;
	border: none;
}

.text12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-color: black;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff
}
a:active {
	text-decoration: none;
	color: #fff;
}
h1 {
	font-size: 24px;
}


#nav {
	width: 90%;
	float: left;
	margin: 0 0 1em 1em;
	padding: 0;
	list-style: none;
	background-color: #cc6633;
	border-bottom: 1px solid #cc6633; 
	border-top: 1px solid #cc6633; }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 14px 18px;
	text-decoration: none;
	font-size:18px;
	font-weight: bold;
	color: #660000;
	border-right: 1px solid #cc6633; }
#nav li a:hover {
	color: #fff;
	font-size:14px;
	background-color: #330000; }

