/* */
/* global settings */

body {
  background-color: #FFFFD5;
  font-family: "Times New Roman", "Times", serif;
  font-size: 100%;
}

/* topnav */
#topnav {
  background-color: #003366;
  height: 75px;
  padding: 10px 8% 10px 8%;
}
  /* background: url(images/bg-leather-blue.jpg); */

#topnav .logo {
  float: left;
  width: 150px;
}
  /* margin: 0px 0px 0px 10px; */

#topnav .telno {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 4%;
  width: 20%;
}

#topnav .links {
  float: right;
  width: 70%;
  text-align: right;
}

#topnav .tools {
  float: right;
  width: 40%;
  text-align: right;
}

#topnav a {
  float: right;
  color: #FFFFD5;
  padding: 10px;
}

/* content */
#content {
  background-color: #FFFFD5;
  margin: 0px;
  padding: 10px 8% 10px 8%;
  color: #583106;
  font-size: 90%;
  font-weight: bold;
}
  /* background: url(images/bg-leather-tan.jpg); */

div#content-prop {
  float: right;
  width: 1px;
  height: 400px;
}

#content h3 {
  font-size: 130%;
}

#content h3 {
  font-size: 120%;
}

#content .columns {
  width: 90%;
}

#content .leftcolumn {
  width: 48%;
  float: left;
}

#content .rightcolumn {
  width: 48%;
  float: right;
}

/* botnav */
#botnav {
  background-color: #996633;
  height: 37px;
  text-align: center;
  color: #FFFFD5;
  padding: 10px 8% 10px 8%;
}

  /* background: url(images/bg-leather-brown.jpg); */

#botnav a {
  color: #FFFFD5;
  padding: 5px;
}

/* terms & conditions */
#terms {
  width: 100%;
  font-size: 80%;
  padding: 5px 0px 0px 0px;
  text-align: center;
}

/* copyright */
#copyright {
  font-size: 80%;
  color: #996600;
  padding: 5px 5px 0px 0px;
  text-align: right;
}

/* */
/* page specific */
#content .getaquote {
  float: right;
  padding: 10px;
}

#content .viewexamples {
  float: right;
  padding: 10px;
}

#content .label {
  float: left;
}

#content .info {
  margin: 0px 0px 20px 80px;
}

#content .examples {
  width: 100%;
  height: 450px;
}

#content .example {
  background-color: #FFFFFF;
  float: left;
  width: 44%;
  margin: 2% 10px 2% 10px;
  border: 2px solid #996633;
  padding: 10px;
}

#content .tablebasic, #content .tablebasic td, #content .tablebasic th {
  border: 1px solid #996633;
}

#content .outline {
  border: 1px solid #996633;
  background-color: #FFFFD5;
  padding: 10px;
}

/* basktop */
td.basktop {
  background: url(images/bg-leather-red.jpg);
  height: 36px;
  padding: 10px;
  color: #FFFFD5;
  font-size: 120%;
  font-weight: bold;
  font-family: "Times New Roman", "Times", serif;
}

td.basktop em {
  color: #FFFF00;
}

/* baskcontent */
td.baskcontent {
  background-color: #FFFFFF;
  padding: 10px;
  color: #583106;
  font-size: 100%;
  font-weight: bold;
}

/* baskbot */
td.baskbot {
  background: url(images/bg-leather-red.jpg);
  height: 20px;
}

/* colourtable */
.colourtable td {
  text-align: center;
  width: 11%;
  color: #583106;
  font-family: "Trebuchet MS", "Tahoma", "Arial", sans-serif;
  font-weight: bold;
  font-size: 80%;
}

.colourtable td img {
  border-color: #FFFFFF;
  border-width: 2px;
}

.border-highlight {
  border-color: #583106;
  border-width: 2px;
  border-style: dashed;
}

.border-nohighlight {
  border-color: #FFFFFF;
  border-width: 2px;
  border-style: dashed;
}
