/* Colours

Green: #009F4D
Orange: #FF7000

*/

* {
	margin: 0;
	padding: 0;
 	outline: none;	
}

html {
    overflow: -moz-scrollbars-vertical;
}

body {
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

* html img {
  	behavior: url("http://britvic-lz.decode.uk.com/assets/pngbehavior.htc");
}

img {
	border: none;
}

h1 {
	float: left;
	margin: 15px 0 10px 25px;
	font-size: 170%;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	display: inline;
}

h1 span, h3 span a {
	color: #FF7000;
	text-decoration: none;
}

h2 {
	height: 53px;
	padding: 28px 0 0 15px; 
	color: #65D4E6;
	font-size: 100%;
	font-weight: normal;
	background: url('../images/cloud_bg.gif') bottom left no-repeat;
}

body.drench h2 {
	height: 90px;
	background: url('../images/cloud_drip_bg.gif') bottom left no-repeat;
}

body.hydration h2 {
	height: 159px;
	background: url('../images/cloud_multidrip_bg.gif') bottom left no-repeat;
}

body.terms h2 {
	color: #009F4D;
	font-size: 150%;
	font-weight: normal;
	height: auto;
	padding: 0;
	margin: 20px 0;
	background: none;
}

h3 {
	margin: -20px 0 20px 220px;
	color: #FFF;
	font-size: 150%;
	font-weight: normal;
}

body.hydration h3 {
	margin: -123px 0 20px 220px;
}

body.terms h3 {
	color: #009F4D;
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 10px 0;
}

#mainContent.introduction h3 {
	margin: 20px 0 20px 40px;
	font-size: 180%;
}

#mainContent.developmentProcess h3 {
	margin: 30px 0 20px 220px;
	font-size: 150%;
}

/*
h4 {
	margin: 0 0 5px 0;
	color: #FF7000;
	font-size: 130%;
	font-weight: normal;
}
*/

h4 {
	margin: 0 0 5px 0;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

h4.azTitle {
	margin: 0 0 5px 0;
	color: #FF7000;
	font-size: 110%;
	font-weight: normal;
}

#sideBar h4 {
	margin: 0 0 10px 0;
	font-size: 120%;
	font-weight: normal;
	color: #FFF;
}

#sideBar h5 {
	margin: 15px 0 10px -5px;
	font-size: 110%;
	font-weight: normal;
	color: #FFF;
}

p {
	margin: 0 0 10px 0;
/* 	line-height: 100%; */
}

p a {
	color: #FF7000;
}

ul {
	margin: 0 0 15px 18px;
	list-style-image: url('../images/orange_bullet.png');
}

ol {
	margin: 0 0 15px 20px;
}

ul li, ol li {
	margin: 0 0 7px 0;
}

* html ol li {
	margin: 0 0 7px 5px;
}

sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

em {
	font-style: italic;
}

strong {
	font-size: bold;
}

a.definitionText {
	color: #FF7000;
	font-weight: bold;
	text-decoration: none;
}

#sideBar a.definitionText {
	color: #FFF;
	text-decoration: underline;
}

.greenText {
	color: #009F4D;
}

.greenText a {
	color: #009F4D;
}

.footNote {
	font-size: 85%;
}

#slideShow {
    width: 200px;
}

.slideShow {
    display: none;
}

/*------------------------------------- Main Nav -------------------------------------*/

ul#mainNav {
	clear: both;
	margin: 0;
	padding: 0 0 0 15px;
	width: 945px;
	background: #009F4D;
	list-style: none;
	font-size: 90%;
	overflow: hidden;
}

ul#mainNav li {
	float: left;
	margin: 0;
	padding: 8px 45px 7px 10px;
	background: #009F4D;
	border-left: 1px solid #FFF;
}

ul#mainNav li a {
	color: #FFF;
	text-decoration: none;
}

ul#mainNav li a:hover {
	color: #FFF;
	text-decoration: none;
}

/*------------------------------------- Sub Nav -------------------------------------*/

ul#subNav {
	clear: both;
	margin: 10px 0 10px 25px;
	list-style-image: none;
	overflow: hidden;
	_height: 25px;
}

ul#subNav li {
	float: left;
	margin: 0 20px 0 0;
	color: #FF7000;
	font-size: 95%;
}

ul#subNav li#subFirst {
	list-style: none;
}

ul#subNav li a {
	color: #FF7000;
	text-decoration: none;
}

/*------------------------------------- Page Nav -------------------------------------*/

ul#pageNav {
	margin: 0 0 0 5px;
	color: #FFF;
	list-style: none;
}

ul#pageNav li {
	margin: 0 0 10px 0;
	list-style-image: none;
}

ul#pageNav li a {
	color: #FFCC99;
	text-decoration: none;
}

ul#pageNav li a:hover {
	color: #FFF;
}

ul#pageNav li ul {
	margin: 10px 0 20px 15px;
	list-style: disc;
	display: none; /* Temp Hiding Sub Navs */
}

ul#pageNav li ul.open {
	display: block;
}

ul#pageNav li ul li {
	margin: 0 0 10px 0;
}



/*------------------------------------- Structure -------------------------------------*/

#pageContainer {
	margin: 5px auto 10px auto;
	width: 960px;
}	

