/* General Elements START*/

* 
{
	margin: 0px;
	padding: 0px;
}

img 
{
	border: 0px;	
}

body
{
	font-family:	arial, helvetica, sans-serif;
	font-size:	13px;
	padding:	0px;
	margin:		0px;	
}

p
{
	font-size: 13px;
}
a:hover
{
	color: #000099
}

/*-------------------------------------------------------------------------------*/
/*--------------------------------- 2COL Layout ---------------------------------*/
/*-------------------------------------------------------------------------------*/

/*---------------------------------- Header --------------------------------*/

body.layout2col div.header
{
	width: 760px;
}

/*---------------------------------- Structure --------------------------------*/

body.layout2col div.mainbody
{
	float: left;
	width: 570px;
	margin-left: 3px;
}



/*--------------------------------- Left Nav ---------------------------------*/

body.layout2col div.leftnav
{
	width: 185px;
	float: left;
	clear: left;
}

/*-------------------------------------------------------------------------------*/
/*--------------------------------- 3COL Layout ---------------------------------*/
/*-------------------------------------------------------------------------------*/

body.layout3col div.container
{
	width: 760px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -380px;;	
}

body.layout3col table.maintable
{
	width: 760px;	
}

/*--------------------------------- 3COL Header ---------------------------------*/

body.layout3col table.maintable td.header
{
	width: 760px;
	height: 100px;
}

/*--------------------------------- 3COL Leftnav ---------------------------------*/

body.layout3col table.maintable td.leftnav
{
	width: 160px;	
	padding-left: 10px;
}

/*--------------------------------- 3COL Body ---------------------------------*/

body.layout3col table.maintable td.mainbody
{
	width: 430px;
	padding: 8px;
}

/*--------------------------------- 3COL Right Nav ---------------------------------*/

body.layout3col table.maintable td.rightnav
{
	width: 170px;
	padding-right: 10px;
	
}
body.layout3col div.stripsearch
{
	background-image: url('http://images.cwtonline.co.uk/managed/00010000searchbg.gif');
	background-repeat: no-repeat;
	width: 164px;
	height: 325px;
}
body.layout3col div.stripsearch table 
{
	margin-top: 55px;
}
body.layout3col div.stripsearch table th
{
	padding-bottom: 18px;
	font-size: 12px;
	font-weight: normal;
}
body.layout3col div.stripsearch table td
{
	padding-bottom: 18px;
}
body.layout3col div.stripsearch table td select
{
	font-size: 12px;
}

body.layout3col div.topnav a
{
	color: white;
	padding-right: 10px;
	padding-left: 8px;
	border-right: 1px dotted white;
	text-decoration: none;
}
	
	
/*--------------------------------- 3COL Footer ---------------------------------*/

body.layout3col table.maintable td.footer
{
	width: 760px;
	height: 100px;
	background-color: #fff;
	text-align: center;
}

body.layout3col table.maintable div.freetext ul
{
	margin-left: 2em;
	padding-left: 0px;
	padding-top: 10px;
}
body.layout3col table.infomain td
{
	padding-left: 5px;
}
