body
{
	font-family:verdana,tahoma,times new roman,sans-serif;
	font-size:10px;
	background: #fff;
	color:#000;
}

a
{
	color: #00f;
	text-decoration: none;
}

a:hover
{
	color: #00f;
	text-decoration: underline;
}

img
{
	border: 0;
}

table
{
	padding: 0;
	margin: 0;
}

h1
{
	font-family:verdana,tahoma,times new roman,sans-serif;
	color: #ff6633;
	font-size:18pt;
	font-weight:normal;
}

/*td
{
	/* Redefine Size due to body not propegating to tables */
/*	font-family:verdana, tahoma, times new roman, sans-serif;
	font-size:10px;
	padding: 0;
	margin: 0;
}*/

hr
{
	color: #2957A5;
	width:100%;
}

.spacerTable
{
	width:20%;
}

.linkTable
{
	width:10%;
	text-align:center;
}

.head
{
	/*background-image: url(images/pr2head_l.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
	background: #EF4D38;
	color: #fff;
	font-size: 13px;
    font-weight: bold;
    padding: 0;
    width: 100%;
}

.head td
{
	padding-bottom: 8px; 
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    vertical-align: bottom;
}

.head a
{
    font-size: 13px;
    color: #fff;
    text-decoration:none;
}

.head a:hover
{
    color: #000;
    text-decoration:none;
}

.headrush
{
	width:100%;
    background-image: url(images/pr2headrush.jpg);
    padding: 0;
}

.mainWrapper
{
	width:100%;
	margin-left:0;
	margin-right:0;
}

.leftNav
{
	background: #999999;
	padding: 0;
	vertical-align: top;
	width: 20%;
}

.leftNav .text
{
	padding: 10px;
}

.leftNav .flhead
{
	color: #fff;
	font-weight: bold;
}

.leftNav .fladvert
{
	color: #fff;
	font-weight: bold;
	padding-bottom: 5px;
}

.leftNav .flHeader
{
	color: #fff;
	font-size: 10px;
	padding-bottom: 10px;
}

.flHeader .logo
{
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 3px;
}

.leftNav .fltext
{
	color: #fff;
	font-size: 10px;
	padding-bottom: 5px;
}

.leftNav .topStrip
{
	background: #EF4D38;
	height: 10px;
	width: 100%;
}

.rightNav
{
	width:20%;
	vertical-align:top;
	border-left: 1px solid #ff6633;
	padding: 10px;
}

.rightNav .flhead
{
	font-weight: bold;
	color: #ff6633;
	padding-bottom: 8px;
}

.rightNav .fltext
{
	font-size:10px;
	color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height:110%
}

.mainText
{
	vertical-align:top;
	padding: 10px;
}

.mainText .logoTable
{
	width:100%;
}

.mainText .logoText
{
	font-size:22pt;
	color:#2957A5;
	font-weight:bold;
	line-height:125%;
	padding: 15px;
}

.mainText .centreText
{
	padding-bottom:10px;
	font-weight:bold;
	text-align: center;
}

.maintext .subhead
{
	font-weight:bold;
	color:#ff6633;
}

.mainText .mainHead
{
	color:#2957A5;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}

.mainText .mainHead table
{
	width: 100%;
}

.mainText .mainHead td
{
	color:#2957A5;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	vertical-align: top;
	text-align: center;
	width: 50%;
}

.mainText .partners
{
	width:100%;
}

.mainText .partners td
{
	width:50%;
	font-size: 10px;
	padding: 5px;
}

.mainText .DetailsTable
{
	padding: 0;
}

.mainText .DetailsTable td
{
	padding: 2px;
}

.mainText .phoneNum
{
	color: #ff0000;
}

.newsTable
{
	border: 0;
}

.newsTable td
{
	font-size: 10px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.newsTable .thead
{
	color: #2957A5;
	font-size: 10px;
	font-weight: bold;
}

.newsTable img
{
	border: 1px solid #999;
}

.newsTable .imgCell
{
	width: 50px;
}

.hidden
{
	display: none;
}

.show
{
	font-size: 10px;
	display: block;
	margin-left: 70px;
}

/* Forms */
input, 
select, 
textarea,
button
{
	font-family:verdana,tahoma,times new roman,sans-serif;
	font-size:11px;
	background: #fff;
	color:#000;
}	

input,
textarea,
button
{
	border: 1px solid #000;
}

/* News Ticker Settings */

#newsTicker
{
	background: #fff;
	border: 1px solid #999;
	color: #000;
	font-size: 9px;
	height: 175px;
	overflow: hidden;
	padding: 5px;
}

#newsTicker table
{
	border: 0;
}

#newsTicker td
{
	font-size: 9px;
	padding: 5px;
	vertical-align: top;
}

#newsTicker .thead
{
	color: #2957A5;
	font-size: 10px;
	font-weight: bold;
}

#newsTicker img
{
	border: 1px solid #999;
}

/* IDs */

#productsTab
{
	background: #EF4D38;
	color: #fff;
	font-size:11px;
	width:215px;
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
}

#productsTab table
{
	width:100%;
	margin: 0;
	padding: 0;
}

#productsTab td
{
	color: #fff;
	font-size:11px;
	padding: 3px;
	border-bottom: 1px solid #fff;
}

#productsTab a
{
	color:#fff;
	text-decoration: none;
}

#productsTab a:hover
{
	color:#000;
	background: #fff;
	text-decoration: none;
}

#uniqueTab
{
	background: #EF4D38;
	color: #fff;
	font-size:11px;
	width:195px;
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
}

#uniqueTab table
{
	width:100%;
	margin: 0;
	padding: 0;
}

#uniqueTab td
{
	color: #fff;
	font-size:11px;
	padding: 3px;
	border-bottom: 1px solid #fff;
}

#uniqueTab a
{
	color:#fff;
	text-decoration: none;
}

#uniqueTab a:hover
{
	color:#000;
	background: #fff;
	text-decoration: none;
}		