
/* 
///////////////////////////////////////
	Clipsal Australia Pty Ltd
	Author:    Kel Andersen
	Modified:  04/11/2008	
/////////////////////////////////////// */	

* { margin: 0; padding: 0; /* global reset */ }
HTML, BODY { width:100%; height:100%; }
HTML { font-size: 100%; /* IE hack */ }

BODY {
	text-align: center;
	color: #8f8f8f;
	font-size: 62.5%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	background-color: #ffffff;
}

/* 
///////////////////////////////////////
	TYPOGRAPHY
/////////////////////////////////////// */

P { 
	padding: 0.6em 0px 0.6em 0;
	color: #8f8f8f;
	font-size: 1.1em;
	line-height: 1.4em;
}

H1, H2, H3, H4, H5 { 
	margin: 0;
	padding: 0.25em 0 0.5em 0;
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 1.4em;
}

H1 { padding-bottom: 0.1em; color: #d53040; font-size: 1.5em; font-weight: bold; }
H2 { color: #888888; font-size: 1.2em; font-weight: bold; line-height: 1.2em; }
H3 { padding: 0.75em 0 0 0; color: #6f9fab; font-size: 1.2em; font-weight: bold; line-height: 1.4em; }
H4 { padding: 0.75em 0 0 0; color: #d53040; font-size: 1.1em; font-weight: bold; line-height: 1.2em; }
H5 { padding: 0.75em 0 0 0; color: #999999; font-size: 1.1em; font-weight: bold; line-height: 1.2em; }

/* 
///////////////////////////////////////
	LINKAGE
/////////////////////////////////////// */

/*A:link, A:visited, A:active*/
A {
	color: #8f8f8f;
	text-decoration: none;
	outline: none; 
} 

A:hover, A:focus { 
	color: #289bb8 /*!important*/;
	text-decoration: none; 
}
	
/* 
///////////////////////////////////////
	LISTS
/////////////////////////////////////// */

UL { 
	margin: 5px 0 10px 25px;
	list-style-type: square;
	font-size: 1.1em;
}

LI { 
	padding: 3px 0 2px 0;
	color: #8f8f8f;
}



/* 
///////////////////////////////////////
	DEFINED LISTS
/////////////////////////////////////// */

DL, DT, DD { }

/* 
///////////////////////////////////////
	IMAGES
/////////////////////////////////////// */

IMG		{ border: none; }
A IMG 	{ border: none; }

/* 
///////////////////////////////////////
	TABLES
/////////////////////////////////////// */

TABLE	{ font-size: 100%; /* IE hack */ }
CAPTION { caption-side:bottom }
TR 		{ }
TD 		{ }
TH, TD 	{ color: #8f8f8f; font-size: 1.0em; }

#helpline
{
	width:100%;
	background-image: url(../images/bg_search_panel.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:60px;
	margin-top: 15px;
	padding-top:5px;
}
.helplinetest a
{
	text-decoration:blink;
	color:#900; font-size:17px; 
}
.livehelp a
{
	text-decoration:none;
	color:#049DE8; font-size:12px;
}
.livehelp a:hover
{
	text-decoration:none;
	color:#F00; font-size:12px; 
}