html {
    overflow-y: scroll;
}

body {
    background-color: #000000;
    margin: 0px auto;
    padding: 0px;
    color: White;
    font-family: Arial, Tahoma, Verdana, "Lucida Sans Unicode", Sans-Serif,
        Helvetica;
    font-size: small;
    float: left;
    outline: 0px;
    vertical-align: baseline;
    border: 0px;
    display: block;
    width: 100%;
}

h1 {
    text-transform: capitalize;
}

.product h1
{
    text-transform: uppercase;
}

.services h1
{
    text-transform: uppercase;
}

#body {
    background-color: black;
    width: 955px;
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    float: left;
    clear: both;
    background-color: red;
    text-align: right;
    font-size: x-small;
    color: White;
    padding: 0px 0px 5px 0px;
    width: 955px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.footer div {
    color: #202020;
    font-size: small;
    margin: 8px 8px 4px 8px;
}

.footer div span {
    font-weight: bold;
}

.footer div a {
    text-decoration: none;
    color: #202020;
}

.footer div a:hover {
    text-decoration: underline;
}

.footer .left {
    text-align: left;
    float: left;
    width: 60%;
}

.footer .right {
    text-align: right;
    float: right;
    width: 30%;
}

img {
    border-style: none;
    margin: 0px;
    padding: 0px;
}

.logo img
{
    float: left;
    margin: 4px;
}

.info {
    margin: 8px 10px 10px 10px;
    padding: 8px;
    background-color: Black;
}

.info h1 {
    margin: 0px;
    color: Red;
    font-size: 14px;
}

.info h2 {
    color: White;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: normal;
}

.info h3 {
    font-size: 12px;
    margin: 0px;
}

.info h3 a {
    color: White;
    text-decoration: none;
}

.info h3 a:hover {
    color: White;
    text-decoration: underline;
}

.info .contact {
    margin-top: 10px;
}

.info div {
    margin-top: 10px;
}

.shadow
{
  -moz-box-shadow: 2px 2px 2px #202020;
  -webkit-box-shadow: 2px 2px 2px #202020;
  box-shadow: 2px 2px 2px #202020;
}

a.tooltip
{
    color: White;
    text-decoration: none;
    position: relative;
}
a.tooltip:hover
{
    background:; /* IE hack */
    color: White;
    text-decoration: none;
 }
a.tooltip span.shadow
{
    background-color: white;
    color: Black;
    display: none;
    font-size: x-small;
    border: 5px solid White;
    padding: 5px;
    position: absolute;
    z-index: 100;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    left: 10px;
    top: -90px;
}
a.tooltip:hover span.shadow
{
    display: block;
}
a.tooltip span.shadow span.title
{
    display: block;
    font-size: small;
    margin-top: 0px;
    margin-bottom: 10px;
    color: Red;
    border-bottom: 1px dotted red;
    width: 100%;
}
a.tooltip span.shadow span.subtitle
{
    display: block;
    font-size: x-small;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    color: Black;
    width: 100%;
}
a.tooltip span.shadow span
{
    display:block;
    float: left;
    margin: 0px 6px 0px 0px;
}

.products {
    width: 690px;
}

.products tr {
    vertical-align: top;
}

.product img {
    float: left;
    display: block;
    width: 150px;
    border: solid 2px #202020;
}

.product img:hover {
    border: solid 2px red;
}

.productdesc {
    margin-left: 8px;
    font-size: 12px;
    margin-bottom: 10px;
    clear: left;
}

.productdesc h1 {
    margin: 8px;
    color: White;
    font-size: 14px;
}

.productdesc h2 {
    margin: 8px 8px 8px 0px;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
}

.productdesc div {
    margin-left: 18px;
    padding-left: 8px;
}

.productdesc div h3 {
    margin: 0px 10px 0px 0px;
    color: White;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
}

.aboutdesc {
    font-size: 12px;
    margin-bottom: 10px;
}

.aboutdesc h1 {
    margin: 8px;
    color: White;
    font-size: 18px;
}

.aboutdesc h2 {
    margin: 8px;
    color: Red;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    padding: 2px;
}

