body {
  background-color: black;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, Verdana;
}

table, tr, td, tbody {
  font-size: 12px;
  color: #4d4d4d;
  margin: 10px;
  text-align: left;
}

img {
  border: none;
} 

br {
  font-size: 11px;
  height: 11px;
}

ul, li {
  padding: 0px; 
  margin: 0px;
}

br.clear {
  clear : both;
}

div.clear {
  clear : both;
}

div.separator {
  width: 100px;
  /*/ height: 25px; */
}

div.background {  
  background-image: url("images/backb.png");
  background-position: top center;
  background-repeat: no-repeat;
  min-width: 980px;
}

div.body {
  width: 980px;
  background-color: white;
  margin: auto;
}

div.header {
  height: 129px;
}

div.welcome {
  width: 500px;
  text-align: right;
  float: right;
  font-weight: bold;
  font-size: 13px;
  padding: 10px;
  padding-right: 20px;
  margin-top: 45px;
  color: #4D4D4D;
} 

div.header a.logo {
 float: left;
}

div.header-panel {
  height: 50px;
  width: 470px;
  float: right;
}

div.lang-switch {
  height: 15px;
  padding-top: 20px;
  padding-right: 20px;
  text-align: right;  
}

div.lang-switch img {
  border: solid 1px #4D4D4D;
  padding: 0px;
  margin: 0px;
}

div.lang-switch img.active {
  border: solid 1px #F7931E;
  padding: 0px;
  margin: 0px;
}

div.menu {
  height: 57px;
  background-color: black;
  clear: both;
}

div.menu ul {
  list-style-type: none;
  text-align: left;
  display: block;
  padding-left: 15px;
  background-image: url("images/menu2.png");
  background-repeat: no-repeat;
  height: 57px;
}

div.menu ul li {
  display: inline;
  color: white;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  display: block;
  height: 57px;
}

div.menu ul li a {
  display: block;
  margin-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
   font-weight: bold; 
}

div.menu ul li a:hover {
  color: #F7931E;
}

div.menu ul li.active {
  background-image: url("images/menu-item.png");
  background-position: top center;
  background-repeat: no-repeat;
}

div.menu ul li.active a {
  color: #F7931E;
}


div.banner {
  height: 170px;
  background-image: url("images/banner3.jpg");
  background-repeat: no-repeat;
}

div.banner-text {
  position: relative;
  left: 305px;
  top: 30px;
  width: 650px;
}

div.banner p {
  font-size: 12px;
  color: white;
  width: 450px;
  text-align: justify;
  margin: 0px;
  padding: 0px;
  line-height: 150%;
}

div.banner a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

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


