@charset "UTF-8";
/* CSS Document */

body {
	background-color: #313131;
	background-image: url(../images/mrchimney-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #DCDCDC;
	text-align: center;
}

* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #f15f3c;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #f15f3c;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #fff200;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	color: #f15f3c;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper {
	text-align: center;
}

#contentbox {
	width: 727px;
	margin-right: auto;
	background-image: none;
	margin-left: auto;
}

.logotop {
	padding-left: 81px;
	height: 29px;
	text-align: right;
	background-image: url(../images/logo-top.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 18px;
	font-weight: bold;
	padding-top: 11px;
}

.logoimg {
	padding-right: 13px;
}
.navimg {
	padding-bottom: 15px;
}

.header {
	height: 66px;
	text-align: right;
}

.photobox {
	text-align: left;
}
.content {
	text-align: left;
	padding-left: 34px;
	font-size: 12px;
	line-height: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.content ul {
	padding-left: 34px;
}
.companylogos{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.divider {
	height: 60px;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../images/spacer-grey.gif);
}
.phonenumber{
	padding-left: 34px;
	text-align: center;
}
#footerbox{
	padding-left: 34px;
}

.footerlogo {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/spacer-grey.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 122px;
	text-align: center;
}
.redbold {
	font-weight: bold;
	color: #f15f3c;
}
.mdredbold {
	font-weight: bold;
	color: #f15f3c;
	font-size: 14px;
	padding-bottom: 10px;
}
.lgredbold {
	font-weight: bold;
	color: #f15f3c;
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}
.lgredbold2 {
	font-weight: bold;
	color: #f15f3c;
	font-size: 18px;
	text-align: left;
	padding-bottom: 20px;
}
#footer{
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #999999;
	line-height: 14px;
}

.footerwhitetext {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.productphoto{
	float: left;
	padding-right: 20px;
	width: 140px;

}
.producttext{
	float: left;
	height: auto;
	width: 533px;
}
.sistercologos{
	float: left;
	padding-right: 20px;
	width: 200px;

}
.sistercotext{
	float: left;
	height: auto;
	width: 473px;
}
.productclear{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 20px;
}