.aboutdesc div {
    color: #eeeeee;
    padding-left: 8px;
    padding-right: 4px;
}

.aboutdesc a {
    text-decoration: none;
    color: White;
    font-weight: bold;
}

.innercontent .aboutdesc a {
    color: Black;
}

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

.column {
    float: left;
    padding: 5px 5px 5px 10px;
}

.colhalf img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.columnmod {
    float: left;
    padding: 5px 0px 5px 0px;
}

.column h1 {
    color: White;
    font-size: large;
    margin-bottom: 0px;
}

.colmap h2 {
    border-bottom: dotted 1px red;
    padding: 2px;
    color: Red;
    font-weight: bold;
    font-size: small;
}

.columnmod h1 {
    margin-left: 20px;
}

.colquarter {
    width: 23%;
}

.colquarter h2 {
    border-bottom: dotted 1px red;
    padding: 2px;
    color: Red;
    font-weight: bold;
    font-size: small;
}

.colthird {
    width: 31%;
}

.colthird h2 {
    border-bottom: dotted 1px red;
    padding: 2px;
    color: Red;
    font-weight: bold;
    font-size: small;
}

.colthird h3 {
    padding: 2px;
    color: Red;
    font-size: small;
}

.coltwothird {
    width: 62%;
}

.coltwothird h2 {
    border-bottom: dotted 1px red;
    padding: 2px;
    color: Red;
    font-weight: bold;
    font-size: small;
}

.colhalf {
    width: 45%;
}

.colfull {
    width: 94%;
}

.list {
    width: 100%;
}

.list h2 {
    border-bottom: dotted 1px red;
    padding: 2px;
    color: Red;
    font-weight: bold;
    font-size: small;
}

#content {
    background-color: #202020;
    float: left;
    height: 100%;
    width: 955px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.innercontent {
    background-color: White;
    color: Black;
    margin: 4px;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.contact {
    background-color: White;
    margin: 8px 0px 8px 8px;
    width: 82%;
    float: right;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.contact h1 {
    color: Red;
    font-size: small;
    font-weight: bold;
    border-bottom: dotted 1px red;
    text-transform: none;
}

.contact h2 {
    background-color: Transparent;
    color: Black;
    font-size: small;
    font-weight: normal;
    margin-bottom: 0px;
    text-transform: none;
}

.contact h3 {
    background-color: Transparent;
    color: Black;
    font-size: small;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: none;
}

.contact div {
    color: Black;
}

.contact a {
    color: inherit;
    text-decoration: none;
}

.contact a:hover {
    color: inherit;
    text-decoration: underline;
}

.contact div {
    padding-top: 8px;
}

.contact img
{
    margin: 4px 2px 2px 2px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product {
    margin: 0px;
    padding: 8px 0px 24px 8px;
}

.product div img {
    padding: 8px;
    background-color: White;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.type div img
{
    background-color: #888888;
}

.region div img
{
    background-color: #884444;
}

.product div {
    
}

.product h1 {
    float: left;
    position: relative;
    color: red;
    border-bottom: dotted 1px red;
    font-size: 14px;
    font-weight: bold;
    margin: 8px 8px 4px 0px;
    width: 100%;
}

.product h2 {
    float: left;
    border-bottom: none;
    background-color: Transparent;
    text-transform: none;
    color: White;
    font-size: 12px;
    margin: 8px 8px 8px 0px;
    padding: 0px;
}

.product h3 {
    float: left;
    clear: left;
    margin: 4px 12px 4px 12px;
    color: White;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
}

#centercolumn {
    float: left;
    width: 75%;
}

#rightcolumn {
    float: right;
    width: 25%;
}

.services {
    background-color: black;
    font-size: smaller;
    width: 955px;
}

.services h1 {
    color: red;
}

.services ul {
    margin-left: 20px;
    padding: 0px;
    width: 22%;
    float: left;
}

.services ul li {
    border-bottom: dotted 1px white;
    margin: 0px;
    padding: 4px;
    list-style-type: none;
}

/* stop the float */
.services br {
    clear: left;
}

/* separate the list from subsequent markup */
.services div.wrapper {
    width: 95%;
    margin-bottom: 1em;
}

/*
 *
 * Menu system.
 *
 */
#pdMenu {
    color: Red;
    font-weight:bold;
    width: 100%;
    height: 36px;
    background-color: Red;
    position: relative;
    font-size: smaller;
    z-index: 500;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

#pdMenu ul#menu {
    margin: 0 0 0 20px;
    padding: 4px;
    list-style: none;
}

#pdMenu ul#menu li.level1-li {
    float: left;
    height: 29px;
    padding-top: 1px;
    margin-right: 1px;
}

