/* 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;
}

div#splash1 {
	width: 277px;
	height: 223px;
	background-image: url(../cestbon_cheese_images/cestbon_cheese_limited_product_shot2.jpg);
	position: absolute;
	left: 0px;
	top: 119px;
	background-color: #CCCCCC;
}

div#splash2 {
	width: 473px;
	height: 223px;
	background-image: url(../cestbon_cheese_images/cestbon_cheese_limited_goat_animal2.jpg);
	position: absolute;
	left: 277px;
	top: 119px;
	background-color: #CCCCCC;
}

/* 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);
}

/* Welcome Bar */

div#welcomebar {
	background-image:url(../cestbon_cheese_images/about_us_bar.jpg);
	width: 750;
	height: 43;
	position: absolute;
	left: 0px;
	top: 342px;
}

/* Blue Vertical Area */

div#bluevert {
	background-color:#0033CC;
	width: 214px;
	height: 60%;
	position: absolute;
	left: 0px;
	top: 385px;
}

/* Fullerworks.com Area */

div#fullerworks {
	width: 213px;
	height: 50;
	position: relative;
	left: 0px;
	top: 675px;
}

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

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

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

div#fullerworks a.c_fullerworks {
	width: 213px;
	background:url(../cestbon_cheese_images/fullerworks_toronto_ontario_web_design.gif);
}

div#fullerworks a:hover.c_fullerworks {
	width: 213px;
	background:url(../cestbon_cheese_images/fullerworks_toronto_ontario_web_design_over.gif);
}

/* Text Area */

div#homepage_text {
	width: 414px;
	height: 200px;
	position: absolute;
	left: 244;
	top: 410;
}

/* Text Attributes */

p.text_homepage {
	font-size: 13.5px;
}
