/*
 * The parent to all other elements in the site. Here we set base font size, family and colour.
 */
body	{
	background-color: #fff;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 150%;
	}
	

/*
 * Base HTML elements
 */
h1
{
	font-family: arial, sans-serif;
	font-size: 1.8em;
	color: #0066CC;
}

h2
{
	font-family: arial, sans-serif;
	font-size: 1.3em;
}

h3
{
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

p
{
	font-family: arial, sans-serif;
	font-size: 1.2em;
    margin: 8px 0px 8px 0px;
	line-height: 140%;
}

form
{
	margin: 0;
	padding: 0;
}

hr
{
    margin: 4px 0px 4px 0px;
    border-top: solid 1px #6699dd;
    border-bottom: solid 1px #0066cc;
}

/* News DIV on main page */
#newsDiv .headline
{
	padding: 8px;
	text-align: left;
	color: #111;
}

#newsDiv .headlinebox
{
	padding: 8px;
	text-align: left;
	background-color: #efefef;
}

#newsDiv a
{
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}

#newsDiv P
{
	padding: 0px;
	color: #666;
}

#newsDiv .summary
{
	color: #333;
	font-weight: normal;
	font-size: 1.2em;
	text-align: left;
	padding: 0px 0px 2px 0px;
	clear: both;
	width: 90%;
	text-decoration: none;
}

#newsDiv .body
{
	color: #666;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 2px 0px;
	clear: both;
	width: 90%;
	text-decoration: none;
}

#newsDiv H1
{
	color: #0066cc;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 6px 0px;
	width: 90%;
	clear: both;
	line-height: 1.4em;
	margin: 0px;
	font-size: 1.4em;
}

#newsDiv H2
{
	color: #666;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	clear: both;
	width: 90%;
	text-decoration: none;
	line-height: 110%;
}

#newsDiv H3
{
	color: #33AC0D;
	font-weight: bold;
	text-align: left;
	margin-top: 4px;
}

#newsDiv H4
{
	color: #0D2951;
	font-weight: bold;
	text-align: left;
	padding: 12px 0px 12px 0px;
}

.story
{
	color: #0D2951;
	background-color: transparent;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	font-style: normal;
	padding: 8px;
}

/*
 * Section Header
 */

.sectionHeader
{
    width: 136px;
    height: 22px;
    background-image: url(../../gfx/sectionheader.gif);
    background-repeat: no-repeat;
    color: black;
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
    padding: 6px 4px 0px 4px;
    margin: 4px 0px 0px 0px;
    text-align: center;
}

.sectionFooter
{
    width: 144px;
    height: 14px;
    background-image: url(../../gfx/sectionfooter.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}

/*
 * Newsletter signup
 */
.newsletterSignup
{
    background-image: url(../../gfx/sectionback.gif);
    background-repeat: repeat-y;
    color: #222;
    padding: 0px 0px 8px 0px;
    margin: 0;
    text-align: center;
    width: 144px;
}

/*
 * Topics
 */
.topicBox
{
    background-image: url(../../gfx/sectionback.gif);
    background-repeat: repeat-y;
    color: #222;
    padding: 0px 0px 8px 0px;
    margin: 0;
    text-align: left;
    width: 144px;
}

/*
 * Login
 */
.loginBox
{
    background-image: url(../../gfx/sectionback.gif);
    background-repeat: repeat-y;
    color: #222;
    padding: 0px 0px 8px 0px;
    margin: 0;
    text-align: center;
    width: 144px;
}

/*
 * Search box
 */
.searchBox
{
    background-image: url(../../gfx/sectionback.gif);
    background-repeat: repeat-y;
    color: #222;
    padding: 0px 0px 8px 0px;
    margin: 0;
    text-align: center;
    width: 144px;
}

.warningMessage
{
    padding: 16px;
    background-color: #efefef;
    border: solid 1px #999;
    font-size: 1.3em;
    color: Red;
    margin: 8px;
}

/*
 * Generic
 */

.genericLabel
{
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    color: #666;
}

.genericInput
{
    font-size: 1.0em;
    font-style: normal;
    font-weight: normal;
    color: #666;
    border: solid 1px #aaa;
    width: 90%;
}

.genericButton
{
    font-size: 1.0em;
    font-style: normal;
    font-weight: bold;
    color: #444;
    border: solid 1px #aaa;
    background-color: #efefef;
    padding: 4px;
}


#article
{
    background-color: Transparent;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    color: #333;
    font-weight: normal;
}

#article H1
{
    color: #333;
    font-weight: normal;
}

#article H2
{
    font-size: 1.1em;
    color: #555;
    font-weight: normal;
}

#article P
{
    font-size: 1.0em;
    color: #777;
    font-weight: normal;
}

/* From the old site */

#titlebanner	{
	background: #fff;
	color: #333;
	margin: 8px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 750px;  	
	height: 98px;
	border: solid 1px #2b3074;
}

#titlebanner a
{
	display: inline;
	cursor: pointer;
}

#titlebanner .logo
{
	float: left;
	width: 527px;
	height: 98px;
	background-image: url(../../gfx/titleimage.gif);
	background-repeat: no-repeat;
}

#titlebanner .ad
{
	float: left;
	width: 163px;
	height: 98px;
	background-color: white;
}

#titlebanner .addCopy {
	float: right;
	width: 60px;
	height: 83px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	background-color:#fff;
	padding-top: 15px;
}

