/* accessibility *//* menu links accesskeys */span.accesskey {text-decoration: none;}/* accessibility divs are hidden by default, text, screenreaders and such will show these */.accessibility, hr {/* position set so the rest can be set out side of visual browser viewport */position: absolute;/* takes it out top side */top: -999em;/* takes it out left side */left: -999em;}/* definition tags are also hidden, these are also used for accessibility menu links */dfn {position: absolute;left: -1000px;top: -1000px;width: 0;height: 0;overflow: hidden;display: inline;}/* end accessibility *//* wiki style external links *//* external links will have "(external link)" text added, lets hide it */a.external span {position: absolute;left: -5000px;width: 4000px;}a.external {/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */padding: 0 12px 0 0;}/* colors for external links */a.external:link {color: #18507C;/* background image for the link to show wiki style arrow */background: url(https://drenzolazzaro.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:visited {color: #18507C;/* a different color can be used for visited external links *//* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/background: url(https://drenzolazzaro.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;}a.external:hover {color: #18507C;/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */background: url(https://drenzolazzaro.com.au/uploads/NCleanBlue/external.gif) no-repeat 100% 0;background-color: inherit;}/* end wiki style external links *//* clearing *//* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clear {height: 0;clear: both;width: 90%;visibility: hidden;}#main .clear {height: 0;clear: right;width: 90%;visibility: hidden;}* html>body .clearfix {display: inline-block;width: 100%;}* html .clear {/* Hides from IE-mac \*/height: 1%;clear: right;width: 90%;/* End hide from IE-mac */}/* end clearing */
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* global style */
body {
	border-top:5px solid #0f7ea3;
	font: 400 15px/1.6em 'Open Sans', sans-serif;
	background: #e6e6e6 url('../../images/bg_bdy01.png') repeat-x;
	color:#444;
}
a, img, input, textarea, li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	font:400 1em/normal 'Quattrocento', serif;
	color:#000;
}
em {
	font-style:italic;
}
strong {
	font-weight:700;
}
#holder {
	width:100%;
	display:block;
}
#header {
	margin:0 auto;
	width:940px;
	height:235px;
	position:relative;
	z-index:1000;
}
#logo {
	padding:55px 0 0;
	width:274px;
	height:119px;
	display:block;
	float:left;
}
#logo a {
	background:url('../../images/logo01.png') no-repeat;
	width:274px;
	height:119px;
	display:block;
	text-indent:-9999px;
}
#headerTxt {
	padding-left: 55px;
    background: url("../../images/ico_ph01.png") 0 0 no-repeat;
	position: absolute;
	top: 55px;
	right: 20px;
    color: #BBB;
	font:400 15px/normal 'Quattrocento', serif;
	/*text-align:right;*/
}
#headerTxt span {
    color: #555;
    font-size: 32px;
	font-weight:400;
	line-height:43px;
}
#headerTxt a, #headerTxt a:hover {
    color: #555;
    text-decoration: none;
}
#mainNav {
	position:absolute;
	bottom:10px;
	right:0;
}
#bannerWrapper {
	margin:0 auto;
	background:#FFF url('../../images/bg_bnnr01.jpg') 50% 100% no-repeat;
	width:100%;
	min-width:960px;
	max-width:1920px;
	min-height:180px;
	max-height:320px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	text-align:center;
}
#bannerWrapper img, #bannerWrapper iframe {
	background: #FFF url("../../images/loading.gif") 50% 50% no-repeat;
}
#col-1 img {
}
#content {
	margin:15px auto;
	width:940px;
	z-index:900;
}
#content iframe {
	margin:10px 0;
}
#col-1 {
	margin:0 auto;
	padding:20px 0;
	width:920px;
	clear:both;
	display:table;
	text-shadow:1px 1px 1px #FFF;
}
#col-1 h1 {
	background:url('../../images/bg_hs01.png') 50% 100% no-repeat;
	font-size: 37px;
	color:#579;
	padding: 0 0 10px;
	text-align:center;
}
#col-1 h2 {
	font-size: 20px;
	color:#579;
}
#col-1 h3 {
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	font-size:16px;
}
#col-1 h4 {
	font-size:14px;
	font-weight: 700;
	color:#579;
}
#col-1 h1 strong, #col-1 h2 strong, #col-1 h3 strong, #col-1 h4 strong, #col-1 h5 strong, #col-1 h6 strong {
}
#col-1 p {
	padding:10px 0;
}
#col-1 a:link, #col-1 a:active, #col-1 a:visited {
	color:#579;
	text-decoration:underline;
}
#col-1 a:hover {
	color:#000;
	text-decoration:none;
}
#col-1 ul, #col-1 ol {
	padding: 10px 0;
}
#col-1 ul {
	list-style: none;
}
#content ul li {
	margin:0 0 5px 10px;
	padding-left: 20px;
	background: url("../../images/bl01.png") no-repeat;
}
#col-1 hr {
	margin:10px auto;
	border-bottom:1px dashed #CCC;
	width:100%;
	height:1px;
	border:0;
}
#col-1 blockquote {
	font-size:17px;
	font-style: italic;
	font-weight:normal;
}
#col-1 blockquote strong {
	font-size:12px;
	color:#FFF;
}
#col-1 blockquote p + p {
	border-top:1px dotted #CCC;
}
#col-2, #col-3 {
	display:block;
	position:relative;
}
#col-2 {
	width:550px;
	float:left;
}
#col-2 table {
	margin:15px 0;
}
#col-2 td {
	padding-right:20px;
	vertical-align:top;
	width:50%;
}
#col-3 {
	padding-left:25px;
	width:300px;
	float:right;
}
#homeLinks {
	margin: 15px auto;
	max-width: 920px;
	clear:both;
	display:table;
}
#homeLinks > div {
	float:left;
	width:22%;
	font-size:13px;
	display: block;
}
#homeLinks > div img {
max-width: 100%;
}
#homeLinks div + div {
	margin-left:4%;
}
#homeLinks div:nth-child(4n+1) {
	margin-left:0;
}
#homeLinks img {
	display:block;
}
#homeLinks h3 {
	font:400 20px/normal 'Roboto Slab', serif;
	color:#000;
}
#homeLinks h3 a:link, #homeLinks h3 a:active, #homeLinks h3 a:visited {
	color:#000;
	text-decoration:none;
	display:block;
}
#homeLinks > div:hover h3 a {
	color:#579;
}
#homeLinks > div:hover p {
	color:#000;
}
/* footer */
#footerLogos {
	margin:0 auto 30px;
	padding: 10px 0;
	background:#f7f7f7;
	width:100%;
	clear:both;
	display:table;
	text-align:center;
}
#footerHolder {
	margin:0 auto;
	border-top: 3px solid #3e4448;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
	background:url('../../images/bg_ftr01.png') repeat-x;
	width:100%;
	clear:both;
}
#footer {
	margin:0 auto;
	padding:20px 0;
	width:940px;
	font-size:11px;
	color:#777;
	clear:both;
	display:table;
	position:relative;
}
#footerTxt {
	margin-top:10px;
	width:100%;
	line-height:normal;
	display:block;
	clear:both;
	text-align:center;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#777;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
}
.social {
	list-style: none;
	position: absolute;
	right: 0;
}
#footerHolder .social {
	top: 18px;
}
.social ul {
	padding: 0;
}
.social li {
	margin:0;
	width: 36px;
	height: 36px;
	display: block;
	float: left;
}
.social li + li {
	margin-left:7px;
}
.social li a {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #3b5999 url("../../images/social01.png") 0 50% no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
}
li.s02 a {
	background-color:#4cc2ff;
	background-position: -36px 0 !important;
}
li.s03 a {
	background-color:#c4312a;
	background-position: -72px 0 !important;
}
.social li a:hover {
	background-color: rgba(0,0,0,1);
}
/* forms */

