/* general settings */

* {
  padding: 0;
  margin: 0;
}

body {
  text-align: center;
  background-color: #F6FFED;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 76%;
  color: #666666;
}

p {
  margin-top: 10px;
}

h1 {
  font-size: 1.4em;
  font-weight: normal;
  color: #990099;
}

h2 {
  font-size: 1.2em;
  margin: 10px 0;
  font-weight: normal;
}

ul {
  padding-left: 30px;
  margin-top: 8px;
}

a:link, a:visited {
  color: #CC6666;
  text-decoration: underline;
}

a.external {
  background: url(images/external_link.gif) no-repeat right top;
  padding-right: 10px;
}

a:hover {
  color: #FFCC99;
  text-decoration: underline;
}

.clear {
  clear: both;
}

/* wrapper for the whole page */

#wrapper {
  background-color: #FFFFEE;
  text-align: left;
  width: 750px;
  margin: 0 auto;
  border: 1px solid #CCCC99;
}

/* page header */

#header {
  background: url(images/head-background.gif) no-repeat top left;
  text-align: center;
}

#header img {
  margin: 10px 0 10px 5px;
}

/* main navigation */

#navigation {
  float: left;
  width: 25%;
}

#navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#navigation li {
  padding: 5px 0;
  border-bottom: 2px dashed #CCCC99;
}

#navigation a {
  display: block;
  padding-left: 26px;
  text-decoration: none;
  color: #33CC66;
}

#navigation a:hover {
  background: url(images/hover_link.gif) center left no-repeat;
}

#navigation ul li ul li {
  padding: 1px 0;
  margin: 5px 0;
  border-bottom: none;
}

#navigation ul li ul {
  margin-left: 26px;
}

#home #navigation .home,
#contactus #navigation .contactus,
#webdevelopment #navigation .webdevelopment,
#designphilosopy #navigation .designphilosopy,
#dynamiccontent #navigation .dynamiccontent,
#dbprog #navigation .dbprog {
  background: url(images/highlight_link.gif) center left no-repeat;
  cursor: default;
}

/* content area */
#content {
  width: 74%;
  float: right;
}

#content_inner {
  padding: 5px 10px 0 10px;
}

/* page footer */

#footer {
  margin-top: 30px;
  border-top: 2px dashed #CCCC99;
  color: #AAAA77;
  padding: 3px 0 3px 0;
}

#footer span {
  padding: 0;
  border: 0;
  margin-left: 20px;
}

#footer a:link, #footer a:visited {
  color: #AAAA77;
}

#footer a:hover {
  color: #CC3333;
}

/* company details */

#reg_details {
  font-size: 0.8em;
  margin-top: 90px;
}

