/**** HEADER ****/
#header01 {
	position:absolute;
	width:900px;
	height:69px;
	left:0px;
	top:0px;
	background-color:red;
	background-repeat:no-repeat;
	background-image:url('../images/logos/header.gif');
	text-align:right;
}
#header02 {
	position:absolute;
	width:880px;
	height:19px;
	left:0px;
	top:69px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	color:rgb(255,255,255);
	font:12px verdana;
	text-align:left;
	font-weight:normal;
	background-image:url('../images/logos/header2.gif');
}
#headerLog {
	position:absolute;
	width:60px;
	height:19px;
	right:10px;
	top:69px;
	padding-top:4px;
	background-color:none;
	color:rgb(255,255,255);
	font:12px verdana;
	text-align:right;
	font-weight:normal;
}
#header03 {
	position:absolute;
	width:880px;
	height:19px;
	left:0px;
	top:92px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	color:rgb(124,139,169);
	font:11px verdana;
	text-align:right;
	font-weight:normal;
	background-image:url('../images/logos/header3.gif');
}

/**** FOOTER ****/

#footer01 {
	position:absolute;
	width:880px;
	height:65px;
	left:0px;
	top:609px;
	padding-left:10px;
	padding-right:10px;
	background-image:url('../images/logos/footer.gif');
}

/**** STEPS ****/

#stepcon0 {
	position:absolute;
	width:83px;
	height:60px;
	top:-10px;
	left:10px;
	background-color:none;
	font-family:"century gothic",arial,sans-serif;
	font-size:48px;
	font-weight:normal;
}
#stepcon00 {
	position:absolute;
	width:73px;
	height:36px;
	top:0px;
	left:0px;
	padding-top:24px;
	padding-left:10px;
	background-color:none;
	font-family:"century gothic",arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}

#stepcon1, #stepcon2, #stepcon3, #stepcon4, #stepcon5, #stepcon6 {
	position:absolute;
	width:122px;
	height:49px;
	top:8px;
	background-color:none;
	color:rgb(0,0,0);
}
#stepcon1 {left:113px;}
#stepcon2 {left:246px;}
#stepcon3 {left:379px;}
#stepcon4 {left:512px;}
#stepcon5 {left:645px;}
#stepcon6 {left:778px;}

.steptext {
	position:absolute;
	width:88px;
	height:43px;
	left:17px;
	top:0px;
	padding-left:17px;
	padding-top:6px;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
}

.stepbox {
	position:absolute;
	width:24px;
	height:28px;
	top:5px;
	left:0px;
	border:solid 1px;
	background-color:none;
	padding-right:2px;
	font-family:"century gothic",arial,sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:right;
}

.txt {color:rgb(156,188,222);font-family:helvetica,arial,sans-serif;font-size:11px;font-weight:normal;}
.txt a:link {color:rgb(51,51,102);text-decoration: none;}
.txt a:visited {color:rgb(51,51,102);}
.txt a:active {color:rgb(51,51,102);}
.txt a:hover {color:rgb(255,153,51);font-size:13px;}

.dig {color:rgb(222,0,0);font-family:"century gothic",arial,sans-serif;font-size:24px;font-weight:normal;}
.dig a:link {color:rgb(222,0,0);}
.dig a:visited {color:rgb(222,0,0);}
.dig a:active {color:rgb(222,0,0);}
.dig a:hover {color:rgb(255,153,51);font-size:26px;}

a.h1:link {color: rgb(255,255,255);}
a.h1:visited {color: rgb(255,255,255);}
a.h1:active {color: rgb(255,255,155);}
a.h1:hover {color:rgb(255,153,51);}
a.h2:link {color: rgb(51,102,102);}
a.h2:visited {color: rgb(51,102,102);}
a.h2:active {color: rgb(51,102,102);}
a.h2:hover {color:rgb(255,153,51);}

/**** COLOURS ****/

#header02 {background-color:rgb(153,0,0);}			/* upper link bar background */
#header03 {background-color:rgb(51,51,51);}			/* lower link bar background */
#footer01 {background-color:rgb(57,58,108);}		/*footer bar background */
#footer01 {border-top-color:rgb(255,255,255);}	/*footer bar border (top) colour */
#stepcon0 {color:rgb(222,0,0);}							/* '6' colour */
#stepcon00 {color:rgb(51,51,102);}						/* 'easy steps' colour */
.steptext {																			/* footer step names colours */
	background-color:rgb(225,233,242);
	color:rgb(51,51,102);
}
.stepbox {																			/* footer step numbers colours */
	border-color:rgb(140,150,178);
	color:rgb(51,51,102);
}
