/*
	Title:		UK Building Compliance
	Author:		Ian Houghton
	Website:	http://www.redmorello.com
*/


/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

.clearfix {display: inline-block;}  /* for IE/Mac */

a:active, a:focus
{
    outline: none;
}

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

hr
{
    width:80%;
    color:#bfbfbf;
}

#container
{
    margin:0 auto 25px auto;
    padding-bottom:25px;
    width:960px;
    min-height:100%;
    position:relative;
}

#innerContainer
{
    margin-left:auto;
    margin-right:auto;
    width:958px;
    min-height:100%;
    border-left:solid 1px #bfbfbf;
    border-right:solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}

/*
================================
MAIN STYLES
================================
*/

body
{
    background-color:#ffffff;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 75%;
    color:#535353;
}

a
{
    color:#545454;
    text-decoration:none;
}

a:hover
{
    color:#282828;
}

.external
{
    background:url('images/external.jpg') no-repeat center right;
    padding-right:15px;
    margin-right:3px;
}


div.social{margin-left:30px;}

#solarCol1{float:left;width:520px;}
#solarCol1 b {margin-left:15px;}
#solarCol2{float:right;width:300px;}
#solarCol2 img.solar {margin:0 0 15px 15px;border:1px solid #aeaeae;}
#solarCol2 img.brochure {margin:0 0 5px 5px;}
#solarCol2 #brochure {width:210px;margin:15px 0 15px 15px;height:210px;background-color:#aeaeae;padding:15px;}
#solarCol2 #brochure em{text-decoration:underline;}
img.solarBanner {margin:0 0 20px 0;}


/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:960px;
    height:150px;
    padding-top:10px;
    /*background-image:url('images/logo.gif');
    background-position:left top;
    background-repeat:no-repeat;*/    
}

.headerText
{
    padding-left:40px;
    padding-top:60px;
    color:#535353;
    font-size:30px;
    font-weight:bold;
}

#banner
{
    height:346px;
    width:1000px;
    margin-bottom:70px;
}

/*
================================
MAINCONTENT STYLES 
================================
*/

#mainImage
{
    width:675px;
    height:330px;
    margin:0;
    background-image: url('images/banner.jpg');
    background-repeat:no-repeat;
}

#solarPanel
{
    width:875px;
}

#solarPanel ul#solarOffers li
{
    width:392px;
    height:200px;
    float:left;
    border:1px solid #aeaeae;
    padding:0;
    margin:0 0 20px 0;
    background:none;
}

#solarPanel ul#solarOffers li.first
{
    margin-right:40px;
}

#bannerOuterContainer
{
    width:auto;
    min-height:175px;
}

#bannerContainer
{
    position:relative;
    width:875px; /*width:675px;*/
    height:auto; /*height:330px;*/
    margin-top:0px;
}

.pics
{
    position:absolute;
    top:0;
    left:0;
    width:675px;
    height:330px;
    overflow:hidden;
    z-index:1;
}

.banner
{
    position:absolute;
    /*bottom:20px;
    right:10px;
    background-color:#535353;
    color:#ffffff;*/
    color:#535353; 
    width:auto; /*width:610px;*/
    z-index:100;
    padding: 25px 20px 15px 30px;
}

.banner p
{
    font-size:14px;
    /*font-weight:bold;
    line-height:20px;
    padding-top:5px;*/
}

.banner h1
{
    font-size:24px;
    padding-bottom:10px;
}

.banner p.bannerLarge
{
    /*font-size:16px;*/
    padding-bottom:10px;
    line-height:24px;
}

.image
{
    margin-left:30px;
    width:220px;
    height:302px;
}

/*
================================
SIDEBAR STYLES 
================================
*/

#sideBar
{
    width:275px;
    margin:0 0 20px 0;
}

#contactsideBar
{
    width:252px;
    margin:20px 15px 20px 0;
    border: solid 1px #bfbfbf;
}

#inner-sidebar
{
    width:225px;
    height:auto; /* TODO change this later */
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    border: solid 1px #bfbfbf;
}

#header ul
{
    list-style-type:none;
    margin-top:10px;
    line-height:35px;
}

.telephone
{
    background-image: url('images/telephone.gif');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:30px;
    font-size:18px;
    font-weight:bold;
}

.email
{
    background-image: url('images/email.gif');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:30px;
    list-style-position:inside;
    font-size:12px;
    font-weight:bold;
}

.submitBtn
{
    padding-top:12px;
    margin-bottom:25px;
    outline:none;
}

