/* Hotbox CSS file. Built by Bluestorm New Media 2007 */

/* @group Basic defaults */
* { background: transparent; }
body, p, div, table, td, th, dl, dt, dd, form, input {
	color: black;
	background: white;
	font-size: 12pt; 
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
blockquote { font-style: italic; color: black;}
a:link, a:visited {
	color: #4461AD;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a img, p.logo a {
    border: none;
    text-decoration: none;
    float: left;
    margin: 0 1em 1em 0;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
    font-size: 80%
}
h2#logo a:link:after, h2#logo a:visited:after,
p.fr a:link:after, p.fr a:visited:after {
	content: "";
}
h1, h2, h3, h4, h5, h6 {
	padding: 0; background: white;
}
h1 {font-size: 18pt;}	
h2 {font-size: 14pt;}
h3 {font-size: 14pt;}
h4 {font-size: 13pt;}
}
/* @end */

/* @group Reset layout divs */
#outer, #main {
	width: 100%; height: auto; margin: 0; float: none !important;border: none;
}
/* @end */

/* @group Hide stuff */
.sidenav, #navwrap, .simple-translator, #enquire,
.breadcrumb, p.fr span, .line, .call, #footer ul li.first, .ltext {
	display: none;
}
/* @end */

/* @group Site-specific print styles */
body {
	border-top: 10px solid #000;
	padding: 0; margin: 0;
}
h2#logo {
	position: absolute;
	top: 10px; left: 0;
}
#main {
	margin-top: 170px;
}
p.fr a img {
	margin-right: 30px;
}
#standard img {
	float: left;
	margin: 20px 20px 20px 0;
}
h2 {
	color: #555;
}
#footer {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}
#footer ul, #footer ul li.copy {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#footer, .address {
	font-size: 90%;
}
h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
}
.techspec {
	padding: 15px;
	background-color: #f5f5f5;
}
.techspec h3 {
	background-color: transparent;
	margin-top: 0;
}
/* @end */

