/*Home-content*/
/*Left Content*/
#left-col {
	float: left;
	width: 560px;
}
#flash {
	float: left;
	width: 239px;
}
#area-map {
	float: left;
	width: 278px;
	margin-top: 30px;
	margin-left: 30px;
}
h2.area {
	width: 278px; height: 227px;
	background: url(../images/header-area.png);
	text-indent: -9999px;
}
#area-map p {
	padding-top: 30px;
}
a#map {
	display: block;
	height: 17px;
	background-position: 0 0;
	width: 222px;
	background-image: url(../images/button-map.gif);
}
#home-content {
	float:left;
	width: 540px;
	clear:left;
	padding: 5px 0px;
	margin-top: 50px;
}
#home-content h1 {
	width: 501px;
	height: 23px;
	background: url(../images/h1-home.gif) no-repeat;
	text-indent: -9999px;
}
#home-content p {
	color: #FFFFFF;
	font-size: 85%;
	padding-top: 10px;
}
#home-content p a#contact {
	display: block;
	height: 15px;
	background-position: 0 0;
	width: 146px;
	background-image: url(../images/button-contact.gif);
}
#home-content p a#contact:hover {
	background-position: 0 -15px;
}
/*Right Sub Nav*/
#right-col {
	float: left;
	width: 313px;
	margin-left: 50px;
}	
#right-col h2 {
	width: 255px;
	height: 23px;
	background: url(../images/h2-home.gif) no-repeat;
	text-indent: -9999px;
}
ul#callouts {
	float: left;
	width: 313px;
	list-style: none;
	margin-top: 20px;
}
ul#callouts li {
	float: left;
}
a span {
	display: none;
}
a#energy-drink, a#cola, a#other-products {
	display: block;
	width: 313px;
	background-position: 0 0;
}
a#energy-drink {
	height: 174px;
	background-image: url(../images/callout-energy.png);
	margin-bottom: 10px;
}
a#cola {
	height: 179px;
	background-image: url(../images/callout-cola.png);
	margin-bottom: 18px;
}
a#other-products {
	height: 171px;
	background-image: url(../images/callout-other.png);
}