.enquiryBtn
{
    padding-left:40px;
    margin-bottom:25px;
    outline:none;
}

.pdfSubmitBtn
{
    padding-top:20px;
    margin-bottom:0px;
    outline:none;
}

.partnerBtn
{
    padding-left:35px;
    padding-top:20px;
    outline:none;
}

.moreBtn
{
    padding-bottom:15px;
    outline:none;
}

.contactSubmitBtn
{
    background-color:#ffffff;
}

.specials
{
    height:auto;
    padding:10px 0 10px 7px;
}

.offerPics
{
    width:210px;
    height:250px;
    overflow:hidden;
    z-index:1;
}

#contactContainer
{
    margin-bottom:5px;
    border-left: solid 1px #bfbfbf;
    border-right: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}

/*
================================
SIDEBAR STYLES 
================================
*/

#alternateSideBar
{
    width:275px;
    margin:20px 0 20px 20px;
    border:1px solid #aeaeae;
    background-color:#02599e;
}

#alternateSideBar h2
{
    font-size:24px !important;
}

#alternateSideBar h2, #alternateSideBar p
{
    color:#ffffff;
}

.clickHere {margin:0 0 10px 10px;}
.callToAction {margin:0 50px 0 15px;}

/*
================================
CONTENT STYLES 
================================
*/

#mainContent
{
    width:958px;
    height:auto;
    line-height:24px;
}

    #mainContent p
    {
        margin:10px 0;
        line-height:30px;
    }

    #mainContent strong
    {
        font-weight:bold;
    }
   
    #mainContent em
    {
        font-style:italic;
    }
    
    #mainContent h1
    {
        font-size:24px;
    }
    
    #mainContent h2
    {
        font-size:18px;
        /*font-weight:bold;*/
		padding-top:10px;
		padding-bottom:10px;
    }
   
    #mainContent h3
    {
        font-size:16px;
        font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
    }
    
    #mainContent ol, #mainContent ul
    {
        list-style-position:outside;
    }
    
    #mainContent ol
    {
        list-style-type:decimal;
    }
    
    #mainContent ul
    {
        list-style-type:none;
        padding:20px 0 20px 10px;
        line-height:30px;
        min-height:180px;
    }
    
	#mainContent li
	{
	}
	
	#mainContentLeft
	{
	    width:370px;
	}
	
	#mainContentRight
	{
	    width:180px;
	}
	
	#mainContentRight ul
	{
	    padding: 30px 0 0 0;
	}
	
	#mainContentRight li
	{
	    padding-bottom:30px;
	}
	
	#mainContent .column
    {
        width:190px;
        height:100%;
        border-right: solid 1px #bfbfbf;
    }
    
    #mainContent .columnContainer
    {
        width:100%;
        min-height:292px;
        /*height:280px;*/
        border-bottom: solid 1px #bfbfbf;
        word-wrap: break-word;
    }
    
    #mainContent .columnlast
    {
        width:194px;
        height:100%;
    }
    
    #mainContent .columnTitle
    {
    background-position: left top;
    height:30px;
    width:100%;
    color:#ffffff;
    background-image: url('Images/sidebar-bg.gif');
    background-repeat: repeat-x;
    text-align:center;
    text-transform:capitalize;
    font-size:13px;
    padding-top:2px;
    background-color:#545454;
    }
    
    #mainContent .moreInfo
    {
    background-position: left top;
    height:30px;
    width:100%;
    text-align:center;
    vertical-align:bottom;
    padding-bottom:10px;
    }

#innerContent
{
    width:880px; /*658*/
    height:auto;
    /*line-height:24px;*/
    padding-left:25px;
    padding-top:30px;
}

