/* Print Stylesheet
-----------------------------------------------------------------------------
version:   1.0
date:      10/08/2009
author:    Chris Beale
website:   http://www.handbsensors.co.uk
*/

/* Basic Elements
-----------------------------------------------------------------------------*/
body {
	color: #000;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

img {
	border: 0px;
	margin: 0;
	padding: 0;
}

/* Typography
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
 
h1 {
	color: #009ee0;
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 2em;
}
 
h2 {
	font-size: 1.5em;
	letter-spacing: -1px;
	padding: 0;
}
 
h3 {
	font-size: 1em;
	font-weight: bold;
}

h4, h5, h6 {color: #009ee0;}

a, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

#extraBar h3 {display: none;}

/* Header
-----------------------------------------------------------------------------*/

#logo {
	text-align: left;
	width: 126px;
}

#phonebox {
	color: #249cd3;
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 17px;
}

#phonebox a, #phonebox a:hover, #phonebox a:visited {
	color: #249cd3;
	text-decoration: none;
}

/* Content
-----------------------------------------------------------------------------*/

#container {margin: 20px 0 0 0;}

#colMain {padding: 0 0 15px 0;}

#colExtra {display: none;}


/* Footer
-----------------------------------------------------------------------------*/

#footer {display: none;}

/* Navigation
-----------------------------------------------------------------------------*/

#extraBar {display: none;}

.nav {clear: both;}

.navmenu {display: none;}

#rndimg, #rndimg img {display: none;}
