@charset "UTF-8";
/* CSS Document */

/* ----------------- **** general **** ------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	background:#000 url(images/body/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
}

.water-drops {
	background: url(images/body/water_drops.png) no-repeat !important;
	background:#000 url(images/body/bg.gif) repeat-x;
	margin:auto;
	width:1200px;
}

.content-block {
	background: url(images/body/ds.png) repeat-y!important;
	background:#000 url(images/body/bg.gif) repeat-x;
	width:950px;
	margin:auto;
}

.wrapper {
	width:900px;
	margin:auto;
}

#floatLeft {
	float:left;
}

#floatRight {
	float:right;
}

.clear {
	clear:both;
	height:0px;
	width:0px;
}

.copy-block {
	margin:auto;
	width:900px;
}

.cokeRed {
	color:#ff1300;
}
.cokeRed14 {
	color:#ff1300;
}

.cokeBigRed16 {
	color:#ff1300;
	font-size:14px
}

.cokeBigRed18 {
	color:#ff1300;
	font-size:18px;
}

.pageBrake {
	margin-top:17px;
}


.hyperLinkRed  a{
	color:#ff1300;
	text-decoration:none;
}

.hyperLinkRed  a:hover{
	color:#ff1300;
	text-decoration:underline;
}
	

/* ----------------- **** general **** ------------*/


/*---------------------------------------------------------------------Header*/


#header {
	width:900px;
	height:125px;
	background:url(images/header/headerBG.gif) top repeat-x;
}

#logo {
	height:60px;
	width:305px;
	overflow:hidden;
	background-image:url(images/header/logo.png) !important;
	background-image:url(images/header/logo.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	margin: 37px 62px 0px 51px;
	padding:0 0;
	float:left;
}
#logo a{
	height:60px;
	width:305px;
	display:block;
}
#logo span {
	margin-left:-5000px;
}

.headerBar {
	margin-top:18px;
	float:left;
}

#secondaryNav{
	margin:16px 0px 0px 30px;
	float:left;
	font-family:Helvetica Neue, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}

#secondaryNav ul {
	float:left;
	width:181px;
	margin-left:5px;
}

#secondaryNav li {
background-image:url(images/header/smallTriangles.png) !important;
background-image: url(images/header/smallTriangles.gif);
background-repeat: no-repeat;
background-position: 0px 10px;
padding-left:15px;
list-style:none;
line-height:30px;
}

#secondaryNav li a {
	text-decoration:none;
	color:#FFF;
}
.regular{
	color:#9d927b;
}
.selected{
	color:#000;
}

#secondaryNav li a:hover{
	color:#971b11;
}




#navBar{
	width:900px;
	height:49px;
	background:#000 url(images/header/navBG.gif) repeat-x;
	margin:auto;
}

ul#nav {
    list-style: none;
	width: 900px;
    overflow:hidden;
}
ul#nav li {
	float: left;
	clear:right;
}
ul#nav li a span {
	margin-left: -5000px;
}
ul#nav li a {
	display: block;
	background-image: url(images/header/navBar.png)!important;
	background-image:url(images/header/navBar.gif);
	background-repeat: no-repeat;
	height: 49px;
	overflow:hidden;
}
ul#nav li.refreshed a {
	background-position: 0px -0px;
	width:288px;
}
ul#nav li.refreshedSelected a {
	background-position: 0px -49px;
	width:288px;
}
ul#nav li.refreshed a:hover, ul#nav li.refreshedSelected a:hover {
	background-position: 0px -49px;
}
/* ------------ */
ul#nav li.reenergized a {
	background-position: -288px -0px;
	width:175px;
}
ul#nav li.reenergizedSelected a {
	background-position: -288px -49px;
	width:175px;
}
ul#nav li.reenergized a:hover, ul#nav li.reenergizedSelected a:hover {
	background-position: -288px -49px;
}
/* ------------ */
ul#nav li.reengineered a {
	background-position: -463px -0px;
	width:156px;
}
ul#nav li.reengineeredSelected a {
	background-position: -463px -49px;
	width:156px;
}
ul#nav li.reengineered a:hover, ul#nav li.reengineeredSelected a:hover {
	background-position: -463px -49px;
}
/* ------------ */
ul#nav li.renewed a {
	background-position: -619px 0px;
	width:119px;
}
ul#nav li.renewedSelected a {
	background-position: -619px -49px;
	width:119px;
}
ul#nav li.renewed a:hover, ul#nav li.renewedSelected a:hover {
	background-position: -619px -49px;
}
/* ------------ */
ul#nav li.reinforced a {
	background-position: -738px 0px;
	width:162px;
}
ul#nav li.reinforcedSelected a {
	background-position: -738px -49px;
	width:162px;
}
ul#nav li.reinforced a:hover, ul#nav li.reinforcedSelected a:hover {
	background-position: -738px -49px;
}
/* ------------ */

