/*Standard settings*/
img
{
	border: 0px;
}
body,p,td,tr 
{ 
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #5E8686;	
}
h2
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #B0C1C9;	
	font-size: 85%;
	margin-bottom: 5px;
}
h3
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #669999;	
	font-size: 85%;
	margin-bottom: 5px;
}
a, a:visited, a:link, a:link 
{
	color: #669999;
	font-size: 90%;
	text-decoration: none;
}
a:hover
{
	color: #669999;
	font-size: 90%;
	text-decoration: underline;
}
.spacerRow
{
	height: 4px;
}
/*
	Page layout tables, rows and cells
*/
#pagealign 
{
	width: 100%;
	text-align: center;
}
/*
		Holding table for page elements
*/
#maintable
{
	width: 80%;
	border-collapse: collapse;	
	padding:0px;
}

/*
	Logo bar appears on each page
	Contains width changer, font size changer, telephone, logo
*/
#topline
{
	width: 100%;
	text-align: right;
	font-size: 75%;
}
#headerline
{
	width: 100%;
	background-color: White;
}
#headertable
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
#logo
{
	width: 50%;
	border-spacing: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
}
#toptelno
{
	width: 200%;
	border-spacing: 0;
	text-align: right;
	vertical-align: bottom;
	color: #5E8686;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: normal;
	font-style: marquee;
}

td#changewidth a
{
	font-size: 10px;	
	color: silver;
	text-align: right;
}
#settingholder
{
	vertical-align: bottom;
	text-align: right;
	height: 3px;
	width: 100%;
}
#fontsizetable
{
	width: 150px;
	font-size: 75%;
	text-align: right;
}
#fontsize, td#fontsize a
{
	font-size: 10px;
	color: silver;
	text-align: center;
}
#fontsizeholder
{
	text-align: right;
	width: 75%;
}

#maintools
{
	background-color: white;
	text-align: right;
	width:250px;
}


/*
	This is used for the main body that will appear on each page
	Contains the main body holding and the flash image, 
	left and right bars are define in css-navigation and rightside
*/
#pageCell
{
	width: 80%;	
}
#pageLayout
{
	width: 100%;	
	border-collapse: collapse;
	border-top: 1px solid Black;
	padding:0px;
}

#mainbody
{
	border-collapse: collapse;
	width: 100%;
}
#bodylayout
{
	width: 100%;
	border-collapse: collapse;
}
#bodycell
{
	width: 80%;
	border-collapse: collapse;
}	
#bodycelltable
{
	margin: 2px 2px 2px 2px;
}
#flashimage
{
	width: 100%;
}


/*
	Divider lines
*/
.spine_hor
{
	background-image: url(http://www.barnetts.co.uk/images/site/spine_horizontal.gif);
	background-repeat: repeat;
	background-position:left;

}
td.vertline
{
	width: 1px;
	border-right: 1px solid Black;
	height: 100%
}


.green_line
{
	border-top: 1px solid #669999;
	height: 10px;
}
tr.spacer_row
{
	height:	10px;
}



/*
	Used to display items i.e. news with a preview.
	When hover over a box is placed around the table.
*/
.pagePreviewHighlight
{
	border: 2px #669999 solid;
	border-collapse: collapse;
	width: 100%;
	cursor: hand;
}
.pagePreviewNoHighlight
{
	border: 2px #ffffff solid;
	border-collapse: collapse;
	width: 100%;
}
.pagePreviewHeadBullet
{
	width: 10px;
	border-top: 1px #669999 solid;
	background-color: 	#E3EBEA;
	text-align: left;
}
.pagePreviewHead
{
	border-top: 1px #669999 solid;
	background-color: 	#E3EBEA;
	color: #000000;
	font-size: 90%;
	text-align: left;
}

td.readmore, td.readmore a, td.readmore a:visited
{
	text-align: right;
	color: silver;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%;
	vertical-align: middle;
	text-decoration: none;
	font-style: italic;
}
td.readmore a:hover, td.readmore a:active
{
	text-align: right;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%;
	vertical-align: middle;
	text-decoration: none;
	font-style: italic;
}



/*
	Full view styles
*/
.fullViewTitleLink
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #669999;
	border-bottom: 1px #669999 solid;
}
#pageDetailsTable
{
	margin-left: 25px;
	margin-right: 25px;
	border: 0px #669999 solid;
	border-collapse: collapse;
	width: 95%;
}
.pageDetailsLabel
{
	text-align: left;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	vertical-align: top;
	text-decoration: none;
	font-weight: bold;
	width: 150px;
}
.pageDetailsInfo
{
	text-align: justify;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	vertical-align: top;
	text-decoration: none;
	font-weight: normal;
}
.pageDetailsInfo a
{
	font-size: 100%;
}