
/* 
{
	margin: 0px;
	padding: 0px;	
}

body
{
}

a
{
	text-decoration: none;
}

#container
{
	min-width:800px;
    width:expression(document.body.clientWidth < 800 ? "800px" : "100%" );
}

#header
{
	background-image: url(/locations/kcs/graphics/banner_index.gif);
	width: 100%;
	background-repeat: repeat-x;
	height: 236px;
}


#home span, #recipes span, #products span, #faqs span
{
	visibility: hidden;
	width: 100%;
	height: 100%;
}

#home
{
	background-image: url(/locations/kcs/graphics/logo_index.gif);
}

#recipes
{
	background-image: url(/locations/kcs/graphics/recipes_index.gif);
}

#products
{
	background-image: url(/locations/kcs/graphics/products_index.gif);
}

#faqs
{
	background-image: url(/locations/kcs/graphics/faqs_index.gif);
}


#home a, #recipes a, #products a, #faqs a
{
	width: 100%;
	height: 100%;
}

#home, #recipes, #products, #faqs
{
	display: inline;
	float: left;
	width: 24%;
	height: 236px;
	background-position: center top;
	background-repeat: no-repeat;
}

#home 
{
	width: 27%;
}*/

#splashwrapper
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	padding-top: 0px;
	height: 200px;
	text-align: center;
}

#splash
{
    background-position: center center;
    height: 200px;
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/locations/kcs/graphics/IcicleHoriz.jpg');
    background-repeat: no-repeat;
}

#kc1 {}

#kc2
{
	left: -25px;
	visibility: hidden;
	position: relative;
	top: 100px;
}

#kc3
{
	visibility: hidden;
	left: -50px;
	position: relative;
	top: 175px;
}

.pagecontent 
{
	min-width:650px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 650 ? "650px" : "100%" );
}

