
/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0.5em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
   	margin-left: 1em;
}
a img, img a {
	border: none;
}
body {
	background: white;
	font-size: 12pt;
}
#sub, #secwrap, #footer, #header, #breadcrumbs, #navwrap, #slogan {
	display: none;
}
#page, #container, #inner-container, #mainwrap, #mainbody, #main, #sub, #logo, #content {
	width: auto !important;
	border: 0;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background: none;
	background-color: transparent;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	display: table-cell;
	clear: none;
}
#content, #nav ul, #nav li, #subfoot li, #subfoot ul, #nav a, #subfoot ul a, #logo, #sub, #header form, #copyright img, #homeblock div {
	float: none !important;
}
#print-head {
	display: block;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .maintitle, .subhead1 {
	color: black;
	font-size: 120%;
	clear: both;
}
h1, .maintitle {
	font-size: 130%;
	clear: both;
}
a:link, a:visited, .enquiry {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}