/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #e96131;}
a:visited {color: #e96131;}
a:hover {color: #11145d;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body, p, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: #000000;
	background: #FFFFFF url('images/framework/background.jpg') repeat-x 0px 20px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #ec6332;
    font-size:28px;
    font-weight: normal;
	}

h2 {
    font-size: 18px;
    color: #11155e;
    font-weight: normal;
	}

h3 {
    font-size: 16px;
    color: #ec6332;
    font-weight: bold;
    }
    
h4 {
    font-size: 14px;
    color: #11155e;
    font-weight: bold;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0;
	margin: 0;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left {float: left;}
.right {float: right;}
.justify {text-align: justify;}
.block {display: block;}
.clear {clear: both;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.marginTopNeg35 {margin-top: -35px;}

.marginTop5 {margin-top: 5px;} .marginRight5 {margin-right: 5px;} .marginBottom5 {margin-bottom: 5px;} .marginLeft5 {margin-left: 5px;}
.marginTop10 {margin-top: 10px;} .marginRight10 {margin-right: 10px;} .marginBottom10 {margin-bottom: 10px;} .marginLeft10 {margin-left: 10px;}
.marginTop15 {margin-top: 15px;} .marginRight15 {margin-right: 15px;} .marginBottom15 {margin-bottom: 15px;} .marginLeft15 {margin-left: 15px;}
.marginTop20 {margin-top: 20px;} .marginRight20 {margin-right: 20px;} .marginBottom20 {margin-bottom: 20px;} .marginLeft20 {margin-left: 20px;}
.marginTop23 {margin-top: 23px;}

.paddingTop10 {padding-top: 10px;} .paddingRight10 {padding-right: 10px;} .paddingBottom10 {padding-bottom: 10px;} .paddingLeft10 {padding-left: 10px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.minHeight117 {min-height: 117px; height: auto !important; height: 117px;}
.minHeight200 {min-height: 200px; height: auto !important; height: 200px;}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.alertError {
    display: block;
    color: red;
	border: 3px double red;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.alertSuccess {
    display: block;
    color: green;
	border: 3px double green;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	color: red;
	}
	
.largeBlue {
    font-size: 16px;
    color: #11145b;
    }
    
.largeOrange {
    font-size: 16px; 
    color: #ec6431;
    }
    
.largeWhite {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    }
    
.firstParagraph {
    color: #11155e;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    }
    
.text-right {
    text-align: right;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}

.panel {
    height: 135px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	padding: 0; margin: 0;
	}
	
	.formattedList li {
		padding: 2px 0px 3px 18px;
		background: transparent url(/App_Themes/Web/images/framework/bullet.gif) no-repeat left 0.5em;
		}
		
.ticklist {
    list-style: none;
	padding: 0; margin: 0;
    }		
    
    .ticklist li {
        padding: 0px 0px 5px 22px;
		background: transparent url('images/framework/bullet-tick.jpg') no-repeat left 0.2em;
		line-height: 18px;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #FAF6F8;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.borderedTable {
	width: 100%;
	background-color: #0062A1;
	}

	.borderedTable th, .borderedTable td {
		padding: 5px;
		background-color: White;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.featuredHolderDouble {
	background-color: #eeeeee;
	border: 3px double #aeaeae;
	padding: 15px;
	}

.featuredHolderDashed {
	background-color: #eeeeee;
	border: 1px dashed #aeaeae;
	padding: 15px;
	}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagerLink, .pagerLink:visited, .pagerLink:hover {display: inline-block; color: #12155e; text-decoration: none; padding: 1px 5px 1px 5px; margin: 0px 2px 0px 2px;}
.pagerLink:hover { color: #FFFFFF; }

.prevNextLink, .prevNextLink:visited {
    border: 1px solid #eed2c8;
    }
    
    .prevNextLink:hover {
        border: 1px solid #0b5369;
        background-color: #ec6332;
        }
 
.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #eed2c8;
    border: 1px solid #eed2c8;
    }
        
.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #eed2c8;
    }
    
    .pagerNumberLink:hover {
        border: 1px solid #0b5369;
        background-color: #ec6332;
        }

.pagerNumberLinkSelected {
    color: White;
    border: 1px solid white;
    background-color: #ec6332;
    }
    
    .pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
        color: White;
        background-color: #12155e;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.loginHolder {
    margin-left: -220px;
    }
    
    .loginHolder .loginArea {
        width: 247px;
        height: 130px;
        padding: 30px 10px 0px 10px;
        margin: 100px auto 0px auto;
        color: white; 
        background: transparent url(images/framework/background_loginarea.jpg) no-repeat left top;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lister {
	
	}

	.lister .image {
		float: left;
		width: 25%;
		}

	.lister .description {
		float: left;
		width: 75%
		}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	height: 1px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px dotted black;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pictureFrame {
    background-color: white;
    border: 3px solid #e46132 !Important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.callToAction {
    float: right;
    width: 226px;
    background-color: #fcefea;
    margin-left: 14px;
    margin-bottom: 10px;
    }
    
    .callToAction .internal {
        padding: 10px;
        border: 1px solid #ed6334;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mainHolder {
    width: 940px;
    margin: 0 auto;
	}
	
#topBar {
    background: url('images/framework/top-bar.gif') no-repeat center;
    height: 30px;
    }   

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.box-content {
    background-color: #ececec;
    padding: 7px;
    display: block;
    margin-bottom: 1px;
    color: #000000;
    }
    
    .box-content:hover {
        color: #222222;
        }
        
    .box-content:visited {
        color: #000000;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.oneColumn {
    width: 60px;
    float: left;
    }
    
.twoColumn {
    width: 140px;
    float: left;
    }

.threeColumn {
    width: 220px;
    float: left;
    }
      
.fourColumn {
    width: 300px;
    float: left;
    }

.fiveColumn {
    width: 380px;
    float: left;
    }

.sixColumn {
    width: 460px;
    float: left;
    }

.sevenColumn {
    width: 540px;
    float: left;
    }

.eightColumn {
    width: 620px;
    float: left;
    }

.nineColumn {
    width: 700px;
    float: left;
    }

.tenColumn {
    width: 780px;
    float: left;
    }

.elevenColumn {
    width: 860px;
    float: left;
    }

.twelveColumn {
    width: 940px;
    float: left;
    }


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.quickEnquiry {
    background-color: #11155e;
    padding: 10px;
    display: none;
    }
    
    .quickEnquiry .quickForm {
        border: 1px solid #0e1147;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    height: 150px;
	}
	
	#topArea #logo {
	    background: url('images/framework/logo.jpg') no-repeat;
	    width: 311px;
	    height: 100px;
	    display: block;
	    text-indent: -10000px;
	    float: left;
	    }
	    
	#topArea .logos {
	    float: left;
	    margin: 10px 0px 0px 50px;
	    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#bar {
    height: 40px;
    line-height: 40px;
    }
		
	#bar .enquiryButton {
		cursor: pointer;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    height: 40px;
    background-color: #ec6332;
	}
	
	#menuArea ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    }
	    
	    #menuArea ul li {
	        float: left;
	        margin-left: 5px;
	        height: 40px;
	        }
	        
	        #menuArea ul li:hover {
	            background: #BF4B23;
	            }
	        
	        #menuArea ul li a{
	            display: block;
	            line-height: 40px;
	            color: #FFFFFF;
	            padding: 0 15px;
	            text-decoration: none;
	            height: 40px;
	            }
	            
	        #menuArea ul li ul li a{
	            display: block;
	            line-height: 40px;
	            color: #FFFFFF;
	            padding: 0 10px;
	            text-decoration: none;
	            height: 40px;
	            }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#breadcrumb {
    line-height: 30px;
    margin-bottom: 20px;
    background: url('images/framework/breadcrumb.gif') no-repeat;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#subMenu {
    width: 140px;
    }
    
    #subMenu .content {
        background-color: #eeeeee;
        }
        
        #subMenu .content ul {
            width: 190px;
            margin: 0 0 0 -40px;
            list-style: none;
            }
            
            #subMenu .content ul li {
                line-height: 30px;
                width: 190px;
                }
                
                #subMenu .content ul li .subNavList {
                    margin: 0;
                    }
                   
                    #subMenu .content ul li .subNavList li {
                        width: 180px;
                        }
                        
                        #subMenu .content ul li .subNavList li a {
                            color: #ed6334;
                            line-height: 12px;
                            height: auto;
                            margin-bottom: 10px;
                            }
                            
                            #subMenu .content ul li .subNavList li a:hover {
                                text-decoration: underline;
                                }
                
                #subMenu .content ul li a {
                    display: block;
                    height: 40px;
                    line-height: 30px;
                    color: #11155e;
                    text-decoration: none;
                    padding-left: 50px;
                    }
                    
                #subMenu .content ul li a.plumbing {
                    background: url('images/framework/background-navigation.png') left top;
                    }
                    
                    #subMenu .content ul li a.plumbing:hover {
                        background-position: -190px top;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.plumbing.selected {
                        background-position: -190px top;
                        color: #FFFFFF;
                        } 
                        
                #subMenu .content ul li a.central-heating {
                    background: url('images/framework/background-navigation.png') left -40px;
                    }
                    
                    #subMenu .content ul li a.central-heating:hover {
                        background-position: -190px -40px;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.central-heating.selected {
                        background-position: -190px -40px;
                        color: #FFFFFF;
                        } 
                        
                #subMenu .content ul li a.roofing {
                    background: url('images/framework/background-navigation.png') left -80px;
                    }
                    
                    #subMenu .content ul li a.roofing:hover {
                        background-position: -190px -80px;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.roofing.selected {
                        background-position: -190px -80px;
                        color: #FFFFFF;
                        } 
                 
                 #subMenu .content ul li a.electrical {
                    background: url('images/framework/background-navigation.png') left -120px;
                    }
                    
                    #subMenu .content ul li a.electrical:hover {
                        background-position: -190px -120px;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.electrical.selected {
                        background-position: -190px -120px;
                        color: #FFFFFF;
                        } 
                 
                 #subMenu .content ul li a.drainage {
                    background: url('images/framework/background-navigation.png') left -160px;
                    }
                    
                    #subMenu .content ul li a.drainage:hover {
                        background-position: -190px -160px;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.drainage.selected {
                        background-position: -190px -160px;
                        color: #FFFFFF;
                        } 
                 
                 #subMenu .content ul li a.building {
                    background: url('images/framework/background-navigation.png') left -200px;
                    }
                    
                    #subMenu .content ul li a.building:hover {
                        background-position: -190px -200px;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.building.selected {
                        background-position: -190px -200px;
                        color: #FFFFFF;
                        } 
                 
                 #subMenu .content ul li a.bathroom-design {
                    background: url('images/framework/background-navigation.png') left -240px;
                    }
                    
                    #subMenu .content ul li a.bathroom-design:hover {
                        background-position: -190px -240px;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.bathroom-design.selected {
                        background-position: -190px -240px;
                        color: #FFFFFF;
                        } 
                 
                 #subMenu .content ul li a.industrial-heating {
                    background: url('images/framework/background-navigation.png') left -280px;
                    }
                    
                    #subMenu .content ul li a.industrial-heating:hover {
                        background-position: -190px -280px;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.industrial-heating.selected {
                        background-position: -190px -280px;
                        color: #FFFFFF;
                        } 
                        
                   #subMenu .content ul li a.generic-button {
                    background: url('images/framework/background-navigation.png') left -320px;
                    }
                    
                    #subMenu .content ul li a.generic-button:hover {
                        background-position: -190px -320px;
                        color: #FFFFFF;
                        } 
                        
                    #subMenu .content ul li a.generic-button.selected {
                        background-position: -190px -320px;
                        color: #FFFFFF;
                        } 
                 

