
/* 
///////////////////////////////////////
	Clipsal Australia Pty Ltd
	Author:    Kel Andersen
	Modified:  28/01/2009	
/////////////////////////////////////// */	

* { 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;
	background-image: url(../images/bg_portal.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

/* 
///////////////////////////////////////
	TYPOGRAPHY
/////////////////////////////////////// */

P { 
	padding: 0.4em 0 0.2em 0;
	color: #a3aab9;
	font-size: 1.1em;
	line-height: 1.1em;
}

H1, H2 { 
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 1.4em;
}

H1 { color: #d53040; font-size: 1.5em; font-weight: bold; }
H2 { color: #a3aab9; font-size: 1.1em; font-weight: bold; line-height: 1.2em; }

/* 
///////////////////////////////////////
	LINKAGE
/////////////////////////////////////// */

/*A:link, A:visited, A:active*/
A {
	color: #a3aab9;
	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;
}

/* 
///////////////////////////////////////
	IMAGES
/////////////////////////////////////// */

IMG		{ border: none; }
A IMG 	{ border: none; }

