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

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

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



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

#printLogo {
	display:block;
	height: 125px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
	
html{
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto; }

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

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

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

p 	{
	color: #000000;
	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: #000000;
	text-decoration: underline; }


a:hover {
	text-decoration: underline; }

ul 	{
	color: #000000;
	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	{
	width: 900px;  }

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


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

#header	{
	display:none; }
	
#headerLeft	{
	display:none; }

#headerRight {
	display:none; }

#headerRight ul { 
	display:none; }

#headerRight li { 
	display:none; }

#headerRight li a { 
	display:none; }

#headerRight li a:hover {
	display:none; }	

/*  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	{
	display: none; }

.rightText {
	display: none; }

.rightText a:link,
.rightText a:active,
.rightText a:visited {
	display: none; }

.rightText a:hover {
	display: none; }

.leftText {
	display: none; }
	
	

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


.vcard {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #fff;
	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: #000000; }

.vcard a:visited {
	color: #000000;
	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: #000000;
	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: #000000;  }

