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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

/* FONTS */
@font-face {
    font-family: 'novecento_widelight';
    src: url('https://www.csnglobal.com.au/wp-content/themes/csnglobal/synthview_-_novecentowide-light-webfont.eot');
    src: url('https://www.csnglobal.com.au/wp-content/themes/csnglobal/synthview_-_novecentowide-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.csnglobal.com.au/wp-content/themes/csnglobal/synthview_-_novecentowide-light-webfont.woff') format('woff'),
         url('https://www.csnglobal.com.au/wp-content/themes/csnglobal/synthview_-_novecentowide-light-webfont.ttf') format('truetype'),
         url('https://www.csnglobal.com.au/wp-content/themes/csnglobal/synthview_-_novecentowide-light-webfont.svg#novecento_widelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*** OUR OWN STYLES NOW ***/
body {
	background:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:150%;
	color:#333;
	overflow-y:scroll;
	overflow-x:hidden;
}

/* HEADER */
#bg_header {
	width:100%;
	height:350px;
	background-image:url("https://www.csnglobal.com.au/wp-content/themes/csnglobal/images/bg_header.png");
	background-repeat:repeat-x;
}
#header{
	width:1020px;
	height:350px;
	margin:0 auto;	
	position:relative;
}
#header #logo {
	position:absolute;
	top:0px;
	left:-180px;
}
#header #contact {
	position:absolute;
	top:25px;
	left:658px;
}
#header #navbar {
	width:1020px;
	height:46px;
	position:absolute;
	top:82px;
	left:70px;
	z-index:100;
}
#header #hero {
	width:1020px;
	height:266px;
	position:absolute;
	top:82px;
	left:0px;
}

/* MAIN */
#bg_main{
	width:100%;
	min-height:595px;
	background-image:url("/wp-content/themes/csnglobal/images/bg_main.png");
	background-repeat:repeat-x;
	background-position:center bottom;
}
#main{
	width:1020px;
	height:100%;
	min-height:595px;
	margin:0 auto;	
	background-color:#fff;
	position:relative;
	font-size:13px;
	line-height:150%;
}

/* FOOTER */
#bg_footer{
	width:100%;
	height:378px;
	background-image:url("/wp-content/themes/csnglobal/images/bg_footer.png");
	background-repeat:repeat-x;
}
#footer{
	width:1020px;
	height:378px;
	margin:0 auto;	
	position:relative;
	font-size:10px;
	line-height:14px;
	color:#fff;
}
#bg_footer2{
	width:2560px;
	height:378px;
	position:absolute;
	top:0;
	left:-770px;
	background-image:url("/wp-content/themes/csnglobal/images/footer.png");
	background-repeat:no-repeat;
}
#footer a{
	font-size:10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

/* GENERAL */
#content h1 {
	font-family:'novecento_widelight';
	color:#003D79;
	font-size:32px;
	line-height:130%;
	margin:0 0 32px 0;
}
#content h2 {
	font-family:'novecento_widelight';
	color:#00b7de;
	font-size:16px;
	line-height:130%;
	margin:0;
}
#content h3 {
	font-family:'novecento_widelight';
	color:#404040;
	font-size:16px;
	line-height:130%;
	margin:0;
}
#content p {
	margin:	0 0 1em 0;
}
#content b,
#content strong {
	font-weight:bold;
}
#content i,
#content em {
	font-style:italic;
}
#content ul,
#content ol{
	margin:0 0 1em 0;
}
#content blockquote {
	display:block;
	margin:0 40px 1em 40px;
	font-weight:italic;
}
#content ol {
	list-style:decimal;
	margin-left:2em;
}
#content ul {
	list-style:disc;
	margin-left:2em;
}
#content ul li{
	padding:0 0 0.5em 0;
	margin:0 0 0 2em;
}
#content ol li{
	padding:0 0 0.5em 0;
	margin:0 0 0 2em;
}
#content sup,
#content sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
	font-size:8px;
}
#content sup {
	bottom: 3px;
}
#content sub {
	top: .5ex;
}

#content article.post {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #ccc;
}
#content article.post h1 {
	margin:0;
	font-size:16px;	
	color:#00b7de;
	font-weight:bold;
}
#content h1 a,
#content a{
	color:#003D79;
	text-decoration:none;
}
body.home #content h1 {
	color:#00b7de;
}

/* NAVBAR */
#navbar ul{
	margin:0;
	padding:0;
	list-style-type: none;
	width:880px;
	height:34px;
}
#navbar ul li {
	display: inline;
	width:auto;
	height:46px;
	margin: 0;
	padding: 0;
	float:left;
	position:relative;
}
#navbar ul li a {
	font-size:15px;
	text-decoration: none;
	color: #fff;
	width:auto;
	margin:0 10px 0 10px;
	padding:6px 0 0 0;
	line-height:36px;
	float:left;
	border-bottom:4px solid transparent;
}
#navbar ul li a.hover,
#navbar ul li.current_page_item a,
#navbar ul li.current_page_ancestor a{
	color: #fff;
	border-bottom:4px solid #D8EFF4;
}

/* level 2 */
#navbar ul li ul{
	position:absolute;
	top:46px;
	left:-5px;
	width:190px;
	margin:0;
	padding:0;
	display:none;
	z-index:9995;
	height:auto;
}
#navbar ul li ul li{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	text-align:left;
	height:auto;
	width:220px;
	background:rgba(255,255,255,0.9);
}
#navbar ul li ul li a,
#navbar ul li.current_page_item ul li a,
#navbar ul li.current_page_ancestor ul li a{
	color:#3F3F41;
	border:0;
	display:block;
	background:none;
	margin:0;
	padding:7px 15px;
	width:190px;
	height:auto;
	font-weight:normal;
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	line-height:15px;
	border-bottom:0;
}
#navbar ul li ul li a.hover,
#navbar ul li ul li.current_page_item a,
#navbar ul li ul li.current_page_ancestor{
	color:#00b7de;
	border-bottom:0;
}