#innerContent a:hover
{
    color:#282828;
    text-decoration:underline;
}

    #innerContent p
    {
        margin:10px 0;
        line-height:30px;
        padding-left:15px;
        padding-right:15px;
    }

    #innerContent strong
    {
        font-weight:bold;
    }
   
    #innerContent em
    {
        font-style:italic;
    }
    
    #innerContent h1
    {
        font-size:24px;
        padding-left:15px;
    }
    
    #innerContent h2
    {
        font-size:16px;
        font-weight:bold;
		padding-top:10px;
		padding-left:12px;
    }
   
    #innerContent h3
    {
        font-size:16px;
        font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
    }
    
    #innerContent ol, #innerContent ul
    {
        list-style-position:outside;
    }
    
    #innerContent ol
    {
        list-style-type:decimal;
    }
    
    #innerContent ul
    {
        list-style-type:none;
        padding:20px 0 20px 40px;
        line-height:30px;
    }
    
	#innerContent li
	{
	    background-image: url('images/checked.jpg');
	    background-repeat: no-repeat;
	    background-position: center left;
	    padding-left:60px;
	    margin-bottom:20px;
	}
	
	#innerContent ul.PDF
    {
        list-style-type:none;
        padding:20px 0 20px 20px;
        line-height:30px;
    }
    
	#innerContent li.PDF
	{
	    background: none;
	    padding-left:0;
	    padding-right:60px;
	    margin-bottom:20px;
	}
    
    #innerContent ul.ulsurvey
    {
        list-style-type:none;
        padding:20px 0 20px 10px;
        line-height:30px;
    }
    
	#innerContent li.survey
	{
	    background-image: url('images/notepad.jpg');
	    background-repeat: no-repeat;
	    background-position: center left;
	    padding-left:90px;
	    margin-bottom:30px;
	}
	
	#innerContent li.property
	{
	    background-image: url('images/home.jpg');
	    background-repeat: no-repeat;
	    background-position: center left;
	    padding-left:60px;
	    margin-bottom:30px;
	}
	
	#innerContent li.user
	{
	    background-image: url('images/user.jpg');
	    background-repeat: no-repeat;
	    background-position: center left;
	    padding-left:60px;
	    margin-bottom:30px;
	}
	
	#innerContentLeft
	{
	    width:370px;
	}
	
	#innerContentRight
	{
	    width:180px;
	}
	
	#innerContentRight ul
	{
	    padding: 30px 0 0 0;
	}
	
	#innerContentRight li
	{
	    padding-bottom:30px;
	}
	
	#innerContent .column
    {
        width:190px;
        height:100%;
        border-right: solid 1px #bfbfbf;
    }
    
    #innerContent .columnContainer
    {
        width:100%;
        height:280px;
        /*border-bottom: solid 1px #bfbfbf;*/
        word-wrap: break-word;
    }
    
    #innerContent .columnlast
    {
        width:194px;
        height:100%;
    }
    
    #innerContent .columnTitle
    {
    background-position: left top;
    height:30px;
    width:100%;
    color:#ffffff;
    background-image: url('Images/sidebar-bg.gif');
    background-repeat: repeat-x;
    text-align:center;
    text-transform:capitalize;
    font-size:16px;
    padding-top:7px;
    background-color:#545454;
    }
    
.partnerColumn
{
    width:576px;
    border-left: solid 1px #bfbfbf;
}

.partnerColumn p
{
    padding:10px 20px 20px 20px;
}

.offersColumn
{
    width:auto;
}

.offersColumn p
{
    padding:10px 20px 20px 20px;
}

.partnerImage
{
    margin-left:30px;
    width:250px;
    height:174px;
}

#innerContent ul.partner
{
    padding:0 0 10px 20px;
    margin:0;
}

#innerContent li.noImage
{
    list-style-image: none;
    background-image:none;
    padding:0;
    margin:0;
    line-height:30px;
}

b.price
{
    font-weight:bold;
    font-size:16px;
}

div.serviceOuter
{
    border-bottom:1px solid #aeaeae;
    margin-bottom:25px;
    min-height:225px;
}

div.serviceOuter h2
{
}

div.serviceOuter img
{
    margin-top:23px;
    margin-left:25px;
    margin-bottom:15px;
    border:2px solid #aeaeae;
}

div.serviceOuter a
{
    outline:none;
    border:none;
}

div.serviceOuter img.readMore
{
    margin-top:5px;
    margin-left:0px;
    margin-bottom:5px;
    border:none;
}

p.service
{
    width:auto;
}

/*
================================
HOMEPAGE BLOCK STYLES 
================================
*/

#homepageBlocks {margin-bottom:25px;width:600px;}
#homepageBlocks ul {margin-bottom:40px;}
#homepageBlocks li 
{
    float:left;
    width:260px;
    height:205px;
    padding:0;
    margin:0 15px 20px 0;
    border:1px solid #aeaeae;
    background-image:none;
}
#homepageBlocks img 
{
    border-bottom:1px solid #aeaeae;
}
#homepageBlocks h4 
{
    text-align:center;
    font-size:14px;
    font-weight:bold;
}

#social
{
    width:250px;
    margin-top:15px;
}

