/*This is the template for css global reset--avoid cross broswer padding and margin issue. By Tony Xia*/
/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}



/* Global reset-RESET */

/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }


/** a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


/*Typographic*/

h1{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	font-size:20px;
	color:#0D0D0D;
	margin:0 0 10px 0;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-weight:normal;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif, "Century Gothic";
	font-size:16px;
	color:#626262;
	margin:0 0 10px 0;
	text-transform:capitalize;
	letter-spacing:-1px;
	font-weight:normal;
	font-style:italic;
}



p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8;
	color:#2A2A2A;
	margin:0 0 10px 0;
}

a{
	color:#FA3A03;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


#headerMain #mainNavigation ul li a#highLight{
	color:#333333;
  border-bottom: solid 2px #555;
}

/*Basic style*/
body{
	background: url(images/bg.jpg) repeat-x #71bfe6;
	font-family: Arial, Helvetica;
	height: 100%;
}

#super-wrapper {
	width:100%;
	height: 100%;

}

#wrapper{
	width:910px;
	margin:0 auto;
}

#headerTop{
	width:100%;
	height:190px;
	background:url(images/contactNumber.png) no-repeat 0 -10px;
}

#headerMain{
	width:100%;
	height:77px;
}

	#headerMain #logoImg{
		float:left;
	}
	
	#headerMain #mainNavigation ul{
		width:675px;
      height:47px;
		float:right;
		padding-top:30px;
	}
	
	#headerMain #mainNavigation ul li{
	display:inline;
	padding:0px 28px 0 0;
	}
	
	#headerMain #mainNavigation ul li a{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		letter-spacing:-1px;
		color:#FA3A03;
		font-weight:600;
		text-decoration:none;
		border-bottom: solid 2px #ccc;
	}

	#headerMain #mainNavigation ul li a:hover{
		color:#333;
    border-bottom: solid 2px #555;
	}
	

#container{
	width:100%;
	margin: 0;
	padding: 40px 20px 20px 20px;
	background: #fff;// url(images/hp_bg.jpg) no-repeat left bottom;
	margin-left: -20px;
	border-top: #FE3A0A solid 9px;
	
}

	#container #sideNav{
		width:204px;
		height:375px;
		background:url(images/navHeader.gif) no-repeat;
		float:left;
		padding:20px 0 0 0;
	}
	
	#container #sideNav ul li{
		margin:0 0 1px 0;
	}
	
	#container #sideNav ul li a{
		display:block;
		width:204px;
		height:24px;
		background:url(images/sideNavBg.jpg) no-repeat 0 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FA3A03;
		font-weight:normal;
		text-decoration:none;
		text-align:center;
		padding:10px 0 0 0;
		vertical-align: bottom;
	}
        #container #sideNav ul li { 
                border-bottom: 1px solid #fe3b03;
        }
        #container #sideNav ul li:last-child { 
                border-bottom: none;
        }
	
	#container #sideNav ul li a:hover{
		background-position:0 -35px;
		color:#FFFFFF;
	}	

	#container #sideNav ul li a#sideHighlight{
		background-position:0 -35px;
		color:#FFFFFF;
	}

.cleaner{
	height:10px;
	clear:both;
}

#vendors{
	width:100%;
	height:97px;
	background-color:#EEF5FB;
	border-top:1px solid #BFDAF0;
	padding: 20px;
	margin-left: -20px;
}

	#vendors ul{
		padding-top:15px;
		padding-left:8px;
	}
	
	#vendors ul li{
		display:inline;		
	}
	
	
	#vendors ul li a img{
		margin:3px;
	}
	
#footer{
	width:100%;
	height:55px;
	background:url(images/footLogo.gif) no-repeat 260px 0;
	margin:30px 0 30px 0;
}
	
	#footer p{
		position:relative;
		top:15px;
		left:380px;
		display:block;
		width:350px;
	}


/*Global objects*/
.colTwo{
	width:675px;
	float:right;
}

.colTwo ul{
	margin:0 0 10px 0;
}

.colTwo ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(images/listDot.gif) no-repeat 0 5px;
	padding:0 0 0 20px;
	line-height:1.8;
	display:block;
}

.colTwo ol.ref{
	width:200px;
	display:block;
	float:left;
}

.colTwo ol.ref li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.5;
	list-style:none;
	background:url(images/listDot.gif) no-repeat 0 5px;
	padding:0 0 0 25px;
}

.colTwo .imgLeft{
	float:left;
	border:1px solid #C0F0FE;
	padding:2px;
	margin:0 10px 5px 0;
}

.colTwo .imgLeftNoBorder{
	float:left;
	margin:0 10px 5px 0;
}

.colTwo .imgCenter{
	border:1px solid #C0F0FE;
	padding:2px;
	margin:0 0px 10px 0;
}

.colTwo .imgRight{
	float:right;
	margin:0 0px 10px 10px;
}

/*Gallery*/

.gallery{
	width:250px;
	height:100%;
	background-color:#EEF5FB;
	float:right;
	margin:0 0 0px 15px;
	border:1px solid #DEF0FA;
}
	.gallery a img{
		border: 1px solid #C5DDF1;
		margin: 10px;
	}

	.gallery a img:hover{
		border:1px solid #FA3A03;
	}
	
  .services {
    width: 125px;
    height: 120px;
  }

a#rad3 {
  background: transparent url(images/logo_rad3.gif) no-repeat top right;
  width: 51px;
  height: 38px;
  float: right;
  display: block;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  line-height: 38px;
  margin-top: -38px;
  margin-right: 10px;
	padding: 21px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:21px;
	position: relative;
	top: 3em;
	left: 0;
	
  filter:alpha(opacity=50);   
  -moz-opacity: .5;   
  opacity: .5;
}

a#rad3:link, a#rad3:visited  { width: 89px; border: 0; display: block; background: url(images/logo_rad3.gif) 0px 0px no-repeat;}
a#rad3:focus { background: 0px 0px;}
a#rad3:hover, a.rad3:active {
  filter:alpha(opacity=100);   
  -moz-opacity: 1;   
  opacity: 1;
}

/* FLAGS */

#headerTop{
  position: relative;
  font-size: 0.8em;
}

#flags {
  font-family: arial;
  position: absolute;
  top: -3px;
  left: 630px;
} 

#flags a, #flags span  {
  color: #BCE1F3;
  line-height: 32px;
  padding: 5px;
  padding-left: 40px;
  margin-left: 20px;
  filter:alpha(opacity=75);   
  -moz-opacity: .75;   
  opacity: .75;

}


#flags a:hover {
  text-decoration: none;
  color: white;
}

#flags .nz {
  background: transparent url(images/flag_nz.jpg) 4px center no-repeat;
}

#flags .au {
  background: transparent url(images/flag_au.jpg) 4px center no-repeat;
}

#flags span {
  background-color: #55aad9 !important;
  color: white;
  border-bottom: solid 1px #257aa9;
  filter:alpha(opacity=100);   
  -moz-opacity: 1;   
  opacity: 1;

}

div.news div.feeds {
  display: none;
}

.news-date {
  font-size: 0.725em;
}

.quiet {
  font-size: 0.9em;
  color: #999;
}
