html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
}

.purpled {
  color: #cc0033;
}

.grayed {
  color: #5d5e62;
}

.lightgrayed {
  color: #dadada;
}

div#logo {
  background-image: url(/img/logo.gif);
  width: 115px;
  height: 35px;
  position: absolute;
  left: 50%;
  margin-left: 325px;
  top: 40px;
  background-repeat: no-repeat;
}

div#imgcontainer {
  width: 600px;
  height: 400px;
  left: 50%;
  position: absolute;
  margin-left: -300px;
  top: 40px;
  text-align: center;
}

div#imgcontainer img.rect {
  border: 1px solid gray; 
}

.button {
  height: 17px;
  width: 56px;
  margin-right: 12px;
  float: left;
  font-weight: bolder;
  color: #202020;
  text-align: center;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  cursor: pointer;
}

.button a {
  color: #202020;
  text-decoration: none;
}

.purplebg {
  background-color: #cc0033;
}

.graybg {
  background-color: #5d5e62;
}

div#footer {
  width: 100%;
/*  height: 320px; */
  background-color: #202028;
  background-repeat: no-repeat;
  background-image: url(/img/footer_bg.gif);
  background-position: 100% 0%;
/*  position: absolute;*/
/*  border: 1px solid red; */
  min-height: 200px;
  border-top: 1px solid white;
  margin-bottom: 30px;
  top: 450px;
}

div#rightcol_container {
  height: 440px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 320px;
}

div#rightcol {
  width: 235px;
  bottom: 0px;
  left: 50px;
  position: absolute;
}

div#rightcol .item {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #202020;
  border-left: 1px solid #5d5e62;
  margin-top: 10px;
  padding-left: 10px;

}

div#rightcol .light {
  color: #c1c1c2;
  border-left-color: #c1c1c2;
}

div#maincontainer {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #202028;
}

div#basecontainer {
  width: 100%;
  height: 480px;
  background-color: white;
}

div#bottom_menu {
  position: absolute;
  bottom: 0px;
  left: 40px;
  height: 17px;
  width: 500px;
  bottom: 0px;
}

div#categories {
  position: absolute;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 25px;
  color: #666666;
  bottom: 50px;
}

div#categories div.item {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

div#categories div.item a {
  font-size: 11px;
  margin-right: 3px;
  color: #666666;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

div#categories div.item a.title {
  font-size: 13px;
  margin-right: 15px;
}

div#categories table{
  border: 0px;
}

div#categories table tr td {
  border: 0px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  color: #666666;
}

div#categories table tr td h3{
  font-size: 13px;
  margin-top: 13px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #666666;
}

div#categories div.cols{
  float: left; 
  /*width: 33%; */
  margin-right: 10px;
}

div#categories div.cols div.item a.selected {
  color: #cc0033;
}

div#categories div.cols div.item a:hover {
  color: #cc0033;
}

a {
  color: #202020;
  text-decoration: none;
}

div#menu_portfolio {
  background-image: url(/img/menu_portfolio.gif);
}

div#menu_portfolio_hl {
  background-image: url(/img/menu_portfolio_hl.gif);
}

div#menu_clients {
  background-image: url(/img/menu_clients.gif);
}

div#menu_clients_hl {
  background-image: url(/img/menu_clients_hl.gif);
}

div#menu_about {
  background-image: url(/img/menu_about.gif);
}

div#menu_about_hl {
  background-image: url(/img/menu_about_hl.gif);
}

div#menu_contact {
  background-image: url(/img/menu_contact.gif);
}

div#menu_contact_hl {
  background-image: url(/img/menu_contact_hl.gif);
}

/*
div#pagination {
  width: 600px;
  height: 30px;
  left: 50%;
  position: absolute;
  margin-left: -300px;
  top: 445px;
  text-align: right;
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}
*/
div#pagination {
  width: 100%;
  height: 20px;
  left: 0px;
  margin-left: 40px;
  position: absolute;
  bottom: 18px;
  text-align: left;
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

div#pagination a.selected {
  color: #cc0033;
}

div#pagination a:hover {
  color: #cc0033;
}

div#pagination a {
  font-size: 11px;
  margin-right: 3px;
  color: #666666;
  text-decoration: none;
  font-family: Arial, sans-serif;
}



