/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* ***** Logo ***** */
#navigation #logo {
	position: absolute;
	bottom: 20px;
	left: 355px;
	width: auto;
	
	z-index: 3;
	margin: 0px;
	padding: 0px;
}

#verticalRule {
	position: absolute;
	height: 60%;
	width: 1px;
	left: 415px;
	bottom: 70px;
	
	background-color: #c7c7c3;
	z-index: 6;

	line-height: 0px;
	overflow: hidden;
}

#horizontalRule {
	position: absolute;
	width: 60%;
	height: 1px;
	left: 325px;
	bottom: 580px;
	
	background-color: #c7c7c3;
	z-index: 4;

	line-height: 0px;
	overflow: hidden;
}

#horizontalRule2 {
	position: absolute;
	width: 40%;
	height: 1px;
	left: 0px;
	bottom: 100px;
	
	background-color: #c7c7c3;
	z-index: 6;

	line-height: 0px;
	overflow: hidden;
}

/* ***** Navigation ***** */
#navigation {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
	z-index: 5;
	
	border: 0px none #000000;
	background-color: #ffffff;
}

	/* First Level - Horizontal */

#navigation ul {
	position: absolute;
	right: 20px;
	bottom: 33px;
	margin: 0px;
	padding: 0px;
	float: none;
}

#navigation ul.jsMenu li {
	display: block;
	float: left;
	position: relative;
	z-index: 10;
	padding: 5px 20px;

	list-style-type: none;
}

#navigation li a {
	width: 100%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	text-decoration: none;
	color: #a7a7a7;
}

#navigation li a:hover {
	color: #eaba15;
}

	/* Second Level - Vertical */

#navigation ul.jsMenu ul {
	position: absolute;
	top: -70px;
	left: 18px;
	display: none;
	float: none;
	
	width: 91px;
	height: 72px;
	padding: 0px;
	margin: 0px;
	z-index: 11;
}
#navigation ul.jsMenu ul.lvl2_4 {
	top: -94px;
	height: 96px;
}

#navigation ul.jsMenu ul li {
	display: block;
	position: relative;
	float: left;
	width: 87px;
	height: 20px;
	padding: 2px;
	margin: 0px;
	z-index: 11;
	
	background-image: none;
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px none #000000;
}

#navigation ul.jsMenu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;

	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	color: #979797;
}
#navigation ul.jsMenu ul li a:hover { color: #000000;  }

#navigation ul.jsMenu ul li a span { background-color: #ffffff; }

	/* Third Level - Vertical */
#navigation ul.jsMenu ul ul {
	position: absolute;
	display: none;
	top: -374px;
	left: 89px;
	width: 66px;
	height: 396px;
	padding: 0px;
	margin: 0px;
	z-index: 12;
	
	border: 0px none #000000;
	background-color: transparent;
}

#navigation ul.jsMenu ul ul.lstFour {
	top: -241px;
	height: 265px;
}
#navigation ul.jsMenu ul ul.lstSeven {
	top: -436px;
	height: 462px;
}

#navigation ul.jsMenu ul ul li {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	padding: 3px;
	margin: 0px;
	z-index: 12;
	
	background-color: transparent;
	border: 0px none #000000;
}

#navigation ul.jsMenu ul ul li img {
	border: 0px none #000000;
}

#navigation ul.jsMenu ul ul li a {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

	/* Second Level - Section 4 */
#navigation ul.jsMenu ul.section4 {
	position: absolute;
	display: none;
	top: -65px;
	left: 18px;
	width: 66px;
	height: 67px;
	padding: 0px;
	margin: 0px;
	z-index: 12;
	
	border: 0px none #000000;
	background-color: transparent;
}

#navigation ul.jsMenu ul.section4 li {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	padding: 3px;
	margin: 0px;
	z-index: 12;
	
	background-color: transparent;
	border: 0px none #000000;
}

#navigation ul.jsMenu ul.section4 li img {
	border: 0px none #000000;
}

#navigation ul.jsMenu ul ul li a {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


