html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
  margin:0;
  padding:0;
}

html {
 overflow: -moz-scrollbars-vertical;
 overflow-y: scroll;
}

img,body,html{
  border:0;
}

body{
  background-color: #000000;
  color: #ffffff;
}

a{
  color: white;
}

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

.inner{
  width: 1000px;
  text-align: left;
  margin: 0 auto 0 auto;
  height: 100%;
  overflow: visible;
  padding-left: 10px;
}

#topBorder{
  height: 8px;
  background-image: url(images/topBorder.png);
  background-repeat: repeat-x;
  overflow: hidden;
}

#top{
  height: 132px;
  text-align: center;
}

#top .inner{
  background-image: url(images/top-right.png);
  background-repeat: no-repeat;
}

#top .left{
  float: left;
  margin-left: -250px;
  height: 100%;
  width: 250px;
  background-image: url(images/top-left.png);
  background-position: top right;
  background-repeat: no-repeat;
}

#login{
  float: right;
  width: 84px;
  height: 25px;
  background-image:url(images/loginTab.png);
  background-repeat: no-repeat;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  cursor: pointer;
  margin-top: -132px;
}

#logo{
  float: left;
  background-image: url(images/dtech.png);
  background-repeat: no-repeat;
  height: 83px;
  width: 424px;
  margin: 36px 0px 0px 5px;
}

#buttons{
  float: left;
  margin-top: 7px;
  margin-left: 70px;
  width: 470px;
}

.button{
  float: left;
  padding: 60px 20px 0px 20px;
  height: 65px;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

div.button:hover{
  background-image: url(images/tabHover.png);
  background-repeat: repeat-x;
  background-position: bottom center;
}

.spacer{
  float: left;
  background-image: url(images/tabSeparator.png);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 2px;
  height: 125px;
}

#middle{
  height: 312px;
  text-align: center;
  background-image: url(images/background.png);
  background-repeat: repeat-x;
}

#middle .inner{
  padding-top: 6px;
  height: 306px;
}

#content{
  width: 450px;
  margin: 25px 0px 0px 0px;
}

.c1{
  font-size: 20px;
  padding-bottom: 15px;
}

.c2{
  font-size: 13px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 20px;
}

.c2 p{
  margin-bottom: 10px;
}

#blocks{
  float: right;
  position: relative;
  top: 253px;
  right: 626px;
  background-image: url(images/blocks.png);
  background-repeat: no-repeat;
  width: 174px;
  height: 40px;
}

#blocks2{
  float: right;
  position: relative;
  right: 360px;
  background-image: url(images/blocks2.png);
  background-repeat: no-repeat;
  width: 197px;
  height: 187px;
}

#bottom{
  text-align: center;
  height: 500px;
}

#bottom .inner{
  background-image: url(images/bottom-right.jpg);
  background-repeat: no-repeat;
}

#bottom .left{
  float: left;
  margin-left: -250px;
  height: 100%;
  width: 250px;
  background-image: url(images/bottom-left.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}


#news{
  padding-top: 30px;
  overflow: hidden;
}

#news h1{
  font-size: 22px;
  margin-bottom: 7px;
}

#news h2{
  font-size: 10px;
  color: gray;
  margin-bottom: 4px;
}

#news p{
  font-size: 12px;
  line-height: 20px;
}

#news img{
  width: 230px;
  height: 150px;
  border: 1px solid green;
}

#copyright{
  font-size: 11px;
  margin-top: 30px;
  color: #CCCCCC;
  font-family: Arial,Helvetica,sans-serif;
}

#box{
  float: right;
  position: relative;
  top: -300px;
}

#box .top{
  background-image: url(images/boxTop.png);
  background-repeat: no-repeat;
  height: 55px;
}

#box .top img{
  margin-left: 25px;
  margin-top: 28px;
}

#box .section{
  background-image: url(images/boxBackground.png);
  background-repeat: repeat-y;
  padding-left: 18px;
  padding-right: 18px;
}

#box .section .sub{
  padding-bottom: 10px;
}

#box .section .sub .top{
  background-image: url(images/subSectionTop.png);
  background-repeat: no-repeat;
  font-size: 0;
}

#box .section .sub .header{
  padding: 0px 0px 0px 10px;
  cursor: pointer;
}

#box .section .sub .header img{
  float:left;
  margin: 0px 0px 0px 0px;
}

#box .section .sub .header .descript{
  margin-left: 60px;
}

#box .section .sub .header .title{
  font-size: 14px;
  font-weight: bold;
}

#box .section .sub .header .short{
  font-size: 12px;
}

#box .section .sub .content{
  padding: 0px 10px 0px 10px;
  font-size: 12px;
}

#box .section .sub .content p{
  line-height: 1.3em;
  padding-top: 10px;
}

#box .section .sub .content img{
  display: block;
  margin: 0 auto 0 auto;
}

#box .section .sub .header, #box .section .sub .content{
  background-image: url(images/subBackground.png);
  background-repeat: repeat;
  background-position: left center;
}

#box .section .sub .bottom{
  background-image: url(images/subSectionBottom.png);
  background-repeat: no-repeat;
  background-position: top;
  font-size: 0;
}

#box .section div.sub:hover .top{
  background-image: url(images/subSectionTopHover.png);
}

#box .section div.sub:hover .header, #box .section div.sub:hover .content{
  background-image: url(images/subBackgroundHover.png);
}

#box .section div.sub:hover .bottom{
  background-image: url(images/subSectionBottomHover.png);
}

#box #bottom{
  background-image: url(images/boxBottom.png);
  background-repeat: no-repeat;
  height: 52px;
}
/*******************************************************************************
                                TABLES
*******************************************************************************/
.skills-table
{

}
.skills-section
{
  padding-top: 20px;
  text-decoration: underline;
}
th
{
  font-size: 20px;
}
.col1
{
  text-align: left;
  width: 70%;
}
.col2
{
  text-align: center;
  width: 30%;
}
/*******************************************************************************
                                LISTS
*******************************************************************************/
li {
    margin-left:20px;
}