.cms_form {
	margin:15px 0;
	width:300px;
}
.cms_form span {
	padding:0 0 5px;
	font-size:11px;
	font-style:italic;
	color:#999;
	display:block;
}
.cms_form fieldset > div {

}
.cms_form fieldset > div label, .cms_form fieldset > label {
	padding:3px 0;
	font-weight:bold;
}
.cms_form fieldset div div label {
	font-size:11px;
	font-weight:normal;
}
.cms_form input[type=text], .cms_form input[type=email], .cms_form textarea, .cms_form select {
	margin:5px 0;
	border:1px solid #333;
	background:#FAFAFA;
	width:98%;
	text-indent:10px;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#000;
	display:block;
}
.cms_form input[type=text]:focus , .cms_form input[type=email]:focus , .cms_form textarea:focus , .cms_form select:focus  {
	border:1px solid #666;
	background:#FFF;
}
.cms_form input[type=text], .cms_form input[type=email] {
	height:28px;
	line-height:28px;
}
.cms_form textarea {
	padding:10px 0 0;
	height:100px;
}
.cms_form select {
	width:98%;
	height:28px;
	line-height:28px;
	text-indent:0;
}
.cms_form input[type=checkbox] {
	margin:0 0 5px;
}
.cms_form label + div + div {
	margin:0 0 10px;
}
.cms_form input[type=file] {
	margin:5px 0;
}
.captchapict {
	margin: 0 0 5px;
	border: 1px solid #999;
	display: block;
	clear: both;
}
.cms_submit {
	margin:5px 0 0;
	padding:0 15px;
	border:0 none;
	background: #579;
	color:#FFF;
	min-width:80px;
	height:40px !important;
	font:14px/40px 'Open Sans', sans-serif;
	display:block;
	float:left;
	cursor:pointer;
	text-transform:uppercase;
}
.cms_submit:hover {
	background: #1c9ec3 !important;
	background: rgba(28,158,195,0.85) !important;
	color:#FFF;
	text-decoration:none !important;
}
.error_message {
	padding: 5px 10px 5px 0;
	background: #000;
	border: 1px solid #DDD;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #F00;
	display: table;
	font-size: 12px;
}
.error_message ul {
	padding: 5px 0 !important;
}
.error_message li {
	line-height: normal !important;
	margin-bottom: 0 !important;
	background: url("../../images/bl_err01.png") 0 0 no-repeat !important;
}
/* table */
table.menu {
	margin:15px auto;
	border:1px solid #CCC;
	display:table;
}
table.menu th {
	padding:5px 15px;
	border-bottom:1px solid #CCC;
	background:#000;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;	
}
table.menu th + th {
	border-left:1px solid #CCC;
}

