/*
    __         _       __    __  __      __
   / /_  _____(_)___ _/ /_  / /_/ /___ _/ /_  _____
  / __ \/ ___/ / __ `/ __ \/ __/ / __ `/ __ \/ ___/
 / /_/ / /  / / /_/ / / / / /_/ / /_/ / /_/ (__  )
/_.___/_/  /_/\__, /_/ /_/\__/_/\__,_/_.___/____/
             /____/      Smart online solutions.

http://www.brightlabs.com.au
info@brightlabs.com.au
*/

html {
	font-size: 16px;
}

body {
	font: 62.5% Arial, sans-serif;
}

.container {
	width: 960px;
	margin: 0 auto;
}

/* =Header
--------------------------------------------------------- */
#header {
	height: 82px;
}

#brand {
	display: block;
	width: 199px;
	height: 82px;
	background: url('/images/logo.png') no-repeat 0 50%;
	text-indent: -9999px;
	float: left;
}

#utility {
	float: right;
	background: url('/images/utility.png') no-repeat 50% 50%;
	width: 78px;
	height: 25px;
	margin: 9px 0 8px 0;
}

#utility a {
	float: left;
	display: block;
	height: 25px;
	text-indent: -9999px;
}

#util-print a		{ width: 34px;}
#util-font-up a		{ width: 22px;}
#util-font-down a	{ width: 22px;}

/* =Menu
--------------------------------------------------------- */
#nav {
	float: right;
	width: 456px;
	height: 40px;
	background: url('/images/nav.png');
	float: right;
	clear: right;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	height: 16px;
	padding: 12px 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	float: left;
	background: url('/images/nav.png');
}

#nav-1 a {	width: 97px;}
#nav-2 a {	width: 114px;	background-position: -97px 0;}
#nav-3 a {	width: 131px;	background-position: -211px 0;}
#nav-4 a {	width: 114px;	background-position: 100% 0;}

#nav-1 a:hover { background-position: 0 -40px;}
#nav-2 a:hover { background-position: -97px -40px;}
#nav-3 a:hover { background-position: -211px -40px;}
#nav-4 a:hover { background-position: 100% -40px;}

#nav-1.active a { background-position: 0 100%;}
#nav-2.active a { background-position: -97px 100%;}
#nav-3.active a { background-position: -211px 100%;}
#nav-4.active a { background-position: 100% 100%;}

/* =Hero
--------------------------------------------------------- */
#banner {
	height: 78px;
	padding-top: 30px;
	background: url('/images/bg-banner-level2.png') no-repeat 50% 0;
}

.template-home #banner {
	height: 97px;
	padding-top: 50px;
	background: url('/images/bg-banner-home.png') no-repeat 50% 0;
}

.brand-dark {
	color: #1A4164;
	font-weight: bold;
}

.brand-light {
	color: #2CACE2;
	font-weight: bold;
}

#banner h1 {
	color: #6A849C;
	font-size: 30px;
	width: 480px;
	float: left;
}

#tagline {
	color: #859099;
	font-size: 18px;
	float: right;
	width: 456px;
}

/* =Content
--------------------------------------------------------- */
#content {
	font-size: 13px;
	color: #666;
	line-height: 21px;
	padding: 50px 0;
}

body.smallest	#content { font-size: 11px; }
body.small		#content { font-size: 12px; }
body.normal		#content { }
body.large		#content { font-size: 14px; }
body.largest	#content { font-size: 15px; }

h2 {
	font-size: 24px;
	color: #2CACE2;
	margin: 0 0 25px;
}

h3 {
	font-size: 15px;
	color: #1B4163;
	font-weight: bold;
	margin: 25px 0 0px;
}

#summary {
	font-size: 18px;
	color: #596773;
}

#content p {
	margin-bottom: 15px;
}

a:link, a:visited {
	color: #2AACE2;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#primary {
	float: left;
	width: 657px;
}

#primary ul {
	margin: 20px 0;
}

#primary li {
	background: url('/images/arrow.gif') no-repeat 3px 6px;
	padding-left: 15px;
}

#secondary {
	width: 253px;
	float: right;
}

#btn-lag a {
	background: url('/images/side-buttons.png');
	display: block;
	width: 253px;
	height: 48px;
	text-indent: -9999px;
	margin-bottom: 9px;
}

#btn-contact a {
	background: url('/images/side-buttons.png') 0 -48px;
	display: block;
	width: 253px;
	height: 47px;
	text-indent: -9999px;
	margin-bottom: 38px;
}

#btn-mnbml a {
	background: url('/images/side-buttons.png') 0 100%;
	display: block;
	width: 253px;
	height: 76px;
	text-indent: -9999px;
}

/* =Footer
--------------------------------------------------------- */
#footer {
	background: url('/images/bg-footer.png') no-repeat 50% 0;
	text-align: center;
	padding: 20px 0;
	color: #969CA1;
	font-size: 11px;
}

#footer li {
	display: inline;
	padding: 0 20px;
	border-left: solid 1px #B3DBEF;
}

#footer li.first {
	border-left: 0;
}

#footer a {
	font-weight: bold;
	color: #969CA1;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* =Miscellaneous
--------------------------------------------------------- */
/* @group Buttons */
.wai {
	height: 1px;
	left: -9999px;
	position: absolute;
	width: 1px;
}


/* Contact form */

.form-row {
	margin: 10px 0;
}

.form-row.rule {
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px;
}

.form-label {
	float: left;
	width: 130px;
	font-weight: bold;
}

.form-input {
	margin-left: 140px;
}

input, textarea {
	padding: 3px;
	font-size: 12px;
}

#primary h3.error {
	color: #C00;
	margin-bottom: 0;
}

#primary ul.error {
	margin-top: 0;
}

#primary .error li {
	color: #C00;
	background: 0;
	padding: 0;
}

.validation-advice {
	color: #C00;
}