/*---------------------------------------------------------------------Footer*/

#footerSpread {
	background:url(images/footer/footerBG.gif) repeat-x;
	width:100%;
	height:119px;
	margin-top:12px;
}

#footer {
	margin:auto;
	width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

#footerLogo {
	float:right;
	background:url(images/footer/footerLogo.gif) no-repeat;
	width:224px;
	height:119px;
}

#footerHolder {
	float:left;
	width:676px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer dl dt span{
	margin-top:0px;
	padding-top:0px;
}

#footer dl dd{
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	line-height:20px;
}

#footer dl{
	margin-top:10px;
	padding-top:0px;
	float:left;
	margin-right:40px;
	margin-bottom:0px;
}

#footer dt{
	font-weight:bold;
	font-size:13px;
}

.copyright {
	margin-top:10px;
	text-align:right;
}

/*---------------------------------------------------------------------Home*/

.slideShow {
	width:900px;
	margin:auto;
}

/*---------------------------------------------------------------------Home*/

/*----------------------------------------------------Letter to Shareholder*/

.shareholdPage {
	padding:37px 38px 37px 38px;
	background-color:#FFF;
}


.shareholdPage h1{
	background:url(images/shareholder/shareholder_header.gif) no-repeat 0 0;
	margin:0;
	padding:0;
	width:824px;
	height:92px;
	overflow:hidden;
}
.shareholdPage h1 span{
	margin-left:-5000px;
}

.shareholdPage h2{
	background:url(images/shareholder/financial_highlights.gif) no-repeat 0 0;
	margin-top:20px;
	padding:0;
	width:206px;
	height:42px;
	overflow:hidden;
}
.shareholdPage h2 span{
	margin-left:-5000px;
}

.shareholdPage h3 {
	color:#ff1300;
	font-size:14px;
	font-weight:normal;
}
	

.shareholdPage #floatLeft {
	width:436px;
	line-height:17px;
	
}
	
.shareholdPage #floatRight {
	line-height:17px;
	width:374px;
}

.shareholdPage p {
	text-indent:1.5em;
}

.topMargin {
	margin-top:20px;
}

.achieving {
	margin-top:8px;
}

.chart {
	margin-top:10px;
}

.shareholdPage .show{
	margin-top:26px;
	float:right;
	text-align:right;
	padding: 0;
}
.shareholdPage .show a{
	text-decoration:none;
}
.shareholdPage .show a:hover{
	text-decoration:underline;
}
.shareholdPage .moreBlock{
	width:824px;
	display:none;
	clear:both;
}
.shareholdPage .moreBlock p{
	text-indent:1.5em;
}
.signature {
	margin:10px 0 0 20px;
}

/*----------------------------------------------------Letter to Shareholder*/

/*----------------------------------------------------CFO Meassage/ Increasing Returns*/

.cfoPage {
	padding:37px 38px 37px 38px;
	background-color:#FFF;
}

.cfoPage h1{
	background:url("images/Increasing Returns/increasing_returns_header.gif") no-repeat 0 0;
	height:63px;
	margin:0;
	padding:0;
	overflow:hidden;
	width:506px;
}
.cfoPage h1 span{
	margin-left:-5000px;
}

.cfoPage h2{
	overflow:hidden;
}
.cfoPage h2 span{
	margin-left:-5000px;
}

.cfoPage .net {
	margin:35px 0 0 0;
	width:97px;
	height:40px;
	background:url("images/Increasing Returns/net_debt.gif") no-repeat 0 0;
}

