/* CSS design by Pixelman.be | V1.0 21/10/2008/ */

/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright protected by futureproofed & Pixelman */

/* CSS tested on:

	MAC OSX  
	- Safari 2.0: OK
	- IE 5.2.3: NOT TESTED
	- Firefox(Mozilla 5) 2.0: OK

	MAC OS9
	- IE 5.0: NOT TESTED

	PC WIN98
	- IE 5.0: NOT TESTED

	PC WINXP WIN2000 VISTA
	- IE 6.0: OK
	- IE 7.0: OK
	- Firefox(Mozilla 5) 2.0: OK

*/


/************** basics **************/

body {
	margin: 20px;
	padding: 0;
	font-family:"HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background: #FFF;
}

html, dl, div, img, swf, form { 
	margin: 0; 
	padding: 0;
}

a img { 
	border: none;
}

	
a {
	text-decoration: none;
	color: #00A99D;
}

a:hover {
	text-decoration: underline;
	color: #000;
}	

#site { /* whole site */
	position: relative;
	margin: 0 0;
	width: 100%;
}

/************** header elements **************/

#header, #navbox, #banner ul {
	display: none;
}
