/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 05 February 2012 07:06:09
*/


/*-------------- The Heading in the Support -------------*/
.suppport_heading {
  border-bottom:1px solid #C0C0C0;
  color:#004271;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ------------- The links in the menu  ----------------- */
div#menu_horiz a {
   padding: .4em .3em .2em .2em;
   height: 25px;
   font-size: 10.5pt;
   font-family: Verdana;
   font-variant: small-caps;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: none;
   color: #9CD8F2;
   display:block;
}


/* ------------- Hovering over the menu ----------------- */
div#menu_horiz li a:hover {
   padding: .4em .3em .2em .2em;
   height: 25px;
   font-size: 10.5pt;
   font-family: Verdana;
   font-variant: small-caps;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   background: url(./?a=35609) repeat-x;
   color: white;
}

div#menu_horiz a.activeparent:hover {
   background: url(./?a=35609) repeat-x;
   color: white;
}

/* ------------- Form fields on contact form ---------------- */
.user {
    width: 300px;
    height: 100px;
}

/* ------------- Page font ----------------- */
body {
    text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   background-color: #E6E6E6;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

/* ------------- Default link styles ----------------- */
a,
a:link 
a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #2A7FA2;
}

a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #2A7FA2;
}

a:hover {
   text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #2A7FA2;
}

/* ------------- Entire body area ----------------- */
body {
   color: black;
   margin:1em; /* gives some air for the pagewrapper */
}

/* ------------- Inner area for site ----------------- */
div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;;
   color: black;

}

/* ------------- Top header ----------------- */
div#header {
   background: #ffffff url(uploads/images/SiteDesign/top3.jpg) no-repeat top right;
   height: 157px; /* adjust according your image size */
}

div#header h1 a {
        background: url(uploads/images/SiteDesign/logo2.gif) no-repeat top left;
    text-indent: -999em; /* no text appearing */
    line-height: 30px; /* Gaps between heading lines */
    color: #ffffff; 
    display: block;
    width: 341px; height: 93px;   /* size of the logo */
        position: relative; left: 20px; top: 20px;  /* position of logo */
    text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* ------------- The actual content part of the page ----------------- */
div#content {
   margin: 1.5em auto 2em 0; /* some air above and under menu and content */
}

/* ------------- left is the sidebar, right is the content ----------------- */
div#main {
   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
   padding-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
}

/* ------------- The footer ----------------- */
div#footer {
   clear:both;       /* keep footer below content and menu */
}

div#footer p {
   text-align: center; /* centered text */
   margin:0;
   clear:both;       /* keep footer below content and menu */
   background-color: #ffffff; /* same bg color as in header */
}

/* as we hid all hr for accessibility we create new hr with extra div element 
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}*/

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/* ------------- Styles for content ----------------- */
div#content {

}

/* ------------- Specials ---------------- */
div#content hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* ------------- Headings ----------------- */
div#main h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #004271;
   border-bottom: 1px solid #c0c0c0;
}
div#content h2 {
   color: #F79328; 
   font-size: 1.5em; 
   text-align: left; 
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #F79328; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #F79328; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* ------------- Paragraphs and blocks of text ----------------- */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* ------------- Lists, bullets etc ----------------- */
div#main ol {
   margin: .4em 0 .25em .4em;
   padding: 0 0 0 .5em;
}
div#main ul,
div#main dl {
   margin: .4em 0 .25em .4em;
   padding: 0 0 0 .5em;
   list-style-type: disc;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0 .25em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0 .25em;
}
div#dl dd {
   margin: 0 0 0 .25em;
}

div#search {
   font-size: 9pt;
   font-family: Arial;
   font-variant: small-caps;
   text-align: right;
   vertical-align: middle;
}

/* ------------- Single level menu going across ----------------- */
* html div#menu_horiz {
   height: 1%;
}

/* ------------- Entire row for menu ----------------- */
div#menu_horiz {
   background: url(./?a=35608) repeat-x;
   /*width: 100%;*/
   margin: 0;

}

