@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right:0px;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 12;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../../_imgs/_frmwrk/_body/rbj_body_bgnd.jpg);
	background-repeat: repeat;
	behavior:url(_common/_styles/csshover.htc);
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../../_imgs/_frmwrk/_body/rbj_main_div_bgnd.jpg);	/*padding-top:8px; */
} 
.twoColFixLtHdr #header { 
	/*background: #DDDDDD; 
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 155px;
	width: 780px;
	/*padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0; */
}

.twoColFixLtHdr #leftMargin {
	float: left; /* since this element is floated, a width must be given */
	width: 16px;
	height: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background-image: url(../../_imgs/_frmwrk/_body/rbj_body_right_margin.jpg); */
	background-repeat: repeat;
	margin:0px;
	/* clear: left; */
	/* padding: 15px 10px 15px 20px; */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 174px;
	/*background-image: url(../../_imgs/_frmwrk/_body/rbj_body_left_margin.jpg); */
	/*background-repeat: repeat-y; */
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;	/* margin-left:30; */
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer { 
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD; */
	margin:0px;
	height:112px;
} 
/* .twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
/*} */ 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


p 	{
	color:#4E4A49;
 	font-family: Trebuchet,arial;
	font-size: 12px;
	font-weight: normal;

}

.imageTitle {
	color:#8E6218;
	font-family: Trebuchet;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}


h1	{
	color:#164125;
 	font-family: Arial;
	font-size: 150%;
	font-weight: bold;
}

h2	{
	color:#164125;
	font-family: Arial;
	font-size: 130%;
	font-weight: bold;

}
h3	{
color:#164125;
 	font-family: Arial;
	font-size: 120%;
	font-weight: bold;

}

h4	{
	color:#164125;
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;

}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 10px;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #A98F54;
	text-decoration: underline;
}

.homeDiv {
	margin-top:15px;

}

.homeDiv ul {
	size:14px;
	color:#8E6218;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	margin: 2px;
	padding-left:2px;
	list-style-position: outside;
	list-style-type: none;
}

.colLeft {
	float:left;
	width:125px;
	height:200px;
	margin: 0px;
	/*padding-top:50px;*/
	text-align:center;
	padding-right:5px;
	padding-left:0px;
	padding-top: 10px;
}

.colCenter {
	float:left;
	width:255px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	/*height:300px;*/
	

}

.colCenterTop {
	margin: 0px;
	border: 2px solid #8E6218;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	width: 246px;
}

.colCenterBottom {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;


}

.colRight {
	float: right;
	width: 149px;
	margin: 0px;
}

.quoteLeft {
	width: 18px;
	background-image: url(../../_imgs/_images/icons/QuoteLeft.gif);
	background-repeat: no-repeat;
	float: left;
	height:18px;
}

.quoteRight {
	float:right;
	height:18px;
	width: 18px;
	background-image: url(../../_imgs/_images/icons/QuoteRight.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
.myCenterDiv {
	width:217px;
	float:left;
	height:65px;
	


}
.quoteCenter {
	width:210px;
	font-size:12px;
	font-family:arial;
	font-weight: bold;
	line-height: normal;
	margin: 2px;
	/*position: relative;*/
	float: left;
	align:center;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.quoteCenterBottom {
	width: 217px;
	color: #A98F54;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	padding-top:0px;
	float:left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*color: #996600; blocked by DB 22/09/08 */
	color: #4e4a49;
}
/*a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996600;


}*/

.GenTbl {
	float:left;
	width:520px;
	vertical-align: top;	
}

.GenPicTblRow {
	float:right;
	width: 520px;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.GenPicTblColTopLeft {
	float: left;
	width:350px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: top;
}

.GenPicTblColTopRight {
	float:left;
	width:150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}

.GenPicTblColLeft {
	float: left;
	width:430px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: top;
}

.GenPicTblColRight {
	float:left;
	width:70px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}


/***** ADDED BY DB 23/9/08 ***********/
.range-img {
	border: 1px solid #000000;
}

.doorDisplay {
	margin: 0;
	padding: 5px;
	float: left;
	text-align: center;
	width: auto;
}

.doorDisplay dl {
	text-align: center;
	margin-top: 25px;
}

.doorDisplay dt, dd {
	width: 12em;
	float: left;
}

.doorDisplay dt {
	margin-bottom: 5.5em;
	padding-right: 2em;	
}

.doorDisplay dd {
	margin: 150px 0 0 -12.5em;
}

.doorDisplay img {
	vertical-align: bottom;
}

.doorDisplay em {
	display: block;
	margin-bottom: 5px;
}

/* Home Page Image Fade ****/

#imageContainer {
	position: relative;
	margin-left: auto;
	width:245px;
/*	border:1px solid #000;*/
}

#mastslides {
	margin: 0;
	width: 184px;
	height: 194px;
}

.about-img {
	margin-bottom: 5px;
	border: 1px solid #000000;
}

.qualityLogos {
	float: right;
	width: 150px;
	margin-top: 20px;
}
.qualityLogos img {
	text-align: center;
	padding: 10px;
}

/******** Added by DB 11/12/08 *****/
table.partnerTable td {
	text-align: center;
	padding: 5px 10px 5px 10px;
}

.parnterTable {
	margin-bottom: 20px;
}

table.team {
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#000000;
	margin-bottom: 30px;
}
table.team img {
	border: 1px solid #000000;
}