
	
/* -------- TEXT -----------*/
a:link {text-decoration:none; color:#333;}
a:visited {text-decoration:none; color: #666666;  }
a:hover {text-shadow: 0px 1px #999; color:#cc0000;}
a:active {text-decoration:none; color:#cc0000; }
span {text-decoration:none; color:#cc0000; }

h1
	{
	font-family: 'helvetica', arial, san-serif; 
	font-size: 18px;
	text-indent: 0px;
	font-weight:700;
	color:#cc0000;
	margin-top:12px;
	margin-bottom:0px;
	line-height:28px;
	text-shadow: 1px 1px #ccc;
	}
	
#h1-large{text-align:center;
	font-size:24px;
	}
	
#h1-flarge{text-align:center;
	font-size:24px;
	color:#003300;
	}

h2
	{
	font-family: 'helvetica', arial, san-serif; 
	font-size: 12px;
	font-weight:100;
	color:#252525;
	margin-top:0px;
	margin-bottom:2px;
	line-height:28px;
	}
	
h3
	{
	font-family: 'helvetica', arial, san-serif; 
	font-size: 16px;
	text-indent: 0px;
	font-weight:700;
	color:#cc0000;
	margin-top:12px;
	margin-bottom:0px;
	line-height:28px;
	text-shadow: 1px 1px #ccc;
	}
	
.fh3
	{
	font-family: 'helvetica', arial, san-serif; 
	font-size: 16px;
	text-indent: 0px;
	font-weight:700;
	color:#003300;
	margin-top:12px;
	margin-bottom:0px;
	line-height:28px;
	text-shadow: 1px 1px #ccc;
	}
	
h4
	{
	font-family: 'helvetica', arial, san-serif;
	color:#252525;
	}
	
h5
	{
	font-family: 'helvetica', arial, san-serif;
	color:#252525;
	}
		
p
	{
	font-family: 'helvetica', arial, san-serif; 
	font-size: 12px;
	font-weight:100;
	color:#252525;
	margin-top:0px;
	margin-bottom:2px;
	line-height:28px;
	}
	
blockquote{
	font-family: 'helvetica', arial, san-serif; 
	color:#252525;
	text-align:left;
	}
	
	
strong
	{
	font-family: helvetica, arial, sans-serif;
	font-size: 26px;
	font-weight:700;
	color:#cc0000;
	margin-top:0px;
	margin-bottom:2px;
	line-height:22px;
	}
	
.fstrong
	{
	font-family: helvetica, arial, sans-serif;
	font-size: 26px;
	font-weight:700;
	color:#003300;
	margin-top:0px;
	margin-bottom:2px;
	line-height:22px;
	}
	
p strong
	{
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight:700;
	color:#999;
	margin-top:0px;
	margin-bottom:2px;
	line-height:22px;
	}
	
b {
	font-weight:bold;
	}
	
ol {
	font-family: 'helvetica', arial, san-serif; 
	font-size: 12px;
	font-weight:100;
	color:#252525;
	margin-top:0px;
	margin-bottom:2px;
	line-height:28px;
	}
	
.list {
	font-family: 'helvetica', arial, san-serif; 
	font-size: 12px;
	font-weight:100;
	color:#252525;
	margin-top:0px;
	margin-bottom:2px;
	line-height:28px;
	}

blockquote {font-style:italic;}


/* -------- IMG FLOAT -----------*/

img.floatLeft { 
    float: left; 
    margin: 0px; 
}
img.floatRight { 
    float: right; 
    margin: 0px; 
}



/* -------- ESSENTIAL STYLE ELEMENTS _ MEDDLE WITH AT YOUR PERIL! -----------*/

html, body {height: 100%;}



#main {overflow:auto;
	padding-bottom: 75px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -75px; /* negative value of footer height */
	height: 5px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

body
	{
	background-image:url(../includes/images/mt-bg.png);
	background-repeat:repeat-x;
	}
	
#forestbody
	{ background-image:url(images/forestmt-gb.png);
	background-repeat:repeat-x;
	}
		
#wrapper 
	{
	background-image:url(../includes/images/mt-base.png);
	background-repeat:repeat-y;
	min-height: 100%;
	margin-top:-10px;
	margin-left:auto;
	margin-right:auto;
	width:1320px; 
	}

#logo 
	{
	float:left;
	padding-top:20px;
	padding-left:60px;
	padding-right:30px;
	width:345px;
	height:90px;
	}

/* -------- DIVS AND SHIZZLE - does what it says on the tin -----------*/

#nav-holder
	{
	float:left;
	background-image:url(../includes/images/top-link-bg.png);
	background-repeat:no-repeat;
	margin-top:50px;
	padding-top:12px;
	width:710px;
	height:58px;
	}


.nav-link
	{
	float:left;
	width:118px;
	height:56px;
	font-family: 'helvetica', arial, san-serif; 
	font-size: 12px;
	font-weight:700;
	text-align:center;
	color:#252525;
	text-shadow: 0px 1px #fde6e6;
	margin-bottom:2px;
	line-height:18px;
	}

#nav-holder-secondary
	{
	float:left;
	background-image:url(../includes/images/secondary-link-bg.png);
	background-repeat:no-repeat;
	margin-top:12px;
	margin-left:60px;
	width:760px;
	height:120px;
	}
	
	
.nav-link-secondary
	{
	float:left;
	width:116px;
	height:55px;
	font-family: 'helvetica', arial, san-serif; 
	font-size: 12px;
	font-weight:700;
	text-align:center;
	color:#252525;
	text-shadow: 0px 1px #fde6e6;
	margin-bottom:2px;
	margin-top:2px;
	line-height:18px;
	padding:5px;
	}
	


#nav-holder-tertiary
	{
	float:left;
	margin-top:12px;
	margin-left:60px;
	margin-bottom:-40px;
	width:760px;
	height:120px;
	}
	
#nav-holder-tertiary-3rows
	{
	float:left;
	margin-top:12px;
	margin-left:60px;
	margin-bottom:-40px;
	width:760px;
	height:180px;
	}

#nav-holder-tertiary-4rows
	{
	float:left;
	margin-top:12px;
	margin-left:60px;
	margin-bottom:-40px;
	width:760px;
	height:280px;
	}
	
#nav-holder-tertiary-large
	{
	float:left;
	margin-top:12px;
	margin-left:60px;
	margin-bottom:-40px;
	width:760px;
	height:220px;
	}

	
	
#nav-holder-tertiary-small
	{
	float:left;
	margin-top:12px;
	margin-left:60px;
	margin-bottom:-40px;
	width:760px;
	height:60px;
	padding-bottom:20px;
	}
	
		
.nav-link-tertiary
	{
	float:left;
	width:110px;
	height:35px;
	font-family: 'helvetica', arial, san-serif; 
	font-size: 12px;
	font-weight:700;
	text-align:center;
	color:#252525;
	text-shadow: 0px 1px #fde6e6;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:6px;
	border-bottom:2px solid #ccc;
	border-top:2px solid #ccc;
	line-height:18px;
	padding:5px;
	}

#header-box-wide
	{
	float:left;
	width:760px;
	height:20px;
	border-top:6px solid #cc0000;
	padding-top:12px;
	margin-left:60px;
	}

#accreditations
	{
	float:left;
	width:380px;
	height:180px;
	border-top:6px solid #cc0000;
	margin-top:12px;
	margin-left:30px;
	padding-top:12px;
	}

#faccreditations
	{
	float:left;
	width:380px;
	height:180px;
	border-top:6px solid #003300;
	margin-top:12px;
	margin-left:30px;
	padding-top:12px;
	}

#contact
	{
	float:left;
	width:1176px;
	height:120px;
	border-top:6px solid #cc0000;
	border-bottom:6px solid #cc0000;
	padding-top:12px;
	margin-left:60px;
	}
	
#fcontact
	{
	float:left;
	width:1176px;
	height:120px;
	border-top:6px solid #003300;
	border-bottom:6px solid #003300;
	padding-top:12px;
	margin-left:60px;
	}
	
#web-design
	{
	float:left;
	width:1176px;
	height:20px;
	padding-top:12px;
	margin-left:60px;
	font-family: 'helvetica', arial, san-serif; 
	font-size: 12px;
	font-weight:100;
	color:#999999;
	text-align:center;
	
	}


	
#main-content
	{
	float:left;
	width:820px;
	}
	
.location-picture
	{
	float:left;
	width:760px;
	padding-left:60px;
	padding-top:20px;
	}
	
.area-text
	{
	float:left;
	width:760px;
	padding-left:60px;
	padding-top:24px;
	}

.area-text-wide
	{
	float:left;
	width:1180px;
	padding-left:60px;
	padding-top:24px;
	}
	
#right-content
	{
	float:right;
	width:360px;
	}

#location-slider
	{
	float:left;
	margin-top:20px;
	margin-left:60px;
	margin-right:60px
	width:760px;
	height:390px;
	}

#main-text-left
	{
	float:left;
	width:360px;
	height:340px;
	margin-top:20px;
	padding-left:60px;
	}
	
#main-text-right
	{
	float:right;
	width:360px;
	height:340px;
	margin-top:20px;
	padding-left:10px;
	}

/* -------- FUNKY ROLL OVER STYLES-----------*/
	
.ami
	{
	float:left;
	width:118px;
	height:56px;
	}
	
a#ami-tab {
	float: left;
    width: 200px;
    height: 120px;
    padding-right:0px;
    background-image: url(../includes/images/mt-ami-tab-nav.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#ami-tab:hover
	{
	background-position: 0 -120px;
    border-style: none;
	}

a .alt { display: none; }
	
a#choose-destination {
	float: left;
    width: 180px;
    height: 180px;
    margin-left:30px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
    background-image: url(../includes/images/choose-your-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#choose-destination:hover {
	background-position: 0 -180px;
    border-style: none;
}

a .alt { display: none; }

a#fchoose-destination {
	float: left;
    width: 180px;
    height: 180px;
    margin-left:30px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
    background-image: url(../includes/images/fchoose-your-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#fchoose-destination:hover {
	background-position: 0 -180px;
    border-style: none;
}

a .alt { display: none; }

a#snowdonia{
	float: left;
    width: 180px;
    height: 180px;
    margin-left:10px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/snowdonia-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#snowdonia:hover {
	background-position: 0 -180px;
    border-style: none;
}

a#snowdonia_current{
	float: left;
    width: 180px;
    height: 180px;
    margin-left:10px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/snowdonia-destination.jpg);
    background-repeat:no-repeat;
	background-position: 0 -180px;
    border-style: none;
}

a .alt { display: none; }


a#sandstone {
	float: left;
    width: 180px;
    height: 180px;
    margin-left:30px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/sandstone-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#sandstone:hover {
	background-position: 0 -180px;
    border-style: none;
}

