/*
 *  Ball Corporation
 *	Cascading Style Sheet
 *  Last Modified: 10-26-04
*/

/*	COLORS      
 *  Lt Gray BG:  	#F4F4F4
 *  Gray Line: 		#BDBDBD
 *  Dk Blue:		#00ACCD
 *  Lt Blue:		#B7DAE3
*/

/*  BALL HOME SPECIFIC  */


#feature {
	padding: 0;
	width: 752px;
	height: 145px;
}

#news {
	height: 24px;
	border-top: 1px solid #BDBDBD;
	padding: 0 12px;
	font-size: 0.9em;
	text-align: left;
}

#news p {
	margin-bottom: 0;
	line-height: 20px;
	font-size: 10px;
}

.title {
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 12px;
}

/*#eatDrinkImagine {
	height: 130px;
	background-image: url(/img/bg/edi.jpg);
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-bottom: 10px;
}
*/


#eatDrinkImagine {
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(/img/bg/edi.jpg);
	background-repeat: repeat-x;
}

#eatDrinkImagine img {
	float: left;
	clear: left;
	margin-right: 8px;
}

#eatDrinkImagine h1 {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	text-transform: lowercase;
	color: black;
	letter-spacing: 1px;
}

#eatDrinkImagine p {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 1.0em;
	line-height: 1.2em;
}


#eat {
	width: 225px;
	border-right: 1px solid #BDBDBD;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}

#drink {
	width: 225px;
	border-right: 1px solid #BDBDBD;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}

#imagine {
	width: 226px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}


#numbers {
	height: 107px;
	background-image: url(/img/bg/numbersTall.jpg);
	background-repeat: repeat-x;
}

#numbers h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 18px;;
	margin-top: -2px;
	padding-top: 7px;
	letter-spacing: 0.05em
}

#stockquote {
	width: 225px;
	height: 107px;
	border-right: 1px solid #BDBDBD;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}

.bigNumbers {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	margin-top: 21px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.stockUp {
	font-size: 14px;
	margin-left: 12px;
	color: green;
}

.stockDown {
	font-size: 14px;
	margin-left: 12px;
	color: red;
}

.center {
	text-align: center;
	font-size: 1.0em;
}

#recycling {
	height: 107px;
	width: 225px;
	border-right: 1px solid #BDBDBD;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}

#recycling p {
	font-size: 1.0em;
	line-height: 1.3em;
}

#production {
	width: 226px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}

#production p {
	font-size: 1.0em;
	line-height: 1.3em;
}

#spotlight {
	height: 24px;
	border-top: 1px solid #BDBDBD;
	padding: 0 12px;
	font-size: 0.9em;
	text-align: left;
}

#spotlight p {
 	margin-bottom: 0;
 	line-height: 20px;
 	font-size: 10px;
 }
 
#quickquestion {
 	height: 24px;
 	border-top: 1px solid #BDBDBD;
 	padding: 0 12px;
	font-size: 0.9em;
 	text-align: left;
}
 
#quickquestion p {
  	margin-bottom: 0;
   	line-height: 20px;
  	font-size: 10px;
}
 
