/* {
   border: 1px solid #000000;
} /* design purposes only */

html {
  padding: 0px;
  margin: 0px;
  background: #ffffff url(images/bg.gif);
  background-repeat: repeat-x;
}

body {
  padding: 0px;
  margin: 0px;
  color: #34373a;
  font-style: italic;
  font: italic 14px/22px Verdana;
}

.center-area {
  position: relative;
  margin: 0px auto 0px auto;
  width: 876px;
}

a  {
  text-decoration: underline;
  color: #0355a9;
  outline: none;
}

a:hover {
  text-decoration: none;
}

#logo {
  position: relative;
  left: 26px;
  top: 43px;
}

#links {
  position: relative;
  top: 87px;
}

#links a {
  position: relative;
  font: 14px/17px Verdana;
  text-decoration: none;
  color: #000000;
  outline: none;
}

#links a:hover {
  color: #0355a9;
}

#link1 {
  left: 75px;
}

#link2 {
  left: 107px;
}

#link3 {
  left: 130px;
}

#link4 {
  left: 154px;
}

#link5 {
  left: 170px;
}

#link6 {
  left: 195px;
}

#link7 {
  left: 220px;
}

#topbox {
  position: relative;
  left: 12px;
  top: 130px;
  width: 853px;
  height: 226px;
  background-color: #e2e2e0;
  border: 1px solid #b3b3b1;
}

#quick-links a{
  position: absolute;
  display: block;
  height: 46px;
  width: 221px;
  left: -14px;
  background-repeat: no-repeat;
  background-position: -221px 0%;
  
  outline: none;
}

#quick-links a:hover {
  background-position: 0px 0%;
}

#button1 {
  top: 24px;
  background-image: url(images/button1.gif);
}

#button2 {
  top: 90px;
  background-image: url(images/button2.gif);
}

#button3 {
  top: 156px;
  background-image: url(images/button3.gif);
}

#info-box {
  background-image: url(images/infobox.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 271px;
  top: 12px;
  width: 567px;
  height: 203px;
  
  opacity: 0;
  filter: alpha(opacity='0');
}

.info-title {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 24px;
}

.info-desc {
  position: absolute;
  top: 38px;
  left: 66px;
}

.info-content {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 295px;
  height: 90px;
}

#info-nav {
  position: absolute;
  bottom: 7px;
  left: 85px;
  width: 170px;
  text-align: right;
}

#info-prev,
#info-next,
#info-pause {
  position: absolute;
  top: 3px;
  display: block;
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-position: 0 0%;
  outline: none;
}

#info-prev:hover,
#info-next:hover,
#info-pause:hover {
  background-position: -17px 0%;
}

#info-prev {
  background-image: url(images/prev.gif);
  left: 0px;
}

#info-next {
  background-image: url(images/next.gif);
  left: 40px;
}

#info-pause {
  background-image: url(images/pause.gif);
  left: 20px;
}

#business-pic {
  position: absolute;
  right: 10px;
  top: 10px;
}

#content1 {
  visibility: visible;
}

#content2 {
  visibility: hidden;
}

#content3 {
  visibility: hidden;
}

#login-form {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
}

#login-form form {
  margin-bottom: 5px;
}

#instant-quote-form {
  position: absolute;
  top: 60px;
  width: 100%;
}

#instant-quote-table {
  position: absolute;
  left: 40px;
  
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
}

#instant-quote-table td {
  padding: 0px 10px;
}

#calculate {
  position: absolute;
  left: 430px;
  top: 0px;
  height: 30px;
}

#results {
  position: absolute;
  left: 380px;
  top: 45px;
  width: 180px;
  height: 40px;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #0355a9;
}

#breakdown {
  position: absolute;
  left: 380px;
  top: 85px;
  width: 180px;
  height: 50px;
  text-align: center;
  visibility: hidden;
  font-size: 12px;
}

#main-box {
  position: absolute;
  left: 12px;
  top: 150px;
}

#copy {
  position: relative;
  left: 12px;
  top: 150px;
  width: 813px;
  padding: 14px 20px;
  background: url(images/mainbox.gif) no-repeat;
}