#pdMenu ul#menu li.level1-li-right 
{
    display: block;
    float: right;
	color: Black;
	letter-spacing: 1px;
	height: 26px;
    line-height: 24px;
    padding-right: 5px;
    white-space: nowrap;
}

#pdMenu ul#menu li.level1-li a.level1-a {
    display: block;
    height: 26px;
    float: left;
    border-left: 1px solid Red;
    border-right: 1px solid Red;
    padding: 0 10px 0 10px;
    text-decoration: none;
    line-height: 24px;
    white-space: nowrap;
    font-weight: bold;
    color: White;
}

#pdMenu ul#menu li.sub a.level1-a {
    color: White;
}

#pdMenu ul#menu li.level1-li:hover,#pdMenu ul#menu li.level1-li a.level1-a:hover
{
    position: relative;
}

#pdMenu ul#menu li.level1-li a.level1-a:hover,#pdMenu ul#menu li.level1-li:hover a.level1-a
{
    background-color: #eee;
    border: 1px solid #eee;
    color: Black;
}

#pdMenu ul#menu li.sub a.level1-a:hover
{
    height: 29px;
    color: White;
    background-color: Black;
}

#pdMenu ul#menu li.sub:hover>a.level1-a
{
    height: 29px;
    color: Black;
    background-color: #eee;
}

#pdMenu ul#menu li div.listHolder
{
    position: absolute;
    left: -9999px;
    top: 30px;
    background-color: #eee;
    border: 1px solid #eee;
    border-width: 1px 1px 1px 1px;
    padding: 0;
}  /* IE6 only */
#pdMenu table
{
    border-collapse: collapse;
    margin: -1px -10px;
    font-size: 1em;
    width: 0;
    height: 0;
}

#pdMenu ul#menu :hover div.listHolder
{
    left: 0;
}

#pdMenu ul#menu a:hover div.listHolder
{
    left: -1px;
    top: 29px;
}

#pdMenu ul#menu div.col1
{
    width: 141px;
}

#pdMenu ul#menu div.col2
{
    width: 280px;
}

#pdMenu ul#menu div.col3
{
    width: 420px;
}

#pdMenu ul#menu a:hover div.left1,#pdMenu ul#menu :hover div.left1
{
    left: -141px;
}

div.bottomLine
{
    margin: 4px 0 0 0;
    clear: left;
    background: Red;
    padding: 5px 10px;
}

div.bottomLine p
{
    padding: 0 0 0 0px;
    margin: 0px 0px 4px 0px;
    color: White;
    font-weight: bold;
}

div.bottomLine p a
{
    color: Black;
    text-decoration: none;
}

div.bottomLine p a:hover
{
    text-decoration: underline;
}

#pdMenu ul.atoz
{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    background: #eee;
}

#pdMenu ul.atoz div.subListHolder
{
    position: absolute;
    left: -9999px;
}

#pdMenu ul.atoz li
{
    display: block;
    float: left;
}