table.menu td {
	padding:5px 15px;
	border:1px solid #CCC;
	border-width:1px 0;
	background:#FFF;
	font-weight:700;
	vertical-align:top;
	text-transform:capitalize;
}
table.menu td + td {
	font-weight:400;
	vertical-align:middle;
	text-align:center;
}
table.menu tr + tr td {
	border-top-color:#FFF;
}
table.menu tr:hover td {
	border-color:#FFF;
	background: #F6F6F6;
	color:#FFF;
}
table.menu td strong {
}
/* Stylesheet: theme Modified On 2014-07-09 10:30:44 */
.clearb {
	clear: both;
}
#primary-nav {
}
#primary-nav, #primary-nav ul {
	list-style: none;
	padding: 0 !important;
}
#primary-nav ul {
	padding-top: 0 !important;
	background: #579;
	-webkit-box-shadow: 0 7px 5px 0 rgba(0,0,0,0.05);
	box-shadow: 0 7px 5px 0 rgba(0,0,0,0.05);
	position: absolute;
	top: auto;
	display: none;
	z-index: 1000;
}
#primary-nav ul ul {
	margin-top: 1px;
	margin-left: -1px;
	left: 100%;
	top: 0px;
}
#primary-nav li {
	margin: 0;
	text-align: center;
	float: left;
	line-height: 60px;
}
#primary-nav > li + li {
}
#primary-nav li li {
	padding: 0;
	width: 100%;
	min-width: 150px;
	max-width: 250px;
	float: none;
	position: relative;
	text-align: left;
	line-height: normal;
}
#primary-nav a:link, #primary-nav a:active, #primary-nav a:visited {
	padding: 0 20px;
	display: block;
	font: 14px/60px 'Quattrocento', serif;
	color: #AAA;
	text-decoration: none;
}
#primary-nav li li a:link, #primary-nav li li a:visited {
	margin: 0 20px;
	padding: 10px 0;
	background: none;
	font-size: 12px !important;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	font-style: normal;
	white-space: nowrap;
}
#primary-nav ul li + li a {
	border-top: 1px solid #68A;
}
#primary-nav > li.menuactive > a {
	color: #579;
	font-weight: 700;
}
#primary-nav > li:hover > a {
	background: #579;
	color: #FFF !important;
}
#primary-nav li li a:hover {
	color: #CCC !important;
}
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
}
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* footer */
* html div#footerNav {
	/* hide ie/mac \*/
   height:1%;/* end hide */
}
div#footerNav {
	margin: 0 auto;
	display: table;
}
div#footerNav ul {
	margin-top:5px;
}

div#footerNav li {
	list-style:none;
	font-size:12px;
	color:#BBB;
	line-height:12px;
	float:left;
}
div#footerNav li + li {
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #BBB;
}
div#footerNav a:link, div#footerNav a:active, div#footerNav a:visited {
	color:#BBB;
	text-decoration:none;
}
div#footerNav li a:hover {
	color:#FFF;
}
div#footerNav a.activeparent:hover {
	color:#FFF;
}
div#footerNav li.activeparent a, div#footerNav li a.menuactive span {
	color:#FFF;
}
/* Stylesheet: menu Modified On 2014-06-12 09:59:06 */
