colours {
  color: #000b42; /* blue */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
  font-weight: bold;
}
body.design {
	background: #000b42;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
  font-family: Arial,Sans-Serif;
  color: #666666;
	margin: 0px;
  padding: 0px;
}
body {
  font-family: Arial,Sans-Serif;
  padding: 10px;
	font-size: 14px;
}

p {
  
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
  color: #000d75;
}
h1 {
  font-size: 24px;
  margin: 20px 0px 10px 0px;
}
h2 {
  font-size: 16px;
  margin: 20px 0px 10px 0px;
}
h3 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}


/*- links --------------------------------------------------------------------*/
a {
	cursor: pointer;
  color: #666666;
}
body.design a {
	cursor: pointer;
  color: #666666;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
p {
	margin: 0px 0px 10px 0px;
}
ul {
	margin: 0px 0px 0px 20px;
}
img {
	border: 0;
}

/*- classes ------------------------------------------------------------------*/
.left {
	float: left;
	margin: 0px 5px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 5px;
}

.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}

.clear {
	clear: both;
  height: 1px;
  line-height: 1px;
}


/*- site ---------------------------------------------------------------------*/

#dd_4 {
  left: 96px;
}
#dd_7 {
  left: 214px;
}
#dd_24 {
  left: 363px;
}
#dd_30 {
  left: 478px;
}
#dd_34 {
  left: 607px;
}


#page_wrapper {
  background: #CCCCCC;
  width: 1004px;
  margin: 0px auto 10px auto;
}

#container {
  background: #ffffff;
  width: 984px;
  margin: 0px auto 10px auto;
  text-align: left;
  position: relative;
}
  #header {
    height: 130px;
  }
    #logo {
      height: 97px;
    }
    #call2action {
      position: absolute;
      top: 35px;
      right: 10px;
      width: 400px;
      height: 70px;
      text-align: right;
      font-family: verdana;
    }
      #call2action p {
        color: #000b42;
        font-size: 18px;
        font-weight: bold;
      }
      #call2action span.phonenumber {
        display: block;
        color: #f27e17;
        font-size: 20px;
      }
  #nav {
    background: url(images/nav_bg.jpg) repeat-x;
    font-size: 14px;
    position: absolute;
    top: 97px;
    left: 0px;
    width: 100%;
    height: 33px;
  }
    #nav ul {
      list-style-type: none;
      margin: 0px;
      padding: 0px;
    }
      #nav li {
        background: url(images/nav_item_bg.jpg) no-repeat right;
        display: inline;
        float: left;
      }
        #nav li a {
          color: #4c4c4c;
          padding: 7px 30px 6px 30px;
          display: block;
          text-decoration: none;
        }
        #nav li a.selected,
        #nav a:hover {
          background: url(images/nav_item_bg_selected.jpg) repeat-x;
          color: #fff;
        }
          ul.drop_down {
            background: #626262 !important;
            color: #fff;
            width: 200px;
            position: absolute;
          }
            ul.drop_down {
              display: block;
              float: none;
            }
              ul.drop_down li {
                background: none !important;
                display: block !important;
                float: none !important;
                border-bottom: 1px solid #626262;
              }
                ul.drop_down a {
                  color: #ffffff !important;
                  font-size: 12px !important;
                  padding: 4px 20px 4px 20px !important;
                }
                ul.drop_down a:hover {
                  background: #454545 !important;
                  color: #FF9000 !important;
                  text-decoration: none !important;
                }
    
  #main {
    background:  url(images/footer_bg.jpg) repeat-x bottom;
    padding-bottom: 20px;
    float: left;
    clear: both;
    width: 100%;
  }
  
  #footer {
    clear: both;
    background: #8F8F8F;
    font-size: 9px;
    font-weight: bold;
    color: #c5c4c4;
    position: relative;
    height: 60px;
  }
    #copyright {
      color: #fff;
      padding: 10px 0px 0px 10px;
    }
    #footer #netbiz {
      padding-left: 10px;
      color: #cccccc;
    }
      #footer #netbiz a {
        color: #cccccc;
      }
    
    #footer_nav {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 200px;
      height: 50px;
      text-align: right;
    }
      #footer_nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
      }
        #footer_nav li {
          display: inline;
        }
          #footer_nav li a {
            color: #fff;
            font-weight: bold;
          }
      #footer_nav h4 {
        font-size: 10px;
        color: #fff;
      }

/*- home ---------------------------------------------------------------------*/

#home_services {
  background: url(images/home_section_footer.jpg) no-repeat bottom;
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  height: 490px;
  overflow: hidden;
}
  #flash_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 984px;
    height: 288px;
  }
  #home_services_inner {
    /*background: url(images/home_section_image.jpg) no-repeat;*/
    padding: 240px 0px 0px 1px;
    /*
    float: left;
    clear: both;
    width: 100%;
    */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 984px;
  }
  
    .home_service {
      /*width: 195px;*/
      width: 194px;
      float: left;
      text-align: center;
    }
      .home_service_inner {
        padding: 10px 0px 10px 11px;
      }
        .home_service h3 {
          font-size: 12px;
          line-height: 14px;
          font-weight: bold;
          height: 30px;
          padding-bottom: 3px;
        }
          .home_service h3 a {
            color: #4c4c4c;
            text-decoration: none;
          }
        .home_service_img {
          background: #fff;
          width: 100%;
        }
        .home_service_text {
          padding: 5px 10px;
        }
        .home_service p {
          color: #4c4c4c;
          font-size: 10px;
          line-height: 18px;
        }