#social h1
{
    color:#02457C;
    padding:0 0 10px 0;
}

#social ul
{
    margin:0;
    padding:0;
    line-height:18px;
}

#social li
{
    list-style:none;
    background:none;
    padding:0;
}

#social img
{
    margin-right:10px;
}

ul.tweet_list li
{
    position:relative;
}

span.tweet_time
{
    position:absolute;
    top:0;
}

span.tweet_time a, span.tweet_text a
{
    font-weight:bold;
    color:#02457C;
}

#nepal
{
    width:250px;
    margin-top:15px;
}

#nepal h1
{
    color:#02457C;
    padding:0 0 10px 0;
}

#nepal p
{
    line-height:16px;
    padding:0;
}

/*
================================
CONTACT STYLES
================================
*/

.form .text
{
    /*width:265px;*/
    margin:0 10px 0 0;
	padding-bottom:15px;
}

.form .fields
{
    /*width: 265px;*/
	margin-left:20px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    /*display:block;*/
    margin:5px 0 0 20px;
	font-size:11px;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#bfbfbf; /*#252525;*/
    border:2px solid #515151;
    width:250px;
    height:15px;
    padding:2px;
    margin:0 0 3px 20px;
    color:#535353;
    font-size:12px;
}

fieldset select
{
    background-color:#bfbfbf; /*#ffffa0;*/
    border:2px solid #515151;
    width:258px;
    height:25px;
    padding:2px;
    margin:0 0 3px 20px;
    color:#535353;
    font-size:12px;
}

fieldset textarea
{
    background-color:#bfbfbf; /*#252525;*/
    border:2px solid #515151;
    width:250px;
    height:100px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 20px;
    color:#535353;
    font-size:12px;
}

    fieldset input:focus, fieldset textarea:focus, fieldset select:focus
    {
        border:2px solid #9ADE16;
    }

fieldset input.error, fieldset textarea.error, fieldset select.error
{
    border:2px solid #d72323;
}

    fieldset input.error:focus
    {
        border:2px solid #d72323;
    }

#contactcolumnleft
{
    float:left;
    width:310px;
    text-align:left;
    padding-top:20px;
    margin-bottom:40px;
}

#contactcolumnright
{
    float:right;
    width:310px;
    text-align:left;
    padding-top:20px;
    margin-bottom:40px;
}

/*
================================
FOOTER STYLES 
================================
*/

#footer
{
    width:100%;
    height:auto;
    margin:20px auto 0 auto;
    text-align:center;
}

    #footer li
    {
        line-height:18px;
        position:relative;
    }

/*
================================
LOGO LINKS STYLES
================================
*/ 

#lower-navigation
{
    height:30px;
    margin-top:30px;
    text-align:center;
}

#lower-navigation ul
{
}

#lower-navigation li
{
    display:inline;
    position:relative;
    padding-left:10px;
    padding-right:10px;
}

#lower-navigation li a
{
    color:#7f7f7f;
    font-size:12px;
}

/*
================================
ACCORDION STYLES 
================================
*/

#accordionOuter
{
    height:700px;
}

#accordion
{
    margin-left:15px;
    margin-bottom:40px;
}

#accordion a.linkedIn {text-decoration:underline;}