#headerContainer {
	margin: 0 0 10px 0;	
	border-bottom: 5px solid #FF7000;
	overflow: hidden;
}

#headerContainer img {
	float: right;
	margin: 6px 25px 20px 0;
}

#spacer {			/* for pages without sub nav */
	width: 100%;
	height: 33px;
}

#milestoneFlash {
    margin: 0 0 0 100px;
}

#contentContainer {
	clear: both;
	background: url('../images/left_column_bg.gif') top left repeat-y;
	min-height: 490px;
	_height: 490px;
	overflow: hidden;
    _overflow: none;
}

#sideBar {
	float: left;
	width: 170px;
	padding: 30px 10px 10px 10px;
	*padding: 10px 10px;
}

#sideBar p {
	font-size: 95%;
	*font-size: 90%;
	color: #FFF;
	*margin: 10px 0 0 0;
}

#sideBar a {
	color: #FFF;
}

#mainContent {
	float: left;
	width: 700px;
	min-height: 430px;
	_height: 430px;
	margin: 0 0 0 10px;
	padding: 20px 30px 30px 30px;
	background: url('../images/blue_bg.gif') top left repeat-x;
	overflow: auto;
	_overflow: visible;
}

body.fullScreen #mainContent {
	width: 760px;
	padding: 0;
	min-height: 490px;
	_height: 490px;
	_overflow: visible;
}

body.fullScreen #mainContent #leftBox {
	margin: 30px 20px 30px 30px;
}

body.fullScreen #mainContent #rightBox {
	margin: 30px 0 30px 0;
}

body.fullScreen #mainContent #bottomBox {
	margin: 30px;
}

#mainContent p {
    line-height: 1.4em;
}

#mainContent img.arrow {
	z-index: 1;
	position: relative;
    margin: -70px 0 20px 60px;
}

#leftBox img.arrow {
	z-index: 1;
	position: relative;
    margin: -70px 0 20px 60px;
}

body.bodyIndex #contentContainer {
	background: url('../images/right_column_bg.gif') top right repeat-y;
}

body.bodyIndex #sideBar {
	float: right;
    *line-height: 1.05em;
}

body.bodyIndex #mainContent {
	margin: 0 10px 0 0;
}

#leftBox {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	text-align: right;
}

#leftBox img,
#rightBox img {
	margin: 0 0 10px 0;
}

#rightBox {
	float: left;
	width: 480px;
}

#topBox {
	width: 700px;
	margin: 0 0 20px 0;
}

#bottomBox {
	width: 700px;
}

a#nextPage {
	display: block;
	float: right;
	margin: 0 0 0 0;
	text-decoration: none;
	overflow: hidden;
	width: 400px;
    padding: 10px 0 0 0;
    text-align: right;
}


a#nextPage img {
	float: right;
	margin: -22px 0 0 0;
}

a#nextPage span {
/* 	display: block; */
	margin: 8px 25px 0 0;
	color: #009F4D;
}

a.infoControl {
	color: #FF7000;
	text-decoration: none;
}

.infoBox {
	display: none;
}

/*------------------------------------- Tables -------------------------------------*/

table {
	width: 100%;
	margin: 10px 0 0 0;
	border: 1px solid #009F4D;
	color: #FF7000;
}

table th,
table td {
	padding: 5px;
	border: 1px solid #009F4D;
}

table th {
	text-align: left;
	color: #009F4D;
	font-weight: bold;
}

table td span {
	font-size: 85%;
}

table#snapShot {
	text-align: center;
}

table#snapShot td {
	width: 108px;
	height: 43px;
}

table#snapShot th {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #009F4D;
}

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

#footerContainer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 5px;
	border-top: 5px solid #FF7000;
	color: #FF7000;
	overflow: hidden;
}

#footerContainer p {
	float: left;
}

#footerContainer a {
	float: right;
	color: #FF7000;
	text-decoration: none;
}

#footerContainer p a {
	float: none;
}







img.baselineimage {
	position: relative;
	bottom: -50px;
	left: 0;
}

/*------------------------------------- Simple Modal -------------------------------------*/

.videoLink {
    cursor: pointer;
}

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
    height:320px;
    width:400px;
    background: #F8982A;
/*
    border-radius: 1em;
    -moz-border-radius: 1em;
    -opera-border-radius: 1em;
    -webkit-border-radius: 1em;
*/
    padding: 1em;
}

#simplemodal-container a.modalCloseImg {
    background: url('../images/closeLink.gif') no-repeat center center;
    width: 34px;
    height: 20px;
    display: inline;
    z-index: 3200;
    position: absolute;
    bottom: 5px;
    right: 15px;
    cursor: pointer;
}

/*------------------------------------- Decode Titles -------------------------------------*/

#decodeTitle {
    text-align: left;
    padding: 5px;
    min-height: 1em;
    -moz-border-radius: 5px;
    width: 220px;
    background: #009f4d;
    color: #fff;
    font-size: 90%;
}

#decodeTitle a {
	color: #FF7000;
}

/*------------------------------------- AZ Pages -------------------------------------*/

body.az div#topBox h4,
body.az div#topBox h4 a {
    margin: 0;
    padding: 10px 0 0 0;
} 

body.az div#topBox p {
/*
    margin: 0;
    padding: 0;
*/
} 

