/* HTML Tags */

body {
	background: white;
	color: #000000;
	font-family: Tahoma, Sans-Serif;
	font-size: 14px;
	margin: 0;
}

/* Division Tags */

div#greybg {
	width: 100%;
	height: 119px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../cestbon_cheese_images/cestbon_cheese_grey_background.gif);
	background-color: #000099;
}

div#top {
	width: 750px;
	height: 87px;
	background-image: url(../cestbon_cheese_images/header_ontario_cheese_background.gif);
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

div#navigation {
	width: 750px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 87px;
}

/* Navigation Elements */

div#navigation ul{
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

div#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

li#bar {
	width: 141px;
	height: 32px;
}

div#navigation a {
	float: left;
	display: inline;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}

div#navigation a.b_home {
	width: 64px;
	background:url(../cestbon_cheese_images/home.gif);
}

div#navigation a:hover.b_home {
	width: 64px;
	background: url(../cestbon_cheese_images/home_over.gif);
}

div#navigation a.b_aboutus {
	width: 112px;
	background: url(../cestbon_cheese_images/aboutus.gif);
}

div#navigation a:hover.b_aboutus {
	width: 112px;
	background: url(../cestbon_cheese_images/aboutus_over.gif);
}

div#navigation a.b_products {
	width: 107px;
	background: url(../cestbon_cheese_images/products.gif);
}

div#navigation a:hover.b_products {
	width: 107px;
	background: url(../cestbon_cheese_images/products_over.gif);
}

div#navigation a.b_news {
	width: 81px;
	background: url(../cestbon_cheese_images/news.gif);
}

div#navigation a:hover.b_news{
	width: 81px;
	background: url(../cestbon_cheese_images/news_over.gif);
}

div#navigation a.b_contactus {
	width: 104px;
	background: url(../cestbon_cheese_images/contactus.gif);
}

div#navigation a:hover.b_contactus {
	width: 104px;
	background: url(../cestbon_cheese_images/contactus_over.gif);
}

/* Images */

div#title {
	position:absolute;
	left:186px;
	top:168px;
	width:54px;
	height:15px;
	z-index:1;
	background: url(../cestbon_cheese_images/news3.gif);
	background-repeat: no-repeat;
}

div#photo1 {
	position:absolute;
	left:186px;
	top:201px;
	width:400px;
	height:299px;
	z-index:1;
	background-repeat: no-repeat;
}

div#textlink{
	position: absolute; 
	left: 488px; 
	top: 1150px; 
	width: 99px; 
	height: 56px; 
	z-index: 2
}

