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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, uxl, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: top; /* baseline; */
   background: transparent;
}

ol, ul {
   list-style: none;
}

blockquote, q {
   quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}

/* remember to define focus styles! */
:focus {
   outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
   text-decoration: none;
}

del {
   text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
 table {
   border-collapse: collapse;
   border-spacing: 0;
}

/* ============================== Reset Ends ========================================= */

html {
   overflow-y: scroll; /* stop firefox scroll bar jmp */
}

body {
   background: #d0d0d0;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   color: #333333;
   line-height: 1.25;
}

div#all {
   margin: 0px auto;
   text-align: left;
   width: 990px;
}

div#topBorder {
   background-image: none;
   height: 0px;
   margin: 0;
}

div#midBorder {
   background-image: none;
   background-repeat: repeat-y;
/*   width: 1078px;*/
}

div#botBorder {
   background-image: none;
   width: 1078px;
/*   height: 0px;*/
}

div#header {
   margin: 0;
   height: 200px;
   width: 990px;
   z-index: -1;
}

#headerRight {
   background: transparent url(dz.png) no-repeat;
   width: 500px;
   height: 200px;
   margin: 10px 40px 0px 0;
   float: right;
}

div#headerLeft {
   background: transparent no-repeat;
   width: 400px;
   height: 200px;
   margin: 10px 0 0 40px;
   float: left;
}

div#page {
   margin: 0 0 0 0;
   width: 985px;
   z-index: 5;
}

div#menu {
   float: left;
   /*position: absolute;*/
   width: 230px;
   /*height: 700px;*/
   padding: 20px 0px 0px 0px;
}

div#content {
   background: #eeeeee 0 0 fixed;
   margin: 10px 0 0 0;
   float: right;
   width: 750px;
}

div#foot {
   border-top: solid 1px black;
   clear: both;
   text-align: center;
   font-size: 60%;
}

/* ============================= Menu ============================================ */

div#menu a {
   display: block;
   font: bold 80% sans-serif;
   padding: 5px 0px 5px 10px;
   text-decoration: none;
   color: #000;
}

div#menu a:hover {
   background: #a0a0a0;
   color: #000000;
}

div#menu a#main {
   border-top: solid black 1px;
   border-bottom: solid black 1px;
}

div#menu a#main:hover {
   background: transparent 0 0 fixed;
}

div#menu a#sub {
/*   border-bottom: solid black 1px;*/
}

div#menu a#sub:hover {
   background: transparent 0 0 fixed;
}

div#topMenu {
   background: #d0d0d0;
   padding: 6px 0px 0px 5px;
   border-bottom: 1px solid black;
}

div#topMenu a.pagetab {
   background: #d0d0d0;
   font: bold 80% sans-serif;
   padding: 5px 10px 4px 10px;
   border-top: solid black 1px;
   border-left: solid black 1px;
   border-right: solid black 1px;
   text-decoration: none;
   color: #303030;
}

div#topMenu a.pagetab:hover {
   background: #eee;
   color: #333333;
}

div#topMenu a.selected {
   background: #eee;
   padding: 5px 10px 5px 10px;
   color: #333333;
}

/* ============================================ page ====================================== */

h1, h2, h3, h4, h5, h6 {
   color: #000000;
   font-weight: 900;
   margin: 0 0 10px 15px;
}

h1 { 
   font-size: 120%;
}

h2, h3, h4 {
   font-size: 100%;
}

h5 { 
   font-size: 80%;
}

h6 { 
   font-size: 70%;
}

a:link, a:visited {
   color: #000080;
   text-decoration: none;
}

a:hover {
   color: #a00000;
   text-decoration: underline;
}

p {
   margin: 15px;
   color: #000000;
}

li {
   margin: 0 0 0 -30px;
}

/* ========================== sub pages ================================= */

div#mywork {
   display: block;
}

div#girling {
   display: none;
}

div#hardware {
   display: none;
}

div#software {
   display: none;
}
