﻿body 
{
	margin: 0px;
	width:100%;
	background: #d1d9d9;
	color: #394c00;
}

div#bannerTop 
{
	width:800px;
	height: 130px;
	z-index: 1020;
	background: url(images/bg1.png) top repeat-x;
}

div#bottom 
{
	width:100%;
	height: 27px;
	z-index: 1020;
	background: url(images/DigitalRod.png) top repeat-x;
}

div#designer 
{
    float:right;
    font-size:9px;
	z-index: 1020;
}

div#body {
	width:800px;
	position:relative;
	z-index: 1020;
	display:inline-block;
	background: url(images/bg2.png) no-repeat;
}

td#left {
	background: url(images/bg1.png) top repeat-x;
}

td#rod1 {
	width: 17px;
	z-index: 1020;
	background: url(images/rod1.jpg) repeat-y;
}

td#central {
	width: 800px; 
}

div#center {
	width:800px;
	position:fixed;
	z-index: 1020;
}

td#rod2 {
	width: 17px;
	z-index: 1020;
	background: url(images/rod2.jpg) repeat-y;
}

td#right 
{
	background: url(images/bg1.png) top repeat-x;
}

image#logo 
{ 
    float:left;
}
    
ul.navbar 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  position:relative;
  top: 10px;
  left: 5px;
  width: 140px }
ul.navbar li 
{
  text-align:center;
  background: #394c00;
  margin: 5px 0;
  padding: 5px;
  border-left: 8px solid #00cc66;
  border-right: 8px solid #00cc66 }
ul.navbar a {
  text-decoration: none }
  
ul.services 
{
  list-style-type:circle;
  padding: 0;
  margin: 0;
  position:relative;
  top: 2px;
  left: 10px;
  width: 120px }
ul.services li 
{
  text-align:left;
  margin: 1px 0;
  padding: 1px;
}
ul.services a {
  text-decoration: none }
  
  
a:link {
  color: #cc9900 }
a:visited {
  color: #cc9900 }
address {
  margin-top: 8px;
  padding-top: 8px;
  border-top: thin dotted }

div.text1 
{
    display:inline-block;
  position:relative;
  text-align:justify;
  color: #394c00;
  background: White;
  margin: 5px 0;
  padding: 5px;
  border-left: 5px solid #aaaaaa;
  border-right: 5px solid #aaaaaa;
  border-top:  5px solid #aaaaaa;
  border-bottom:5px solid #aaaaaa;
}
div.text1 a {
  text-decoration: none }
div.text1 a:link {
  color: #6655f7 }
div.text1 a:visited {
  color: #6655f7 }

div.text2
{
  position:relative;
  text-align:justify;
  color: #394c00;
  background:White;
  margin: 5px 0;
  padding: 5px;
  border-left: 5px solid #aaaaaa;
  border-right: 5px solid #aaaaaa;
  border-top:  5px solid #aaaaaa;
  border-bottom:5px solid #aaaaaa;
}

div#image1
{
    overflow:scroll;
    clear: none;
    float: right;
}

blockquote {
    max-width: 620px;
    background: url(images/rs-right.png) right repeat-y }
blockquote::before {
    display: block;
    line-height: 0;
    background: url(images/rs-topright.png) top right no-repeat;
    content: url(images/rs-topleft.png) }
blockquote::after {
    display: block;
    line-height: 0;
    background: url(images/rs-bottomright.png) bottom right no-repeat;
    content: url(images/rs-bottomleft.png) }