#accordion h3
{
    font-size:16px;
    font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url('images/accordion-bg.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #aeaeae;
}

#accordion h3 a
{
    color:#fff; /*02457c;*/
    margin-left:20px;
}

#accordion h3 a:hover
{
    color:#fff;
    text-decoration:underline;
}

#accordion h3 a:active, #accordion h3 a:selected
{ 
    border: none;
    outline: none;
}

#accordion h4
{
    font-size:16px;
    font-weight:bold;
    color:#02457c;
    margin:20px 0 0 20px;
}

a:focus
{
    border: none;
    outline: 0;
}

#accordion p
{
    padding-left:0;
    margin:10px 0 20px 20px;
}

#accordion ul
{
    margin:20px 0 20px 30px;
    padding:0;
    line-height:normal;
}

#accordion li
{
    list-style-type:circle;
    background:none;
    padding:4px 0;
    margin:0;
}

div#buttons
{
	width:400px;
}

/*
================================
FOOTER STYLES 
================================
*/

#logoContainer, #linkContainer
{
    width:958px;
    height:110px;
    margin-left:auto;
    margin-right:auto;
    border-left:solid 1px #bfbfbf;
    border-right:solid 1px #bfbfbf;
    /*border-bottom:solid 1px #bfbfbf;*/
}

#linkContainer ul
{
    /*border-bottom:solid 1px #bfbfbf;*/
}

#linkContainer ul.firstRow
{
    display:inline-block;
}

#linkContainer li
{
    float:left;
    width:318px;
    height:110px;
    border-right:solid 1px #bfbfbf;
}

#linkContainer li img
{
    padding:5px 0 0 15px;
}

#linkContainer li img.partnerBtn
{
    padding-left:35px;
    padding-top:20px;
    outline:none;
}

#linkContainer li.last
{
    border-right:none;
}

#linkContainer li ul li
{
    float:left;
    width:105px;
    height:48px;
    border:none;
    padding:20px 0 0 0;
}

#linkContainer li ul li img
{
    padding:0 0 0 20px;
}

#logoContainer ul
{
    display:inline-block;
    margin-top:20px;
}

#logoContainer li
{
    float:left;
    padding-right:42px;
}

#logoContainer li.first
{
    padding-left:67px;
}

#logoContainer li.last
{
    padding-right:0px;
}

/*
================================
MENU STYLES 
================================
*/

#menu
{
    width:960px;
    height:40px;
    background:url('images/nav-bg.gif') repeat-x top left;
    display:table;
    background-color:#02457c;
    padding-top:2px;
}

#menudiv
{
    display:table-cell;
    vertical-align:middle;
}

#menu ul
{
    position:relative;
}

#menu li
{
    float:left;
    width:158px;
    /*height:40px;*/
    text-align: center;
    /*background-image: url('Images/navbar.gif');
    background-repeat: no-repeat;
    background-position: right center;*/
    position: relative; /*--Important--*/
}

#menu li.last
{
    background: none;
}

#menu li a
{
    display:table-cell;
    font-size: 14px;
    color:#ffffff;
    white-space:normal;
    text-align:center;
    vertical-align:middle;
	padding-left:20px;
    padding-right:20px;
    padding-top:12px;
    width:134px;
}

#menu li a:hover
{
    color:#e1e1e1;
    font-weight:normal;
}

.menu-single
{
    padding-top:12px;
}

.menu-double
{
    padding-top:3px;
}

/*
================================
MEGA DROP DOWN MENU STYLES 
================================
*/

#topNavi
{
    height:60px;
    width:960px;
    background:#02457c url('images/nav-bg.gif') repeat-x top left;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width:950px; /* 100%;*/
	list-style: none;
	font-size: 1.1em;
    display:table;
    /*background-color:#02457c;*/
    padding-top:5px;
    padding-left:40px;
    height:35px;
}
ul#topnav li {
	float: left;
	width:170px;
	margin: 0 10px 0 0; padding: 0;
	position: relative;
	background:url('images/nav-border.jpg') no-repeat top right;
}
ul#topnav li.last {
	background:none;
}
ul#topnav li a {
	float: left; 
	height: 40px;
	display:table-cell;
    font-size: 14px;
    color:#ffffff;
    white-space:normal;
    text-align:left;
    vertical-align:middle;
	padding-left:16px;
    padding-right:10px;
    padding-top:9px;
    width:174px;
    background-position: 0 19px;background-image:url('images/ico_arrow_white.gif');background-repeat:no-repeat;
}
ul#topnav li a.single {
    padding-top:15px;
}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: 0 19px;background-image:url('images/ico_arrow_white_down.gif');background-repeat:no-repeat;}
 
ul#topnav li .sub {
	position: absolute;	
	top: 55px; left: -40px;
	/*background: #344c00 url(sub_bg.png) repeat-x;*/
	padding: 20px 20px 20px;
	z-index: 99999;
	background-color: #02a5e6; /*--Background gradient--*/
	padding: 20px 20px 20px;
	width:920px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .sub2 {
	top: 55px; left: -220px;
}
ul#topnav li .sub3 {
	top: 55px; left: -400px;
}
ul#topnav li .sub4 {
	top: 55px; left: -580px;
}
ul#topnav li .sub5 {
	top: 55px; left: -760px;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 180px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
    padding-right:10px;
    padding-bottom:5px;
    padding-left:20px;
    width:174px;
    background:none;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 16px ! important;
	text-decoration:underline;
	color: #fff;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #fff;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(navlist_arrow.png) no-repeat 5px 12px;
	padding: 2px 5px 2px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size:12px;
}
ul#topnav .sub ul li a:hover 
{
    color: #02457c;
	background-position: 5px 12px ;/*--Override background position--*/
}

