/*******************************************************
** Title........: Screen Cascading Style Sheet
** Filename.....: screen.css
** Author.......: Loren Dias
** Website......: TheComputerDoctor
*******************************************************/
/* Page Values                                        */

* {
  margin: 0 auto;
  padding: 0;
}


html {
  height: 100%;
  min-width: 700px;
}

body {
  margin: 0;
  background: #A9C6FF url('../images/templateGradiant.png') repeat-x;
  text-align: center;
  font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
  font-size: 1em;
}

div {
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
}

h3 {
  font-size: 1.2em;
}

p {
  margin: 0 0 10px 0;
  font-size: 0.8em;
}

img {
  border: 0;
}

input, textarea {
  margin: 0;
  padding: 0;
  padding: 2px;
  border: 1px solid #000;
}



a:link, a:active, a:visited {
  font-size: 0.9em;
  color: #000000;
  text-decoration: underline;
}

a:hover {
  font-size: 0.9em;
  color: #AAAAAA;
  text-decoration: underline;
}

/* END Page Values                                    */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Universe (Level 1)                                 */

#universe {
  margin: 40px 50px 42px 50px;
  padding: 0;
  min-width: 740px;
  background: #FFF;
  border-top: 2px solid #122763;
  border-right: 2px solid #122763;
  border-bottom: 2px solid #122763;
  border-left: 2px solid #122763;
  text-align: center;
}

/* END Universe (Level 1)                             */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Universe (Level 2)                                 */

#worldHeader {
  margin: 0;
  padding: 0;
  top: -42px;
  position: relative;
}

#worldNavigation {
  margin: 0 0 0 0;
  height: 25px;
  color: #000;
  top: -42px;
  position: relative;
  border-bottom: 1px solid #BBB;
  text-align: center;
  font-weight: bold;
}

    #worldNavigation a:link, #worldNavigation, #worldNavigation a:visited, #worldNavigation a:active {
      font-size: 1em;
      color: #333;
      text-decoration: none;
    }

    #worldNavigation a:hover {
      color: #000;
      text-decoration: underline;
    }

#worldBody {
  margin: 0;
  padding: 40px;
  top: -42px;
  position: relative;
  text-align: left;
}

    #worldBody div {
      margin: 20px 0 20px 0;
      text-align: left;
    }

    #worldBody table {
      margin: 20px 0 20px 0;
      text-align: left;
    }

#worldCopyright {
  height: 2.5em;
  /*left: 0;
  bottom: 0;*/
  color: #999;
  /*position: relative;*/
  font-size: 0.6em;
  background: #EFEFEF;
  line-height: 2.5em;
  text-align: center;
}

    #worldCopyright a:link, a:active, a:visited {
      color: #999;
      text-decoration: none;
    }

    #worldCopyright a:hover {
      color: #000;
      text-decoration: underline;
    }

/* END Universe (Level 2)                             */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Upgrades                                           */

#memory, #harddrive, #windowsos, #appleos {
  clear: both;
}

#memory ul, #harddrive ul, #windowsos ul, #appleos ul {
  list-style-type: none;
  /* display: inline; */
}

#memory ul li, #harddrive ul li, #windowsos ul li, #appleos ul li {
  padding: 10px;
  /* float: left; */
  text-align: left;
}

/* END Upgrades                                       */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Networks                                           */

#networkList {
  margin: 0;
  padding: 10px;
}

    #networkList img {
      margin: 0;
      padding: 10px;
    }

/* END Networks                                       */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Contact Us                                         */


#contactForm {
  margin: 0;
  padding: 0;
  width: 500px;
  height: 250px;
  list-style-type: none;
}

    #contactForm li {
      margin: 3px 0 3px 0;
      padding: 0;
      text-align: left;
      vertical-align: top;
      float: left;
    }

    #contactForm .column1 {
      width: 125px;
      color: #3760A6;
      letter-spacing: 1px;
      font-size: 1.1em;
      font-style: italic;
      font-family: tahoma, arial;
    }

    #contactForm .column2 {
      width: 350px;
    }

        #contactForm .column2 input {
          width: 240px;
          padding: 4px;
          color: #15B215;
          border: 1px solid #3760A6;
          font-size: 0.8em;
          /*font-family: verdana, arial;*/
          font-weight: bold;
          font-family: tahoma, verdana, arial;
        }

        #contactForm .column2 textarea {
          width: 340px;
          padding: 4px;
          color: #15B215;
          border: 1px solid #3760A6;
          font-size: 0.8em;
          font-weight: bold;
          font-family: verdana, arial;
        }

        #contactForm .column2 #Send {
          width: 52px;
          height: 20px;
          font-size: 1em;
          background: transparent !important;
        }
    /* END .column2 */

/* END Contact Us                                     */
/* :::::::::::::::::::::::::::::::::::::::::::::::::: */