/***************************************************** Import menu stylesheet *********************************************************************************/

@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(inktomi.css );
@import url(ppv.css); /*amend if site with coloured background */
/**************************************************************************************************************************************************************/

/* Search and replace the following colors ON ALL OF THE ABOVE CSS */

/* BLACK - used for BODY, P, TD, LI, FOOTER TEXT, FORMS */
/* PURPLE - used for TITLE, H1-H6, TABLE SUB HEADINGS, HR */

/* #02029D - LINKS:LINK:ACTIVE, FOOTER:LINK, PPV-FOOTER:LINK:ACTIVE */
/* #999 - used for LINKS:VISITED, FOOTER:VISITED, PPV-FOOTER:VISITED */
/* #D11400 - used for LINKS:HOVER, FOOTER:HOVER, PPV-FOOTER:HOVER */

/* GRAY - used for (ppv/search)COLUMNTWO(dividing line bgcolor), TABLE LINES */
/* SILVER - used for (ppv/search)COLUMNONE(bgcolor), (ppv/search)COLUMNTHREE(bgcolor), bgColorContent - NOTE; Please ensure that bgLeft, bgRight and bgBottom images are edited to match the color chosen for this class!! */

/* ORANGE - used for (ppv/search)COL-1-MAINTITLE BGCOLOR, (ppv/search)COL-3-MAINTITLE BGCOLOR, (ppv/search)COL-1-SUBTITLE BGCOLOR, (ppv/search)COL-3-SUBTITLE BGCOLOR, BUTTON(all colors) */
/* #000 - used for (ppv/search)COL-1-MAINTITLE FONT, BGTOP, (ppv/search)COL-3-MAINTITLE FONT, (ppv/search)COL-1-SUBTITLE FONT, (ppv/search)COL-3-SUBTITLE FONT, BUTTON FONT */

body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:.75em;
	line-height: 1.5em;
	color:BLACK;
	margin:0;
	padding:0;
	text-align:center;
	background:url(../../images/background.gif) repeat-x;
}

strong {
	font-weight:bold;
}

img {
	border:none;
}
	
h1, .heading1, .maintitle-help, .maintitle-reference, .maintitle-home, .maintitle-admin, .maintitle-career, .maintitle-interact, .maintitle-news {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

h2,	.heading2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

h3, .heading3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

h6, .heading6 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

hr	{
	color: #000;
	height: 1px;
}/* Height does not work in NS4, as SIZE is used as property in tag (same in IE but appears to work)/

/*list items*/
li {
	color: #000;
}

li.err-msg {
	font-weight: bold;
	color: RED;
}/*used for form errors on Registration pages etc.*/

ul {
	list-style-image: url(/images/stylesheets/list_icon.gif);
}
/*list-style-image: url(/images/stylesheets/list_icon.gif);*/
/*list image can be changed in the images folder or can be removed and list style type can 
be used (square, circle, disc). List image does not work in NS4 but list-style-type does so
leave in when using list-style-image.*/

/*links*/
a:active {
	color: #02029D;
	font-weight: bold;
	text-decoration: underline;
}
a:link {
	color: #02029D;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #D11400;
	font-weight: bold;
	text-decoration: none;
}
/*navigation links which are not footer links*/

/**DO NOT MAKE THIS FONT SIZE SMALLER AS IT APPEARS IN TABLES VERY SMALL**/
a.subnav:active {
	font-size: .95em;
	font-weight: bold;
	color: #02029D;
	text-decoration: underline;
}
a.subnav:link {
	font-size: .95em;
	font-weight: bold;
	color: #02029D;
	text-decoration: underline;
}
a.subnav:visited  {
	font-size: .95em;
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}
a.subnav:hover {
	font-size: .95em;
	font-weight: bold;
	color: #D11400;
	text-decoration: none;
}
/*navigation links which are not footer end*/


/*smalllinks - used in PPV*/
a.smalllink:active  {
	font-size: 10px;
	font-weight: bold;
	color: #02029D;
	text-decoration: underline;
}

a.smalllink:link  {
	font-size: 10px;
	font-weight: bold;
	color: #02029D;
	text-decoration: underline;
}
	
a.smalllink:visited  {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}

a.smalllink:hover  {
	font-size: 10px;
	font-weight: bold;
	color: #D11400;
	text-decoration: none;
}

.smalltext {
	font-size: 10px;
	color: #000;
}

.smalltextbold {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
/* Inktomi Styles End */

/*format tables*/
.tablelines {
	background-color: #9D9D9D;
}/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/

.tablehead {
	font-size: .95em;
	font-weight: bold;
	color: BLACK;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/

.tablebody {
	font-size: .95em;
	color: BLACK;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains main body of the table.*/

.tabletotal {
	font-size: .95em;
	font-weight: bold;
	color: BLACK;
	background-color: #FFFFFF;
}/*alter background color and font color. 
Contains total, or highlighted areas.*/

/* styles to make round cornered boxes, can also be square depending on images used*/
.tableSubHeading {
	font-weight: bold;
	color: #02029D;
}

.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.2em;
	font-weight: bold;
	text-align:left;
	color: #000;
}

.bgColorContent {
	font-size: .95em;
	line-height: 1.2em;
	background-color: #FFF;
}

.cornerTopLeft {
	background-image: url(/images/stylesheets/corner_top_lft.gif);
}

.cornerTopRight {
	background-image: url(/images/stylesheets/corner_top_rgt.gif);
}

.cornerBottomLeft {
	background-image: url(/images/stylesheets/corner_bottom_lft.gif);
}

.cornerBottomRight {
	background-image: url(/images/stylesheets/corner_bottom_rgt.gif);
}

.bgLeft {
	background-image: url(/images/stylesheets/bg_lft.gif);
}

.bgRight {
	background-image: url(/images/stylesheets/bg_rgt.gif);
}

.bgBottom {
	background-image: url(/images/stylesheets/bg_bottom.gif);
}
/* styles to make round cordered boxes end*/

/* styles to make borders/dotted lines start*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}
/* styles to make borders/dotted lines end*/

.redtext {
	color: #F42A41;
}

/*vvvv PLEASE ADD ANY SITE SPECIFIC STYLES BELOW vvvv*/




/**************************************************************************************************************************************************************/
/*XHTML Layout Styles*/
/**************************************************************************************************************************************************************/

/*Overall site container styles*/
#container{
	position:relative;
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#logo_image{
	position:relative;
	top:25px;
	left:0;
}

#logo1 {
	position:absolute;
	top:30px;
	left:70px;
}

#logo2 {
	position:absolute;
	top:71px;
	left:70px;
	z-index: 10;
}