#imagePanel	{
	background: #efefef;
	margin: 0;
	padding: 0;
	width: 748px;  	
	height: 70px;
	clear:both;
}

/* Main wrapper of the website */

#wrapper	{
	background: #fff url(../../gfx/mainback.gif) repeat-y;
	color: #333;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 750px;
	border-bottom: 0px solid #333;
}

/* Title image area */

#titleImage
{
	width: 650px;
	height: 80px;
}

/* Top menu bar with log in details */

#menu
{
	height:18px;
	width: 750px;
	border-top: 8px solid #FFFFFF;
	border-bottom: 8px solid #FFFFFF;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.0em;
	text-align: left;
	background-color: #9598B7;
	clear: both;
	color: #fff;
}

#menu form
{
	padding: 1px 8px 1px 4px;
	height: 24px;
	margin: 0px 0px 2px 0px;
}

#menu input
{
	border: 1px solid #444;
	background-color: #F4F5F9;
	color: #333;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 8px 2px 4px;
	height: 16px;
}

#menu .button
{
	height: 22px;
	background-image: url(../gfx/button.gif);
	background-repeat: repeat-y;
	color: #000;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: bold;
}

#menu .clients
{
	width: 140px;
	padding: 6px 0px 0px 12px;
	float: left;
	background-color: #B2B3BA;
	height: 26px;
	font-size: 16px;
	font-weight: bold;
}

#menu .content
{
	width: 734px;
	padding: 2px 0px 0px 16px;
	float: left;
}

#menu .date
{
	float: right;
	margin-left: 50px;
	padding: 12px 0px 0px 2px;
}

#menu .fontResize
{
	border: 1px solid #777;
	width: 21px;
	height: 16px;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
}

#menu .sendtofriend
{
	border: 1px solid #777;
	width: 80px;
	height: 16px;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
}

#menu a, a:visited, a:active
{
	background-color: transparent;
	color: #fff;
	display: inline;
	padding: 2px 4px 4px 4px;
}

#menu a:hover
{
	background-color: #333;
	text-decoration: none;
	display: inline;
	color: #fff;
	padding: 2px 4px 4px 4px;
}

/* Header bar */

#header	{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px
	text-align: right;
	}

#header .content {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 30pt;
	color: #fff;
	text-align: left;
	padding: 12px 0px 0px 8px;
}

#header H2 {
	font-style: italic;
	font-weight: normal;
	font-size: 12pt;
	color: #000;
	padding: 4px 0px 4px 0px;
}

#header H3 {
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
	color: #000;
	padding: 1px 0px 4px 0px;
}

/* Navigation Sidebar */

#sidebar	{
	width: 150px;
	padding: 0px;
	margin: 0px;
	color: #666;
	background-color: transparent; 
	height: 100%;
	float: left;
	font-family: arial, sans-serif
	}	

#sidebar .content	{
	padding: 0;
	margin: 0;
	height: 100%;
	}	

#sidebar H1
{	
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	color: #4F5AA9;
	padding: 8px 4px 4px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: solid 1px #efefef;
}

