/* COLOUR PALLETTE
=============================================================================

#ff0000		TFS Red
#d4d4d4    	footer grey 
#666		footer text grey
#333		subnav text grey
#ececec     paragraph borders
============================================================================= */


body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	color: #ff0000;
	margin: 15px 0px 5px;
}




#container {
	margin: 10px auto 0px;
	width: 980px;
	text-align: left;
}

img {border:none;}

ul#subnav {
	top: 11px;
	right: 0px;
	bottom: 0px;
	text-align: right;
	margin: 0px 0px 5px;
}
ul#subnav li {
	display:inline;
}
ul#subnav li a {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	background: url(../images/bullet-circle.gif) no-repeat left center;
	padding: 0px 0px 0px 14px;
	margin: 0px 10px 0px 0px;
}
ul#subnav li a:hover {
	color: #FF0000;
	text-decoration: underline;
}


#logo {
	position: absolute;
	z-index: 4;
	height: 38px;
	width: 180px;
	margin: 20px 0 0 25px;


}
.logo a img {	
height: 38px;
width: 180px;
}



ul#nav {
	position: absolute;
	z-index: 4;
	text-align: right;
	margin: 40px 0px 0px 430px;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #333333;
	height: 36px;
}
ul#nav li {
display: inline;
list-style-type: none;
}

ul#nav li a {
color: #333333;
text-decoration:none;
}
ul#nav a:hover {
}




.content {
	margin: 90px 0px 0px 25px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 300px;
	text-align: left;
}
.content p {
	color: #000;
	font-size: 11px;
	line-height: 20px;
}
.content p a {
	color: #ff0000;
}
.content p a:hover {
	color: #ff0000;
	text-decoration:none;
}
#rotateWrapper {
	height: auto;
}

/*.screen01 {
	display: block;
	background: url(../images/screen01.jpg) no-repeat left top;
	height: 835px;
	width: 1100px;
}*/
.screen01 {
	position: absolute;
	display: block;
	z-index: 3;
	opacity: 1;
	background: url(../images/screen01.jpg) no-repeat left top;
	height: 640px;
	width: 980px;
}

.screen02 {
	position: absolute;
	display: block;
	z-index: 1;
	opacity: 0;
	background: url(../images/screen02.jpg) no-repeat left top;
	height: 640px;
	width: 980px;
}

.screen03 {
	position: absolute;
	display: block;
	z-index: 1;
	opacity: 0;
	background: url(../images/screen03.jpg) no-repeat left top;
	height: 640px;
	width: 980px;
}
.fig-title1 {
	font-size: 11px;
	color: #8a8a8a;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.fig-title2 {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0px 0px 50px;
}

.text-box {
	width: 236px;
	margin: 0px 0px 0px 30px;
}



.content p a.fisher-link  {
	color:#0052a4;
	text-decoration:underline;
	background: #f1f1f1;
	display: inline-block;
	padding: 0 1px;
}
.content p a.fisher-link:hover { text-decoration:none; color:#0052a4;}
h2.fisher-h2 { color:#0052a4;}




/* FOOT 
============================================================================== */
#foot {
	padding: 0px 0px 10px;
	margin-top:645px;
	float: left;
	width: 980px;
	height: 25px;
}
#foot p.copy {
	color:#666;
	font-size: 11px;
	float: left;
	margin: 2px 0px 0px;
}
#foot p.copy a {
	color:#666;
	text-decoration: none;
	font-size: 11px;
}
#foot p.copy a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#foot p.brand-logos a img {
	float: right;
	margin: 0px;
	padding: 0px;
}