#contentArea {

	}
	
	.box-head {
	    color: #FFFFFF;
	    padding-left: 45px;
	    text-transform: uppercase;
	    height: 40px;
	    line-height: 40px;
	    font-size: 12px;
	    }
	    
	    .box-head.response {
	        background: url('images/framework/box-top-response.jpg') no-repeat;
	        }
	        
	    .box-head.projects {
	        background: url('images/framework/box-top-calendar.jpg') no-repeat;
	        }
	        
	    .box-head.blog {
	        background: url('images/framework/box-top-blog.jpg') no-repeat;
	        }
	        
	    .box-head.tips {
	        background: url('images/framework/box-top-tips.jpg') no-repeat;
	        }
	        
	    .box-head.newsletter {
	        background: url('images/framework/box-top-newsletter.jpg') no-repeat;
	        }
	        
	    .box-head.vacancy {
	        background: url('images/framework/box-top-vacancy.jpg') no-repeat;
	        }
	
	.box-bottom {
	    background: url('images/framework/box-bottom.jpg') no-repeat;
	    height: 40px;
	    width: 210px;
	    padding: 7px 5px 0px 5px;
	    }
	    
	.box-bottom-small {
	    background: url('images/framework/box-bottom-small.jpg') bottom no-repeat;
	    padding: 7px 5px 7px 5px;
	    }
	    
	.content-two-one {
	    width: 260px;
	    float: left;
	    }
	    
	.newsletterField {
	    background: url('images/framework/newsletter.gif') repeat-x;
	    height: 35px;
	    font-size: 11px;
	    border: 0;
	    float: left;
	    line-height: 35px;
	    }
	    
	.newsletterButton {
	    background: url('images/framework/btn-signup.png') no-repeat;
	    height: 23px;
	    width: 78px;
	    border: 0;
	    cursor: pointer;
	    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	    
.testimonial {
    border-left: 4px solid #12155e;
    background: #FFFFFF url("/App_Themes/Web/images/framework/background_testimonial.gif") no-repeat;
    padding: 15px;
    font-weight: bold;
    color: #12155e;
    }
    
    .testimonial .quote {
        font-size: 14px;
        }
        
    .testimonial .author {
        font-size: 12px;
        background: url("/App_Themes/Web/images/framework/testimonial_icon.gif") no-repeat;
        padding-left: 25px;
        }
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    font-size: 11px;
	}
	
	#footerArea #footerTop {
	    background-color: #ec6332;
	    padding: 10px;
	    color: #FFFFFF;
	    }
	    
	    #footerArea #footerTop a {
	        color: #FFFFFF;
	        }
	        
	    #footerTop ul {
	        list-style: none;
	        padding: 0; margin: 0;
	        }
	        
	        #footerTop ul li {
	            margin-top: 5px;
	            padding-left: 10px;
	            background: url("/App_Themes/Web/images/framework/bullet-footer.gif") no-repeat 0px 5px;
	            }
	    
	#footerArea #footerBottom {
	    line-height: 40px;
	    }
	    
	    #footerArea #footerBottom a {
	        color: #000000;
	        }