/* Colours used
-------------------------------------------------
  Orange        : #FE7800;
  Yellow        : #FEE700;
  Greyed Yellow : #FF9C37;
  Light Gray    : #A5A5A5;
  Mid Gray      : #949494;
  Dark Gray     : #333333;
  V.Light Gray  : #EFEFEF;
  White         : #FFFFFF;
-------------------------------------------------*/

body
{
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 0.8em;
   color: #333333;
   background: white;
   text-align: center;
   margin: 0;
   padding: 0;
}

/* Page Wrapper used to center align the content
-------------------------------------------------*/
#pagePadding
{
    width: 760px;
    text-align: left;
    margin: 0 auto;
    background: white;
}

/* Get rid of horrible borders on images and
   gaps on forms
-------------------------------------------------*/
a img, form
{
    border: 0;
    margin: 0;
    padding: 0;
}

/* Header elements
-------------------------------------------------
   Note: that the logo is part of the background
   and then the print image is placed on top and
   hidden from the "normal" browsing mode
-------------------------------------------------
  Overide elements:
  #pageHeader .logo
  #pageHeader li
  #pageHeader li a
  #pageHeader li a:hover
-------------------------------------------------*/
#pageHeader
{
    background: url(/img/background/backHeader.gif) 0px 0px no-repeat;
    height: 500px;
    height: 80px;
}

#pageHeader .logo
{
    display: block;
    padding-top: 16px;
    padding-left: 16px;
    width: 117px;
    height: 48px;
    float: left;
}

#pageHeader .headerPhrase
{
  float: right;
  display: block;
  padding-top: 27px;
}

#pageHeader .logo img
{
    visibility: hidden;
}

#pageHeader ul
{
    margin: 0;
    padding: 0;
    clear: right;
    float: right;
    list-style: none;
    margin-right: 10px;
    display: inline;
    padding-top: 25px;
}

#pageHeader li
{
    margin: 0;
    padding: 0;
    float: left;
    padding: 1px 10px;
    border-right: 1px solid #FF9C37;
    line-height: 0.7em;
}