a#fsandstone {
	float: left;
    width: 180px;
    height: 180px;
    margin-left:30px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/fsandstone-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#fsandstone:hover {
	background-position: 0 -180px;
    border-style: none;
}

a#sandstone_current  {
	float: left;
    width: 180px;
    height: 180px;
    margin-left:30px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/sandstone-destination.jpg);
    background-repeat:no-repeat;
	background-position: 0 -180px;
    border-style: none;
}

a .alt { display: none; }

a#peaks {
	float: left;
    width: 180px;
    height: 180px;
    margin-left:10px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/peak-district-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#peaks:hover {
	background-position: 0 -180px;
    border-style: none;
}

a#peaks_current {
	float: left;
    width: 180px;
    height: 180px;
    margin-left:10px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/peak-district-destination.jpg);
    background-repeat:no-repeat;
	background-position: 0 -180px;
    border-style: none;}
	
a#fpeaks {
	float: left;
    width: 180px;
    height: 180px;
    margin-left:10px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/fpeak-district-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#fpeaks:hover {
	background-position: 0 -180px;
    border-style: none;
}

a .alt { display: none; }

a#hill-walking{
	float: left;
    width: 180px;
    height: 180px;
    margin-left:30px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/hill-walking-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#hill-walking:hover {
	background-position: 0 -180px;
    border-style: none;
}