#sidebar H2
{	
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	color: #333;
	background-color: transparent;
	padding: 4px 0px 4px 6px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

#sidebar .navLink
{
	border-bottom: solid 1px #efefef;
	padding: 0px;
	margin: 0px 6px 0px 0px;
}

#sidebar .navLinkHeading
{
	border-bottom: solid 1px #efefef;
	background-color: #9598B7;
	padding: 2px 0px 2px 6px;
}

#sidebar a,a:visited,a:active
{
	text-decoration: none;
	padding: 0px 4px 0px 8px;
	font-weight: normal;
	display: block;
}

#sidebar a:hover
{
	padding: 0px 4px 0px 8px;
	text-decoration: normal;
	font-weight: normal;
	color: #333;
	background-color: transparent;
}

#sidebar .subLink
{
    color: Black;
}

#sidebar UL
{
	list-style-image: url(../gfx/navbullet.gif);
	margin: 0px;
	padding: 0px 0px 0px 16px;
}

#sidebar form
{
	padding: 0px;
	margin: 0px;
}

#sidebar .shortbox
{
	width: 80px;
	height: 16px;
}

#sidebar .largebox
{
	width: 145px;
	height: 16px;
}

#sidebar .logo
{
	font-size: 0.9em;
	background-color: #ffffff;
	border-top: 1px solid #FFFFD8;
	border-bottom: 1px solid #233713;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#sidebar .item /* USED FOR THE GROUP HEADING */
{
	font-size: 1.2em;
	background-color: #A9ADC9;
	padding: 2px 0px 2px 4px;
	text-align: left;
	color: #333;
}

#sidebar .subitem /* USED FOR THE SUB-GROUP HEADING */
{
	font-size: 0.9em;
	background-color: transparent;
	border-bottom: 1px solid #999;
	padding: 0px 0px 0px 2px;
}

#sidebar .welcome
{
	font-size: 1.1em;
	background-color: #BEE0A1;
	border-top: 1px solid #BEE0A1;
	border-bottom: 1px solid #FFFFD8;
	padding: 0px 0px 0px 8px;
}

#sidebar .searchbutton
{
	color: #333;
	background-color: transparent;
	border: 0;
	font-variant: small-caps;
	font-size: 11px;
	height: 20px;
	padding: 2px;
	margin: 2px;
	border: 1px solid #333;
}


/* The main content area of the page */


#maincontent	{
	float: left;
	width: 440px;
	height: 100%;
	}

#maincontent h1	{
	font-weight: normal;
	}

#maincontent h2	{
	font-weight: normal;
	}

#maincontent h3	{
	font-weight: normal;
	}

#maincontent p	{
	font-weight: normal;
	color: #777;
	margin: 0;
	}

#maincontent .content	
{
	font-family: arial, sans-serif;
	padding: 2px 8px 0px 16px;
	margin: 0;
	height: 100%;
	width: 100%;
	}	

#maincontent .tickerTitle	{
	float: left;
	text-align: center;
	background-color: #50557E;
	color: #fff;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	width: 20%;
	padding: 4px 0px;
}

#maincontent .tickerBack	{
	float: right;
	width: 80%;
	background-color: #E5E6ED;
	padding: 4px 0px;
}

#maincontent .tickerText	{
	color: #50557E;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

/* Right hand side column */

#rightbanner
{
	float:left;
	padding:0px 0px 0px 35px;
	width:125px;
}

#rightbanner .ad1
{
	width: 120px;
	height: 600px;
	background-color: #fff;
	color: #000;
	border: 1px solid #333;
}

#rightbanner .eilogo
{
	margin-bottom: 17px;
}

#rightbanner .ad2
{
	margin-bottom: 2px;
	width: 130px;
	height: 85px;
	background-color: #fff;
	color: #000;
}

#rightbanner .ad2Copy
{
	width: 110px;
	background-color: #fff;
	color: #555;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	padding: 0px 0px 0px 20px;
}

#rightbanner .cflogo
{
	margin-bottom: 12px;
	width: 120px;
	height: 90px;
	background-color: #fff;
	color: #000;
}

#rightbanner .adtext
{
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
/* Base of web site */

#footer {
	color: #666;
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #333333;
	font-size: 1.2em;
	clear: both;
	height: 32px;
	padding: 32px 32px 32px 32px;
}

#footer .shortlinks, #footer a
{
	width: 60%;
	color: #333;
	font-family: arial, sans-serif;
	text-align: center;
	display: inline;
	padding-right: 8px;
}

/* The news area of the home page */

#newsDump
{
	color: #0D2951;
	font-weight: normal;
	text-align: left;
	font-family: arial, sans-serif;
}

