﻿/* >>>>>>>>>>>> Mr Roof Website CSS Document - June 2009 >>>>>>>>>>>> */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#9f9f9f url('../images/pg-bg.gif') repeat-x fixed left top;
}
h1, h2, h3, h4, h5, h6, div, form {
	margin: 0;
}
.fr {
	float: right;
	margin-left: 10px;
}
.fl {
	float: left;
	margin-right: 10px;
}
.imgbr {
	border: 1px solid #cccccc;
}
.icon {
	border: 0;
	margin: 0 8px 0 0;
	padding: 0;
}
p {
	margin: 1em 0;
}
.pbot {
	margin-bottom: 0em;
}
.ptop {
	margin-top: 0em;
}
.pno {
	margin: 0;
}
.hr {
	border: 0;
	background-color: #8d7b6d;
	color: #8d7b6d;
	margin: 0 0 10px 0;
	height: 1px;
	padding: 0;
}

/* Main Table */

#main{
	margin:0 auto;
	width:1000px;
}

/* >>>>>>>>>>>>>>> Inner Section >>>>>>>>>>>>>>> */

.pgbody{
	background:#ffffff url('../images/tb-bg.png') no-repeat scroll left top;
}

.pghero{
	padding:20px 0 11px 20px;
	vertical-align:top;
	text-align:left;
}

/* >>>>>>>>>>>>>>> Box >>>>>>>>>>>>>>> */
.box{
	border:1px solid #9c9c9c;
	border-width:1px 1px 0 1px;
	background-color:#e1e2e3;
	position:relative;
}

.box-head{
	padding:2px 5px;
	font-size: 15px;
	color: #363636;
	line-height: 19px;
	font-weight: bold;
}

.box-cont{
	padding:5px;
	color:#363636;
	line-height:17px;
	font-size:12px;
}

.box-cont1{
	padding:5px 10px;
	border:1px solid #9c9c9c;
	border-width:0 1px;
	background-color:#e7e7e7;
}

.box-bot{
	border:1px solid #9c9c9c;
	border-width:0 1px 1px 1px;
	text-align:right;
	vertical-align:top;
	background-color:#e1e2e3;
}

.callout {
	width:220px;
	float:right;
	padding:10px;
	border:1px solid #cfcfcf;
	border-width:0 2px 0 2px;
	margin:0 0 40px 10px;
	/*background-color:#e1e2e3;*/
	font-size:14px;
	color: #c0111b;
	line-height: 25px;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia;
	text-align:center;
}

.footmore{
	position:absolute;
	bottom:0;
	right:0;
}

.more{
	color: #b32a32;
	font-size: 11px;
	line-height: 12px;
	font-style:italic;
}

a.more:link, a.more:visited {
	float:right;
	display:block;
	padding:2px 15px 2px 5px;
	color: #b32a32;
	text-decoration: none;
	background-color:#9c9c9c;
	background:#9c9c9c url('../images/blt-more.gif') no-repeat scroll right center;
}
a.more:active, a.more:hover {
	color: #ffffff;
	text-decoration: none;
}

/* >>>>>>>>>>>>>>> Local Navigation >>>>>>>>>>>>>>> */