.cfoPage .free {
	margin:41px 0 0 0;
	width:162px;
	height:40px;
	background:url("images/Increasing Returns/free_cash_flow.gif") no-repeat 0 0;
}

.cfoPage #floatLeft {
	line-height:18px;
	margin-top:30px;
	width:434px;
}
	
.cfoPage #floatRight {
	margin-top:30px;
	width:365px;
}

.cfoPage p {
	text-indent:1.5em;
}

.cartInfo {
	line-height:20px;
	margin-top:18px;
	width:294px;
	font-size:11px
}

.smallblackCopy {
    font-size:10px;
    color:#000;
}
.freeSpace {
    margin-top:18px;
}


/*----------------------------------------------------CFO Meassage/Increasing Returns*/

/*----------------------------------------------------Corporate Governance*/

.corporatePage {
	padding:37px 21px 37px 21px;
	background-color:#FFF;
}

.corporatePage h1{
	background:url(images/corporate_gov/corporate_governance_header.gif) no-repeat 0 0;
	height:33px;
	overflow:hidden;
	width:353px;
	margin-bottom:21px;
}
.corporatePage h1 span{
	margin-left:-5000px;
}

.corporatePage h2{
	margin-bottom:28px;
	overflow:hidden;
}
.corporatePage h2 span{
	margin-left:-5000px;
}

.corporatePage h3 {
	color:#ff1300;
	display:inline;
	font-size:14px;
	font-weight:normal;
}
sup {
	color:#ff1300;
	font-size:10px;
	vertical-align:text-top;
}

.corporatePage p {
	margin-bottom:18px;
}

.corporatePage .board-of-directors {
	margin:0 0 0 0;
	width:289px;
	height:26px;
	background:url(images/corporate_gov/board_of_directors.gif) no-repeat 0 0;
}

.corporatePage .coporate-officers {
	margin:0 0 0 0;
	width:156px;
	height:69px;
	background:url(images/corporate_gov/corporate_officers.gif) no-repeat 0 0;
}
.corporatePage .north-america-group-officers {
	margin:0 0 0 0;
	width:241px;
	height:69px;
	background:url(images/corporate_gov/north_america_group_officers.gif) no-repeat 0 0;
}
.corporatePage .european-group-officers {
	margin:0 0 0 0;
	width:225px;
	height:69px;
	background:url(images/corporate_gov/european_group_officers.gif) no-repeat 0 0;
}

.board-members {
	margin-top:9px;
	margin-bottom:23px;
	line-height:17px;
	font-size:10px;
}
.corporatePage .col1 {
	line-height:17px;
	margin-top:28px;
	width:289px;
	float:left;
}

.corporatePage .col1Header {
	width:289px;
	float:left;
}
.corporatePage .col2 {
	line-height:17px;
	margin-top:28px;
	width:309px;
	float:left;
}

.corporatePage .col2Header {
	width:309px;
	float:left;
}
.corporatePage .col3 {
	line-height:17px;
	margin-top:28px;
	width:260px;
	float:left;
}

.corporatePage .col3Header {
	width:260px;
	float:left;
}

.corporatePage .col3 ul {
	margin-top:0px;
}

.corporatePage .col3 li {
	line-height:17px;
	font-size:10px;
	list-style:none;
}

.corporatePage a {
	text-decoration:none;
	color:#ff1300;
}

.corporatePage a:hover {
	text-decoration:underline;
	color:#ff1300;
}






/*----------------------------------------------------Corporate Governance*/

/*-------------------------------------------Shareholder Information*/

.shareInfoPage {
	padding:30px 32px 24px 32px;
	background-color:#FFF;
}

.shareInfoPage h1{
	background:url(images/shareholderInfo/shareholder_information_header.gif) no-repeat 0 0;
	height:90px;
	overflow:hidden;
	width:378px;
	margin-bottom:0px;
}
.shareInfoPage h1 span{
	margin-left:-5000px;
}

.shareInfoPage h2 {
	display:inline;
	color:#ff1300;
	font-size:14px;
	font-weight:normal;
}

.shareInfoSmall {
	font-size:10px;
	color:#515151;
	font-weight:lighter;
}

