html, body {
  margin:0;
  padding:0;
}
body {
  background-color:#D8D8D8;
  background-image:url("../images/background.png");
  background-position: top center;
  background-repeat:repeat-x;
  color:black;
  font-family: 'Verdana CE', 'Verdana', 'Tahoma CE', 'Tahoma', 'Arial CE','Arial',sans-serif;
  font-size:12px;
  padding-top:45px;
  text-align:center;
}

h1 {
  margin:0;
  color: #da251d;
  font-weight: normal;
  border-bottom: 1px solid #ffd000;
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

h2 {
  color: #da251d;
  font-size: 16px;
  font-weight: bold;
  background-image: url(../images/li.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}
a img {
  border: none;
}

table {
  border-collapse: collapse;
}

table.thin-border td, table.thin-border th {
  border: 1px solid silver;
  padding: 3px 6px;
}

ul {
  margin: 0px;
  padding-left: 10px;
}

li {
  list-style: none;
  background-image: url(../images/li.png);
  background-repeat: no-repeat;
  background-position: 0 0.6em;
  padding-left: 10px;
  margin: 0px;
}


#main {
  margin:0 auto;
  text-align:left;
  width:860px;
}
#header {
  background-image:url("../images/header-background.png");
  background-position:left top;
  background-repeat:no-repeat;
  height:150px;
}
#logo {
  padding:30px;
}
#main-menu {
  background-color:black;
  border-left:1px solid white;
  border-right:1px solid white;
  font-size:12px;
  height:40px;
}
#main-menu a, #main-menu a:hover, #main-menu a:visited {
  border-right:1px solid white;
  color:white;
  display:block;
  float:left;
  margin:8px 0;
  padding:5px 20px;
  text-decoration:none;
}
#home-image {
  background-image:url("../images/homepage-house.png");
  background-position:left top;
  background-repeat:no-repeat;
  height:279px;
  position:relative;
}
#contact-us {
  position: absolute;
  right: 0px;
  top: 232px;
  margin: 0px;
  padding: 0px;
}
#wrapper {
  border:1px solid white;
  border-top: none;
}
#columns {
  background-image:url("../images/content-bg.png");
  background-position: left top;
  background-repeat: repeat-x;
  background-color:white;
  padding:20px 0px;
}
#left-column {
  border-right:1px dashed #BABABA;
  float:left;
  width:590px;
}

#left-column .padding {
  padding: 0px 16px;
}


#left-column a, #left-column a:hover, #left-column a:visited, #left-column a:link {
  color: #da251d;
  text-decoration: underline;
}

.box-important {
  margin-bottom: 10px;
  width: 100%;
}

.box-important td {
  padding: 0px 20px;
  font-size: 14px;
  font-weight: bold;
}

.box-important td.yellow {
  background-color: #ffd200;
}

.box-important td.black {
  background-color: black;
  color: #ffd200;
  font-size: 16px;
}

.box-important td .highlight {
  font-size: 18px;
  color: #da251d;
}

#right-column {
  float:right;
  width:265px;
}
#right-column .padding {
  padding: 0px 20px;
}

#right-column .box {
  padding: 15px;
  background-image:url(../images/box-background.png);
  background-repeat:no-repeat;
  background-position: left top;
  background-color: #ffd200;
  margin-top: 10px;
}

#right-column .box h3 {
  color: #da251d;
  font-size: 17px;
  border-bottom: 1px dashed #da251d;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
}

#right-column .menu {
  font-weight: bold;
  padding: 20px;
}

#right-column .menu li {
  padding-top: 3px;
  padding-bottom: 3px;
}

#right-column .menu a, #right-column .menu a:hover, #right-column .menu a:visited {
  color: black;
}

#right-column .image {
  background: none;
}

#footer {
  clear:both;
  font-size: 11px;
}
#footer a, #footer a:hover, #footer a:visited {
  color: black;
  text-decoration: underline;
}
#isover {
  line-height: 82px;
}
#isover img {
  vertical-align: middle;
}
#contacts {
  background-image:url(../images/contact-background.png);
  background-repeat:repeat-x;
  line-height: 40px;
  height: 40px;
  padding: 0px 20px;
}

#address-copyright {
  background-image:url(../images/address-background.png);
  background-repeat:repeat-x;
  background-color: black;
  line-height: 41px;
  height: 100px;
  padding: 0px 20px;
}
#address {
  border-bottom: 1px solid silver;
  width: 600px;
}

#copyright {

}
.cleaner {
  /*background:none repeat scroll 0 0 transparent;
  border:medium none;*/
  clear:both;
  display:block;
  /*height:1px;
  font-size:1px;
  margin:0;
  padding:0;*/
  /*visibility:hidden;*/
}

.image {
  background-color: #e4e5e5;
  padding: 8px;
  margin-bottom: 10px;
  text-align: center;
}

.image-right {
  float: right;
  margin-left: 10px;
}

.image-left {
  float: left;
  margin-right: 10px;
}
.box {
}
.left {
  float: left;
}
.right {
  float: right;
}

.center {
  text-align: center;
}
.cell-phone, .phone, .email {
  background-image: url(../images/cell-phone.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.phone {
  background-image: url(../images/phone.gif);
}
.email {
  background-image: url(../images/email.gif);
}

.contact-form th {
  vertical-align: top;
}

.contact-form label {
  padding-right: 10px;
}

.contact-form textarea {
  width: 100%;
}

.warning {
  font-weight: bold;
  color: #da251d;
  padding: 10px;
  background-color: #ffd200;
  margin-bottom: 10px;
}


