
html, body
{
	height: 100%;

	margin: 0;
	padding: 0;
	
	background-color: #e2eef3;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	
	color: #4c4d4f
}

td
{
	font-size: 13px;
}

a:link,
a:visited,
a:active
{
	text-decoration: underline;
    color: #384b7c;
}

a:hover
{
	text-decoration: none;
    color: #4c4d4f;
}

.orangeLinks
{
	padding-left: 10px;	
}

.orangeLinks a:link,
.orangeLinks a:visited,
.orangeLinks a:active,
.orangeLinks a:hover
{
    color: #f97e03;
}

form
{
	position: relative;
	
	width: 776px;

	min-height: 100%;
	
	margin: 0 auto 0 auto;
	
	background-image: url(../Images/background.gif);
	background-repeat: repeat-y;
}

.container
{       
    width: 100%;   
    height: 100%;

	/*
		Add a space to the bottom of the content for the footer to fill.
	    
		Because we have used 'position: absolute' on the footer it will not make space for
		itself and will cover part of the content.  We add some padding here to make space for
		it, make this the same height as your footer.
	*/
	padding-bottom: 20px;
}

.header
{
    width: 100%;
    height: 97px;
}

.content
{
    width: 774px;
    
    padding: 10px 0 20px 0;
      
    height: 100%;  
}

li
{
	margin: 0;
	padding: 0;
}

img
{
	border-style: none;
}

#sidebaritems
{
	font-size: 12px;
}

#breadcrumbs
{
	padding-left: 17px;
	padding-bottom: 15px;

	font-size: 11px;
}

#colOne
{
    float: left;
    width: 172px;
    padding-left: 17px;
    vertical-align: top;
}

#colTwo
{
    float: left;
    width: 360px;
    padding-left: 18px;
    vertical-align: top;
}

#colThree
{
    float: right;
    width: 172px;
    padding-right: 17px;
    vertical-align: top;
}

#colTwoAndThree
{
    float: left;
    width: 550px;
    padding-left: 18px;
}

.orangetext
{
    color: #f97e03;
}

.tblOurCustomers table
{ 
	width: 540px;
	text-align: center;
	border-collapse: collapse;
}

.tblOurCustomers .tblOurCustomersTop td
{
	padding: 8px 0 8px 0;
	color: #2b74ba;
	font-size: 10px;
	background-color: #c2d6ec;
	
	border-top-style: none;
	border-bottom-style: none;

	background-image: url(../Images/our_customers_cell.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.tblOurCustomers .tblOurCustomersTop .left
{
	border-style: none;
	border-width: 0px;

	background-image: url(../Images/our_customers_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tblOurCustomers .tblOurCustomersTop .right
{
	border-style: none;
	border-width: 0px;

	background-image: url(../Images/our_customers_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.tblOurCustomers .tblOurCustomersLeft
{
	border-left-style: none;

	background-image: url(../Images/our_customers_cell.gif);
	background-repeat: repeat-y;
	background-position: left center;
}

.tblOurCustomers .tblOurCustomersRight
{
	border-right-style: none;

	background-image: url(../Images/our_customers_cell.gif);
	background-repeat: repeat-y;
	background-position: right center;
}

.tblOurCustomers .tblOurCustomersBtm td
{
	border-bottom-style: none;

	background-image: url(../Images/our_customers_cell.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.tblOurCustomers .tblOurCustomersBtm .left
{
	border-bottom-style: none;
	border-left-style: none;

	background-image: url(../Images/our_customers_btm_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.tblOurCustomers .tblOurCustomersBtm .right
{
	border-bottom-style: none;
	border-right-style: none;

	background-image: url(../Images/our_customers_btm_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.tblOurCustomers th
{
    background-color: #c2d6ec;
}

.tblOurCustomers td
{
    width: 135px;

    border-color: #2b74ba;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
}

h1
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    color: #f97e03;
    font-weight: normal;
    margin: 0px;
}

h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover
{
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    color: #f97e03;
    font-weight: normal;
    margin: 0px;
}

h2
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: #f97e03;
    font-weight: normal;
    margin: 0px;
}

.footer
{
	position: absolute;
	bottom: 0px;
	right: 0;
	
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9px;
    color: #384b7c;
    
    width: 756px;
    
    padding: 0px 0px 10px 0px;
	
	background-color: Transparent;
}

.logoTD
{
    width: 50px;
}

.large_logoTD
{
    width: 100px;
    vertical-align: top;
}

.country_logoTD
{
    width: 50px;
    vertical-align: top;
}

.industry_logoTD
{
	width: 100px;
	vertical-align: middle
}
/*
------------------------------------------------------------------- Navigation Box ------------
*/

hr
{
    border-top: solid 1px #bcbeb0;
    border-bottom: solid 1px transparent;
    border-left: none;
    border-right: none;
}

/*
------------------------------------------------------------------- One Column Font Sizes ------------
*/

.quote
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #666666;
    word-spacing: -1px;
}

.companyName
{
    font-weight: bold;
}

/*
------------------------------------------------------------------- Two And Three Column Font Sizes ------------
*/

/*
------------------------------------------------------------------- FAQ Font Sizes ------------
*/

.faq_question
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #666666;
}

.faq_answer
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #c44f28;
}

/*
------------------------------------------------------------------- Contact Form ------------
*/

.contactform td
{
	font-size: 11px;
	padding-bottom: 3px;
}
.contactform .field
{
	width: 355px;
	height: 13px;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

/*
------------------------------------------------------------------- Module Pages ------------
*/

.modulelist .icon
{
	width: 36px;
	padding-right: 15px;	
}


/*
------------------------------------------------------------------- Sitemap ------------
*/

.sitemap_secondary
{ 
	padding-left: 20px;
}

.sitemapmain, .sitemapmain td
{
	font-size: 12px;
	font-weight: bold;
	color: #c44f28;
	line-height: 17px;
}

.sitemapmain a:link,
.sitemapmain a:visited,
.sitemapmain a:active
{
	text-decoration: none;
}

.sitemapmain a:hover
{
	color: #666666;
}

.sitemaptertiary
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 13px;
}
.sitemaptertiary a:link,
.sitemaptertiary a:visited,
.sitemaptertiary a:active
{
	text-decoration: none;
}

.sitemaptertiary a:hover
{
	color: #cccccc;
}

.datalist a
{
	color: #f97e03;
}

.datalist a:hover
{
	text-decoration:none;
}

.Selected a
{
	text-decoration:none;
	color:#000000;
}