.shareInfoPage sup {
	display:inline;
	clear:right;
	font-size:9;
	color:#ff1300;
}

.shareInfoPage p {
	display:block;
	margin-bottom:30px;
}

.shareInfoPage #floatLeft {
	width:836px;
	line-height:17px;
}

.shareInfoPage .topMargin {
	margin-top:30px;
}

.shareInfoPage .col1 {
	width:213px;
	float:left;
}
.shareInfoPage .col2 {
	width:228px;
	float:left;
}
.shareInfoPage .col3 {
	width:395px;
	float:left;
}

.shareInfoPage .col3 ul {
	margin-top:0px;
}

.shareInfoPage .col3 li {
	line-height:17px;
	font-size:12px;
	margin-left:10px;
}
.shareInfoList {
	line-height:17px;
	font-size:12px;
	margin-left:15px;
}

/*-------------------------------------------Shareholder Information*/

/*-------------------------------------------reFreshed */

.refreshedPage {
	padding:14px 14px 14px 14px;
	background-color:#FFF;
}

.refreshedPage h1{
	background:url(images/reFreshed/reFreshed_header.jpg) no-repeat 0 0;
	height:159px;
	overflow:hidden;
	width:874px;
	margin-bottom:0px;
}
.refreshedPage h1 span{
	margin-left:-5000px;
}

.refreshedPage .flashContent1 {
	width:874px;
	margin-top:16px;
}

.refreshedPage .flashContent2 {
	width:874px;
	margin-top:14px;
}

/*-------------------------------------------reFreshed */

/*-------------------------------------------reEnergized */

.reenergizedPage {
	padding:40px 55px 40px 41px;
	background-color:#FFF;
}

.reenergizedPage h1{
	background:url(images/reEnergized/reEnergized_header.gif) no-repeat 0 0;
	height:123px;
	overflow:hidden;
	width:711px;
	margin-bottom:0px;
}
.reenergizedPage h1 span{
	margin-left:-5000px;
}

.reenergizedPage h2 {
	background:url(images/reEngineered/price.gif) no-repeat 0 0;
	height:207px;
	overflow:hidden;
	width:448px;
	margin-bottom:0px;
}
.reenergizedPage h2 span{
	margin-left:-5000px;
}


.reenergizedRed {
	width:448px;
	background-image:url(images/reEnergized/red_slice.jpg);
	background-repeat:repeat-x;
	height:217px;
	color:#FFFFFF;
	line-height:17px;
	margin-top:30px;
}
.reenergizedWhite {
	padding:23px 23px 23px 23px;
}

.reenergizedPage sup {
	display:inline;
	clear:right;
	font-size:9;
	color:#ff1300;
}

.reenergizedPage p {
	display:block;
	text-indent:2.5em;
}

.reenergizedPage #floatLeft {
	width:330px;
}

.reenergizedPage #floatRight {
	width:448px;
	line-height:20px;
}

.reenergizedPage .imageMargin {
	padding-top:11px;
}

/*-------------------------------------------reEnergized */

/*-------------------------------------------reEngineered*/

.reengineeredPage {
	padding:35px 30px 35px 30px;
	background-color:#FFF;
}

.reengineeredPage h1{
	background:url(images/reEngineered/reengineeredHeader.gif) no-repeat 0 0;
	height:149px;
	overflow:hidden;
	width:840px;
}
.reengineeredPage h1 span{
	margin-left:-5000px;
}

.reengineeredPage h2{
	background:url(images/reEngineered/price.gif) no-repeat 0 0;
	height:134px;
	overflow:hidden;
	width:840px;
}
.reengineeredPage h2 span{
	margin-left:-5000px;
}

.reengineeredPage #floatLeft {
	width:513px;
	line-height:20px;
}
	
.reengineeredPage #floatRight {
	width:291px;
}

.reengineeredPage p {
	text-indent:1.5em;
}

.reengineeredPage .block1 {
	background:#e22e20 url(images/reEngineered/blockBG.gif) repeat-x 0 100%;
	width:291px;
	margin-top:20px;
}

