/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #0075be;}
a:visited {color: purple;}
a:hover {color: red;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body, p, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.80em/1.3 arial, verdana, sans-serif;
	color: #000000;
	background: #f4f4f4 url('images/framework/background-top.gif') repeat-x;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #164788;
    font-size: 24px;
    font-weight: normal;
	margin: 0px 0px 10px 0px;
	}

h2 {
    font-size: 18px;
    color: #212121;
    font-weight: normal;
	margin: 0px 0px 5px 0px;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left {float: left;}
.right {float: right;}
.textRight {text-align: right;}
.justify {text-align: justify;}
.block {display: block;}
.clear {clear: both;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;}
.marginTop30 {margin-top: 30px;} .marginRight30 {margin-right: 30px;} .marginBottom30 {margin-bottom: 30px;} .marginLeft30 {margin-left: 30px;}


.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: #164788;
	}
	
.firstParagraph {
    font-size: 14px;
    font-weight: bold;
    color: #164788;
    line-height: 20px;
    }

.redText {
    color: #DF0000;
    font-weight: bold;
    }
    
.smallText {
    font-size: 11px;
    font-style: italic;
    }
    
.left { float: left; }

.block {
    display: block;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	.formattedList li {
		padding: 0px 0px 8px 18px;
		background: transparent url('images/framework/bullet.png') no-repeat left 0.25em;
		}
		
.blogList {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
    .blogList li {
        margin-bottom: 2px;
        padding: 0px;
        height: 35px;
        width: 280px;
        background: url('images/framework/background-blogitem.png') no-repeat;
        }
        
        .blogList li a {
            display: block;
            line-height: 35px;
            padding-left: 35px;
            color: #FFFFFF;
            text-decoration: none;
            }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.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: #DFDFDF;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.borderedTable {
	width: 100%;
	background-color: #0062A1;
	}

	.borderedTable th, .borderedTable td {
		padding: 5px;
		background-color: White;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a.facebookBox {
    background-image: url("/App_Themes/Web/images/framework/background-facebookbox.gif");
    width: 270px;
    height: 60px;
    padding: 15px;
    font-size: 12px;
    display: block;
    color: #0075BE;
    font-weight: bold;
    text-decoration: none;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.featuredHolderDouble {
	background-color: #eeeeee;
	border: 3px double #aeaeae;
	padding: 15px;
	}

.featuredHolderDashed {
	background-color: #eeeeee;
	border: 1px dashed #aeaeae;
	padding: 15px;
	}
	
.featuredHolderGrey {
    background-color: #e3e3e3;
    padding: 15px;
    }
		
.notice {
    background: #e7b3b3 url('images/framework/icon-alert.png') no-repeat 10px center;
    border: solid 1px #b40808;
    line-height: 33px;
    color: #9a0808;
    padding-left: 35px;
    display: none;
    }
    
.special-offer {
    float: left;
    width: 135px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    }
    
    .special-offer .offer-pic {
        display: block;
        }
    
    .special-offer .title {
        position: absolute;
        top:0;
        left: 0;
        }
    
    .special-offer .offer {
        width: 280px;
        height: 42px;
        padding-top: 3px;
        display:block;
        background-image: url("/App_Themes/Web/images/framework/offer-pricing.png");
        }
    
    .special-offer.glasgow {
        background: url('images/framework/special-offer-glasgow.png') no-repeat;
        }
        
    .special-offer.edinburgh {
        background: url('images/framework/special-offer-edinburgh.png') no-repeat;
        }
    
.price {
    font-size: 14px;
    color: #0075be;
    font-weight: bold;
    }

.blueText {
    font-weight: bold;
    color: #0075be;
    font-size: 12px;
    }
    
.price .big {
    font-size: 18px;
    }
	
.featuredHolder {
    background: #e6f1f8;
    border: solid 1px #99c1da;
    padding: 15px;
    }
    
.callToAction {
    float: left;
    width: 389px;
    height: 54px;
    padding: 13px 10px;
    background-image: url("/App_Themes/Web/images/framework/calltoaction-background.jpg");
    font-weight: bold;
    color: #144587;
    font-size: 14px;
    }
    
img.bookOnline {
    float: left;
    }

img.btnNotices {
    display: block;
    }	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagerLink, .pagerLink:visited, .pagerLink:hover {display: inline-block; color: #0073be; text-decoration: none; padding: 1px 5px 1px 5px; margin: 0px 2px 0px 2px;}

.prevNextLink, .prevNextLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .prevNextLink:hover {
        border: 1px solid #0073be;
        background-color: #19417f;
        color: #FFFFFF;
        }
 
.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #0073be;
    border: 1px solid #dee9ec;
    }
        
.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .pagerNumberLink:hover {
        border: 1px solid #0b5369;
        background-color: #19417f;
        color: #FFFFFF;
        }

.pagerNumberLinkSelected {
    color: White;
    border: 1px solid white;
    background-color: #19417f;
    }
    
    .pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
        color: White;
        background-color: #19417f;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.loginHolder {
    background-color: #F4F4F4;
    }
    
    .loginHolder .loginArea {
        width: 247px;
        height: 130px;
        padding: 30px 10px 0px 10px;
        margin: 50px auto 50px 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;
    background-image: url("/App_Themes/Web/images/framework/breakrule.jpg"); 
    width: 600px; 
    height: 30px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pictureFrame {
    background-color: white;
    padding: 9px;
    border: 1px solid #adadad !Important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topBar {
    height: 20px;
    background: url('images/framework/background-topbar.gif') repeat-x;
    }

.mainHolder {
    width: 960px;
    margin: 0 auto;
	}
	
.restaurant-tab {
    position: absolute;
    top: 396px;
    left: 0px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    height: 130px;
	}
	
	#topArea #logo {
	    background: url('images/framework/logo.jpg') no-repeat;
	    width: 457px;
	    height: 95px;
	    margin-top: 20px;
	    display: block;
	    text-indent: -10000px;
	    font-size: 24px;
	    font-weight: bold;
	    }
	    
	#topArea .top-spacer {
	    width: 20px;
	    height: 100px;
	    float: left;
	    background: url('images/framework/top-spacer.jpg') no-repeat center;
	    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#bannerArea {
    height: 150px;
    width: 960px;
    position: relative;
    }
    
    #bannerArea #offer {
        position: absolute;
        right: 0;
        z-index: 100;
        }
        
    #bannerArea .fading {
        height: 150px;
        width: 960px;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    background-color: #174888;
    height: 35px;
    padding: 0 10px;
    position: relative;
    font-size: 12px;
	}
	
	#menuArea ul {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    }
	    
	    #menuArea ul li {
	        float: left;
	        list-style: none;
	        }
	        
	        #menuArea ul li a {
	            display: block;
	            line-height: 35px;
	            padding: 0 20px;
	            text-decoration: none;
	            text-align: center;
	            text-transform: uppercase;
	            color: #FFFFFF;
	            }
	            
            #menuArea ul li a:hover {
                background: #103361 url('images/framework/nav-hover.jpg') no-repeat bottom center;
                }
                
            #menuArea ul li a.selected {
                background: #103361 url('images/framework/nav-hover.jpg') no-repeat bottom center;
                }
                
            #menuArea ul li ul.subnav {
                position: absolute;
                top:35px;
                left:0px;
                list-style: none;
                background: #F4F4F4 url('images/framework/background-subnav.jpg') repeat-x bottom;
                width: 100%;
                width: 960px;
                }
                
                #menuArea ul li ul.subnav li {
                    line-height: 30px;
                    float: left;
                    margin: 0px 11px;
                    display: block;
                    }
                    
                    #menuArea ul li ul.subnav li a{
                        line-height: 30px;
                        color: #000000;
                        text-transform: none;
                        padding: 0px;
                        text-decoration: none;
                        }
                         
                    #menuArea ul li ul.subnav li a.subSelected {
                        text-decoration: none;
                        font-weight: bold;
                        } 
 
                    #menuArea ul li ul.subnav li a:hover {
                        background: none;
                        text-decoration: underline;
                        }            
                        
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
    margin-top: 20px;
	background: url('images/framework/background-contentarea.jpg') top center repeat-y;
	padding: 5px 0px;
	margin-bottom: 30px;
	}
	
	#contentArea .restaurant {
	    line-height: 20px;
	    }
	    	
	#contentArea .contentboxlarge {
	    background: #0075be url('images/framework/background-contentbox-large.gif') top no-repeat;
	    padding: 10px;
	    color: #FFFFFF;
	    }

	#contentArea .contentbox {
	    background: #0075be url('images/framework/background-contentbox-small.gif') top no-repeat;
	    padding: 10px;
	    color: #FFFFFF;
	    }
	    	    
	    #contentArea .contentbox h2 {
	        color: #FFFFFF;
	        font-weight: normal;
	        font-size: 18px;
	        }
	        
        #contentArea .boxbottom {
            line-height: 40px;
            background: url('images/framework/bottom-contentbox.jpg') no-repeat top;
            padding: 0 10px;
            height: 40px;
            }
                    
            #contentArea .boxbottom .more {
                margin-top: 8px;
                }
                
        #contentArea .contentbox .field {
            width: 280px;
            }
    
	#contentArea .contentboxlarge {
	    background: #0075be url('images/framework/background-contentbox-large.gif') top no-repeat;
	    padding: 10px;
	    color: #FFFFFF;
	    }
	    	    
	    #contentArea .contentboxlarge h2 {
	        color: #FFFFFF;
	        font-weight: normal;
	        font-size: 18px;
	        }
	        
        #contentArea .boxbottomlarge {
            line-height: 40px;
            background: url('images/framework/bottom-contentbox-large.gif') no-repeat top;
            padding: 0 10px;
            height: 40px;
            }
                    
            #contentArea .boxbottomlarge .more {
                margin-top: 8px;
                }
                
        #contentArea .contentboxlarge .field {
            width: 350px;
            }
            
            #contentArea .contentboxlarge .field .newsletter-field {
                width: 300px;
                float: left;
                border: none;
                background: url('images/framework/field-bg.jpg') repeat-x;
                font-size: 11px;
                padding-top: 13px;
                padding-bottom: 14px;
                }
                
            #contentArea .boxbottomlarge .newsletter-button {
                background: url('images/framework/btn-signup.png') no-repeat;
                width: 82px;
                height: 22px;
                float: left;
                border: 0px;
                margin-top: 8px;
                
                }

    #contentArea .testimonial {
        background: url('images/framework/background-quote.jpg') repeat-y top left;
        padding: 15px 0px 15px 35px;
        }
        
		#contentArea .testimonial .quote {
			color: #444444;
			font-size: 16px;
			}

        #contentArea .testimonial .author {
			background: url('images/framework/icon-user.png') no-repeat;
            padding: 0px 0px 0px 22px;
			margin: 10px 0px 20px 0px;
			font-weight: bold;
            }
        

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    color: #FFFFFF;
    font-size: 11px;
	}
	
	#footerArea a {
	    color: #FFFFFF;
	    }
	
	#footerArea #footerTop {
	    line-height: 40px;
	    background-color: #194a8b;
		text-transform: uppercase;
	    }
	    
	#footerArea #footerBottom {
	    height: 50px;
	    background: url('images/framework/background-footer.gif') repeat-x;
	    padding-top: 20px;
	    }
	    
	    #footerArea #footerBottom .text {
	        background-color: #0075be;
	        padding: 5px 10px;
	        }