#headercontact {
	position:relative;
	top: -5px;
	text-align: right;
}

	
#promo {
	position:absolute;
	top:100px;
	right:0;
}

#indexCol1 {
	position: absolute;
	top: 475px;
	left:0;
	z-index:10;
}

#contactCol1 {
	position: absolute;
	top: 505px;
	left:0;
	z-index:10;
}

#bttnSelfemployed {
	margin: 50px 0 0 0;
}

#bttnTaxreturns {
	margin: 17px 0 0 0;
}

#bttnAskaquestion {
	margin: 17px 0 0 0;
}

#bttnAskOurservices {
	position: absolute;
	top: 0;
	left: 0;
	padding: 520px 0 0 0;
}

#bttnBookmark {
	margin: 17px 0 0 0;
}

#bttnBookmark0408 {
	margin: 17px 0 0 0;
}

#bttnFeespolicy {
	margin: 17px 0 0 0;
}

#bttnTaxinvestigations {
	margin: 17px 0 0 0;
}

#bttnLogin {
	margin: 17px 0 0 0;
}

#bttnGooglebox {
	margin: 17px 0 0 0;
	padding: 80px 0 0 0 !important;
	padding/**/: 80px 10px 0 10px;
	height:124px;
	background:url(../../images/bttn_googlebox.gif) no-repeat;
}

#bttnHomepage {
	margin: 17px 0 0 0;
}

#icaew {
margin:35px 0 0;
width: 130px;
}

#selectBox {
	position: absolute;
	top:35px;
	right:0;
}

#content {
	margin: 0px 0 70px 150px;
	/*padding:90px 0 0 0;*/
	height:auto !important; /*keeps footer pushed down below content*/
	height:  /**/ 200px;		/*keeps footer pushed down below content*/
	min-height: 200px;		/*keeps footer pushed down below content*/
}


#content2col {
	width: 610px;
	background:url(../../images/box_bg_solid_col23.gif) repeat-y;
}

#content2colText {
	padding:0 10px 0 10px;
}

/*End overall container styles*/

/*Index page styles*/
#register {
	display:none;
}