#newsDump H1
{
	color: blue;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-family: arial, sans-serif;
}

#newsDump H2
{
	color: #0D2951;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-family: arial, sans-serif;
}

#newsDump H3
{
	color: #0D2951;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-family: arial, sans-serif;
}

#newsDump P
{
	color: #0D2951;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	font-family: arial, sans-serif;
}

.headline
{
	color: #0D2951;
	background-color: #efefef;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	font-style: normal;
	font-family: arial, sans-serif;
	padding: 4px;
	margin: 0;
}


/* link stuff */
	
a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #0066CC;
	background: transparent; 
	display: inline;
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #0066CC;
	background: transparent; 
	display: inline;
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #526968;
	background: transparent;  
	display: inline;
	}


#sendtofriend
{
    margin: 8px 0px 32px 0px;
    border-top: solid 1px #dedede;
    text-align: left;
    font-family: arial, Sans-Serif;
}

#sendtofriend a
{
    text-decoration: underline;
}

#sendtofriend a:hover
{
    text-decoration: none;
}

#sendtofriend h1
{
    text-decoration: none;
    font-size: 1.3em;
}

#sendtofriend h2
{
    text-decoration: none;
    font-size: 1.2em;
}

#sendtofriend h3
{
    text-decoration: none;
    font-size: 1.1em;
}

#sendtofriend p
{
    text-decoration: none;
    font-size: 1.0em;
}

/* Telephone contact font */
.tel
{
	color: #7DC243;
	font-size: 150%;
}

/* Product pages */

#ibdiv {
	width: 440px;
	height: 220px;
	float: left;
	padding-top: 200px;
}

.ibthumbwrap {
	float: left;
}

.ibthumbs {
	width: 72px;
	border: 1px solid #C5C9D0;
	padding: 5px 5px 5px;
	margin: 2px;
}

.ibimg
{
	border: 1px solid #343434;
	vertical-align: text-top;
	margin-bottom: 2px;
}

#productPage {
    border-top: solid 1px #e5e6ed;
    border-bottom: solid 1px #e5e6ed;
    padding: 4px;
    margin: 12px 0;
    height: 65px;
}

#productPage .iconHolder {
	background-image: url(../../gfx/page_ibro.gif);
	width: 84px;
	height: 64px;
	float: left;
	border-right:  solid 1px #8ea9bf;
}

#productPage .titleHolder {
    text-align: left;
    font: normal bold 2.0em arial, sans-serif;
    color: #1c2777;
    padding: 18px 0px 0px 90px;
}

#copyHolder {
	width: 430px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	margin: 0px 0px 10px 10px;
	color: #777;
}

#brochureHolder {
	width: 430px;
	height: 230px;
	margin: 10px 5px 10px 5px;
}

#brochureHolder .imageHolder {
	width: 80px;
	height: 220px;
	border: #c5c9d0 solid 1px;
	float: left;
	margin: 0px 2px 0px 2px
}

#brochureHolder .blankImage {
	width: 70px;
	height: 100px;
	float: left;
	margin: 5px 5px 5px 5px;
	border: none;
}

#ibrochureBody {
	width: 420px;
	height: 550px;
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	text-align: justify;
	line-height: 16px;
}

#formdata
{
}

#formdata .formitem
{
    font-family: Arial, Sans-Serif;
    color: #222;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    background-color: #efefef;
}

#txt4Image
{ 
	margin-top: 5px; 
	margin-left: 30px; 
	width: 150px; 
	height: 340px;
	padding-left: 0px; 
	float: right;
	}

#txt4Info
{
    font: normal 1.1em arial, sans-serif;
    text-align: justify;
	padding: 15px 0px 0px 15px;
    color: #777;
	float: none;
}



#productPage img
{
    float: left;
    border-right: solid 1px #8ea9bf;
    padding: 0;
    margin: 0px 8px 0px 0px;
    width: 84px;
    height: 65px;
}

#productInfo
{
    margin: 12px;
	padding: 10px 0px 0px 0px;
}

#productInfo p
{
    font: normal 1.2em arial, sans-serif;
    text-align: justify;
    color: #777;
    margin: 10px 2px 10px;
}

#productInfo ul li
{
    font: normal 12px arial, sans-serif;
    color: #777;
}

#hotLinks .hotLinks
{
    width: 70%;
    border: solid 1px red;
}

.spacer
{
	margin: 7px;
}
