/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #E0922E}
a:visited {color: #8F5C1A}
a:hover {color: #000000; text-decoration: none;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.72em/1.3 arial, verdana, sans-serif;
	color: #1e1e1e;
	background: #000000 url('images/framework/background.jpg') top center no-repeat;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #e1922e;
    font-weight: normal;
    font-size: 36px;
    margin-top: 10px;
	}

h2 {
    font-weight: normal;
    font-size: 18px;
	}
	
	h2.orange {
	    color: #e1922e;
	    }

h3 {
    font-size: 14px;
    color: #e1922e;
    font-weight: bold;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		padding-top: 5px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left {float: left;}
.right {float: 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;}
.paddingTop5 {padding-top: 5px;}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
	}
	
.textRight {
    text-align: right;
    }
	
.firstParagraph {
    font-size: 16px;
    font-weight: bold;
    }
    
.didYouKnowHeading {
    font-family: "Arial Black";
    font-size: 24px;
    color: #e1983b;
    letter-spacing: -1px;
    }

.greyLine {
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    background-color: #dedede;
    margin-bottom:1px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.9em;
	}
	
.largeText {
    font-size: 14px;
    font-weight: bold;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	.formattedList li {
		padding: 0px 0px 5px 15px;
		background: transparent url('images/framework/bullet.gif') no-repeat left 0.4em;
		line-height: 18px;
		
		}
		
.featuredList {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
    .featuredList li {
        padding: 0px 0px 0px 20px;
        background: transparent url('images/framework/bullet.gif') no-repeat 5px 1.6em;
        padding: 15px 25px;
        border-bottom: 1px dashed #1E1E1E;
        }
        
    .featuredList li:last-child {
        border: none;
        }
        
        .featuredList li a {
            color: #000000;
            }
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.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: #dedede;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
	}
	
.didYouKnow {
    width: 590px;
    background-color: #f0f0f0;
    padding: 15px;
    }
    
    .didyouknow {
        font-size: 12px;
        }
    
    .dykContent {
        background: #dadada;
        padding: 0px 10px;
        }
    
    .didYouKnow .didYouKnowContent {
        float: left;
        width: 410px;
        }
        
.tripAdvisor { 
    width: 152px;
    margin: 0 auto; 
    }
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagerLink, .pagerLink:visited, .pagerLink:hover {display: inline-block; color: #0b5369; 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 #0b5369;
        background-color: #dee9ec;
        }
 
.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #dee9ec;
    border: 1px solid #dee9ec;
    }
        
.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .pagerNumberLink:hover {
        border: 1px solid #0b5369;
        background-color: #dee9ec;
        }

.pagerNumberLinkSelected {
    color: White;
    border: 1px solid white;
    background-color: #0b5369;
    }
    
    .pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
        color: White;
        background-color: #0b5369;
        }
        

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.loginHolder {
    margin: 50px auto 100px auto;
    }
    
    .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 {
    border: 2px solid #e2993c !Important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
    width: 960px;
    margin: 0 auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    width: 960px;
	}
	
	#topArea #logo {
	    width: 250px;
	    height: 145px;
	    float: left;
	    display: block;
	    background: transparent url('images/framework/logo.png') no-repeat;
	    text-indent: -10000px;
	    }
	    
	#topArea #buy-online {
	    width: 596px;
	    float: right;
	    margin-top:15px;
	    text-align: right;
	    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    width: 960px;
    position: relative;
	}
	
	#menuArea ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    }
	    
	    #menuArea ul li {
	        float: left;
	        list-style: none;
	        padding: 0px;
	        margin: 0px;
	        }
	        
	    #menuArea ul li a {
	        display: block;
	        height: 40px;
	        background-image: url('images/framework/navigation.png');
	        background-repeat: no-repeat;
	        text-indent: -10000px;
	        float: left;
	        }
	        
	    #menuArea ul li a.home {
	        background-position: 0px 0px;
	        width: 90px;
	        }
	        
	        /*#menuArea ul li a.home:hover {
	            background-position: 0px -40px;
	            }*/
	            
	        #menuArea ul li a.home.selected {
	            width: 90px;
	            background-position: 0px -40px;
	            }
	      
	      #menuArea ul li a.experience {
	        background-position: -95px 0px;
	        width: 156px;
	        }
	        
	        /*#menuArea ul li a.experience:hover {
	            background-position: -95px -40px;
	            }*/
	            
	        #menuArea ul li a.experience.selected {
	            background-position: -95px -40px;
	            width: 156px;
	            }
	      
	      #menuArea ul li a.plan {
	        background-position: -256px 0px;
	        width: 131px;
	        }
	        
	        /*#menuArea ul li a.plan:hover {
	            background-position: -256px -40px;
	            }*/
	            
	        #menuArea ul li a.plan.selected {
	            background-position: -256px -40px;
	            width: 131px;
	            }
	      
	      #menuArea ul li a.visit {
	        background-position: -392px 0px;
	        width: 138px;
	        }
	        
	        /*#menuArea ul li a.visit:hover {
	            background-position: -392px -40px;
	            }*/
	            
	        #menuArea ul li a.visit.selected {
	            background-position: -392px -40px;
	            width: 138px;
	            }
	      
	      #menuArea ul li a.story {
	        background-position: -535px 0px;
	        width: 140px;
	        }
	        
	        /*#menuArea ul li a.story:hover {
	            background-position: -535px -40px;
	            }*/
	            
	        #menuArea ul li a.story.selected {
	            background-position: -535px -40px;
	            width: 140px;
	            }
	      
	      #menuArea ul li a.ghosthunts {
	        background-position: -680px 0px;
	        width: 110px;
	        }
	        
	        /*#menuArea ul li a.ghosthunts:hover {
	            background-position: -680px -40px;
	            }*/
	            
	        #menuArea ul li a.ghosthunts.selected {
	            background-position: -680px -40px;
	            width: 110px;
	            }
	            
	#menuArea #subnav {
	    background: url('images/framework/container-top.png') no-repeat;
	    height: 40px;
	    clear:both;
	    }    
	    
	#menuArea ul li ul.subNav {
	    height: 40px;
	    position: absolute;
	    left: 0px;
	    top: 40px;
	    list-style: none;
	    width: 960px;
	    padding: 0px 10px 0px 10px;
	    font-size: 11px;
	    margin-left: 10px;
	    }
	        
	    #menuArea ul li ul.subNav li {
	        list-style: none;
	        float: left;
	        margin-right: 20px;
	        }
	        
	        #menuArea ul li ul.subNav li a {
	            line-height: 40px;
	            text-decoration: none;
	            color: #000000;
	            text-indent: 0 !important;
	            background: none;
	            font-size: 13px;
	            }
	            
	        #menuArea ul li ul.subNav li a:hover {
	            color: #000000;
				text-decoration: underline;
	            }
	            
	            #menuArea ul li ul.subNav li a.subSelected {
	                color: #000000;
	                font-weight: bold;
	                }
	                
	 #menuArea .subnav-holder {
	    }
	        
	    

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
    } 

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentArea {
    background-color: #F8F8F8;
    padding: 0px 10px 20px 10px;
	}
	
	#contentArea #breadcrumb {
	    height: 30px;
	    line-height: 30px;
	    background-color: #e0922e;
	    color: #FFFFFF;
	    padding: 0px 10px 0px 10px;
	    }
	    
	    #contentArea #breadcrumb a {
	        color: #FFFFFF;
	        }
	        
	    #contentArea #breadcrumb .brown {
	        font-weight: bold;
	        color: #5e3a0d;
	        }
	    
	#contentArea #banner {
	    width: 620px;
	    }
	    
	#contentArea #rotating {
	    width: 620px;
	    height: 210px;
	    }
	    
	    #contentArea #banner #bannerCaption {
	        background-color: #1e1e1e;
	        height: 40px;
	        line-height: 40px;
	        padding: 0px 10px 0px 10px;
	        color: #FFFFFF;
	        font-size: 11px;
	        }
	                    
	.title {
	    font-family: "Arial Black";
	    font-size: 14px;
	    color: #e1922e;
	    line-height: 40px;
	    padding-left: 34px;
	    }
	    
	    #contentArea .title.blog {
	        background: #1e1e1e url('images/framework/icon-blog.png') no-repeat 10px center;
	        }
	        
	    .title.webcam {
	        background: url('images/framework/icon-webcam.png') no-repeat left center;
	        line-height: normal;
	        padding-left: 24px;
	        color: #242424;
	        }
	        
	    .title.web {
	        background: url('images/framework/icon-web.png') no-repeat left center;
	        line-height: normal;
	        padding-left: 24px;
	        color: #242424;
	        }
	        
	    #contentArea .title.events {
	        background: #1e1e1e url('images/framework/icon-events.png') no-repeat 10px center;
	        }
	     
	     #contentArea .title.newsletter {
	        background: #1e1e1e url('images/framework/icon-newsletter.png') no-repeat 10px center;
	        }
	     
	     #contentArea .title.opening {
	        background: #1e1e1e url('images/framework/icon-opening.png') no-repeat 10px center;
	        }
	     
	     #contentArea .title.share {
	        background: #1e1e1e url('images/framework/icon-share.png') no-repeat 10px center;
	        }
	        
	    #contentArea .title.buyonline {
	        background: #1e1e1e url('images/framework/icon-buy.png') no-repeat 10px center;
	        }
	        
	    #contentArea .title.plan {
	        background: #1e1e1e url('images/framework/icon-plan.png') no-repeat 10px center;
	        }
	        
	   #contentArea .title.testimonials {
	        background: #1e1e1e url('images/framework/icon-testimonial.png') no-repeat 10px center;
	        }
	        
	    .title.videos {
	        background: #1e1e1e url('images/framework/icon-videos.png') no-repeat 10px center;
	        }
	        
	    #contentArea .testimonial {
	        width: 220px;
	        float: right;
	        margin: 15px 0px 15px 25px;
	        }
	            
	        #contentArea .testimonial .quote {
	            padding: 10px;
	            border-left: 5px solid #d7d7d7;
	            border-right: 5px solid #d7d7d7;
	            border-bottom: 5px solid #d7d7d7;
	            background-color: #ebebeb;
	            }
    	        
	            #contentArea .testimonial h3 {
	                line-height: 30px;
	                font-size: 14px;
	                font-weight: bold;
	                padding-left: 15px;
	                background-color: #d7d7d7;
	                color: #111111;
	                }
	        
	    /*#contentArea .testimonials-content {
	        background: url('images/framework/testimonial-content.gif') repeat-y;
	        padding: 0px 10px 0px 10px;
	        width: 280px;
	        }*/
	        
	        #contentArea .verdicts {
	            list-style: none;
	            margin: 0px;
	            padding: 0px 10px;
	            }
	            
	            #contentArea .testimonialText {
	                font-size: 16px;
	                }
	            
	            #contentArea .verdicts li {
                    width: 280px;
	                }
	                
	                #contentArea .verdicts li .verdict {
	                    padding-left: 30px;
	                    padding-right: 25px;
	                    margin-top: -15px;
	                    }
	                
	            /*#contentArea .testimonials-content ul li:last-child {
	                border: none;
	                }*/

    #contentArea .carousel {
        float: left;
        width: 270px;
        height: 90px;
        }
        
        #contentArea .carousel .thumb-list {
            width: 270px;
            list-style: none;
            margin:0px;
            padding: 0px;
            height: 90px;
            }
            
            #contentArea .carousel .thumb-list li.thumb {
                width: 132px;
                height: 90px;
                float: left;
                padding: 0px;
                }

                #contentArea .carousel .thumb-list li.thumb a {
                    display: block;
                    width: 132px;
                    height: 90px;
                    }
                
                #contentArea .carousel .thumb-list li.spacer {
                    width: 20px;
                    }
        
    #contentArea .carousel-next {
        float: left;
        }
    
    #contentArea .carousel-prev {
        float: left;
        }
    
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    font-size: 11px;
	}
	
	#footerArea #footerMain {
	    padding: 25px 10px 25px 10px;
	    background: #e8e8e8 url('images/framework/background-footermain.gif') repeat-y;
	    }
	    
	    #footerArea #footerMain .webcamDesc {
	        background-color: #d4d4d4;
	        padding: 10px 10px 10px 20px;
	        height: 88px;
	        width: 210px;
	        }
	
	#footerArea #footerTop {
	    line-height: 30px;
	    background-color: #d4d4d4;
	    padding: 0px 10px 0px 10px;
	    }
	    
	    #footerArea #footerTop a {
	        color: #000000;
	        }
	    
	#footerArea #footerBottom {
	    color: #FFFFFF;
	    line-height: 40px;
	    padding: 0px 10px 0px 10px;
	    }
	    
	    #footerArea #footerBottom a {
	        color: #FFFFFF;
	        }
