@charset "UTF-8";
/* CSS Document */

/* HTML tag styles */

body{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}

img{
	border-style: none;
	}

a{
	color: #224831;
	font-style: italic;
	text-decoration: underline;
	}

a:link{
	text-decoration: underline;
	}

a:hover{
	text-decoration: underline;
	color: #66CC33;
	}
	
a.redLink{
	color: #990000;
	font-style: italic;
	}

a.redLink:link{
	color: #990000;
	}
	
a.redLink:hover{
	color: #84C225;
	}
	
a.redLink:visited{
	color: #990000;
	}
	
h1{
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	}
	
h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	}
	
h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	}

fs1{
	font-size: 40px;
	}
	
fs2{
	font-size: 30px;
	}
	
fs3{
	font-size: 22px;
	}
	
fs4{
	font-size: 18px;
	}


/* PAGE LAYOUT */
	
#pageWrapper{
	width: 1024px;
	padding: 0px;
	margin: auto;
	}
	
.solid{
	width: 1024px;
	padding: 0px;
	margin: 0px;
	background-color: #FAF8F1;
	}

.homeContainer{
	float: right;
	width: 560px;
	color: #224831;
	}
	
.homeHeading{
	position: relative;
	text-align: center;
	top: -10px;
	}
	
.homeCopy{
	position: relative;
	top: 160px;
	}
	
.homeCols{
	float: left;
	clear: none;
	width: 46%;
	margin: 8px;
	padding: 0px;
	}
	
.homeButton{
	padding-top: 11px;
	margin-left: 35px;
	margin-top: 10px;
	width: 132px;
	height: 46px;
	background-image: url(../../../../../images/graphics/home-button.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	clear: none;
	}
	
.homeLink{
	padding: 0px;
	margin: 0px;
	}
	
a.homeLink {
	color: white;
	}
	
a.homeLink:hover{
	color: #66CC33;
	}
	
.homeContent{
	z-index: 1;
	height: 630px;
	width: auto;
	padding: 10px;
	margin: 0px;
	clear: both;
	position: relative;
	}

.homeContentSolid{
	width: auto;
	padding: 10px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	clear: both;
	background-color: #FAF8F1;
	}
	
.contact{
	margin-top: 60px;
	margin-left: 190px;
	padding: 15px;
	width: 340px;
	background-color: #FAF8F1;
	border: double #CCCCCC;
	color: #224831;
	font-size: 14px;
	}
	
.directions{
	margin-top: 0px;
	margin-left: 90px;
	padding: 15px;
	width: auto;
	color: #224831;
	font-size: 14px;
	}
	


/* GENERAL PAGE BACKGROUNDS */

.bgHome{
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.fingaskcastle.co.uk/images/backgrounds/home_bg.jpg);
	background-repeat: no-repeat;
	}
	
.bgContact{
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.fingaskcastle.co.uk/images/backgrounds/contact_bg.jpg);
	background-repeat: no-repeat;
	}
	
.bgSitemap{
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.fingaskcastle.co.uk/images/backgrounds/contact_bg.jpg);
	background-repeat: no-repeat;
	}
	
/* GALLERY */

.galleryContainer{
	width: 100%;
	border-right: auto;
	border-left: auto;
	position: relative;
	}
	
.galleryHeading{
	position: relative;
	top: 10px;
	padding: 0px;
	text-align: center;
	width: 100%;
	color: #224830;
	}
	
.bgGallery{
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.fingaskcastle.co.uk/images/backgrounds/gallery_bg.jpg);
	background-repeat: no-repeat;
	}

