/* 
    Document   : global
    Created on : 20-Nov-2012, 15:24:25
    Author     : Asif Javed <asif.javed@onefunction.co.uk>
    Description:
        Purpose of the stylesheet follows.
*/

.clearboth 
{ 
    clear:both;
}
.orange { color: #FACC0E;}
.white { color: #FFF;}
.gray { color: #E8E8E8;}
h1 {
    margin-bottom: 0px;
    text-transform: uppercase;
}
a {
    color:#FACC0E;
    text-decoration: none;
}
a:hover { 
    text-decoration: underline;
}
html,body 
{

    background: url("/images/backgroundcss3.png") top center repeat #5c264a;
    font-family: 'BenchNine', sans-serif;
    color: #FFF;
}
body{

}

#bg2 
{

    background: url("/images/transparentfade_01.png") top center no-repeat transparent;
    min-width: 1100px;
    /*background-image: -moz-radial-gradient(#167F39, #00261C);
    background-image: -moz-radial-gradient(0% 50%,farthest-corner, green, yellow);*/
    /*background-image: -moz-radial-gradient(1179px -59px 45deg, farthest-corner, #FFFFFF 0%, #5c264a 26%);
    opacity:0.9;*/
}
#bg3 
{
    /*background: linear-gradient(180deg, black, white);
    opacity:0.4;
    */



}
#middleSection 
{
    width: 1000px; 
    margin: 40px auto;
    text-align: center;   
    margin-top: 60px;    
}
#leftSide 
{
    width: 258px;
    border-right: 2px solid #FFF;
    float: left;
    min-height: 690px;
    padding-right: 20px;
}
#middleSide {
    width: 700px;
    float: left;
    margin-left: 20px;
    text-align: left;
}

#header { 

    background: url("/images/hfbg.png") top center repeat transparent;
    height: 130px;
    border-bottom: 2px solid #FACC0E;


}


#footer
{
    background: url("/images/hfbg.png") top center repeat transparent;
    height: 200px;
    margin-bottom: 40px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 1100px;
}

#footer .copyright {
    position: absolute;
    bottom: -30px;
    right: 15px;
    font-size: 14px;
}
#footer .copyright a { color: #FFF; text-decoration: none;}
#footer .copyright a:hover { text-decoration: underline; }

p{
    font-family: sans-serif;
    font-size: 14px;
}


#logo {position: absolute; top: 15px; left: 1px;}
#logo a { 
    background: url("/images/logo.png") 0px 0px no-repeat transparent;
    width: 300px;
    height: 95px;
    display: block;
    text-indent: -4000px;
}

#logo a:hover {
    background-position: 0px -96px;
}


.headerRightSide { position: absolute; top: 68px; right: 5px; width: 760px; }
.headerRightSide ul#topnav { margin: 0px; }
.headerRightSide ul#topnav li{ float: left;  
                               width:120px; /*IE 7*/
}
.headerRightSide ul#topnav li a{ 
    text-decoration: none; 
    color:#FFF; 
    display: block;
    padding: 0px 20px;
    font-size: 22px;
    text-transform: uppercase;

}
.headerRightSide ul#topnav li a span {
    display: block;
    height: 22px;
    width: 20px;
    text-align: center;
    margin: 0 auto;
    text-indent: -4000px;
}
.headerRightSide ul#topnav li a:hover,
.headerRightSide ul#topnav li.active a, 
.headerRightSide ul#topnav li.active a span
{
    color:#FACC0E;       

    -webkit-transition: color 3s ease;
    -moz-transition: color 3s ease;
    -ms-transition: color 3s ease;
    -o-transition: color 3s ease;
    transition: color 3s ease;
}
.headerRightSide ul#topnav li.active a span,
.headerRightSide ul#topnav li a:hover span
{
    background: url("/images/icons_sprite.png") 0px -3px no-repeat transparent;
}


.centerme 
{
    width: 1100px;
    height: 130px;   
    margin: 0px auto;
    position: relative;
    text-align: center;
}