#home_bottom_content {
  padding: 10px 0px;
  float: left;
  clear: both;
  width: 100%;
}
#home_bottom_content h3 {
  color: #010B40;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}
  #home_welcome {
    font-size: 12px;
    line-height: 18px;
    color: #4c4c4c;
    width: 505px;
    float: left;
    display: inline;
  }
    #home_welcome_inner {
      padding-left: 10px;
    }
      #home_welcome_inner h1 {
        font-size: 18px;
        padding: 0px;
      }
      #home_welcome_inner h2 {
        font-size: 14px;
        padding: 0px;
      }
  
  #home_news {
    height: 190px;
    background: url(images/news_divider.jpg) no-repeat;
    float: left;
    width: 435px;
    margin-left: 30px;
    display: inline;
  }
  #home_news_container {
    width: 100%;
  }
    #home_news_container_inner {
      padding: 0px 0px 0px 35px;
    }
    
      .home_news_item {
        background: url(images/home_news_bg.jpg) no-repeat;
        height: 40px;
        margin: 10px 0px;
        overflow: hidden;
      }
        .home_news_date {
          width: 45px;
          float: left;
          font-size: 12px;
          color: #4c4c4c;
          font-weight: bold;
          text-align: center;
          text-transform: uppercase
        }
        .home_news_headline {
          padding-top: 5px;
          width: 245px;
          float: left;
          font-size: 11px;
          line-height: 14px;
        }
        .home_headline_read_more {
          width: 100px;
          floaT: left;
          padding-top: 10px;
          text-align: right;
        }

/*- cms ----------------------------------------------------------------------*/

.cms_wrap {
  background: url(images/sidebar_fill.jpg) repeat-y;
  float: left;
  clear: both;
  width: 100%;
}

#sidebar {
  background: url(images/sidebar_bg.jpg) repeat-x top left;
  width: 194px;
  height: 400px;
  float: left;
  font-size: 12px;
}
  #sidebar_top {
    height: 32px;
    color: #fff;
    font-weight: bold;
  }
    #sidebar_top h2 {
      background: #B8B8B8 url(images/sidebar_top_fill.jpg) repeat-x bottom left;
      margin: 0px;
      padding: 5px 0px 8px 7px;
      font-size: 14px;
      color: #fff;
      font-weight: bold;
    }
    #sidebar_nav {
      
    }
      #sidebar_nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px 0px 0px 5px;
      }
        #sidebar_nav li {
          background: url(images/sidebar_nav_divide.jpg) no-repeat top right;
          display: inline-block;
          width: 100%;
        }
          #sidebar_nav a {
            color: #444444;
            padding: 4px 0px 8px 0px;
            display: block;
            text-decoration: none;
          }
        #sidebar_nav li.level_2 {
          background: url(images/sidebar_nav_divide.jpg) no-repeat top right;
        }
          #sidebar_nav li.level_2 a {
            color: #fff;
            padding-left: 10px;
          }

#content {
  float: left;
  width: 790px;
}
  #content h1 {
    padding: 0px;
    color: #666666;
  }

.cms_version {
  height: 257px;
}
  #cms_content {
    padding: 10px;
  }

.cms_breadcrumbs {
  font-weight: bold;
}
  body.design .cms_breadcrumbs a {
    font-weight: bold;
  }

/*- product downloads --------------------------------------------------------*/

div.prod_row {
  background: url(images/product_bg.jpg) no-repeat bottom center;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  float: left;
  clear: both;
  width: 100%;
}
div.evenRow {
  
}
div.oddRow {
  
}
  div.prod_image {
    width: 150px;
    float: left;
    display: inline;
  }
  div.prod_details {
    width: 420px;
    float: left;
    display: inline;
    margin-left: 20px;
  }
    div.prod_details p strong {
      font-size: 14px;
    }
  div.prod_links {
    padding: 20px 0px 0px 0px;
    width: 150px;
    float: left;
    display: inline;
    margin-left: 20px;
  }

/*- news-*/

.news_item {
  background: url(images/product_bg.jpg) no-repeat bottom center;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  float: left;
  display: inline;
  width: 100%;
}
  .news_image {
    width: 100px;
    height: 70px;
    float: left;
    display: inline;
  }

.article_news_image {
  width: 200px;
  float: left;
  display: inline;
}
.article_news_desc {
  width: 500px;
  float: left;
  display: inline;
}

/*- case_studies-*/

.case_studies_item {
  background: url(images/product_bg.jpg) no-repeat bottom center;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  float: left;
  display: inline;
  width: 100%;
}
  .case_studies_image {
    width: 100px;
    height: 70px;
    float: left;
    display: inline;
  }
  .case_studies_desc {
    width: 650px;
    float: left;
    display: inline;
  }

.article_case_studies_image {
  width: 200px;
  float: left;
  display: inline;
}
.article_case_studies_desc {
  width: 500px;
  float: left;
  display: inline;
}

/*- team ---------------------------------------------------------------------*/
.team_member {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
  .team_member_image {
    float: left;
    display: inline;
    width: 170px;
  }
    .team_member_image img {
      
    }
  .team_intro {
    float: left;
    display: inline;
    width: 440px;
  }


/*- system -------------------------------------------------------------------*/

.system_msg {
  border: 1px solid #cccccc;
  padding: 10px;
}