/* TABLE OF CONTENT
1 Headers
2 Text elements
3 Colours
4 Lists
5 Links
6 Form elements
7 Positioning
8 Tables
*/

/* ------- 1 HEADERS ---------- */

h1 {  
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  line-height: 1.2em;
  font-size: 220%;
  margin: 0px;
  padding: 46px 0 0 0;
  font-weight:normal;
}

h1.logo {
	padding:0;
	margin:0;
	font-size:100%;
	}


h2 {
	font-size: 110%;
	margin: 0 0 4px 0; 
	padding: 10px 0 0 0;	
	/*color: #0066cc;*/
	color: #000000;
}

h2.large {
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	padding: 8px 0 0px 0;
	color: #000;
	margin: 0 0 7px 0; 
}



h3 {
	font-size: 110%;
	margin: 0 0 4px 0; 
	padding: 10px 0 0 0;	
	/*color: #0066cc;*/
	color: #000000;
}

h4 {
	font-size:100%;
	/*color: #000000;*/
	color: #0066cc;
	margin-bottom: 0px;
}
h5 {
	font-size:100%;
	color: #000000;
	/*color: #0066cc;*/
	margin-bottom: 0px;
}

h6 {  
	font-size:100%;
	margin: 0 0 7px 0; 
	padding: 0;	
}

/* ------- 2 TEXT ELEMENTS ---------- */

p {
	margin: 0 0 14px 0;
	padding: 0;
	text-align:left;
}
p.halfspace, .halfspace {
	margin: 0 0 7px 0;
	padding: 0;
	text-align:left;
}
.bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}

blockquote {
	padding: 0;
	margin: 0;
}
.smalltext {
	font-size:90%;
}

p.introtext {
	font-size: 150%;
	line-height: 1.2em;
	font-weight: normal;
	padding: 6px 200px 4px 0;
	margin-bottom: 5px;
	color:#0066CC;	
}

.padtop20 {
	padding-top: 20px;
}


/* ------- 3 COLOURS  ---------- */
/* Add specific background and font colours for body content here */
.error, .redtext {
	background: transparent;
	color: #FF0000; 
}
.blue {
	color: #0066cc;
}

.grey {
	color: #7b7a7a;
}

.orange {
	color: #f6861f;
}

.green {
	color: #6fbd2b;
}
.purple {
	color: #9e6bb7;
}
.red {
	color: #da2027;
}

/* ------- 4 LISTS   ---------- */
/* Add definition, ordered and unordered list classes for body content here */
ul {
	margin:0 0 14px 16px;
	padding: 0;
}
ol {
	margin:0 0 14px 22px;
	padding: 0;
}

ol.roman{
	list-style-type:lower-roman;
	}
ol.letter {
	list-style-type:lower-alpha;
	}

ul li, ol li {
	margin: 0 0 1px 0;
	padding:0;
}

ul.inlinelist {
	margin:0;
	padding:0;
	list-style:none;
	}

ul.inlinelist li {
	display:inline;
	padding:0;
	margin:0;
	}

ul.relatedlist {
	margin: 0 0 14px 0;
	padding: 0;
}
ul.relatedlist li {
	list-style: none;
	margin: 0;
	padding:0;
}
ul.productnews li { 
	margin: 0 0 10px 0;
}


/* ------- 5 LINKS   ---------- */
/* Add all  link specific classes  here */

a:link, a:visited { 
	background: inherit;
	color: #0066cc;
	text-decoration: underline; 
}
a:hover, a:focus, a:active { 
	background: inherit;
	color: #0066cc;
	text-decoration: none; 
}

div.column ul.relatedlist li {
	margin-top:3px;
	}

a.arrow {
display:block;
width:110px;
background:url(../images/site_objects/butt_arrow_circle.gif) no-repeat 0 0.5em;
padding:10px 0 10px 35px;
}

a.invisablelink {
	color:#000000;
	text-decoration:none;
	}

a.invisablelink span.feature {
	color: #0066cc;
	text-decoration: underline; 
}

a.invisablelink:hover span.feature {
	color: #0066cc;
	text-decoration: none;
}

div#videocontainer div.close a {
	color:#999999;
	text-decoration:none;
	}

div#videocontainer div.close a:hover {
	text-decoration:underline;
	}





/* ------- 6 FORM ELEMENTS   ---------- */
/* Add all  form specific classes  here */


div.formcontainer {
	padding:10px 0 10px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	float:left;
	clear:both;
	margin-bottom:10px;
	width:355px;
	float:none;
	}

