
/* 
///////////////////////////////////////
	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: #9a9a9a;
	font-size: 62.5%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	background-color: #ffffff;
}

/* 
///////////////////////////////////////
	TYPOGRAPHY
/////////////////////////////////////// */

P { 
	padding: 0.6em 15px 0.6em 0;
	color: #838383;
	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: #999999; 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: #9a9a9a;
	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: #9a9a9a;
}


/* 
///////////////////////////////////////
	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: #9a9a9a; font-size: 1.0em; }