#pageHeader li a
{
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#pageHeader li a:hover
{
    color: #FFFFFF;
}

/* Nav elements
-------------------------------------------------
   Note: Nav floated left and content floated
   up against because of the way the markup
   is layed out
-------------------------------------------------
   Overide elements:
   #navigation p
   #navigation li a
   #navigation li.selected a
-------------------------------------------------*/
#navigation
{
    width: 139px;
    float: left;
    font-size: 11px;
    padding-top: 23px;
    padding-bottom: 20px
}

#navigation p
{
    margin: 0px 0px 5px 0px;
    padding: 0;
    color: #FE7800;
    font-weight: bold;
}

#navigation ul
{
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}

#navigation li
{
    margin: 0;
    background: url(/img/graphics/graphicBulletNormal.gif) 0px 3px no-repeat;
    padding: 0;
    padding-left: 10px;
    list-style: none;
}

/* Normal state
-------------------------------------------------*/
#navigation li a
{
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

/* Clicked state
-------------------------------------------------*/
#navigation li.selected a
{
  color: #FE7800;
}

/* Search box
-------------------------------------------------*/
#searchBox
{
    background: url(/img/graphics/graphicDottedLine.gif) 0px 0px repeat-x;
    margin-top: 8px;
    padding-top: 8px;
}

#searchBox label
{
    color: #666;
    padding-bottom: 3px;
    display: block;
}

#searchBox #search1
{
    border: 1px solid #AAA;
    width: 76px;
    float: left;
    height: 17px;
    padding: 1px 2px;
    margin: 0;
}

#searchBox #goButton
{
    float: left;
    margin-left: 3px;
}

/* Body content
--------------------------------------------------*/
#content
{
    padding-top: 27px;
    margin-left: 170px;
    padding-bottom: 20px;
}

#breadcrumbs
{
    font-weight: normal;
    font-size: 11px;
    padding: 6px 0px 6px 0px;
    line-height: 1.6em;
    margin: 0px;
    background: url(/img/background/backgroundDottedRow.gif) 0px 0px repeat-x;
    height: 28px;
}

#breadcrumbs a
{
    text-decoration: none;
    font-weight: bold;
    color: #FE7800;
}

#breadcrumbs a:hover
{
    text-decoration: underline;
}

/* Home page
--------------------------------------------------*/
.homeRow
{
    display: inline-block !important;
    display: block;
}

.homeTile
{
    float: left;
    padding: 0;
    height: 148px;
    width: 108px;
    margin: 0;
    padding-left: 8px;
    text-align: center;
}

.homeTile strong
{
    margin-top: 5px;
    font-size: 11px;
    display: block;
}

.homeTile a
{
    text-decoration: none;
    color: #333;
}

.homeTile a:hover
{
    text-decoration: underline;
}

.homeTile a img
{
    border: 1px solid #A5A5A5;
    padding: 2px;
}

/* Section pages
-----------------------------------------------*/
.productList
{
    border-collapse: collapse;
    width: 413px;
}

.productList td, .productList th
{
    border: 2px solid #FFF;
    padding: 3px 5px;
    font-size: 11px;
    vertical-align: top;
}

.productList th
{
    background: #A5A5A5;
    text-align: left;
    color: white;
}

.partNoeven, .even
{
    background: #EFEFEF;
}


.partNoodd, .odd
{
    background: #F9F9F9;
}

.partNoeven
{
    width: 60px;
}

a
{
    color: #FE7800;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.productGroupRow img
{
    max-width: 150px;
    border: 1px solid #666;
}

.productGroupRow
{
    width: 150px;
    float: left;
    font-size: 11px;
    color: #666;
}

.productGroupDescription
{
    margin-left: 170px;
    margin-right: 1px;
    font-size: 11px;
}

.productGroupDescription h2
{
    padding-left: 8px;
}

.productGroupDescription h1
{
    margin-top: 0;
    padding-top: 0;
}

.productLine
{
    background: url(/img/background/backgroundDottedRow.gif) repeat-x;
    margin: 20px 0px;
    height: 1px;
    overflow: hidden;
    clear: right;
}

.productHack
{
    height: 215px;
    width: 1px;
    overflow: hidden;
    float: right;
}

/* About Us Page
-----------------------------------------------*/
#about h1
{
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

#about h2
{
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
}

#about h3
{
    color: #666;
    font-size: 1em;
}

#about
{
    font-size: 11px;
    margin-top: 15px;
}

#about img
{
    border: 1px solid #666;
    float: right;
    margin-left: 20px;
    padding: 2px;
}

/* Contact Us Page
-----------------------------------------------*/
#contactPage
{
    font-size: 11px;
}

#contactFormData
{
    margin-right: 200px;
}

#contactFormData p
{
    margin: 0;
    padding: 2px 0px 10px 0px;
    background: url(/img/graphics/graphicDottedLine.gif) 0px bottom repeat-x;
}

#contactFormData form
{
    margin: 0;
    padding: 0;
}

#contactInfo
{
    float: right;
    width: 165px;
}

#formTable
{
   margin-top: 10px;
}

#errors
{
  margin-top: 10px;
}

/**********************************************/
/*       Scratch Pad for forms                */
/**********************************************/

#form1 input, #form2 input, #form3 input, #form4 input, #form5 input, #form6 input
{
    width: 173px !important;
    width: 175px;
    height: 14px;
    padding: 0px;
    margin: 0px;
}

#form1 label, #form2 label, #form3 label, #form4 label, #form5 label, #form6 label
{
    display: block;
    padding: 5px 0px !important;
    padding: 4px 0px;
}

#form1, #form2, #form3, #form4, #form5, #form6
{
    /*/border: 1px solid red;/*/
    width: 192px;
    float: left;
    /*height: 150px;*/
}

#form3 textarea
{
    height: 100px;
    width: 173px !important;
    width: 175px;
}

#form7
{
    border: 1px solid blue;
}

#formTable
{
    width: 384px;
}

#contactFormData span, #contactFormText span
{
    border: 1px solid #DDD;
    display: block;
    width: 175px;
    padding: 1px;
}

#contactFormText label
{
    display: block;
    padding: 10px 0px 4px 0px;
}

#contactFormData textarea, #contactFormData input, #furtherinfo
{
    border: 1px solid;
    border-color: #7C7C7C #C3C3C3 #DDDDDD #C3C3C3;
    font-size: 10px;
}

#furtherinfo
{
    width: 364px !important;
    width: 366px;
}

#contactFormText span
{
    width: 366px;
}

#submitButton
{
    width: 377px;
}

#submitButton input
{
    margin-top: 10px;
    float: right;
    margin-bottom: 20px;
}

#intLab
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#intTab
{
    border-collapse: collapse;
    width: 372px;
}

#intTab td, #intTab th
{
    border: 2px solid #FFF;
    padding: 3px 5px;
    font-size: 11px;
    vertical-align: top;
}

/**********************************************/


/* Footer
-----------------------------------------------*/
#pageFooter
{
    clear: both;
    background: url(/img/background/backFooter.gif) top left repeat-x #fff;
    height: 26px;
    padding: 12px 0;
    color: #A5A5A5;
    width: 760px;
}

#TeesnCees
{
    float: left;
    font-size: 11px;
    display: inline;
    margin-left: 10px;
}

#datasouth
{
    float: right;
    font-size: 11px;
    display: inline;
    margin-right: 10px;
}

#datasouth a
{
    color: #A5A5A5;
    text-decoration: none;
}

#datasouth a strong
{
    color: #A5A5A5;
    text-decoration: none;
    font-weight: bold;
}

#datasouth a strong span
{
    color: #FFA800;
    text-decoration: none;
}






/* Headings and other text elements
-------------------------------------------------
   Overide elements:
-------------------------------------------------*/
h1, h2, h3, h4 ,h5, h6
{
    font-size: 1em;
    font-weight: bold;
}