a#hill-walking_current{
	float: left;
    width: 180px;
    height: 180px;
    margin-left:30px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/hill-walking-destination.jpg);
    background-repeat:no-repeat;
	background-position: 0 -180px;
    border-style: none;
}

a .alt { display: none; }

a#scrambling{
	float: left;
    width: 180px;
    height: 180px;
    margin-left:10px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/scrambling-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#scrambling:hover {
	background-position: 0 -180px;
    border-style: none;
}

a#scrambling_current{
	float: left;
    width: 180px;
    height: 180px;
    margin-left:10px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:20px;
	background-image: url(../includes/images/scrambling-destination.jpg);
    background-repeat:no-repeat;
	background-position: 0 -180px;
    border-style: none;
}

a .alt { display: none; }



a#book-destination{
	float: left;
    width: 380px;
    height: 98px;
    margin-bottom:10px;
    margin-left:30px;
    margin-top:20px;
	background-image: url(../includes/images/book-destination.jpg);
    background-repeat:no-repeat;
    background-position: 0 0;
    }
	
a#book-destination:hover {
	background-position: 0 -98px;
    border-style: none;
}

a .alt { display: none; }


/* -------- TABLE STYLES-----------*/

#table-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #990000;
	background: #fff;
	width:1176px;
	border-collapse: collapse;
	text-align: left;
	margin-bottom:24px;
}
#table-style th
{
	font-size: 14px;
	font-weight: normal;
	color: #999;
	padding: 10px 8px;
	border-bottom: 2px solid #990000;
}
#table-style td
{
	border-bottom: 1px solid #ccc;
	color: #990000;
	padding: 6px 8px;
}
#table-style tbody tr:hover td
{
	color: #990000;
}
