/***************************************************/
/*                   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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#contents .B_crumbBox{display:block;width:100%;height:15px;padding:10px 0;overflow:auto;font-size:1.2em;margin:0px;}
#contents .B_crumbBox li {display:inline-table; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); line-height: 0;
    padding: 0;}
#contents .B_crumbBox li a {color: #FF6600; text-decoration: none;}
#contents .B_crumbBox li a.B_currentCrumb {color:#002963;}
#contents .B_crumbBox li a:hover{text-decoration:underline;}
.error {color:red;}

/***************************************************/
/*                     LAYOUT                      */
/***************************************************/
body{
	background:#2c69a2 url(/web/20200304082526im_/http://clearfresh.com.au/assets/templates/clearfresh/images/bodybg.png) repeat-x top left;
	font-family: Verdana, Arial, Sans-serif;
	font-size:62.5%;
	color:#333333;
}
#container{
	width:900px;
	margin:0 auto;
	padding:20px;
	background:#ffffff;
}


#header{
	width:100%;
	/*overflow:auto;*/
}
#header .header-image{float:left;width:580px;height:160px;}
#header .customers{clear:left;float:left;width:580px;height:15px;color:#ff6600;overflow:hidden;font-size:1.2em;font-weight:bold;padding-top:20px;}
#header .phone{float:right;width:300px;font-size:3.5em;color:#ff6600;padding-bottom: 4px;text-align:right;}
	#header .caption{
		clear:right;	
		float:right;
		width:300px;
		font-family: Arial, Verdana, Sans-serif;
		font-size:2.4em;
		font-weight:normal;
		color:#000000;
		text-align:right;
	}
	#header .logo{
		clear:right;
		float:right;
	}
	
	
.navigation{
	clear:both;
	float:left;
	width:900px;
	height:50px;
	margin:20px 0 0 0;
	/*overflow:auto;*/
	background:url(/web/20200304082526im_/http://clearfresh.com.au/assets/templates/clearfresh/images/navbg.jpg) no-repeat top left;
	text-align:center;
}
	.navigation ul{
		width:840px;
		margin:0 auto;
		/*overflow:auto;*/
		list-style-type:none;
	}
	.navigation li{
		float:left;
		position:relative;
	}
	.navigation a:link,.navigation a:visited{
		float:left;
		display:block;
		padding:0 25px;
		font-family: Verdana, Arial, Sans-serif;
		font-size:1.6em;
		color:#ffffff;
		line-height:50px;
		text-decoration:none;
		border-right:1px solid #3186ff;
	}
	.navigation a:hover,.navigation .active a{
		background:#002963;
	}
	.navigation .last a{
		border-right:none !important;
	}

	.navigation li ul{
		display:none;
	}
	.navigation li:hover ul,.navigation li.over ul{	
		width:250px;
		position:absolute;
		left:0;
		top:50px;
		display:block;
		background:#002963;
	}
	.navigation li li{
		position:relative;
		width:200px;
	}
	.navigation li li a:link,.navigation li li a:visited{
		width:90%;
		font-size:1.2em !important;
		text-align:left;
		border:none !important;
		line-height:25px !important;
	}
	.navigation li li a:hover{
		background:#2d6aa3 !important;
	}
	
#contents{
	clear:both;
	width:100%;
	padding:0 1px;
	overflow:auto;
}	
	#contents .content{
		width:100%;
		overflow:auto;
	}
	#contents .eq{
		background:url(/web/20200304082526im_/http://clearfresh.com.au/assets/templates/clearfresh/images/contentdeq.gif) repeat-y top center;
	}
	#contents .neq{
		background:url(/web/20200304082526im_/http://clearfresh.com.au/assets/templates/clearfresh/images/contentdneq.gif) repeat-y 70px 0px;
	}
	#contents .B_crumbBox{
		display:block;
		width:100%;
		height:20px;
		padding:10px 0;
		overflow:auto;
		font-size:1.2em;
	}
		.B_crumbBox span {
			/*color:#002963;*/
		}
		.B_crumbBox a:link,.B_crumbBox a:visited{
			color:#ff6600;
			text-decoration:none;
		}
		.B_crumbBox a:hover{
			text-decoration:underline;
		}
	#contents h1{
		margin:10px 0 20px 0;
		font-family: "Arial Narrow", Arial, Tahoma, Sans-serif;
		font-size:3.0em;
		font-weight:normal;
		color:#002963;
	}
	#contents p{
		margin:0px 0 20px 0;
		font-size:1.2em;
		line-height:1.7em;
	}
	.col450{
		width:430px;
	}
	.col580{
		width:650px;
	}
	.col320{
		width:205px;
	}
	.floatleft{
		float:left;
		padding:0 20px 0 0;
	}
	.floatright{
		float:right;
		padding:0 0 0 20px;
	}
	
	
#footer{
	clear:both;
	margin:30px 0 0 0;
	padding:20px 0;
	text-align:center;
	border-top:1px dashed #868686;
}
	#footer a.leftlogo{
		float:left;
	}
	#footer a.centerlogo{
		margin:0 auto;
	}
	#footer a.rightlogo{
		float:right;
	}
	#footer p{
		clear:both;
		margin:20px 0 0 0;
		font-size:1.4em;
		letter-spacing:0.02em;
	}
	#footer strong{	
		color:#ff6600;
	}
	#footer a:link,#footer a:visited{
		color:#002963;
	}
	#footer a:hover{
		text-decoration:none;
	}
	
	
	
a:link,a:visited{
	color:#002963;
}
a:hover{
	text-decoration:none;
}

#contents h2{
	margin:20px 0;
	font-size:2.5em;
}
#contents h3{
	margin:20px 0;
	font-size:2.0em;
}
#contents h4{
	margin:20px 0;
	font-size:1.5em;
}
#contents ol,#contents ul{
	margin:20px 0;
	padding-left:40px;
	font-size:1.2em;
}

#contents li{
	padding-left:17px;
	line-height:1.7em;
	background:url(/web/20200304082526im_/http://clearfresh.com.au/assets/templates/clearfresh/images/bullet.gif) no-repeat 0px 7px;
}
/*  FORM STYLES */
#contents .col320 h4{
	margin-top:0 !important;
}
#contents form{
}
#contents label{
	display:block;
	margin:10px 0;
	font-size:1.2em;
}
#contents input,#contents select,#contents textarea{
	display:block;
	margin:5px 0 0 0;
	font-size:1.2em;
}
#contents input{
	width:180px;
}
#contents textarea{
	width:180px;
}
/*
     FILE ARCHIVED ON 08:25:26 Mar 04, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:59:03 Oct 24, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.datanode: 646.233 (4)
  RedisCDXSource: 6.768
  esindex: 0.016
  captures_list: 656.334
  CDXLines.iter: 31.104 (3)
  load_resource: 71.559
  exclusion.robots.policy: 0.212
  exclusion.robots: 0.227
  PetaboxLoader3.resolve: 30.231
  LoadShardBlock: 610.768 (3)
*/