/* Contact Details */

#navigation #contactDetails {
	position: absolute;
	left: 30px;
	bottom: 33px;
	width: 295px;
	padding: 0px 15px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a7a7a7;
}

#navigation #contactDetails a {
	color: #a7a7a7;
	text-decoration: none;
}
#navigation #contactDetails a:hover { color: #eaba15; text-decoration: underline; }

#navigation #contactDetails p {
	padding: 0px;
	margin: 0px 15px 0px 0px;
	text-align: right;
}


/* ***** Main Content ***** */
#contentDetails {
	position: absolute;
	left: 30px;
	bottom: 140px;
	
	width: 310px;
	padding: 0px;
	margin: 0px;

	border-style: none;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #979797;
}

#contentDetails p {
	padding: 0px;
	margin: 10px 15px 15px 50px;
	text-align: right;
	line-height: 18px;
}

#contentDetails p a {
	color: #2255CC;
	text-decoration: underline;
}

#contentDetails p a:hover { text-decoration: none; }

#contentImages {
	position: absolute;
	left: 370px;
	bottom: 140px;

	width: 650px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
}

#contentImages img {
	display: none;
	margin: 0px;
}

#contentImages #img1,
#contentImages #stf_Michael_Image {
	display: block;
}

#contentImages div {
	height: 15px;
	margin: 0px;
	padding: 0px;
}

#contentImages div p {
	display: block;
	float: left;
	width: 50px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #979797;
}

#contentImages div a {
	display: block;
	float: left;
	margin: 3px;
	padding: 0px;
}

#contentImages div a img {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;

	border: 0px none #000000;
}

img.imgBorder {
	border: 1px solid #c7c7c3;
}

/* ***** Staff Profile Styles ***** */
#contentDetails p.stfMember { margin: 8px 0px; }

#contentDetails p #stf_Alfons,
#contentDetails p #stf_Michael,
#contentDetails p #stf_Renata,
#contentDetails p #stf_Greg,
#contentDetails p #stf_Judi,
#contentDetails p #stf_Alex,
#contentDetails p #stf_Victor {
	color: #a89900;
	text-decoration: none;
}

#stf_Alfons_Detail,
#stf_Michael_Detail,
#stf_Renata_Detail,
#stf_Greg_Detail,
#stf_Judi_Detail,
#stf_Alex_Detail,
#stf_Victor_Detail {
	display: none;
}

/* ***** Text Styles ***** */
h1 {
	font-family: Impact, Arial Narrow, Helvetica Narrow, sans-serif;
	font-size: 40px;
	color: #c7c7c7;
	
	text-align: right;
	padding: 0px 15px 5px 15px;
	margin: 0px 0px 10px 0px;
}
h1.colour { color: #d2232a; text-align: left; }
h1.colour span { color: #e28067; }

span.bigFish {
	color: #d2232a;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	
}
h3 a { color: #d2232a; text-decoration: none; }
h3 a:hover { text-decoration: underline; }
h3 a span { color: #e28067; }
h3#news {
	position: absolute;
	bottom: 530px;
	right: 50%;
	width: 900px;
	margin-right: -450px;
}

/* ***** Intro Styles ***** */
#home {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	background-color: #ffffff;
}

#home #bigFish {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
}

#imgHome {
	position: absolute;
	bottom: 150px;
	right: 50%;
	margin-right: -450px;
}

/* ***** Text Only ***** */
div.textOnly {
	position: absolute;
	bottom: 150px;
	right: 50%;
	width: 700px;
	height: 310px;
	margin-right: -350px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #979797;
}

/* ***** Section 4 Gallery ***** */

#s4_Gallery {
	position: absolute;
	bottom: 150px;
	right: 50%;
	width: 700px;
	height: 310px;
	margin-right: -350px;
}

#s4_Gallery h1 {
	text-align: left;
}

#s4_Gallery a img {
	border: 2px solid #ffffff;
	padding: 0px;
	margin: 0px;
}
#s4_Gallery a img:hover { border: 2px solid #ebcf75; }