#buffer {
  position: relative;
  height: 140px;
  z-index: -1;
}

#footer {
  background: #ffffff url(images/footerbg.gif);
  background-repeat: repeat-x;
  position: relative;
  width: 100%;
  height: 65px;
  z-index: 0;
}

#copyright,
#footerlinks {
  position: relative;
  font: 12px Verdana;
  z-index: 2;
  top: 20px;
}

#copyright {
  color: #34373A;
  float: left;
  margin-left: 20px;
}

#footerlinks {
  float: right;
  margin-right: 35px;
}

#footerlinks a {
   color: #34373A;
   text-decoration: none;
}

#footerlinks a:hover {
   color: #0355a9;
}

.blue {
  color: #0355a9;
}

.grey {
  color: #34373a;
}

.title {
  color: #0355a9;
  letter-spacing: -1px;
  font-style: italic;
  font-size: 20px;
}

.no-top-padding {
  padding-top: 0px;
  margin-top: 0px;
}

.no-bottom-padding {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.centre {
  text-align: center;
}

.indent {
  margin-left: 20px;
}

.top-margin {
  margin-top: 30px;
}

.no-border {
  border: 0px hidden;
}

#column1,
#column2,
#column3 {
  float: left;
  padding: 0px 20px 0px 0px;
  position: relative;
}

#column1 {
  width: 292px;
}

#column2 {
  width: 215px;
}

#column3 {
  width: 265px;
  padding-right: 0px;
}

#latest-projects {
  position: absolute;
  display: block;
  height: 33px;
  width: 152px;
  top: 345px;
  left: 30px;
  background-repeat: no-repeat;
  background-image: url(images/latest-projects.png);
}

#latest-projects:hover {
  background-position: -152px 0%;
}

.rounded-box {
  border: 1px solid #babab8;
  position: relative;
  background-color: #ffffff;
  padding: 5px;
  z-index: 1;
}

.top-left-box,
.top-right-box,
.bottom-left-box,
.bottom-right-box {
  width: 13px;
  height: 13px;
  position: absolute;
  margin: -1px;
  background-repeat: no-repeat;
  z-index: -1;
}

.rounded-box p {
  z-index: 2;
}

.top-left-box {
  left: 0px;
  top: 0px;
  background-image: url(images/top-left-box.gif);
}

.top-right-box {
  right: 0px;
  top: 0px;
  background-image: url(images/top-right-box.gif);
}

.bottom-left-box{
  bottom: 0px;
  left: 0px;
  background-image: url(images/bottom-left-box.gif);
}

.bottom-right-box {
  bottom: 0px;
  right: 0px;
  background-image: url(images/bottom-right-box.gif);
}

.portfolio-title {
  margin: 5px 0px 3px 10px;
}

.address {
  font-size: 13px;
  margin-left: 10px;
}

.portfolio-screenshot {
  float: left;
  padding: 10px 15px 10px 5px;
}

.portfolio-description {
  margin-bottom: 15px;
  width: 541px;
  float: left;
}

.quote {
  margin-left: 20px;
  margin-bottom: 30px;
}

.testimonial-link {
  text-decoration: none;
}

#yourwebsite-nav-box {
  float: right;
  width: 200px;
}

.yourwebsite-step-link {
  text-decoration: none;
}

#contact-form {
  margin: 20px 0px 0px 20px;
  font-style: normal;
}

#contact-form tr {
  vertical-align: top;
}

#contact-form-box {
  float: right;
  width: 200px;
}

.about-col {
  float: left;
  width: 380px;
  margin-right: 30px;
}

#form-login,
#form-change {
  margin-top: 30px;
  margin-bottom: 30px;
}

#extras {
  position: absolute;
  top: 60px;
  left: 565px;
  width: 300px;
  height: 45px;
  text-align: right;
  vertical-align: bottom;
  margin-top: auto;
}

#speed-web-design {
  text-decoration: none;
  vertical-align: bottom;
  font-size: 12px;
}

#speed-web-design:hover {
  text-decoration: underline;
}
