
/*---------------------
-------STRUCTURE-------
---------------------*/

html {
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #605c53;
  background: url(../images/bg-body.jpg) 0 135px;
}
body{
  background: url(../images/bg-header.jpg) repeat-x;
  padding: 0;
  margin: 0;
}
#container{
  width: 791px;
  margin: 0 auto;
}
#header{
  position: relative;
  width: 791px;
  height: 150px;
  background: url(../images/header.jpg) 0 0 no-repeat;
  margin: 0;
  padding: 0;
}
#headerContact {
  position: absolute;
  margin: 35px;
  right: 0;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #666;
}
#contentContainerOver {
  background: url(../images/bottomcorners.jpg) bottom left no-repeat #FFFFFF;
  margin: 20px 0 0 0;
}
#contentContainer {
  background: url(../images/topcorners.jpg) no-repeat left top;
  margin: 20px 0;
  padding: 20px;
}
#left {
  float: left;
  clear: left;
  margin: 30px 0 0 0;
  padding-right: 15px;
  border-right: 1px #ddd solid;
}
#right {
  float: right;
  clear: right;
  width: 520px;
  margin: 30px 30px 0 15px;
  /*border: 1px #f00 solid;*/
}
#footer {
  padding: 20px;
  height: 11px;
  margin-bottom: 40px;
  font-size: 10px;
}
#leftFooter {
  float: left;
  clear: left;
  color: #9b9386;
}
#rightFooter {
  float: right;
  clear: right;
  color: #9b9386;
  height: 11px;
}
#rightFooterLink a {
  height: 11px;
  overflow: hidden;
  text-decoration: none;
  color: #9b9386;
}
#rightFooterLink a:hover {
  color: #313e68;
}

/*---------------------
------NAVIGATION-------
---------------------*/

#menu {
  margin: 0;
  padding: 0;
}

#menu ul, #menu .subMenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul li {
  margin: 0;
  padding: 0;
}
#menu .subMenu li {
  margin: 0;
  padding: 0;
}
#menu a {
  margin: 10px 0 10px 10px;
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #777;
  text-decoration: none;
  line-height: 30px;
}
#menu .subMenu a {
  margin: 5px 0 5px 30px;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #333;
  text-decoration: none;
  line-height: 18px;
}

#menu ul li:hover {
  background-color: #ddd;
  color: #007f9e;
}

#menu .subMenu li:hover {
  background-color: transparent;
}

#menu .subMenu a:hover {
  text-decoration: underline;
}

/*---------------------
-----CONTENT PAGES-----
---------------------*/

#contentContainer p {
  color: #605c53;
  padding: 0 0 10px 0;
  line-height: 18px;
}
#contentContainer p.smallText {
  font-size: 10px;
}
#contentContainer p.largeText {
  font-size: 15px;
}
#contentContainer a {
  color: #605c53;
  padding: 5px 0;
}
#contentContainer a:hover {
  text-decoration: none;
}
#contentContainer .hr {
  color: #d6d6d6;
  border: none;
  background: url(../images/hr.gif) no-repeat;
  margin: 15px 0;
  height: 1px;
}
#contentContainer h1 {
  font: 27px Trebuchet MS, Arial, Helvetica, sans-serif;
  padding: 0px 0 10px 0;
  font-weight: normal;
}
#contentContainer h2 {
  font: 18px Trebuchet MS, Arial, Helvetica, sans-serif;
  margin: 15px 0 5px 0;
  font-weight: normal;
}
#contentContainer h3 {
  font: 16px Trebuchet MS, Arial, Helvetica, sans-serif;
  padding: 6px 0 0 5px;
  background: url(../images/thBack.jpg) repeat-x;
  color: #43666f;
  height: 27px;
  margin: 15px 0 0 0;
}
#contentContainer h4 {
  font: bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
  margin: 10px 0 5px 0;
}
ul, ul.warningList {
  list-style: disc;
  font: normal 14px Trebuchet MS, Arial, Helvetica, sans-serif;
  margin-left: 25px;
  line-height: 18px;
  color: #48443e;
  margin-top: 10px;
}
ul.warningList li b {
  color: #622929;
}
ul li b {
  color: #306229;
}
ul li {
  padding: 0;
}

/*---------------------
---------FORM----------
---------------------*/

form{
  margin: 15px 0;
}

label{
  float: left;
  width: 100px;
  color: #605c53;
  font-size: 11px;
  line-height: 16px;
}

input{
  width: 170px;
  margin: 0 0 5px 0;
  color: #605c53;
  font-size: 11px;
  background: #e7f2f7;
  border: 1px solid #a9c9d8;
}
textarea{
  width: 300px;
  height: 100px;
  margin: 0 0 5px 0;
  color: #605c53;
  font-size: 11px;
  background: #e7f2f7;
  border: 1px solid #a9c9d8;
}
.button{
  width: 100px;
  margin-left: 300px;
  color: #fff;
  background: #65a7c5;
  border: #67c2d8 1px solid;
  cursor: pointer;
}
.button:hover{
  color: #fff;
  background: #67c2d8;
  border: #67c2d8 1px solid;
}
#errorsDiv ul {
  color: #f00;
}
.requiredTag{
  color: #FF0000;
  font-size: 9px;
}

/*-------------------------
----DATA REPRESENTATION----
-------------------------*/

table.products {
  font: normal 10px Arial, Helvetica, sans-serif;
}
table.products th, table.products td {
  padding: 5px 10px;
  border: 1px #ccc solid;
}
table.products th {
  font-size: 12px;
  color: #fff;
  background-color: #009fc6;
}
table.products td {
  font-size: 10px;
  color: #000;
  background-color: #fff;
}
table.products a {
  color: #fff;
  text-decoration: none;
}
table.products a:hover {
  text-decoration: underline;
}
table.products img {
  border-width: 0;
}

table.specs {
  font: normal 10px Arial, Helvetica, sans-serif;
}
table.specs th, table.specs td {
  padding: 5px 10px;
  border: 1px #ccc solid;
}
table.specs th {
  font-size: 12px;
  color: #fff;
  background-color: #009fc6;
}
table.specs td {
  font-size: 10px;
  color: #000;
}
tr.light td {
  background-color: #eee;
}
tr.dark td {
  background-color: #ddd;
}
table.specs tr.seperator td {
  padding: 0;
  line-height: 5px;
  background-color: #009fc6;
}

.stepDiv{
  border: #65b2c8 1px solid;
  padding: 2px;
  margin: 15px 5px 0 0;
  width: 170px;
  float: left;
  height: 220px;
}
.stepDiv img{
  width: 170px;
}
.imgClear {
  width: 170px;
  clear: right;
}
.stepDiv p{
  margin: 10px 0px 0 0px;
  float: left;
  clear: right;
}
.stepDiv img{
  float: left;
  clear: left;
}
.number {
  font-size: 50px;
  color: #CCC;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
  padding: 10px 10px 20px 0;
  letter-spacing: -4px;
}