.reengineeredPage .block1 .copy {
	color:#FFF;
	padding:18px 18px 18px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

.reengineeredPage .block1 .copy p {
	margin-top:20px;
	text-indent:0;
}

.reengineeredPage .block2 {
	margin-top:30px;
}

/*-------------------------------------------reEngineered*/

/*-------------------------------------------reInforcing*/


.reinforcingPage {
	background-color:#FFF;
	padding: 35px 35px 35px 35px;
}

.reinforcingPage h1{
	background:url(images/reInforcing/reinforcingHeader.gif) no-repeat 0 0;
	height:99px;
	overflow:hidden;
	width:830px;
}
.reinforcingPage h1 span{
	margin-left:-5000px;
}

.reinforcingPage h2{
	background:url(images/reInforcing/our_commitment.gif) no-repeat 0 0;
	height:237px;
	overflow:hidden;
	width:486px;
}
.reinforcingPage h2 span{
	margin-left:-5000px;
}

.reinforcingPage #floatLeft {
	width:294px;
}
	
.reinforcingPage #floatRight {
	width:486px;
}

.reinforcingPage .copy {
	margin-top:26px;
	line-height:20px;
}

.reinforcingPage .copy p {
	text-indent:1.5em;
}

.reinforcingPage .block1 {
     width:294px;
     background:#e22e20 url(images/reInforcing/blockBG.gif) repeat-x 0 100%;
     
}

.reinforcingPage .block1 .copyBlock {
	color:#FFF;
	padding:25px 21px 25px 21px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

.reinforcingPage .block1 .copyBlock p {
	text-indent:0;
    margin-top:20px;
}

/*-------------------------------------------reInforcing*/

/*-------------------------------------------territories*/

.territoriesPage {
	background-color:#FFF;
	padding: 35px 31px 35px 31px;
}
.territoriesPage h1{
	overflow:hidden;
}
.territoriesPage h1 span{
	margin-left:-5000px;
}

.territoriesPage .europe {
	background:url(images/territories/europe.gif) no-repeat 0 0;
	height:57px;
	width:148px;
}
.territoriesPage .north-america {
	background:url(images/territories/north_america.gif) no-repeat 0 0;
	height:57px;
	width:300px;
}


.territoriesPage  #floatLeft {
	width:436px;
	line-height:20px;
}
	
.territoriesPage #floatRight {
	width:360px;
}

.territoriesPage .copy {
	margin-top:17px;
	margin-bottom:17px;
	line-height:20px;
}
.territoriesPage .copy p {
	text-indent:1.5em;
}

.territoriesPage .leftBlock {
	margin-top:23px;
}

.territoriesPage .name {
	margin-top:17px;
	margin-bottom:17px;
}

.territoriesPage .top {
	margin-top:65px;
}

.territoriesPage .anchorTexts {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#878787;
	margin-bottom:23px;
	text-align:right;
}

.territoriesPage .anchorTexts a {
	color:#878787;
	text-decoration:none;
}

.territoriesPage .anchorTexts a:hover {
	color:#ff1300;
	text-decoration:underline;
}

/*-------------------------------------------territories*/

/*-------------------------------------------renewed*/

.renewedPage {
	background-color:#FFF;
	padding:35px 41px 35px 41px;
}

.renewedPage h1{
	background:url(images/reNewed/renewedHeader.gif) no-repeat 0 0;
	height:147px;
	overflow:hidden;
	width:819px;
}
.renewedPage h1 span{
	margin-left:-5000px;
}

.renewedPage  #floatLeft {
	width:439px;
	line-height:20px;
}
	
.renewedPage #floatRight {
	margin-top:-50px;
	overflow:visible;
	z-index:99;
	position:relative;
	width:352px;
}

.renewedPage p {
	text-indent:1.5em;
}

.renewedPage ul {
	list-style:none;
}

.renewedPage li {
	margin-bottom:7px;
}

.renewedPage .block1 {
	background:url(images/reNewed/blockBG.gif) repeat-x;
	width:439px;
	margin-top:20px;
}

.renewedPage .block1 .copy {
	color:#FFF;
	padding:30px 18px 30px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

.renewedPage .block1 .copy p {
	margin-top:20px;
	text-indent:0;
}


	




/*-------------------------------------------renewed*/

	
