/* ----------------------------------------------------------------------------------------------

			***   Main style sheet for NZFX Ltd                     ***
			***   Created by Kennedy & Associates Design Ltd 2008   ***
			***   www.kennedyandassociates.co.nz                    ***

------------------------------------------------------------------------------------------------*/



/*====== DEFAULTS ===================================================================== */

html{
	background-color:#000000;
	text-align: center;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto; }

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #000; }

h1 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9933;
	text-align: left; }

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #8E9EAE;
	text-align: left; }

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	text-align: left;
	font-style: italic;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

p 	{
	color: #CDCCDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 140%;
	margin: 0px;
	text-align: left;
	padding-bottom: 10px;}

a:link, a:visited, a:active {
	color: #3399FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933; }


a:hover {
	text-decoration: none;
	color: #FF9933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF; }

ul 	{
	color: #242021;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin: 0px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	padding-left: 25px;
	font-size: 0.9em; }

.input {
	background-color: #8E9EAE;
	border: 1px solid #000000; }


/*====== STRUCTURE ================================================= */


#container	{
	background-repeat: repeat;
	width: 900px;
	background-image: url(../../assets/images/bg.gif);
	border: 1px solid #272B33;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto; }

#content	{
	margin-top: 1em;
	margin-right: 3em;
	margin-bottom: 2em;
	margin-left: 3em;
	background-color: #272B33;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 50px;
	padding-left: 1em; }


/*  Header/Nav ---------------------------------------------------- */

#header	{
	height: 127px;
	text-align: left;
	width: 900px; }

#headerLeft	{
	background-image: url(../../assets/images/NZFXlogo2.jpg);
	background-repeat: no-repeat;
	height: 127px;
	text-align: left; }

#headerRight {
	width: 635px;
	padding-top: 77px;
	padding-left: 225px; }

#headerRight ul { 
	list-style-type:none; }

#headerRight li { 
	float:left; }

#headerRight li a { 
	display:block;
	line-height:2;
	color:#4679AC;
	text-decoration:none;
	float:left;
	font-size:0.8em;
	font-weight: bold;
	background: #272B33;
	margin-right: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #3A414E; }

#headerRight li a:hover {
	background:#272B33;
	color: #FF9933;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000; }	

/*  Banner ---------------------------------------------------- */

.scrollingText a:link,
.scrollingText a:active,
.scrollingText a:visited {	
	font-size: 0.8em; 
	color: #83b0d6;
	text-decoration: none;
	border-bottom: none; }

.scrollingText a:hover {
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none; }

#scroll {
	background-color: #3c4350;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 3px;}

#banner {
	margin-right: auto;
	margin-left: auto; }

/*  Right Column ---------------------------------------------------- */

#rightColumn {
	float: right;
	width: 350px;
	height: 350px;
	display: block;
	clear: right; }

#rightColumn h2{
	text-align: right; }

#rightColumn p{
	text-align: right; }

#equipmentRight {
	float: right;
	width: 320px;
	display: block;
	clear: both; }

#equipmentRight img {
	float: right;
	padding-right: 10px;
	padding-bottom: 25px; }

/*  Footer ---------------------------------------------------- */

#footer	{
	width: 882px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	color: #272B33; }

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #272B33;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #272b33; }

#footer a:hover {
	color: #fff;
	border-bottom-style: none; }
	
.footerText a{
	margin-right: 70px;
	color: #272B33; }


/*====== VCARD - MICROFORMATS ENABLED ================================================= */


.vcard {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #cdccdf;
	font-size: 12px;
	line-height: 140%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px; }

.type {
	font-size: 9px;
	font-weight: bold;
	padding-left: 20px;
	color: #0080c0; }

.vcard a:link, a:active {
	color: #cdccdf;
	text-decoration: none;
	border-bottom-style: none; }

.vcard a:hover {
	color: #ff9933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399ff; }

.vcard a:visited {
	color: #8B9DA3;
	text-decoration: none; }

#organisation {
	width: 340px;
	float: left;
	display: block;
	margin-left: 10px;
	text-align: right; }

#organisation .vcard .fn {
	font-weight: bold;
	font-size: 16px;
	color: #8e9eae;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif; }

#organisation .vcard .adr{
	padding-left: 20px;
	padding-bottom: 5px; }


/*====== MISCELLANEOUS ================================================= */

#creditPageL a:link,
#creditPageR a:link,
#creditPageL a:active,
#creditPageR a:active,
#creditPageL a:visited,
#creditPageR a:visited {
	color: #cdccdf;
	text-decoration: none;
	border-bottom-style: none; }



#creditPageL a:hover,
#creditPageR a:hover {
	color: #ff9933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399ff; }

#printLogo {
	display:none }
	
div#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	font-size: 90%;
	margin:0px;
	padding:7px;
	width:180px;
}

#map a,
#map a:link,
#map a:active,
#map a:visited,
#map a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