/*
================================
MEGA DROP DOWN MENU STYLES 
================================
*/

#footerMenu
{
    width:910px;
    height:200px;
    background-color:#02457c;
    padding:25px 10px 25px 40px;
}

#footerMenu ul
{
}

#footerMenu li
{
    width:180px;
}

#footerMenu li a 
{
    float: left;
	display:table-cell;
    font-size: 12px;
    color:#ffffff;
    white-space:normal;
    text-align:left;
    vertical-align:middle;
    padding:0 10px 5px 0;
    width:140px;
}

#footerMenu li a:hover
{
    text-decoration:underline;
}

#footerMenu h2 
{
    font-weight:bold;
}

/*
================================
VERTICAL MENU STYLES 
================================
*/

#vertical-menu
{
	margin-bottom:20px;
}

#vertical-menu ul
{
    position:relative;
    margin-bottom:50px;
}

#vertical-menu li
{
    line-height:normal;
    float:left;
    width:260px;
    height:auto;
    min-height:100px;
    border:solid 1px #bfbfbf;
    margin: 0 0 20px 20px;
}

#vertical-menu li a
{
    display:block;
    /*font-size: 16px;
    font-weight:bold;*/
    padding-left:100px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:5px;
}

#vertical-menu li a:hover
{
    color:#000000;
}

.domestic
{
    background-image: url('images/domestic.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}

.commercial
{
    background-image: url('images/commercial.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}

.public
{
    background-image: url('images/public.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}

.airpressure
{
    background-image: url('images/airpressure.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}

.aircon
{
    background-image: url('images/aircon.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}

/*
================================
TABLE STYLES 
================================
*/

.table
{
    border:solid 1px #cccccc;
    margin:20px 0 20px 15px;
}

.header
{
    font-weight:bold;
    color:#ffffff;
    background-color:#545454;
    font-size:14px;
}

.firstCell
{
    padding:10px;
    border-top:solid 1px #cccccc;
}

.cell
{
    text-align:center;
    padding:10px;
    border-top:solid 1px #cccccc;
    border-left:solid 1px #cccccc;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TAB CONTAINER CSS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-size:small;
    border-bottom:solid 5px #02457c;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url('images/tabs/tab-white.jpg') #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #bfbfbf;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url('images/tabs/tab-ltblue.jpg') #bfdaff repeat-x left;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background:url('images/tabs/tab-blue.jpg') repeat-x left;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-size:10pt;
    padding:0.25em 0.5em; 
    border:solid 1px #bfbfbf;
    border-top-width:0px;
	min-height:400px;
}

/*
================================
EQUAL HEIGHT COLUMN STYLES 
================================
*/

#container5 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/*border-bottom: solid 1px #bfbfbf;*/
	background-position: left top;
    background-image: url('Images/column-bg.gif');
    background-repeat: repeat-x;
}
#container4 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	border-right: solid 1px #bfbfbf;
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	border-right: solid 1px #bfbfbf;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:20%;
	border-right: solid 1px #bfbfbf;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:20%;
	border-right: solid 1px #bfbfbf;
}
#col1 {
	float:left;
	width:19%;
	position:relative;
	left:80.5%;
	overflow:hidden;
}
#col1 .title {
    text-align:center;
    text-transform:capitalize;
    font-size:13px;
    padding-top:2px;
    color:#ffffff;
}
#col2 {
	float:left;
	width:19%;
	position:relative;
	left:81.5%;
	overflow:hidden;
}
#col2 .title {
    text-align:center;
    text-transform:capitalize;
    font-size:13px;
    padding-top:2px;
    color:#ffffff;
}
#col3 {
	float:left;
	width:19%;
	position:relative;
	left:82.5%; /*90*/
	overflow:hidden;
}
#col3 .title {
    text-align:center;
    text-transform:capitalize;
    font-size:13px;
    padding-top:2px;
    color:#ffffff;
}
#col4 {
	float:left;
	width:19%;
	position:relative;
	left:83.5%; /*94*/
	overflow:hidden;
}
#col4 .title {
    text-align:center;
    text-transform:capitalize;
    font-size:13px;
    padding-top:2px;
    color:#ffffff;
}
#col5 {
	float:left;
	width:19%;
	position:relative;
	left:84.5%; /*98*/
	overflow:hidden;
}
#col5 .title {
    text-align:center;
    text-transform:capitalize;
    font-size:13px;
    padding-top:2px;
    color:#ffffff;
}