.globalnav {
	margin: 0;
	padding: 0;
}
.globalnav li {
	list-style-type: none;
	float: left;
	border-left:1px solid #939393;
	margin: 0;
	padding: 0px 9px;
}
.globalnav a {
	display: block;
	color: #b5b5b5;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
.globalnav a:hover {
	color: #ffffff;
	text-decoration: none;
}

.globalnav li.first{
	border-left:0;
}

/* >>>>>>>>>>>>>>>>>>>>>>>> Main Navigation >>>>>>>>>>>>>>>>>>>>>>>> */
.mainnav {
	margin: 0;
	padding:0;
	float:right;
}
.mainnav ul {
	margin: 0;
	padding: 0;
}
.mainnav li {
	list-style-type: none;
	float: left;
}
.mainnav a {
	margin: 6px 10px 6px 0;
	padding: 3px 5px;
	display: block;
	color: #d3d3d3;
	font-size: 16px;
	line-height:18px;
	font-weight: normal;
	text-decoration: none;
	border:1px solid #616161;
}
.mainnav a:hover {
	color: #d3d3d3;
	text-decoration: none;
	background-color: #c25a60;
}
.mainnav a.current:link, .mainnav a.current:visited {
	text-decoration: none;
	color: #d3d3d3;
	background-color: #bc010c;
}
/* >>>>>>>>>>>>>>>>>>>> FAQ Display >>>>>>>>>>>>>>>>>>>>>>> */
.faq {
	padding: 25px 0 0 0;
	margin: 0;
}
.faq li {
	padding: 0 0 15px 0px;
	list-style-type: none;
	font-weight: bold;
	color: #545454;
	line-height: 17px;
}
.faq li ul {
	padding: 0;
	margin: 0;
}
.faq li ul li {
	padding: 5px 0 0 0;
	background-image: none;
	font-weight: normal;
	font-size: 12px;
	color: #545454;
	line-height: 17px;
}
/* >>>>>>>>>>>>>>>>>>>>>>>> Bullet List >>>>>>>>>>>>>>>>>>>>>>>> */
.bullet {
	text-align: left;
	padding: 15px 0px 0px 13px;
	margin: 0px;
}
.bullet li {
	background: transparent url(../images/blt-rd.gif) no-repeat scroll left 6px;
	color: #363636;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding: 0px 0px 0px 23px;
	list-style-type: none;
}
.bullet li a {
	text-decoration: none;
	color: #363636;
}
.bullet li a:hover {
	text-decoration: none;
	color: #363636;
}

.bullet li ul{
	text-align: left;
	padding: 0px 0px 0px 13px;
	margin: 0px;
}

.bullet li ul li{
	background: transparent url(../images/blt-rd-sub.gif) no-repeat scroll left 6px;
}

.bullet1 {
	text-align: left;
	padding: 5px 0px 0px 2px;
	margin: 0px;
}
.bullet1 li {
	background: transparent url(../images/arrow.gif) no-repeat scroll left 4px;
	color: #c0111b;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0px 0px 4px 15px;
	list-style-type: none;
}
.bullet1 li a {
	text-decoration: none;
	color: #363636;
}
.bullet1 li a:hover {
	text-decoration: none;
	color: #363636;
}

.bullet1 li ul{
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.bullet1 li ul li{
	background: transparent url(../images/blt1.png) no-repeat scroll left 7px;
}

.clist {
	text-align: left;
	padding: 15px 0px 15px 15px;
	margin: 0px;
}
.clist li {
	background: transparent url(../images/blt1.png) no-repeat scroll left 9px;
	color: #363636;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
.clist li a {
	text-decoration: none;
	color: #363636;
}
.clist li a:hover {
	text-decoration: none;
	color: #363636;
}

.clist li ul{
	text-align: left;
	padding: 0px 0px 0px 13px;
	margin: 0px;
}

.clist li ul li{
	background: transparent url(../images/blt-rd-sub.gif) no-repeat scroll left 6px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>> End Bullet List >>>>>>>>>>>>>>>>>>>>>>>> */
.tagline {
	font-size: 19px;
	color: #ffffff;
	line-height: 30px;
	font-weight: normal;
	padding:0;
	font-style:italic;
}

.pnum {
	font-size: 19px;
	color: #ffffff;
	line-height: 30px;
	font-weight: normal;
	padding:0;
}

.pagetitle {
	font-size: 36px;
	color: #999999;
	line-height: 40px;
	font-weight: normal;
	padding:0 0 15px 25px;
	font-style:italic;
	font-family:Georgia;
	background:transparent url('../images/blt-head.png') no-repeat scroll left 11px;
}
.title {
	font-size: 16px;
	color: #bc010c;
	line-height: 20px;
	font-weight: bold;
}
a.title:link, a.title:visited {
	text-decoration: underline;
	color: #bc010c;
}
a.title:active, a.title:hover {
	text-decoration: none;
	color: #782302;
}

.title1 {
	font-size: 18px;
	color: #363636;
	line-height: 20px;
	font-weight: bold;
}
a.title1:link, a.title1:visited {
	text-decoration: underline;
	color: #363636;
}
a.title1:active, a.title1:hover {
	text-decoration: none;
	color: #782302;
}

.subtitle {
	font-size: 12px;
	color: #bc010c;
	line-height: 16px;
	font-weight: bold;
}
a.subtitle:link, a.subtitle:visited {
	text-decoration: none;
	color: #d2252b;
}
a.subtitle:active, a.subtitle:hover {
	text-decoration: none;
	color: #782302;
}
.subtitle1 {
	font-size: 15px;
	color: #363636;
	line-height: 24px;
	font-weight: bold;
}
a.subtitle1:link, a.subtitle1:visited {
	text-decoration: underline;
	color: #363636;
}
a.subtitle1:active, a.subtitle1:hover {
	text-decoration: none;
	color: #782302;
}

.navhead {
	font-size: 17px;
	color: #363636;
	line-height: 20px;
	font-weight: normal;
	text-transform:uppercase;
}
a.navhead:link, a.navhead:visited {
	text-decoration: underline;
	color: #363636;
}
a.navhead:active, a.navhead:hover {
	text-decoration: none;
	color: #782302;
}

.bodyhome {
	font-size: 13px;
	color: #343434;
	line-height: 18px;
}
.body {
	font-size: 12px;
	color: #343434;
	line-height: 17px;
}
a.body:link, a.body:visited {
	text-decoration: underline;
	color: #545454;
}
a.body:active, a.body:hover {
	text-decoration: none;
	color: #9a4d32;
}
.body1 {
	font-size: 11px;
	color: #343434;
	line-height: 16px;
}
a.body1:link, a.body1:visited {
	text-decoration: underline;
	color: #343434;
}
a.body1:active, a.body1:hover {
	text-decoration: none;
	color: #343434;
}
.body2 {
	font-size: 13px;
	color: #d2252b;
	line-height: 18px;
}
a.body2:link, a.body2:visited {
	text-decoration: underline;
	color: #d2252b;
}
a.body2:active, a.body2:hover {
	text-decoration: none;
	color: #9a4d32;
}
.body3 {
	font-size: 11px;
	color: #d2252b;
	line-height: 15px;
}
a.body3:link, a.body3:visited {
	text-decoration: underline;
	color: #d2252b;
}
a.body3:active, a.body3:hover {
	text-decoration: none;
	color: #9a4d32;
}
/* >>>>>>>>>>>>>>> Footer Inner Section >>>>>>>>>>>>>>> */

.foot-body{
	background-color:#696969;
	vertical-align:top;
	text-align:left;
	padding-top:5px;
}
.foot-bot{
	background: transparent url('../images/footer-bot.gif') repeat-x scroll left top;	
}
.foot-left{
	background: transparent url('../images/footer-lbg.gif') no-repeat scroll right top;
	height:68px;
}
.foot-right{
	background: transparent url('../images/footer-rbg.gif') no-repeat scroll left top;
	height:68px;
}
.foot-bl{
	background: transparent url('../images/footer-bl.gif') no-repeat scroll right top;
	height:15px;
}
.foot-br{
	background: transparent url('../images/footer-br.gif') no-repeat scroll left top;
	height:15px;
}

/* >>>>>>>>>>>>>>> Footer >>>>>>>>>>>>>>> */

.footer-bg{
	/*background:#353535 url('../images/footer-bg.gif') repeat-x scroll left top;*/
	background:transparent url('../images/footerbg.png') no-repeat scroll left top;
	height:100px;
	behavior: url(../iepngfix.php);
}

.footer {
	font-size: 11px;
	color: #9c9c9c;
	line-height: 16px;
}
a.footer:link, a.footer:visited {
	text-decoration: none;
	color: #9c9c9c;
}
a.footer:active, a.footer:hover {
	text-decoration: underline;
	color: #9c9c9c;
}
.footer1 {
	font-size: 11px;
	color: #b8b8b8;
	line-height: 16px;
}

.footernav {
	margin: 0;
	padding: 0;
}
.footernav li {
	list-style-type: none;
	float: right;
	border-right:1px solid #939393;
	margin: 0;
	padding: 0px 9px;
	line-height:10px;
}
.footernav a {
	display: block;
	color: #9c9c9c;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}
.footernav a:hover {
	color: #bc010c;
	text-decoration: none;
}

.footernav li.first{
	border-right:0;
	padding-right:0;
}

.footernav1 {
	margin: 0;
	padding: 0;
}
.footernav1 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:left;
}
.footernav1 a {
	color: #b8b8b8;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.footernav1 a:hover {
	color: #b8b8b8;
	text-decoration: underline;
}

.footertxt {
	font-size: 10px;
	color: #797979;
	line-height: normal;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>> Forms Style >>>>>>>>>>>>>>>>>>> */
form {
	margin: 0;
	padding: 0;
}
.input {
	padding:1px 0;
	margin: 0px;
	width: 200px;
	border: 1px solid #d6d5c2;
	background-color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
}
.inputphone {
	padding: 1px 0;
	margin: 0px;
	width: 58px;
	border: 1px solid #d6d5c2;
	background-color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
}
.select {
	padding: 0px;
	margin: 0px;
	width: 200px;
	border: 1px solid #d6d5c2;
	background-color: #fff;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}
.textarea {
	padding: 1px 0;
	margin: 0px;
	width: 200px;
	height: 40px;
	border: 1px solid #d6d5c2;
	background-color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
}
.textarea1 {
	padding: 1px 0;
	margin: 0px;
	width: 200px;
	height: 60px;
	border: 1px solid #d6d5c2;
	background-color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
}
.button {
	padding: 2px 10px;
	background-color: #d7d3cf;
	border: 1px solid #8e7f7d;
	color: #353738;
	width: 65px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.req {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #ff0000;
}
.imgbor1 {
	background-color: #F5F0EA;
	border: 1px solid #545454;
	padding: 2px;
	margin: 0px 0px 0px 0px;
}

.bodylink {
	font-size: 14px;
	color: #343434;
	line-height: 17px;
}
a.bodylink:link, a.bodylink:visited {
	text-decoration: underline;
	color: #545454;
}
a.bodylink:active, a.bodylink:hover {
	text-decoration: none;
	color: #9a4d32;

