body
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
	width: 100%;
}
the-body{
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
	width: 100%;
}

img
{
	border: 0px;
}
.site-background
{
	margin: auto;
	width: 866px;
	background-image: url(../app_themes/resi/images/backgrounds/body.gif);
	background-repeat: repeat-y;
}
.site-holder
{
	padding: 0px 33px 0px 32px;
}
.site-end
{
	clear: both;
	margin: auto;
	width: 866px;
	height: 40px;
	background-image: url(../app_themes/resi/images/backgrounds/page-bottom.gif);
	background-repeat: no-repeat;

}
/*site banner start*/
.site-banner
{
	background-image: url(../app_themes/resi/images/backgrounds/header.gif);
	background-repeat: repeat-x;
	height: 84px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.site-logo
{
	width: 132px;
	float: left;
}
/* Banner Menu */
.site-top-menu
{
	float: right;
	text-align: right;
	background-color: #361b1c;
	margin: 0px;
	padding: 0px;
}
.site-top-menu ul, .site-top-menu li
{
	list-style: none;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
}

.site-top-menu a
{
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	line-height: 24px;
	white-space: nowrap;
	background-color: #4d292a;
	border-left: solid 1px #793d1c;
	border-right: solid 1px #010100;
	color: #fdfcfc;
}
.site-top-menu a:hover
{
	text-decoration: underline;
}
.myFBO a
{
	background-image: url(../app_themes/resi/images/buttons/hover-but.gif); 
	background-repeat: repeat-x; 
	border-left: none;
}
.call-us
{
	margin-right: 15px;
	padding-top: 10px;
	font-size: 14px;
	color: #fdfcfc;
	clear: right;
	text-align: right;
	line-height: 20px;
}
.search-div
{
	float: left;
	width: 168px;
	padding-bottom: 2px;
	background-color: #4d292a;
	border-left: solid 1px #793d1c;
	line-height: 22px;
	vertical-align: middle;
}
.resi-back
{
	background-image: url(../app_themes/resi/images/buttons/hover-but.gif);
	background-repeat: repeat;
	border-left: none;
	width: inherit;
}

.search-textbox
{
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: none;
	border-right: none;
	width: 104px;
	line-height: 14px;
	height: 14px;
	vertical-align: middle;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-right: 10px;
	color: #666666;
	font-size: 12px;
}

/*  Site Content Styles */
.site-content
{
	background-image: url(../app_themes/resi/images/backgrounds/content.gif);
	background-repeat: repeat-x;
	background-color:#e4e2e2;
	margin-top: 0px;
	padding: 10px 0px 0px 0px;
	text-align:left;
	clear:both;
}
.site-content-vertical{
	background-image: url(../app_themes/resi/images/backgrounds/page-content.gif);
	background-repeat: repeat-y;
	margin-bottom: 8px;
}
.site-content-vertical-two{
	background-image: url(../app_themes/resi/images/backgrounds/page-content-two.gif);
	background-repeat: repeat-y;
	margin-bottom: 8px;
}
.left-column
{
	width: 172px;
	float: left;
	
}
.middle-column
{
	width: 463px;
	float: left;
}
.middle-column-margin
{
	margin-left: 6px;
	margin-right: 6px;
	background-color: #fdfdfd;
}
.middle-column-pad
{
	padding: 15px 20px 15px 20px;
}
.merged-column
{
	width: 629px;
	float: left;
}
.merged-column-margin
{
	padding-left: 6px;
	margin-right: 0px;
	background-color: #fdfdfd;
}
.merged-column-pad
{
	padding: 15px 20px 15px 20px;
}

.right-column{
	width: 166px;
	float: left;
}
.right-column-pad{
	background-color: #fbfbf8;

}
/* Footer styles */
.footer a
{
	text-decoration: none;
	color: #666666;
}
.footer a:hover
{
	text-decoration: underline;
}
.footer
{
	background-image: url(../app_themes/resi/images/backgrounds/footer.gif);
	background-repeat: repeat-x;
	color: #666666;
	line-height: 31px;
	clear: both;
	text-align:center;
}

/* Text Styles*/
.page-heading
{
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
}
h2
{
	margin: 5px 0 0 5px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	color: #441e1f;
	font-family: Verdana;
}
h3
{
	text-align: left;
	margin: 3px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #330000;
	font-family: Verdana;
	display: inline-block;
}
h4
{
	margin: 5px;
}
p
{
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
a
{
	color:#330000;
}

/* this fixes the clearing problem of different sized elements */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/* Product Page Layout */

.product-title
{
	font-size: 18px;
	font-weight: bold;
}
.product-table
{
	border: none;
	background-color: #ededeb;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
	width: 420px;
}
.product-table-column
{
	margin:0px;
	padding:3px;
	width: 220px;
	border: solid 1px #ffffff;
	vertical-align:top;
}
.product-table-column-heading
{
	border: solid 1px #ffffff;
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3b191a;
	padding: 5px 0px 5px 3px;
}
.product-comparison-table
{
	border: none;
	background-color: #ededeb;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
}
.product-comparison-table-column
{
	margin:0px;
	padding:3px;
	border: solid 1px #ffffff;
	vertical-align:middle;
	text-align: center;
}
.product-comparison-table-column-heading
{
	margin:0px;
	padding:3px;
	border: solid 1px #ffffff;
	vertical-align:top;
	font-size: 12px;
	font-weight: bold;
	color: #3b191a;
}
/* End Product Page Layout */

/* Home Page Layout */
.homepage-flash
{
	width: 534px;
}
.homepage-flash-holder
{
	float:left;
	width:541px;
}
.homepage-left-column
{
	width: 288px;
	float: left;
	margin-top: 6px;
}
.homepage-left-divider
{
	width: 6px;
	float: left;
	margin-top: 6px;
}

.homepage-middle-column
{
	width: 240px;
	float: left;
	margin-top: 6px;
}
.homepage-right-column
{
	width: 241px;
	float:left;
}
.homepage-holder
{
	padding: 9px;
}
/* Sub Menu Start */
.sub-menu{
	font-size:12px;
}
.sub-menu ul, .sub-menu li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.sub-menu li
{
	width: 172px;
	border-top:3px solid #e4e4e4;
}
.sub-menu li a, .sub-menu li.CMSListMenuHighlightedLI a
{
	display:inline-block;
	margin: 0px;
	padding: 7px 5px 7px 10px;
	color:#2f180c;
	background-color:#f9f9f9;
	text-decoration:none;
}
.sub-menu li a:hover
{
	text-decoration:none;
	background-color:#CCCCCC;
}
.sub-menu li.CMSListMenuHighlightedLI a
{
	color:#FFFFFC;
	background-color:#bfd832;
}
.sub-menu li a, .sub-menu li.CMSListMenuHighlightedLI a
{
	display:block;
}
.sub-menu ul ul li a
{
	padding-left:15px !important;
	background-color:#b9b8b8 !important;
}
.sub-menu ul ul li a
{
	padding-left:15px !important;
	background-color:#b9b8b8 !important;
}
.sub-menu ul ul li a:hover
{
	padding-left:15px !important;
	background-color:#CCCCCC !important;
}
.sub-menu ul ul li.CMSListMenuHighlightedLI a
{
	color:#FFFFFC;
	background-color:#bfd832 !important;
}
/* Sub Menu End */
/* Main Menu Start */

.main-menu ul 
{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.main-menu li 
{
	display: inline;	/* !L */
	float: left;		/* !L */	
	width: 114px;
	behavior: url( /CMSScripts/LIhover.htc );
}
.main-menu a
{
	background-image: url(../app_themes/resi/images/backgrounds/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;		/* !L */
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	color:#3c2012;
	font-size: 11px;
	width:114px;  
}
.main-menu li.main-menu-last a
{
	background-position: top left;
}
.main-menu a:hover, .main-menu ul li:hover a
{
	background-image: url(../app_themes/resi/images/backgrounds/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color:#FFFFFF;
}
.main-menu li.main-menu-last a:hover, .main-menu ul li.main-menu-last:hover a
{
	background-position: bottom left;
}
.main-menu .first-item a, .main-menu li.first-item
{
 	width:117px;  
}
.main-menu ul ul
{
	position: absolute;	/* !L */
	z-index: 500;		/* !L */
	clear: left;
	background-color:red;
}
.main-menu ul li.main-menu-last ul
{
	margin-left:-50px;
}
.main-menu ul ul li
{
	display: block;		/* !L */
	clear: left;		/* !L */
	position: relative;	/* !L */
	z-index: 550;
	background-image:none;
	background-color:#eaeaea;
	width: 164px !important;
}
.main-menu ul li:hover ul li a, .main-menu ul ul li a
{
	text-align:left;
	line-height:23px;
	padding-left:7px;
	color:#3c2012;
	font-size:11px;
	border-top:1px solid #ffffff;	
	background-image:none;
	width: auto !important;
}
.main-menu ul ul li a:hover
{
	color:#FFFFFF;
	background-color:#bfd832;		
	background-image:none;
}
.main-menu ul ul,
.main-menu ul li:hover ul ul,
.main-menu ul ul li:hover ul ul
{display: none;}		/* !L */

.main-menu ul li:hover ul,
.main-menu ul ul li:hover ul,
.main-menu ul ul ul li:hover ul
{display: block;}		/* !L */

/* Main Menu End */
/* Containers Start */
.brown-container .title{
	line-height:30px;
	background-image:url(../app_themes/resi/images/containers/brown_strip.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding:0px 5px 0px 10px;
	font-size:12px;
	font-weight:bold;
}
.green-container-title
{
	line-height: 27px;
	background-image: url(../app_themes/resi/images/backgrounds/help-lbl.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.green-container-holding, .brown-container .content
{
	background-color: #fdfcfb;
	padding: 0px 10px 0px 10px;
}
.green-container-text
{
	width: 215px;
}
.green-container-more
{
	margin-left: 15px;
	padding-bottom: 10px;
}
.resi-image-container p
{
	margin: 0px;
	padding: 0px;
}
/* Containers End */

/* ********************** */
/* ********************** */
/* ********************** */
/* START HTML STYLES */
/* ********************** */
/* ********************** */
/* ********************** */


/* Start HP Right Column */

.hp-rc
{
	width: 241px;
	background-color: #fbfbf8;
}
.hp-rc-heading-holder
{
	padding-left: 10px;
	background-image: url(../app_themes/resi/images/backgrounds/help-lbl.gif);
	background-repeat: repeat-x;
}
.hp-rc-heading
{
	line-height: 27px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.hp-rc-padding
{
	padding-left: 5px;
	padding-right: 3px;
}
.hp-rc-subheading-holder
{
	padding: 6px 0px 6px 5px;
}
.hp-rc-subheading
{
	font-size: 13px;
	color: #441e1f;
	font-weight: bold;
	margin-bottom: -4px;
}
.hp-rc-divider
{
	height: 10px;
	margin-bottom: -6px;
}
.hp-rc-full-text-box
{
	width: 210px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 6px;
}
.hp-rc-short-text-box
{
	width: 91px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 6px;
}
.hp-rc-postcode-left
{
	float: left;
	width:173px;
}
.hp-rc-postcode-right
{
	padding-top:10px;
}
.hp-rc-call
{
	width:36px;
	float: left;
	margin-top: 9px;
}
.hp-rc-call-day
{
	width:95px;
	float: left;
}
.hp-rc-call-ddl
{
	width: 99px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 6px;
}
.hp-rc-grey-box
{
	background: #ededeb;
	height: 26px;
	width: 234px;
	margin-bottom: 2px;
}
.hp-rc-find-postcode
{
	float:left;
	width: 66px;
}
.hp-rc-find-postcode-input
{
	float:left;
	width: 133px;
}
.hp-rc-find-postcode-input-short
{
	margin-top: 2px;
}
.hp-rc-find-postcode-go
{
	margin-top: 5px;
}
.hp-rc-products
{
	float:left;
	width: 110px;
}
.hp-rc-products-selector
{
	float:left;
	width: 170px;
}
.hp-rc-product-ddl
{
	width: 113px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 5px;	
}
.hp-rc-find-products-go
{
	margin-top: 5px;
	margin-left: 88px;
}
.hp-rc-find-products-go-selector
{
	margin-top: 5px;
	margin-left: 28px;
}
.hp-rc-ask-text
{
	margin-top: 5px;
	margin-right: 20px;
}
.find-branch-small-input
{
	width: 91px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 8px;
	margin-bottom: 8px;
}
.find-branch-small-go
{
	margin-top: 11px;
}
.find-branch-small-holding
{
	padding: 10px 0px 10px 0px;
}
.find-branch-small-holder
{
	float:left;
	width: 120px;
}
.quick-links-table
{
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End HP Right Column */


/* ********************** */
/* ********************** */
/* ********************** */
/* END HTML STYLES */
/* ********************** */
/* ********************** */
/* ********************** */

/* ********************** */
/* ********************** */
/* ********************** */
/* START FBO STYLES */
/* ********************** */
/* ********************** */
/* ********************** */


.fbo-menu
{
	font-size:12px;
}
.fbo-menu ul, .fbo-menu li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.fbo-menu li
{
	width: 172px;
	border-bottom:3px solid #e4e4e4;
}
.fbo-menu li.last
{
	border-bottom:none !important;

}
.fbo-menu li a, .fbo-menu li.CMSListMenuHighlightedLI a
{
	display:inline-block;
	margin: 0px;
	padding: 7px 5px 7px 10px;
	color:#FFFFFC;
	background-color:#441e1f;
	text-decoration:none;
}
.fbo-menu li a:hover
{
	text-decoration:none;
	background-color:#CCCCCC;
}
.fbo-menu li.CMSListMenuHighlightedLI a
{
	color:#FFFFFC;
	background-color:#bfd832;
}
.fbo-menu li a, .fbo-menu li.CMSListMenuHighlightedLI a
{
	display:block;
}
.fbo-menu ul ul li a
{
	padding-left:15px !important;
	background-color:#441e1f !important;
}
.fbo-menu ul ul li a
{
	padding-left:15px !important;
	background-color:#441e1f !important;
}
.fbo-menu ul ul li a:hover
{
	padding-left:15px !important;
	background-color:#CCCCCC !important;
}
.fbo-menu ul ul li.CMSListMenuHighlightedLI a
{
	color:#FFFFFC;
	background-color:#bfd832 !important;
}
.fbo-left-column
{
	width: 172px;
	float:left;
}
.fbo-top-middle-column
{
	width: 404px;
	height: 152px;
	float:left;
	background-color:#fdfcfb;
	overflow:hidden;
}
.fbo-top-right-column
{
	width: 200px;
	height: 152px;
	background-color:#fdfcfb;
	float: left;
	overflow:hidden;

}
.fbo-divider
{
	width: 4px;
	height: 4px;
	background-color:#e4e2e2;
}
.fbo-container
{
	margin-top: 4px;
	margin-left: 4px;
	float:left;
	background-color:#fdfcfb;
}
.fbo-container-internal
{
	width: 200px;
	height: 180px;
	overflow:hidden;

}
.fbo-left-column-margin
{
	margin-top: 4px;
	float:left;
}
.fbo-container-padding
{
	padding:5px;
}
.fbo-container-padding p:first-child{
	padding-top:0px;
	margin-top:0px;
}
.fbo-full-column
{
	width: 404px;
	float:left;
	background-color:#fdfcfb;
}
.fbo-sub-page-holder
{
	background-image: url(../app_themes/resi/images/backgrounds/FBO.gif);
	background-repeat: repeat-y;
}
.fbo-container-sub-page
{
	border-bottom: 4px solid #fdfcfb;
}
.fbo-question
{
	width: 75px;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
	margin-bottom: 5px;
}
.fbo-postcode
{
	width: 85px;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
}

/* ********************** */
/* ********************** */
/* ********************** */
/* END FBO STYLES */
/* ********************** */
/* ********************** */
/* ********************** */

/* ********************** */
/* ********************** */
/* ********************** */
/* START SEARCH RESULTS STYLES */
/* ********************** */
/* ********************** */
/* ********************** */

.SearchResult{
	padding: 5px 0px 0px 15px;
}

/* ********************** */
/* ********************** */
/* ********************** */
/* END SEARCH RESULTS STYLES */
/* ********************** */
/* ********************** */
/* ********************** */

.calculator-holder{
	margin-left:-20px;
	margin-right:-20px;
}
.dream-dollars-table
{
	width: 410px;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;	
}
.dream-dollars-table-column
{
	width: 205px;	
}
.dream-dollars-text-box
{
	width: 175px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 6px;
}
.apply-full-checkbox label
{
	position: relative;
	top: -3px;
}

.apply-full-radio-button-list input
{
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.apply-full-text-box
{
	width: 170px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 0px;
}
.apply-short-text-box
{
	width: 91px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 0px;
}
.apply-call-ddl
{
	width: 99px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 0px;
}
.apply-full-text-box-multi
{
	width: 340px;
	height: 51px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 0px;
}
.product-compare-listbox
{
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 0px;
}
.product-compare-column-heading
{
	border: solid 1px #ffffff;
	font-size: 10px;
	font-weight: bold;
	color: #441e1f;
	font-family: Verdana;
}
.product-compare-heading
{
	font-size: 10px;
	font-weight: bold;
	color: #441e1f;
	font-family: Verdana;
}
.product-compare-column-product
{
	border: solid 1px #ffffff;
	width: 100px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	text-align: center;
	vertical-align: middle;
}
.product-compare-table
{
	background-color: #ededeb;
	width:410px;
}
.product-compare-list-div
{
	height:25px;
}
ul.profile-list, ul.profile-list li{
	margin:0px;
	padding:0px;
	list-style: none;

}
ul.profile-list li{
	padding:5px;
	padding-left:20px;
	background-image:url(../app_themes/resi/images/profile-check.gif);
	background-repeat:no-repeat;
	background-position: 0px 2px;
}
.home-help-holder
{
	height:30px; 
	width:230px;
}
.home-help-left
{
	float:left; 
	width:95px;
}
.home-help-right
{
	width:125px; 
	float:right; 
	padding-top:5px;
}
.home-help-check
{
width:113px;
}
.home-help-check-left
{
	color: #441e1f;
	font-family: Verdana;
	font-size: 10px;
	width 90px;
	padding-top: 4px;
	float:left;
}
.home-help-check-right
{
	width:23px;
	float:right;
}
.home-rc-full-text-box
{
	width: 210px;
	font-size: 10px;
	height: 30px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 6px;
}
.hp-rc-shorter-text-box
{
	width: 60px;
	height: 17px;
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
	border: solid 1px #cccccc;
	margin-top: 6px;
}
.fbo-postcode-shorter
{
	width: 52px;
	font-family: Verdana, Arial, san-serif;
	font-size: 10px;
}
.apply-check-box
{
	font-size: 10px;
	color: #441e1f;
	font-family: Verdana;
}
.home-help-right-lower
{
	width:88px; 
	float:right; 
	padding-top:7px;
}
.home-help-check-lower
{
width:88px;
}
.home-help-check-left-lower
{
	color: #441e1f;
	font-family: Verdana;
	font-size: 10px;
	width 65px;
	padding-top: 4px;
	float:left;
}
.home-help-check-right-lower
{
	width:23px;
	float:right;
}
.shut{
        display:none;
    }
.application-full-width-dropdown
{
	
	width: 174px;
	font-size: 10px; 
	font-family: Verdana;
}

.IE6 .merged-column-pad
{
	padding-right: 0px;
}

.IE6 .flasharea object
{
	margin-right: -30px;
}

.flasharea
{
	position: relative;
	left: -15px;
	top: 0px;
	zoom: 1;
}