#pdMenu ul.atoz li a
{
    display: block;
    padding: 0 10px;
    float: left;
    line-height: 24px;
    background: #eee;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

#pdMenu ul.atoz li a:hover
{
    background: #069;
    color: #fff;
}

#pdMenu ul.atoz li:hover>a
{
    background-color: Red;
    color: #fff;
}

#pdMenu ul.atoz :hover div.subListHolder
{
    left: -1px;
    top: 24px;
    background-color: #eee;
    border: 1px solid White;
    border-width: 0 1px 1px 1px;
}

#pdMenu div.listCol
{
    display: block;
    float: left;
    padding: 10px;
    margin: 0;
    width: 120px;
}

#pdMenu div.listCol h5
{
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    background: url(linedot.gif) repeat-x left bottom;
    text-align: left;
    color: Red;
}
#pdMenu div.listCol h5 a
{
	color: Red;
	text-decoration: none;
}

#pdMenu div.listCol ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#pdMenu div.listCol ul li
{
    line-height: 15px;
    padding: 0;
    margin: 0;
}

#pdMenu div.listCol ul li a
{
    display: block;
    color: #069;
    text-decoration: none;
    padding-left: 10px;
    font-weight: normal;
    background: url(dot.gif) no-repeat left center;
    white-space: nowrap;
    text-align: left;
    width: 110px;
}

#pdMenu div.listCol ul li a:hover
{
    text-decoration: underline;
}

#pdMenu div.sublistCol
{
    display: block;
    float: left;
    padding: 10px;
    margin: 0;
    width: 120px;
    text-align: left;
    line-height: 15px;
}
#pdMenu div.sublistCol2
{
    width: 240px;
}

#pdMenu div.sublistCol h5
{
    clear: left;
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    background: url(linedot.gif) repeat-x left bottom;
    text-align: left;
    color: Red;
}

#pdMenu div.sublistCol ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 110px;
}

#pdMenu div.sublistCol ul li
{
    line-height: 15px;
    padding: 0;
    margin: 0;
    width: 110px
}

#pdMenu div.sublistCol ul li a
{
    display: block;
    float: left;
    color: #069;
    text-decoration: none;
    padding-left: 10px;
    font-weight: normal;
    background: url(dot.gif) no-repeat left center;
    white-space: nowrap;
    height: 15px;
    line-height: 15px;
    font-weight: normal;
}

#pdMenu div.sublistCol ul li a:hover
{
    text-decoration: underline;
    color: #069;
    background: url(dot.gif) no-repeat left center;
}

#pdMenu div.sublistCol ul li:hover a
{
    text-decoration: underline;
    color: #069;
    background: url(dot.gif) no-repeat left center;
}

#pdMenu table table
{
    border-collapse: collapse;
    margin: -1px -10px 0 -10px;
    font-size: 1em;
    width: 0;
    height: 0;
}


/*------------------------------------*\
  ANNOTATIONS
\*------------------------------------*/
/*
Apply a class of annotated to any figure you would like, well, annotated!
*/
.annotated{
  position:relative;
  /*display:inline-block; If you do not need to support IE7 and below uncomment this line and remove the inline width and height styles on the <figure> in your markup. */
}
.annotated img{ /* Set this to stop white-space appearing under the image. */
  display:block;
}
.annotated b{ /* Hide the figcaption's title. */
  position:absolute;
  left:-99999px;
}
.annotated ul{ /* Set up the canvas for the annotations to sit on. */
  list-style:none;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.annotated li{
  display:block;
  padding:0 5px;
  /* Give them a width and a line-height suitable for your kind of images. I chose 50px. */
  width:40px; /* 40px + 5px padding-right  + 5px padding-left = 50px */
  line-height:50px;
  position:absolute;
  text-indent:-99999px; /* Hide the text off-screen. */
  white-space:nowrap; /* Stop the annotations breaking onto several lines. */
  cursor:default;
}
.annotated:hover li{ /* When we hover the figure show us where the annotations are. */
  border:1px solid #f00;
}
.annotated li:hover { /* Show the text on hover. */
  background:#f00;
  background:rgba(255,0,0,0.75);
  z-index:2; /* Bring current annotation above others. */
  /* Remove the width and text-indent to show us our text! */
  width:auto;
  text-indent:0;
  color: White;

  /* A bit o' progressive enhancement */
  -moz-box-shadow:0 0 5px rgba(0,0,0,0.25);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.25);
  box-shadow:0 0 5px rgba(0,0,0,0.25);
}

.annotated li a
{
  color: White;
  text-decoration: none;
  font-weight: bold;
}

.annotated li a:hover
{
  text-decoration: underline;
}

.level1-li-right a img
{
    margin-top: 4px;
}

