﻿/* CSS Document */

/* START OF CSS RESET */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END OF CSS RESET */


body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  min-width: 708px;
  font-size: 62.5%;
}

#wrapper {
  position: relative;
  width: 708px;
  margin: 10px auto;
  text-align:left;
  z-index:2;
}

.reckittlogo {
  position: relative;
  float: left;
  margin: 0 0 15px -15px;
}

.carbon20logo {
  position: relative;
  float: right;
  margin-bottom: 10px;
}

#topnavigation {
  position: relative;
  clear: both;
}

#topnavigation ul {
  margin: 0;
  padding: 0;
}

#topnavigation li {
  margin: 0 8px 0 0;
  padding: 0;
  float: left;
}

#topnavigation li.last {
  margin: 0 0 0 0;
  padding: 0;
  float: left;
}

#maincontent {
 position :relative; 
 float:left; 
 width: 706px;
}

.contentcol {
  position: relative;
  float: left;
  width: 392px;
  margin-top: 35px;
}

.sidecol {
  position: relative;
  float: right;
  width: 256px;
  margin-top: 35px;
}

.contentcol h1 {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 0.8em 0;
  font-weight: bold;
}

.contentcol h2 {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

.contentcol h2.home {
  color: #4EA13D;
}

.whatis {
  color: #00427F;
}

.ourinnov {
  color: #027576;
}

.whywecare {
  color: #4EA13D;
}

.howwewill {
  color: #8AB536;
}

.contentcol p.intro {
  font-size: 1.8em;
  line-height: 1.3em;
  margin: 0 0 1.0em 0;
  color: #4EA13D;
}

.contentcol p.introwhatis {
  font-size: 1.8em;
  line-height: 1.3em;
  margin: 0 0 1.0em 0;
  color: #00427F;
}

.contentcol p.introourinnov {
  font-size: 1.8em;
  line-height: 1.3em;
  margin: 0 0 1.0em 0;
  color: #027576;
}

.contentcol p.introwhywecare {
  font-size: 1.8em;
  line-height: 1.3em;
  margin: 0 0 1.0em 0;
  color: #4EA13D;
}

.contentcol p.introhowwewill {
  font-size: 1.8em;
  line-height: 1.3em;
  margin: 0 0 1.0em 0;
  color: #8AB536;
}

.contentcol p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0 0 1.0em 0;
}

.contentcol ol {
  margin: 0;
  padding: 0;
}

.contentcol ol li {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
  font-size: 1.1em;
  line-height: 1.4em;
  position: relative;
}

.contentcol ol li.one {
  background: url(../img/c20_bullet_green_1.gif) no-repeat left top;
}

.contentcol ol li.two {
  background: url(../img/c20_bullet_green_2.gif) no-repeat left top;
}

.contentcol ol li.three {
  background: url(../img/c20_bullet_green_3.gif) no-repeat left top;
}

.contentcol ol li.four {
  background: url(../img/c20_bullet_green_4.gif) no-repeat left top;
}

.sidecolimg {
  margin: 0 0 10px 0;
}

.contentcol a.whatis {
  color: #00427F;
  text-decoration: none;
}

.contentcol a.whatis:hover {
  color: #00427F;
  text-decoration: underline;
}

.contentcol a.ourinnov {
  color: #027576;
  text-decoration: none;
}

.contentcol a.ourinnov:hover {
  color: #027576;
  text-decoration: underline;
}

.contentcol a.whydowe {
  color: #4EA13D;
  text-decoration: none;
}

.contentcol a.whydowe:hover {
  color: #4EA13D;
  text-decoration: underline;
}

.contentcol a.howwewill {
  color: #8AB536;
  text-decoration: none;
}

.contentcol a.howwewill:hover {
  color: #8AB536;
  text-decoration: underline;
}

.blockboxfullwidthtop {
  position: relative;
  float: left;
  width: 706px;
  background: url(../img/c20_blockbox_fullwidth_top.gif) no-repeat top;
  background-color:#8AB536;
  margin-bottom: 15px;
}

.blockboxfullwidthbot {
  position: relative;
  float: left;
  width: 706px;
  background: url(../img/c20_blockbox_fullwidth_bot.gif) no-repeat bottom;
}

.blockboxfullwidthbot h2 {
  font-size: 1.1em;
  padding: 15px 0 0 25px;
  font-weight: bold;
}

.blockboxfullwidthbot ul {
  margin: 10px 0 0 40px;
  font-size: 1.1em;
  line-height: 1.5em;
  list-style-type: disc;
  color: #00427F;
} 

.blockboxfullwidthbot li {
  margin: 0 0 10px 0;
}

.carbonfootprintdiagram {
  margin: 10px 0 0 22px;
}

.carbonfootprintdiagram td {
  color:#FFFFFF;
  font-size: 1.1em;
  font-weight:bold;
  padding-bottom: 15px;
}

.carbonfootprintdiagram tr.stats td {
  padding-top: 17px;
}

.blockboxfullwidthcol1,
.blockboxfullwidthcol2,
.blockboxfullwidthcol3 {
  position: relative;
  float: left;
  width: 213px;
  margin:10px 0 10px 22px;
  display: inline;
}

.blockboxfullwidthcol1 p,
.blockboxfullwidthcol2 p,
.blockboxfullwidthcol3 p {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  color: #00427F;
}

.whywecarediagram {
  margin: 20px 0 0 22px;
}

.whywecarediagram th {
  color:#FFFFFF;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5em;
  padding-bottom: 10px;
}

.whywecarediagram td {
  color:#00427F;
  font-size: 1.1em;
  line-height: 1.5em;
}

.whywecarediagram tr.reckitt {
  background-color:#759A2E;
}

.white {
  color: #FFFFFF;
}