a.register:active {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a.register:link {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a.register:visited  {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a.register:hover {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#indexCol3 {
	position: absolute;
	top: 130px;
	right: 0;
	width: 183px;
	margin-top: 7px;
	
}

#contactCol3 {
	position: absolute;
	top: 120px;
	right: 0;
	width: 183px;
}

#contactBoxText {
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: .95em;
	line-height: 1.3em;
	background:url(../../images/box_red_bg_col3.gif) repeat-y;
}

a.contactboxlink:active  {
	color: #FFF;
	text-decoration: underline;
}

a.contactboxlink:link  {
	color: #FFF;
	text-decoration: underline;
}
	
a.contactboxlink:visited  {
	color: #FFF;
	text-decoration: underline;
}

a.contactboxlink:hover  {
	color: #FFF;
	text-decoration: none;
}

#welcome {
	width: 408px;
	margin: -70px 0 17px 0;
	background:url(../../images/box_bg_solid_col2.gif) repeat-y;
}

#welcomeTop {
	background: #FFF;
}

#welcomeText {
	padding: 0 10px 0 10px;
}

#welcomeBot {
	background: #FFF;
}



#contacts {
	width: 408px;
	background:url(../../images/box_bg_solid_col2.gif) repeat-y;
	
}

#contactsTop {
	background: #FFF;
}

#contactsText {
	padding: 0 10px 0 10px;
}

#contactsBot {
	background: #FFF;
}

#superman {
	float: right;
	padding: 50px 8px 10px 8px;
}

#indexNews {
	width: 408px;
	background:url(../../images/box_bg_open_col2.gif) repeat-y;
}

#indexNewsTop {
	background: #FFF;
}

#indexNewsBot {
	background: #FFF;
}

#businessNews {
	padding: 0 10px 0 10px;
}

#businessNews th {
	display:none;
}

#firmNews {
	padding: 0 10px 0 10px;
}

#firmNews th {
	display:none;
}

#printNews {
	margin:0 20px 20px 20px;
}

#newsreader {
	float: right;
	padding: 20px 8px 10px 8px;
}

#mailafriend {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#iconMailaFriend {
	vertical-align : bottom;
}

/*End Index page styles*/

/*Footer styles*/

#footer {
	height: 56px;
	color:#000;
	font-size:.9em;
	padding: 0px 0 0 160px;
	background:url(../../images/footer_bg.gif) no-repeat;
	clear:both;
}

#footer a:active {
	color:#02029D;
	font-weight: bold;
	text-decoration:underline;
}

#footer a:link {
	color:#02029D;
	font-weight: bold;
	text-decoration:underline;
}

#footer a:visited {
	color:#999;
	font-weight: bold;
	text-decoration:underline;
}

#footer a:hover {
	color:#D11400;
	font-weight: bold;
	text-decoration:none;
}

#footer-email {
	padding: 0px 0 0 100px;
}

#footer-note {
	text-align: center;
}
/*End Footer styles*/

/*Our Services styles*/
#ourServices {
	padding:0;
	margin:0;
	height:auto !important;
	height /**/:450px;
	min-height: 450px;
	z-index: 30;
}

#ourServicesText {
	padding: 10px;
	width: 370px;
	background:url(../../images/box_services_bg.gif) repeat-y;
}

#ourServicesImage {
	float: right;
	padding: 30px 20px 10px 10px;
}

#ourServicesFeesImage {
	float: right;
	padding: 30px 10px 10px 10px;
}

#ourservices_nav {
	float:right;
	width:169px;
	margin:0;
}

#ourservices_nav ul{
	list-style-type:none;
	margin: 0 0 0 15px;
	padding:0;
}

#formsImage {
	float: right;
	padding: 30px 10px 10px 10px;
}
/*End Our Services styles*/

#contactsform {
	position:relative;
	margin:0 200px 0 0;
}

/*Start News Detail Styles*/
#newsOptions img {
	vertical-align:middle;
}
/*End News Detail Styles*/

/*Start Business News Page Styles*/
#businessNewsPage th {
	display:none;
}

#qbeTable th {
	display: none;
}
/*End Business News Page Styles*/

/*PPC Styles*/

#welcomePPC {
	width: 606px;
	margin: -70px 0 17px 0;
	background:url(../../images/box_bg_solid_col2PPC.gif) repeat-y;
}

#welcomeTopPPC {
	background: #FFF;
}

#welcomeTextPPC {
	padding: 0 10px 0 10px;
}

#welcomeBotPPC {
	background: #FFF;
}
/*End PPC Styles*/