@charset "UTF-8";
/*Sitewide tag styles and bug fixes*/
h1, h2, h3, h4, h5, h6, p, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration: none;
}
a img {
	border:none;
}
/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
#header p {
	margin-bottom: 0;
}



/* link styles*/
#header a:link {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
#header a:visited {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
#header a:hover {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#mainContent a:link {
	color: #005E39;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #005E39;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #ba915a;
	text-decoration: underline;
}

#footer a:link {
	color: #FFFFFF;
	font-size: 9pt;
}
#footer a:visited {
	color: #FFFFFF;
	font-size: 9pt;
}
#footer a:hover {
	color: #005E39;
	font-size: 9pt;
}

#copyright a:link {
	color: #666666;
	font-size: 7pt;
}
#copyright a:visited {
	color: #666666;
	font-size: 7pt;
}
#copyright a:hover {
	color: #000000;
	font-size: 7pt;
}


/*div specific tag styles*/
#header h1 {
	font-size: 10pt;
	color: #005E39;
	margin-bottom: 10px;
	font-weight: normal;
}
#mainContent p {
	font-size: 9pt;
	color: #666666;
	margin-bottom: 10px;
	line-height: 16px;
}
#mainContent h2 {
	font-size: 13pt;
	color: #005E39;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 18pt;
}
#about #mainContent {
	padding-right: 60px;
}


/*Heading for main Content with reduced bottom margin*/
#mainContent h3 {
	font-size: 13pt;
	color: #005E39;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 18pt;
}

/*styles for bespoke packages box*/
#bespoke {
	width: 180px;
	padding: 7px;
	background-color: #ba915a;
	margin-bottom: 10px;
	margin-right: 8px;
}
#bespoke p {
	font-size: 8pt;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: normal;
}
#bespoke h2 {
	font-size: 12pt;
	color: #FFFFFF;
	line-height: normal;
	margin-bottom: 0px;
}
table {
	border: none;
	margin-bottom: 10px;
}
tr {
	background-color: #ba915a;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: normal;
	vertical-align: top;
}	


/*Individual class styles for text*/
.logo {
	font-size: 24pt;
	font-weight: normal;
	color: #005E39;
	margin-top: 11px;
	margin-bottom: 1px;
}
.address {
	color: #FFFFFF;
	font-size: 7pt;
	padding-left: 230px;
}
.enquiries {
	color: #FFFFFF;
	font-size: 9pt;
	padding-left: 230px;
	margin-top: 3px;
}
.copyright {
	color: #666666;
	font-size: 7pt;
	margin-top: 15px;
	margin-bottom: 0px;
}
.navigationseps {
	color: #005E39;
	font-size: 8pt;
}



/*You are here marker - main navigation*/
#home a#homeLink {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#shooting a#shootingLink {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#about a#aboutLink {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contact a#contactLink {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
