/* --------------------------- CONTAINERS --------------------------- */

#home_top_container {
	position: relative;
	float: left;
	width: 750px;
	height: 342px;
	text-align: left;
	}

#home_deals_container {
	position: relative;
	float: right;
	width: 496px;
	text-align: left;
	background: #FFF;
	}

#home_sidebar_container {
	float: left;
	width: 240px;
	text-align: left;
	}

/* --------------------------- INCREDIBLE DEALS --------------------------- */

#deals_title {
	font-size: 12px;
	color: #FFF;
	background: #000 url(../images/496top.gif) no-repeat top left;
	padding: 5px 10px 5px 6px;
	white-space: nowrap;
	overflow: hidden;
	}

#deals_area {
	width: 492px;
	height: 680px;
	padding: 2px 2px 0px 2px;
	margin: 0px;
	text-align: left;
	}

#deals {
	width: 245px;
	height: 170px;
	text-align: left;
	padding: 0px;
	background: #FFF;
	}
	
#deals a {
	display: block;
	font-size: 20px;
	padding: 14px 5px 0px 8px;
	margin-bottom: 5px;
	height: 30px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/deal_link.gif) no-repeat right 0px;
	}
	
#deals a:hover {
	display: block;
	font-size: 20px; 
	padding: 14px 5px 0px 8px; 
	height: 30px;
	color: #FFF; 
	text-decoration: none; 
	background: url(../images/deal_link.gif) no-repeat right -44px; 
	}
	
#deals_footer {
	height: 24px;
	width: 496px;
	background: url(../images/496btm.gif) no-repeat top left;
	}

.deals_text {
	padding: 5px;
	}

/* --------------------------- HOME SIDEBAR --------------------------- */

#home_sidebar_title {
	font-size: 12px;
	color: #FFF;
	background: #000 url(../images/240top.gif) top left no-repeat;
	margin: 0px;
	padding: 5px 10px 5px 6px;
	white-space: nowrap;
	overflow: hidden;
	}
	
#pay_area {
	padding: 6px;
	background: #FFF;
	}
	
#home_sidebar_footer {
	position: relative;
	height: 24px;
	width: 240px;
	margin-bottom: 12px;
	background: #000 url(../images/240btm.gif) no-repeat top left;
	}

/* --------------------------- ABOUT KHAPCO ---------------------------- */

#about_area {
	padding: 6px;
	background: #FFF;
	}
	
#about_pic {
	padding: 2px;
	background: #FFF;
	}
	
#deals_pic {
	position: absolute;
	top: 0px;
}