div#contentwrapper form div.divider {
padding:5px 0 25px 0;
clear:both;
width:355px;
}



div#contentwrapper form div.divider label {
	float:left;
	width:45%;
	font-weight:bold;
}

div#contentwrapper form div.divider input {
	padding:2px 3px;
	width:50%;
	border:#CCC 1px solid;
	float:right;
}

div#contentwrapper form div.divider select {
	padding:2px 3px;
	width:52%;
	border:#CCC 1px solid;
	float:right;
}

div#contentwrapper form div.divider textarea {
	padding:2px 3px;
	width:50%;
	border:#CCC 1px solid;
	float:right;
}

div#contentwrapper form div.dividerfullwidth {
width:355px;
padding:7px 0 7px 0;
clear:both;
}

div#contentwrapper form div.dividerfullwidth label {
	width:100%;
	font-weight:bold;
}


div#contentwrapper form div.dividerfullwidth textarea {
	height:100px;
	padding:2px 3px;
	width:98%;
	border:#CCC 1px solid;
}

form fieldset input.submit {
	clear:both;
	background:#0066CC none repeat scroll 0%;
	border:0pt none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	margin:0pt;
	overflow:visible;
	padding:6px 5px 6px 6px;
	width:auto;
}

div#contentwrapper form p.error {
	color:#990000;
	font-size:80%;
	padding:0;
	margin:0;
	}

legend {
	display: none;
}
form, fieldset  {
	border:0;
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:90%;
}
input.button, input.button_f2 {
	background: #FFF;
	border: 0;
	color: #0066cc;
	cursor: pointer;
	float: right;
	font-size:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	margin: 0;
	overflow: visible;
	padding:0;
	text-align:right;
	text-decoration: underline;
	width: auto;
}
input.button_f2 {
	text-decoration: none;
}


/* ------- 7 POSITIONING   ---------- */
/* Add positioning classes  here eg: boxed ads,  special layouts etc */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearboth {
	clear:both;
}
.nowrap {
	white-space:nowrap
}

.bordertop {
	border-top:1px solid #CCC;
	}

.borderbottom {
	border-bottom:1px solid #CCC;
	}

div.fusionlaunch {
	background:url(../images/site_objects/bg_fusionbottles.jpg) bottom left no-repeat;
	padding:0 0 290px 10px;
	margin-top:145px;
	}
	
div#videocontainer {
	margin:0;
	padding:0 15px 0 15px;
	}

div#videocontainer p {
	padding:0px 0 5px 0px;
	}

div#videocontainer div.close {
	position:absolute;
	top:445px;
	left:235px;
	}

div.fpflash ul {	
	position:relative;
	margin-top:-30px;
	margin-left:20px;
	}
div.fpflash ul a, div.fpflash ul a:visited, div.fpflash ul a:hover, div.fpflash ul a:active, div.fpflash ul a:focus, div.fpflash ul {
	color:#FFFFFF;
	}
	
div.hidediv {	display:none; }
div.showdiv { display:block; }
	
/* ------- 8 TABLES   ---------- */
/* Add all  link specific classes  here */
table {
	clear:left;
	font-size: 100%; /* need to set for IE5/5.5 */
	margin: 0 0 14px 0;
	padding: 0;
	text-align:right;
	vertical-align:bottom;
}
caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px 0;
	text-align: left;
}
th, td {
	margin: 0;
	padding: 4px 4px 6px 6px;
	vertical-align:bottom;	
}
th.left, td.left {
	text-align:left;
}
th.top, td.top {
	vertical-align:top;
}
th.center {
	text-align:center;
	}
th.nobold {
	font-weight:normal;
}
th.indent, td.indent {
	padding-left:10px;
}
th.indentX2, td.indentX2 {
	padding-left:20px;
}

table sup {
	font-size: 90%;
}
table sup.normal {
	font-size: 100%;
}


/* Product News Page */
div.newsitem {
    float: left;
    padding: 6px 10px 16px 0;
}

div.newsitem h4 {
	color: #000;
    font-size: 130%;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 9px;
}

div.newsitem p.date {
    color: #0066CC;
}

ul.links {
		margin:0 0 14px 0px;
}

ul.links li.pdf {
    background: url("../images/buttons/btn_download_pdf.gif") no-repeat scroll left top transparent;
    margin: 3px 0;
    padding: 0 0 3px 20px;
}

ul.links li {
    border: 1px solid #FFFFFF;
    display: block;
	list-style: none outside none;
}

ul.links li a {
	background: none;	
}



/* END OF THIS STYLESHEET
----------------------------------------------- */
 


