

/*header*/
#logoCocaCola
{
	position:absolute;
	left:50%;
	width:228px;
	margin: auto auto auto -440px;
	top:25px;
	
}
#headertop
{
	width:960px;
	height:54px;
	background:url(../../Images/bcg_header.jpg) top no-repeat;
	text-align:right;
}
#headertop img
{
	margin:8px 10px 0 0;
	border:none;
}
.coke, .bevInst
{
	height:13px;
	float:right;
}
.bevInst a
{
	font-size:13px;
	height:13px;
	margin:0;
	padding:0;
	background:url(../../Images/BeverageInstit.gif) no-repeat;
	background-position:0 0;
}
.bevInst a:hover, .coke a:hover
{
	background-position:0 -12px;
}
.coke a
{
	font-size:13px;
	background:url(../../Images/colaDotCom.gif) no-repeat;
	background-position:0 0;
}

#primaryNavigation
{
	width:960px;
	height:46px;
	background:#FFFFFF url(../../Images/bcg_primaryNav.gif) no-repeat;
	text-align:right;
}
#menuHolder
{
	margin-right:60px;
}
#menuHolder img
{
	border:none;
}
.btnDrinks, .btnHealth, .btnLifestyle, .btnCommunity
{
	float:right;
	margin:0 0 0 4px;
	padding:0;
	height:46px;
}
.btnDrinksSelected
{
	background:url(../../Images/btn_yourDrinks.gif) bottom no-repeat;
	float:right;
	margin:0 0 0 4px;
	padding:0;
	height:46px;
}
.btnHealthSelected
{
	background:url(../../Images/btn_yourHealth.gif) bottom no-repeat;
	float:right;
	margin:0 0 0 4px;
	padding:0;
	height:46px;
}
.btnLifestyleSelected
{
	background:url(../../Images/btn_yourLifestyle.gif) bottom no-repeat;
	float:right;
	margin:0 0 0 4px;
	padding:0;
	height:46px;
}
.btnCommunitySelected
{
	font-size:50px;
	background:url(../../Images/btn_yourCom.gif) bottom no-repeat;
	float:right;
	margin:0 0 0 4px;
	padding:0;
	height:46px;
}
.btnDrinks a
{
	font-size:50px;
	background:url(../../Images/btn_yourDrinks.gif) top no-repeat;
}
.btnHealth a
{
	font-size:50px;
	background:url(../../Images/btn_yourHealth.gif) top no-repeat;
}
.btnLifestyle a
{
	font-size:50px;
	background:url(../../Images/btn_yourLifestyle.gif) top no-repeat;
}
.btnCommunity a
{
	font-size:50px;
	background:url(../../Images/btn_yourCom.gif) top no-repeat;
}
.btnDrinks a:hover, .btnHealth a:hover, .btnLifestyle a:hover, .btnCommunity a:hover
{
	background-position:bottom;
}

/*left secondary navigation*/
.secMenu
{
	position:relative;
}

.secondaryHome
{
	position:relative;
	width:233px;
	height:34px;
}
.secondaryHome a
{
	font-size:36px;
	position:absolute;
	clip:rect(0 233px 34px 0);
	background:url(../../Images/SecondaryNavigation/btn_homeSingle.gif) top no-repeat;
}
.secondaryHome a:hover
{
	margin-top:0px;
	background-position:bottom;
	margin-top:-30px;
	clip:rect(30px 233px 68px 0);
}

.secondaryFirst, .secondaryReg, .secondaryLast, .secondaryRegSub, .secondaryLastSub, .secondaryRegSelected, .secondaryLastSelected, .secondaryRegSubSelected, .secondaryLastSubSelected
{
	position:relative;
	width:233px;
	height:31px;
}
.secondaryFirst a
{
	font-size:34px;
	position:absolute;
	clip:rect(0 233px 31px 0);
	background:url(../../Images/SecondaryNavigation/btn_top.gif) top no-repeat;
}
.secondaryFirst a:hover
{
	background-position:bottom;
	margin-top:-31px;
	clip:rect(31px 233px 62px 0);
}
.secondaryReg a
{
	font-size:34px;
	position:absolute;
	clip:rect(0 233px 31px 0);
	background:url(../../Images/SecondaryNavigation/btn_reg.gif) top no-repeat;
}
.secondaryReg a:hover
{
	background-position:bottom;
	margin-top:-31px;
	clip:rect(31px 233px 62px 0);
}
.secondaryLast a
{	
	font-size:36px;
	position:absolute;
	clip:rect(0 233px 31px 0);
	background:url(../../Images/SecondaryNavigation/btn_bottom.gif) top no-repeat;
}
.secondaryLast a:hover
{
	background-position:bottom;
	margin-top:-31px;
	clip:rect(31px 233px 62px 0);
}

.secondaryRegSub a
{
	font-size:34px;
	position:absolute;
	clip:rect(0 233px 31px 0);
	background:url(../../Images/SecondaryNavigation/btn_regSub.gif) top no-repeat;
}
.secondaryRegSub a:hover
{
	background-position:bottom;
	margin-top:-31px;
	clip:rect(31px 233px 62px 0);
}
.secondaryLastSub a
{
	font-size:34px;
	position:absolute;
	clip:rect(0 233px 31px 0);
	background:url(../../Images/SecondaryNavigation/btn_bottomSub.gif) top no-repeat;
}
.secondaryLastSub a:hover
{
	background-position:bottom;
	margin-top:-31px;
	clip:rect(31px 233px 62px 0);
}

.secondaryRegSelected
{
	background:url(../../Images/SecondaryNavigation/btn_regSelected.gif) top no-repeat;
}
.secondaryLastSelected
{
	background:url(../../Images/SecondaryNavigation/btn_bottomSelected.gif) top no-repeat;
}
.secondaryLastSubSelected
{
	background:url(../../Images/SecondaryNavigation/btn_bottomSubSelected.gif) top no-repeat;
}
.secondaryRegSubSelected
{
	background:url(../../Images/SecondaryNavigation/btn_regSubSelected.gif) top no-repeat;
}
.secondaryRegSelected img, .secondaryLastSelected img, .secondaryRegSubSelected img, .secondaryLastSubSelected img{
	position:absolute;
	clip:rect(0 233px 31px 0);
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
}


