﻿/*<![CDATA[*/
/*
* Copyright: 2005 - 2007 SI Works Internet Solutions
* If you have come across this page, its cause you are snooping through code, and are generally a developer as such
* If you would like to use some of the code on this page, please simply email support@siworks.co.za and ask permission
* it would be much appreciated, as we have worked very hard on these classes and styles
* 
* Page to control the printing of the document
* @page print.css
* @version 2.0
* @author Greg Shiers, Jarratt Ingram (SI Works Internet)
* @copyright: SI Works Internet Solutions 2005 - 2007
*/

/* Include the other styles sheets within this main style sheet */

body {
	padding: 0;
	margin: 0;
	background:#FFFFFF;
	color: #000000;
	cursor: default;
}
img, table, select, form {
	border: 0;
	padding: 0;
	margin: 0;
}
#container { padding: 10px; }
#navigation, .whatwedo_left { display: none !important; }
/*]]>*/