.bottomArea {
    width: 1017px;
    margin: 0px auto;
    display: block;     
    margin-bottom: 40px;
}
ul#bottomNav 
{
    margin: 0px;
}

ul#bottomNav li {
    float: left;
    margin: 0px 6px;
}
ul#bottomNav li.websites { margin-left: 12px;}

ul#bottomNav li a
{
    display: block;    
    width: 230px;
    height: 150px;
    text-transform: uppercase;
    font-size: 45px;
    text-decoration: none;
    color:#FFF;
    text-align: center;
    background: url("/images/hfbg.png") top center repeat transparent;

    -webkit-border-radius: 0px 30px 0px 30px;
    border-radius: 0px 30px 0px 30px;
}
ul#bottomNav li a span
{
    background: url("/images/bigbutton_icons.png") -22px -22px no-repeat;
    height: 75px;
    width: 230px;
    display: block;
    margin: 0px auto;
    text-indent: -4000px;
}

ul#bottomNav li.websites a span{
    width: 83px;
    background-position: -22px -22px;    
}

ul#bottomNav li.websites.active a span,
ul#bottomNav li.websites a:hover span
{    
    background-position: -22px -105px;

}



ul#bottomNav li.restaurants a span{
    width: 63px;
    background-position: -110px -22px;    
}

ul#bottomNav li.restaurants a:hover span,
ul#bottomNav li.restaurants a.active span
{

    background-position: -110px -105px;    
}






ul#bottomNav li.takeaways a span{
    width: 90px;
    background-position: -184px -22px;    
}

ul#bottomNav li.takeaways a:hover span,
ul#bottomNav li.takeaways a.active span
{

    background-position: -184px -105px;    
}





ul#bottomNav li.design a span{
    width: 48px;
    background-position: -280px -22px;    
}

ul#bottomNav li.design a:hover span,
ul#bottomNav li.design a.active span
{

    background-position: -280px -105px;    
}



ul#bottomNav li a:hover,
ul#bottomNav li.active a
{
    color:#FACC0E;
    -webkit-transition: color 2s ease;
    -moz-transition: color 2s ease;
    -ms-transition: color 2s ease;
    -o-transition: color 2s ease;
    transition: color 2s ease;
}

#leftSide .pageTitle 
{
    font-size: 40px;
    text-transform: uppercase;
    line-height: 45px;
    text-align: right;
    margin-top: -4px;
    height: 184px;
    overflow: hidden;
}

#leftSide .pageTitle .telephone {

    display: block;
    font-weight: bold;
    position: relative;
}
#leftSide .pageTitle .telephone a{
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    font-size: 30px;
}
#leftSide .pageTitle .telephone span.telicon 
{
    background: url("/images/icons_sprite.png") no-repeat scroll 0 -86px transparent;
    height: 26px;
    position: absolute;
    right: 144px;
    top: 12px;
    width: 29px;
}


/************************************** SLIDE SHOW  *************************/
.slidesCont {
    position: relative;
}
#middleSide .bannerNav {
    position: absolute;
    right: 9px;
    bottom: 0px;
    z-index: 100;
    margin: 0px;    

}
#middleSide .bannerNav li {
    list-style: none;
    float: left;
    line-height: 30px;
    height: 30px;
    padding: 0px;
    margin: 0px;
}
#middleSide .bannerNav a {
    font-size: 0px;
    margin: 0 3px;
    text-decoration: none;
    color: #FACC0E;
    display: block;
    width: 20px;
    height: 20px;
    display: block;
    background: url("/images/banner_bulletpoints.png") no-repeat 0px 0px;



}
#middleSide .bannerNav a:hover, #middleSide .bannerNav li.activeSlide a {
    color: #B80D18;
    text-decoration: none;
    background: url("/images/banner_bulletpoints.png") no-repeat -20px 1px;
}

.slidesCont .slideshowhalf {
    height: 300px;
}

