@charset "UTF-8";
body {
	background: #D1D3D4;
	font-size: 11px;
	padding: 25px 0 40px;
}
p {
	font-size: 1.1em;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	color: #00C;
}

a:hover {
	text-decoration: underline;
	color: #00AEEF;
}

.container_12 {
	background: #fff;
	margin-bottom: 20px;
}
/* branding
----------------------------------------------- */
#masthead {
	font-weight:normal;
	font-size:1em;
	text-align:left;
	padding:0px 0px 10px;
	width: 960px;
	margin: 0;
	height: 140px;
	position: relative;
}
h1#branding{
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 960px;
}
@media screen {
.images-on h1#branding {
	text-indent:-10000px;
	background-image: url (../images/thermoreg-masthead.gif);
	overflow:hidden;
	background: url(../images/thermoreg-masthead.gif);
}
#globalNav {
	padding:0px;
	width: 960px;
	margin: 0;
	position: relative;
	background: url(../images/nav_bg.gif) repeat-y left top;
}
#footer {
	background: #036 url(../images/nav_bg.gif) repeat-y left top;
	color: #FFF;
	padding: 0;
	width: 960px;
	clear: both;
	height: 32px;
	position: relative;
}
#footerLeft {
	float: left;
	width: 600px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
}
#footerRight {
	float: right;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: right;
	width: 320px;
	margin-right: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* boxes
----------------------------------------------- */
.box {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.boxGradient {
	margin-bottom:20px;
	padding:10px 20px 1px 10px;
	background: url(../images/rh-gradient.gif) no-repeat right top;
}
.boxGrey {
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
	background: #EDEDEE;
}
#greyBG {
	background: #EDEDEE;
}
img {
}
.imgPad {
	margin-bottom: 15px;
}
.inset {
	padding: 0px 10px;
}
.largeRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 15px;
}
ul .pdf  {
	list-style: url(../images/pdf.gif) none;
}
#fixh307 {
	height: 277px;
}
.products {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.standard  {
	font-size: 1.1em;
	line-height: 1.5em;
	list-style: disc;
}
.standard li {
	padding-bottom: 10px;
	margin: 0px 0px 0px 20px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.minHeight {
	min-height: 312px;
}
