
* {
  font-family: sans-serif;
  font-size: 10pt;
}

body {
  background-color: #dcdad7;
}

table {
  border-collapse: collapse;
}

p {
  line-height: 18pt;
  text-indent: 12pt;
}

div {
    display: table;
}

table, td, th, dl, dd, dt, p, li {
  margin: 0;
  padding: 0;
}

th, dt {
  font-weight: bold;
  text-align: left;
}

div#contact, div#introduction {
  background-color: #aea9a1;
}

div#contact a, div#introduction a,  div#contact .phonenumber{
    color: #2a64c4;
    font-weight: bold;
}

div#content, h1 {
  width: 950px;
}

div#content p, div#content ul {
  background-color: white;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 5pt;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0px;
}



div#hardware-list-wrapper {
    background-color: white;
    background:  url("../interface/hardware-list-bg.png") repeat-x;
    display: block;
    height: 138px;
    margin-left: 25px;
    margin-top: 25px;
    margin-right: 25px;
    overflow: scroll;
    width: 900px;
}

table#hardware-list tr td {
    padding-left: 20px;
}

table#hardware-list img {
    max-width: 150px;
    border: 1px solid black;
    cursor: pointer;
}

#hardware-detail {
    padding-left: 25px;
}

div#content {
    background: url("../interface/contentbg.png") no-repeat;
}

body#hardware div#content {
  background: url("../interface/hardware-content-bg.png") no-repeat;
}

div#content div#introduction {
  background: url("../interface/introduction.png") no-repeat;
  font-size: 0px;
  height: 150px;
  width: 950px;
  
  }
  
  div#content div#introduction p {
   /*
    * text version of introduction text
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    */
    display: none;
  }

h1 {
  display: table;
  height: 137px;
  width: 950px;
  background: url("../interface/title.png") no-repeat;
  padding: 0px;
  margin: 0px;
  }
  h1 span {
    display: none;
  }

div#contact {
  display: table;
  margin-left: 25px;
  margin-right: 25px;
  padding: 25px;
  width: 850px;
}

div#contact td, div#contact dd {
  line-height: 16pt;
}

div#contact table#phone,
div#contact dl#address,
div#contact table#email {
  float: left;
}

table#phone td, 
dl#address dd address,
table#email td, table#email td a {
  padding-right: 18px;
  font-size: 10pt;
}

img#hardware-display {
    border: 1px solid silver; 
    padding: 5px; 
    margin: 25px;
    float: left;
}

div.hardware-detail {
    display: none;
    margin: 25px;
}

div#hardware-content-wrapper {
    background-color: white;
    display: table;
    margin-left: 25px;
    margin-right: 25px;
    width: 900px;
}

div.hardware-detail p {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

div.hardware-detail table tr th {
    padding-top: 10px;
}

div.hardware-detail table tr td {
    vertical-align: top;
    padding-top: 5px;
    padding-left: 10pt;
}


ul#main-menu {
  background: url("../interface/menubg.png") no-repeat;
  display: table;
  height: 50px;
  margin: 0px;
  padding: 0px;
  width: 950px;
  }
  
  ul#main-menu li {
    display: none;
  }


#navigation {
    background: url("../interface/menubg.png") no-repeat;
    width: 950px;
    height: 50px;
    display: table;
    margin: 0;
    padding: 0;
    padding-left: 25px;
}

#navigation li {
    float: left;
    list-style: none;
}

#navigation li a {
    height: 38px;
    display: block;
    font-size: 0;
}

#navigation li.start a {
    width: 113px;
}

#navigation li.szabad a {
    width: 137px;
}

#navigation li.hardware a {
    width: 100px;
}

#navigation li.contact a {
    width: 113px;
}


body#start #navigation li.start a {
    background: url("../nav_start/images/nav_start.png") no-repeat;
}
body#start #navigation li.szabad a {
    background: url("../nav_start/images/nav_szabad.png") no-repeat;
}
body#start #navigation li.hardware a {
    background: url("../nav_start/images/nav_tech.png") no-repeat;
}
body#start #navigation li.contact a {
    background: url("../nav_start/images/nav_contact.png") no-repeat;
}

body#szabad #navigation li.start a {
    background: url("../nav_szabad/images/nav_start.png") no-repeat;
}
body#szabad #navigation li.szabad a {
    background: url("../nav_szabad/images/nav_szabad.png") no-repeat;
}
body#szabad #navigation li.hardware a {
    background: url("../nav_szabad/images/nav_tech.png") no-repeat;
}
body#szabad #navigation li.contact a {
    background: url("../nav_szabad/images/nav_contact.png") no-repeat;
}

body#hardware #navigation li.start a {
    background: url("../nav_tech/images/nav_start.png") no-repeat;
}
body#hardware #navigation li.szabad a {
    background: url("../nav_tech/images/nav_szabad.png") no-repeat;
}
body#hardware #navigation li.hardware a {
    background: url("../nav_tech/images/nav_tech.png") no-repeat;
}
body#hardware #navigation li.contact a {
    background: url("../nav_tech/images/nav_contact.png") no-repeat;
}

body#contact #navigation li.start a {
    background: url("../nav_contact/images/nav_start.png") no-repeat;
}
body#contact #navigation li.szabad a {
    background: url("../nav_contact/images/nav_szabad.png") no-repeat;
}
body#contact #navigation li.hardware a {
    background: url("../nav_contact/images/nav_tech.png") no-repeat;
}
body#contact #navigation li.contact a {
    background: url("../nav_contact/images/nav_contact.png") no-repeat;
}