.slideshow {
    height: 495px;
    overflow: hidden;
    position: relative;
    width: 700px;
    z-index: 1;
}

/************************************** SLIDE SHOW  *************************/

/************************************** Left sideNav ***********************/

#leftSide { position: relative;}
#leftNav { position: absolute; left: 0px; top: 250px;  width:258px; }
#leftNav h5 { text-align: right; font-weight: normal; font-size: 28px;  margin: 0px; padding: 0px;  line-height: 28px; text-transform: uppercase; }
#leftNav ul { margin-bottom: 0px; margin-top: 0px;  }
#leftNav ul li{}
#leftNav ul li a{ display: block; text-align: right; color: #FFF; text-decoration: none; font-size: 20px; padding-right: 20px; position: relative; height: 28px; overflow: hidden;}
#leftNav ul li a span { width: 20px; height: 18px; background: url("/images/icons_sprite.png") no-repeat 0px -28px; position: absolute; right: -4px; top: 5px;                                            
                        text-indent: -4000px; 
                        text-align: left;
}

#leftNav ul li a:hover span,
#leftNav ul li.active a span {
    background-position: 0px -47px;
}

#leftNav ul li.backToParent a {
    color: #BCBDC0;
}
#leftNav ul li.backToParent a span {
    background-position: -4px -113px;

}
#leftNav ul li.backToParent a:hover span {
    background-position: -4px -132px;
}

#leftNav ul li a:hover,
#leftNav ul li.active a {
    color:#FACC0E;
    -webkit-transition: color 3s ease;
    -moz-transition: color 3s ease;
    -ms-transition: color 3s ease;
    -o-transition: color 3s ease;
    transition: color 3s ease;
}
/************************************** Left sideNav ***********************/                            


/*************************carousel***************************************/
#mycarousel li a { position: relative; width: 210px; height: 155px; display: block;}
#mycarousel li a span{ position: absolute; bottom: 0px; left: 0px;
                       width: 210px;
                       height: 40px;
                       line-height: 40px;
                       text-align: center;
                       vertical-align: middle;
                       font-size: 25px;
                       color: #FFF;
                       background: url("/images/hfbg.png") top center repeat transparent;
                       display: none;
}

#mycarousel li a:hover span {
    display: block;
}

.cboxIframe {
    -webkit-box-shadow: inset 0 0 30px #727272;
    -moz-box-shadow: inset 0 0 30px #727272;
    box-shadow: inset 0 0 30px #727272;

}

/****************************** Product Details page *********************************/

#middleSide .product-details h2 {
    color: #FACC0E;
    font-size: 40px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
#middleSide .product-details {
    background: url("/images/hfbg.png") repeat scroll center top transparent;
    margin-bottom: 20px;
    min-height: 240px;
    padding: 20px 270px 5px 20px;
    position: relative;
    width: 410px;
}

/***************************** Footer Bottom Styles **************************************/

.footCont {
    width: 1100px;
    margin: 0px auto;
}
.fcol1, .fcol2, .fcol3, .fcol4, .fcol5, .fcol6, .fcol7
{
    width: 132px;
    margin-left: 25px;
    float: left;
}

.footCont h6 {
    font-size: 16px;
    color:#FACC0E;
    margin: 0px;
    text-transform: uppercase;
}
.footCont ul { margin: 0px; padding: 0px; }
.footCont ul li{ 
    list-style: none;

}
.footCont ul li a{
    color:#FFF;
    font-size: 14px;
}









.separatorLine {
    background: url("/images/separator-shadow.png") no-repeat scroll left top transparent;
    border-top: 1px solid #FFFFFF;
    height: 15px;
    margin-bottom: 0px;
    margin-top: 8px;
}


.btSlogan 
{
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 27px;
}

.btSlogan .quoteLeft 
{
    margin-right: 10px;
    margin-bottom: 5px;
}

.btSlogan .quoteRight {
    margin-left: 10px;
    margin-bottom: 5px;
}      



.noBottomMargin {
    margin-bottom: 0px !important; 
}