/* This stylesheet is specifically used for overriding the CSS on the home page */

#page {
	_margin-left: 163px;
}

#header_products_overhang
{
    background: none;
    width: 0;
    height: 0;
    position: relative;
    display: none;
}

#kid {
	position: absolute;
	right: -47px;
	width: 217px;
	height: 636px;
	background: url(/images/application/home.png) no-repeat;
	z-index: 3;
	top: 80px;
}
* html #kid {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/application/home.png", sizingMethod="crop");
	right: 70px;
}

#product_spotlight
{
    position: absolute;
    width: 438px;
    height: 422px;
    background: url(/images/application/products_link_homepage.png) no-repeat;
    z-index: 4;
    top: 279px;
    left: -126px;
    cursor: pointer;
}

* html #product_spotlight
{
    background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/application/our-lunchbox-products-site-is-coming-soon-check-back-often.png", sizingMethod="crop");
}

ul#menu
{
    margin-left: 90px;
}

#meal_body
{
    float: left;
    width: 190px;
    margin: 12px 0 0 28px;
}

#meal_body p
{
    padding-right: 0px !important;
}

#meal_image
{
    border: 0 none; 
    height: 140px;
    width: 140px;
    float: left;
    background: url(/images/application/meal_image.png) no-repeat;
}

* html #meal_image
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/application/meal_image.png", sizingMethod="scale");
}

#top {
	background: url('/images/application/home-banner.png') no-repeat;
	width: 758px;
	height: 167px;
	padding: 9px 15px 15px 15px;
}

#top h1 {
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 0;
}

#top, #top *, #bottom .right , #bottom .right  * {
	color: white;
}

#top, #top * {
	font-size: 14px;
}

#top .left {
	float: left;
	width: 200px;
}

#top .left img
{
    border: 0px none;
}

#bottom .right img {
	border: 2px solid white;
}

#top .right {
	float: right;
	width: 390px;
	margin-right: 60px;
	padding-right: 100px;
}

#bottom .left {
	width: 250px;
	float: left;
}

#bottom .left h2 {
	margin: 0 0 10px 0;
}

#bottom .left p {
	margin: 0;
}

#bottom .left img {
	margin-right: 10px;
}

#bottom .right {
	padding: 15px 100px 15px 20px;
	width: 385px;
	height: 152px;
	float: right;
	background: url('/images/application/blackboard.png') no-repeat;
	position: relative;
	z-index: 2;
}

#bottom .right h1 {
	margin: 0;
	padding: 0;
}

#bottom .right p {
	padding-right: 180px;
}

#full_range {
	color: #296eb4;
	font-weight: bold;
}

#bottom .right img {
	margin-left: 10px;
}

#full_range {
	padding: 3px;
	width:90%;
	display: block;
	border: 3px solid #dfdfdf;
	background: #ececec;
	text-align: center;
	margin-top: 10px;
}