/* home Kellogg’s CSS Document */	

h2 {
	font-size:1.2em;
	padding:15px 0 10px 10px;
	border-bottom:1px solid #EFECE6;
}

h2 a:link, h2 a:visited, h2 a:active {
	color:#d8040c;
	text-decoration: none;	
}

h2 a:hover {
	text-decoration: underline;
}

#homeFlashPod 
{
	width:920px;
	height:204px;
	border-bottom:1px solid #d4ccc0;
	padding-bottom:1px;
	
}

#homeFlashPod a {
	margin:0;
	padding-top:205px;	
	width:920px;
	height:0 !important;
	height /**/: 204px;
	overflow:hidden;
	background-image: url(/content/images/home/pod_main.jpg);
	background-repeat: no-repeat;
	display:block;
}

#homeFlashPod.eire a {
	background-image: url(/content/images/home/pod_main.jpg);
}

.homepodWrap {
	padding-bottom:15px;
	float:left;
	display:inline;
	width:229px;
	overflow:hidden;
	border-right:1px solid #EFECE6;
	border-bottom:1px solid #EFECE6;
	background-image:url(/content/images/home/pod_top.gif);
	background-position:top;
	background-repeat:no-repeat;	
}

.end {
	width:230px;
	border-right:0;
}

/* home lists */

.homepodWrap ul {
	border-top:1px solid #EFECE6;
	padding:10px 0 10px 0;
}

.homepodWrap li a:link, .homepodWrap li a:visited, .homepodWrap li a:active {
	background: url(images/arrow_bullet.gif) left center no-repeat;
	padding-left: 8px;
	margin-left: 18px;
	font-size:0.85em;
	line-height:1em;
	color: #333333;
	text-decoration: none;
}

.homepodWrap li a:hover {
	color: #d8040c;
	text-decoration: underline;
}


.homepodWrap p a:link, .homepodWrap p a:visited, .homepodWrap p a:active {
	background: url(images/arrow_filled.gif) left center no-repeat;
	padding:10px 0 10px 25px;
	margin:0 0 0 10px;
	font-size:0.85em;
	color: #d8040c;
	font-weight:bold;
	text-decoration: none;
}

.homepodWrap p a:hover {
	text-decoration: underline;
}


/* end home lists */

/* pod images -----------------------------------*/

div#healthPod a, 
div#productsPod a, 
div#whatsonPod a, 
div#companyPod a{padding-top:117px;margin: 1px 0 1px 0;width:230px;height:0 !important;height /**/: 117px;overflow:hidden;background-repeat: no-repeat;display:block;}

/*
If you’re looking to change the pod images, 
then I’ve moved the CSS into 'Default.aspx' 
and 'Default_ie.aspx'—saves having to upload 
an extra file every time. [SC]
*/