/* ------------- Container for menu across ----------------- */
div#menu_horiz ul {
   margin: 0;
   padding: 0;
/*
   border-bottom: 1px solid #C0C0C0;
   border-left:  1px solid #C0C0C0;
*/
   height: 25px;
   width:100%;
}
div#menu_horiz ul a {
display: block;
float: left;
clear: left;
}
div#menu_horiz ul h3 {
display: block;
float: left;
clear: left;
}
div#menu_horiz li>a {
float: none;
}
div#menu_horiz li>h3 {
float: none;
}
/* ------------- Each menu item ----------------- */
div#menu_horiz li {
   background: url(./?a=35608) repeat-x;
   float: left;  /*makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border: 0px;
   white-space: nowrap;    
   width: auto;
    }

/* ------------- Current active and displayed page ----------------- */
div#menu_horiz li.activeparent a {
   /*font-weight:bold;*/
   background: url(./?a=35609) repeat-x;
}

/* ------------- Current page  ----------------- */
div#menu_horiz h3 {
   padding: .4em .2em .2em .2em;
   height: 21px;
   font-size: 7pt;
   font-family: Verdana; /* ------Selected Menu Font, No link---- */
   font-variant: small-caps;
   font-weight:normal;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: none;
   background: url(./?a=35609) repeat-x;
   color: white;
   display: block;  /*IE has problems with this, fixed above */
   width:auto;
}
 


/* ------------- Standard vertical menu ----------------- */
* html div#menu_vert {
   height: 1%;
}

/* ------------- Entire row for menu ----------------- */
div#menu_vert {
   width: 400px;
   margin: 0;
}

/* ------------- Container for menu across ----------------- */
div#menu_vert ul {
   margin: 0;
   padding-left: 20px;
  padding-top: 13px;

 /* height: 24px;
   width: 100%;
*/
}

/* ------------- Each product menu item ----------------- */
div#menu_vert li {
/*
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
*/
   margin: 0px ;
   
   border: 0px;
}


/* ------------- The links in the menu  ----------------- */
div#menu_vert a {
   background: url(./?a=30275) no-repeat;
   font-size: 9pt;
   padding: 2px 0 2px 15px;
   text-decoration: none;
   color: #C0C0C0;
   display: block; /* IE has problems with this, fixed above */
}


/* ------------- Hovering over the menu ----------------- */
div#menu_vert a:hover {
   font-size: 9pt;
   margin: 2px 0 2px 15px;
   background: url(./?a=30274) no-repeat;
   color: blue;

}

div#menu_vert a.activeparent:hover {
   background: url(./?a=35609) repeat-x;
   color: white;
}

/* ------------- Current active and displayed page ----------------- */
div#menu_vert li.activeparent a {
   /*font-weight:bold;*/
   background: url(./?a=35609) repeat-x;
}

/* ------------- Current page  ----------------- */
div#menu_vert h3 {
   font-size: 9pt;
  padding: 2px 0 2px 15px;
   margin: 0;
   background: url(./?a=30275) no-repeat;
   text-decoration: none;
   color: blue;
   display: block; /* IE has problems with this, fixed above */
}

/* ------------- Single level menu going across at the footer ----------------- */
* html div#footermenu_horiz {
   height: 1%;
}

/* ------------- Entire row for menu ----------------- */
div#footermenu_horiz {
   background-color: #949393;
/*
   width: 100%;
*/
   margin: 0;
   padding: 0;
}

/* ------------- Container for menu across ----------------- */
div#footermenu_horiz ul {
   margin: 0;
   padding: 0;
   height: 16px;
  background-color: #949393;
width: 400px;
}

/* ------------- Each menu item ----------------- */
div#footermenu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border: 0px;
width: 100px;
}