div.banner h1 {
  font-size: 24px;
  color: #F7931E;
  font-weight: normal;
  text-align: justify;
  margin: 0px;
  padding: 0px;  
  margin-bottom: 10px; 
  background-image: url("images/banner-line.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 650px;
}

div.banner h1 strong {
  color: white;
  font-weight: bold;
}

div.content {
  /* background-image: url("images/banner-below.png");
  background-repeat: no-repeat;
  */
}

div.footer {
  background-color: black;
  padding-top: 10px;
}

div.footer-first {
  width: 200px;
  float: left;
  padding-left: 10px;
}

div.footer-second {
  width: 750px;
  float: left;
  color: white;
  font-size: 12px;
  padding-top: 7px;
  line-height: 130%;
}

div.footer-second a {
  font-weight: bold;
  text-decoration: none;
  color: #F7931E;  
}

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

div.footer-second ul {
  list-style-type: none;
  text-align: left;
  display: block;
}

div.footer-second ul li {
  display: inline;
  padding-left: 7px;
  padding-right: 3px;
  margin-right: 3px;
}

div.footer-second ul li.first {
  padding-left: 0px;
}

div.footer-second ul li a {
  color: white;
}

div.footer-second ul li.active a {
  color: #F7931E;
}


div.sub {
  height: 400px;
  background-color: blue;
}




div.empty {
  height: 110px;
}



div.c-path {
  font-size: 12px;
  color: #4D4D4D;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.c-path ul {
  list-style-type: none;
  text-align: left;
  display: block;
}

div.c-path ul li {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
}

div.c-path ul li a {
  color: #4D4D4D;
  text-decoration: none;  
}

div.c-path ul li a:hover {
  color: #4D4D4D;
  text-decoration: underline;  
}


div.c-main {
  background-image: url("images/c-main.gif");
  background-repeat: repeat-y;
}

div.c-main2 {
  background-image: url("images/c-home.gif");
  background-repeat: repeat-y;
}

div.c-home {
  background-image: url("images/c-home.gif");
  background-repeat: repeat-y;
}

div.c-vert {
  background-image: url("images/c-vert.gif");
  background-repeat: repeat-y;
  background-position: top center;
}

div.c-vert div.left {
  float: left;
  width: 49%;
}

div.c-vert div.right {
  float: right;
  width: 49%;
}


div.c-left {
  width: 280px;
  float: left;  
}

div.c-right {
  width: 695px; /* 690 */
  float: right;
}

div.c-inright {
  width: 240px;
  float: right;
}

div.c-inleft {
  width: 450px;
  float: left;
}

div.c-in {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

div.c-inl {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 10px;
}

div.c-inr {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 10px;
}


div.c-in p {
  text-align: justify;
  font-size: 12px;
  line-height: 135%;
  color: #4D4D4D;
  padding: 0px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 7px;
  margin-bottom: 0px;
}

div.c-in strong {
  text-align: justify;
  font-size: 12px;
  line-height: 135%;
  color: #4D4D4D;
  font-weight: bold;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 7px;
  margin-bottom: 0px;
}

div.c-in strong.strong2 {
  text-align: justify;
  font-size: 12px;
  line-height: 135%;
  color: #F7931E;
  font-weight: bold;
  padding: 0px;
  margin-left: 0px;
  margin-right: 7px;
  margin-top: 7px;
  margin-bottom: 0px;
}


div.c-in h2 {
  text-align: justify;
  font-size: 18px;
  font-weight: bold;
  color: #F7931E;
  padding: 0px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 15px;
  margin-bottom: 2px;
}

div.c-in h3 {
  text-align: justify;
  font-size: 12px;
  color: #4D4D4D;
  padding: 0px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hinput {
  visibility: hidden;
  display: none;
}

div.c-inc h3 {
  text-align: justify;
  font-size: 14px;
  color: #4D4D4D;
  padding: 0px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 30px;
  margin-bottom: 0px;
}

div.c-in h2.c-newsdate {
  text-align: justify;
  font-size: 12px;
  font-weight: bold;
  color: #4D4D4D;
  padding: 0px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: 20px;
  margin-bottom: 2px;
  float: right;
  
}

div.clear-div {
  font-size: 0px;
  height: 0px;
  clear: both;
}

div.c-in hr {
  margin: 0px;
  padding: 0px;
  background-image: url("images/c-line.gif");
  background-repeat: repeat-x; 
  border-width: 0px;  
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  clear: both;
  border: solid 0px silver;
  font-size: 0px;
}

div.c-in hr.h2 {
  margin: 0px;
  padding: 0px;
  background-image: url("images/c-line.gif");
  background-repeat: repeat-x;  
  border-width: 0px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 7px;
  clear: both;
  font-size: 0px;
}

div.c-in input {
  width: 156px;
  height: 22px;
  color: #4D4D4D;
  background-image: url("images/c-edit.png");
  background-repeat: no-repeat; 
  border: solid 0px white;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}

div.c-in textarea {
  width: 156px;
  height: 117px;
  color: #4D4D4D;
  background-image: url("images/c-area.png");
  background-repeat: no-repeat; 
  border: solid 0px white;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  overflow: auto;
}

div.c-in input.check {
  width: 17px;
  height: 17px;
  color: #4D4D4D;
  background-image: url("images/c-check2.png");
  background-repeat: no-repeat; 
  border: solid 0px white;
  padding: 0px;
  margin: 0px;
  padding: 2px;
  font-size: 12px;
  overflow: auto;
  /* border: solid 1px transparent; */
  /*
  border: none;
  background-color: transparent;
  background-attachment: fixed;
  */
/*  margin-left: 15px; */
}

div.c-in input.button {
  width: 96px;
  height: 22px;
  color: white;
  background-image: url("images/c-button.png");
  background-repeat: no-repeat; 
  border: solid 0px white;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

td.center {
  text-align: center;
}

div.c-in div.envelope {
  width: 65px;
  height: 70px;
  float: left;
  margin-right: 7px;
  background-image: url("images/c-envelope.png");
  background-repeat: no-repeat;
  background-position: center center;
}

div.c-in div.phone {
  width: 65px;
  height: 45px;
  float: left;
  margin-right: 7px;
  background-image: url("images/c-phone.png");
  background-repeat: no-repeat;
  background-position: center center;
}

div.c-in a {
  color: #F7931E;
  font-weight: bold;
  text-decoration: none;
}

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

img.ref {
  padding: 20px;
}

div.c-in ul,ol {
  padding: 0px;
  margin: 0px;
  margin-left: 30px;
  font-size: 12px;
  color: #4D4D4D;
  text-align: justify;
  margin-right: 10px;
  margin-bottom: 15px;
  padding-top: 2px;
}

div.c-in ul li,ol li {
  padding-top: 2px;
}


div.c-in a.sub {
  color: #4d4d4d;
  /* font-weight: normal; */
}

div.c-in h3 a {
  color: #4d4d4d;
}

div.c-in p.right {
  text-align: right;
}

div.c-in p.center {
  text-align: center;
}

div.c-in p.title {
  font-size: 14px;
}




div.c-in table strong {
  margin: 0px;
  padding: 0px;
}

img.thubmain {
  width: 120px;
  height: 50px;
}

img.alignleft {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

img.alignright {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: right;
}


div.s-1 {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 7px;
  background-image: url("images/m-bluetooth.png");
  background-repeat: no-repeat;
  background-position: center center;
}

div.s-2 {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 7px;
  background-image: url("images/m-applications.png");
  background-repeat: no-repeat;
  background-position: center center;
}

div.s-3 {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 7px;
  background-image: url("images/m-internet.png");
  background-repeat: no-repeat;
  background-position: center center;
}

div.s-4 {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 7px;
  background-image: url("images/m-content.png");
  background-repeat: no-repeat;
  background-position: center center;
}


ul.sitemap {
  list-style-type: none;  
  margin: 0px;
  padding: 0px;
}

ul.sitemap ul {
  list-style-type: none;  
  margin: 0px;
  padding: 0px;
  margin-left: 30px;
}

ul.sitemap li {
  margin-left: -15px;
  margin-top: 3px;
  padding: 0px;
}



ul.nice {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.nice li {
  padding: 0px;
  margin-top: 4px;
  margin-left: -35px;
  margin-right: 0px;
}

span.date {
  color: #F7931E;
  font-size: 11px;
} 



p.smallnote {
  margin: 0px;
  padding: 0px;
  color: red;
  
}


a.refilink {
  display: block;
  padding: 3px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: 0px center;
  margin-bottom: 3px;
  text-align: left;
  font-size: 11px;
  font-weight: 100;
}

a.ref_mobile {
  background-image: url("images/mobile.png");
}

a.ref_facebook {
  background-image: url("images/facebook.png");
}

a.ref_internet {
  background-image: url("images/internet.png");
}

a.ref_unknown {
  background-image: url("images/unknown.png");
}


div.imgroup {
  width: 500px;
  padding: 5px;
  margin-top: 10px;
}

div.imgroupr {
  width: 500px;
  padding: 5px;
  margin-top: 10px;
  float: right;
}

h3#imtitle {
  color: #F7931E;
  font-size: 14px;
}

div.inimob { background-image: url("images/i_mobile.png"); }
div.inifac { background-image: url("images/i_facebook.png"); }
div.iniint { background-image: url("images/i_internet.png"); }

div.indiv {
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  width: 60px;
  height: 70px;
}

div.indivr {
  background-image: url("images/i_mobile.png");
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  width: 60px;
  height: 70px;
}

div.incnt {
  width: 435px;
  float: right;
}

div.incntr {
  width: 435px;
  float: left;
}

a#gray {
  color: #4d4d4d;
}


td.mainview_img {
  width: 33%;
  height: 70px;
  text-align: left;
  vertical-align: center;
  color: #F7931E;
  font-weight: bold;
  font-size: 16px;
  padding-left: 95px;
  background-repeat: no-repeat;
  background-position: 30px center;
}

td.img_mobile {
  background-image: url("/images/i_mobile.png");
}

td.img_facebook {
  background-image: url("/images/i_facebook.png");
}

td.img_internet {
  background-image: url("/images/i_internet.png");
}

td.mainview_cnt p.highlight {
  color: #4d4d4d;
  border: solid 1px #DdDdDd;
  padding: 5px;
  background-color: #FDFDFD;
}

td.mainview_cnt a {
  display: block;
  width: 196px;
  height: 18px;
  background-image: url("/images/b-button.png");
  background-repeat: none;
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
  margin-left: 40px;
  margin-top: 5px;
}



td.mainview_cnt {
  width: 33%;
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}

td.mainview_cnt h3 {
  display: inline;
}

td.mainview_cnt ul.ul1 {
  font-size: 11px;
  margin-bottom: 5px;
  padding-left: 0px;
  margin-left: 38px;
}

td.mainview_cnt ul.ul2 {
  font-size: 11px;
  margin-bottom: 5px;
  padding-left: 0;
  margin-left: 48px;
}

td.mainview_cnt ul.ul3 {
  font-size: 11px;
  margin-bottom: 5px;
  padding-left: 0;
  margin-left: 28px;
}

table.mainview_tbl {
  width: 98%;
}

div.contact-div2 {
  margin: 0px;
  padding: 0px;
}



div.contact-div p, div.contact-div2 p {  
  line-height: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  padding-top: 4px !important;
}

.orangebold {
  color: #F7931E !important;
  font-weight: bold;
}


h3.h3mobile {
  background-image: url("images/mobile.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 20px !important;  
}

h3.h3facebook {
  background-image: url("images/facebook.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 20px !important;  
}

h3.h3internet {
  background-image: url("images/internet.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 20px !important;  
}

a.facebooklink {
  display: table-cell;
  background-image: url("images/facebook.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 20px !important;  
  padding-right: 5px !important;  
  margin-top: 15px;
  color: #4d4d4d !important;
  /* width: 150px; */
  float: right;
  font-size: 12px;
}