/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for Fergal Foods
	DATE:			01/07/09
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */
/*body.landing-page div#home-content
{
	background: transparent url(../images/nd-bg.jpg) no-repeat left top;
	width: 1837px;
	height: 1081px;
	z-index: 1;
}*/

body.landing-page #home-content h1
{
	position: absolute;
	left: 70px;
	top: 336px;
	z-index: 2;
	/*text-indent:-90000px;*/
}
body.landing-page
{
}
body.landing-page #home-content h1 img
{
	outline: none;
	outline-width: none;
}
body.contact
{
	color: #d8d3cd;
	background-color: #fff;
}
body.default
{
	color: #7E7872;
	background-color: #fff;
}
body.blog 
{
	color: #7e7872;
	background-color: #ebf7f7;
}
body.travel
{
	background-color: #2d0000;
}
body.travel div#container 
{
	height:650px;
	width:100%;
}
body.food div#container 
{
	height:650px;
	width:100%;
}
/* ==========================================================
	NAVIGATION
========================================================== */
/*DEFAULT TEMPLATE*/
body.default #main-navigation a { color: #699c23;}
body.default #main-navigation ul li a:hover,
body.default #main-navigation ul li a.current:visited,
body.default #main-navigation ul li a.current:hover
{
	color: #699c23;
}
/* ==========================================================
	H1 HEADINGS
========================================================== */
/*Default*/
body.default h2,
body.default h3,
body.default h4,
body.default h5
{
	color: #699c23;
	font-weight: normal;
}