/* ------------- The links in the menu  ----------------- */
div#footermenu_horiz a {
   padding: 0em .7em 0em .7em;
   background-color: #949393;
   height: 16px;
   font-size: 10px;
   font-family: Arial;
   font-variant: small-caps;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: none;
   color: white;
   display: block; /* IE has problems with this, fixed above */
}


/* ------------- Hovering over the menu ----------------- */
div#footermenu_horiz li a:hover {
   padding: 0em .7em 0em .7em;
   background-color: #949393;
   height: 16px;
   font-size: 10px;
   font-family: Arial;
   font-variant: small-caps;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   color: white;
}

div#footermenu_horiz a.activeparent:hover {
/*
   color: white;
*/
}

/* ------------- Current active and displayed page ----------------- */
div#footermenu_horiz li.activeparent a {
   font-weight:bold;
}

/* ------------- Current page  ----------------- */
div#footermenu_horiz h3 {
   padding: 0em .7em 0em .7em;
   background-color: #949393;
   height: 16px;
   font-size: 10px;
   font-family: Arial;
   font-variant: small-caps;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: none;
   color: white;
   display: block; /* IE has problems with this, fixed above */
}
 
/* ------------- Entire row for menu ----------------- */
div#menu_vert_noindent{
/*
   width: 350px;
*/
   margin: 0;
   padding-left: 15px;
}
div#menu_vert_noindent h1 {
   border-bottom:1px solid #C0C0C0;
   color:#004271;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:14px;
}
/* ------------- Container for menu across ---TESTING-------------- */
div#menu_vert_noindent ul {
   margin: 5px 5px 5px 5px;
   padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0091B2;
    font-weight: bold;
}

div#menu_vert_noindent ul ul {
   margin: 5px 0px 5px 0px;
   padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0091B2;
    font-weight: normal;
}

div#menu_vert_noindent ul ul ul {
   margin: 5px 0px 5px 0px;
   padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #0091B2;
    font-weight: normal;
background-color: #f3f3f3;
border: 0;
}

/* ------------- Each menu item ----------------- */
div#menu_vert_noindent ul li {
   list-style: none; /* hides the list bullet */ 
   margin: 3px 0 3px 0;
   padding: 0;
   border: 0px;
}

div#menu_vert_noindent ul ul li {
   list-style: none; /* hides the list bullet */ 
   margin: 0px;
   padding: 0px;
   border: 0;
/*
height: 10px;
*/
}

/* ------------- The links in the menu  ----------------- */
div#menu_vert_noindent a {
   background: url(./?a=30275) no-repeat;
        padding: 0 0 0 15px;
        text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #004271;
        /*  display: block;  IE has problems with this, fixed above */
}


/* ------------- Hovering over the product vertical menu ----------------- */
        div#menu_vert_noindent a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
        padding: 0 0 0 15px;
        background: url(./?a=30274) no-repeat;
        color: blue;
}

div#menu_vert_noindent a.activeparent:hover {
   color: red;
}

div#menu_vert_noindent li.activeparent a:hover {
   color: blue;
}

/* ------------- Current active and displayed page ----------------- */
div#menu_vert_noindent li.activeparent a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9px;
   color: #c0c0c0;
   background: url(./?a=30275) no-repeat;
}

/* ------------- Current page  ----------------- */
div#menu_vert_noindent ul h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #004271;
    font-weight: bold;
}

div#menu_vert_noindent ul ul h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
  padding: 2px 0 2px 15px;
   margin: 0;
   background: url(./?a=30274) no-repeat;
   text-decoration: none;
   color: blue;
   display: block; /* IE has problems with this, fixed above */
}


/* ------------- site map ------------- */
.sitemap {
/*
   background: url(./?a=30273) no-repeat;
*/
}

.sitemap li {
}

/* --------------------- */
.innercontent {
border: 0;
padding: 0;
margin: 0;
}

.innercontent td {
border: 0;
padding: 1px;
margin: 0;
}

.standardlink {
    COLOR: #666666;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: none
}


