body {
	background:#E0DFD1 url('/images/bg.png') 0 -9px repeat-x !important;
  color: #49494A;
}
a {
  color: #49494A;
}
.container {
	background-color:#fff !important;
}

#header {
  height: 168px;
  background: transparent url('/images/header.jpg') no-repeat;
  position: relative;
}

#header #logo {
  position: absolute;
  top: 15px;
  left: 30px;
  display:block;
  width: 179px;
  height: 123px;
  background: transparent url('/images/logo.png') no-repeat;
}
#header #logo span {
  display: none;
}

#sidebar .site_navigation {
  margin-left: 0px;
  list-style: none;
  font-size: 1.2em;
}
#sidebar {
padding: 0 0 0 20px;
}
.site_navigation a {
  text-decoration: none;
}

#sidebar .site_navigation li {
  padding: 5px 0;
  background: transparent url('/images/small_dot.png') left bottom repeat-x;
}
#breadcrumb_trail {
list-style: none;
}
#breadcrumb_trail li {
display:inline;
float:left;
background: transparent url('/images/bullet.png') left no-repeat;
padding: 0 10px;
}
#breadcrumb_trail li.last {
display: none;
}
#content h1 {
color: #E61E25;
font-family: Arial;
font-weight: bold;
font-size: 2.5em;
background: transparent url('/images/big_dot.png') left bottom no-repeat;
line-height: 2em;
}

#home_content {

}

#footer {
  background: transparent url('/images/red_bar.png') repeat-x;
  padding: 15px 0 0 0;
}
#footer .span-6 {
text-align: center;

}
#footer .site_navigation {
  margin-left: 0px;
  list-style: none;
  font-size: 1.2em;
}
#footer .site_navigation a {
  display: block;
  padding: 10px;
}

#footer .site_navigation li {
  display: inline;
  float: left;
}
#subfooter {
background: #E0DFD1;
text-align: right;
}

.button {
display:block;
width: 193px;
height: 29px;
margin: 5px 0;
}
.button span {
display: none;
}

.button:hover {
background-position: left -29px;
}
.estimate {
background: transparent url('/images/estimate.png') left top no-repeat;
}
.application {
background: transparent url('/images/application.png') left top no-repeat;
}

#contact_form ul{
list-style:none;
}
#contact_form ul li{
padding: 10px 0;
}
#contact_form label {
font-weight: normal;
color: #49494A;
font-size: 1.2em;
display:block;
}
#contact_form input, #contact_form textarea, #contact_form select{
border: solid 1px #AFAFAF;
padding: 3px;
width: 75%;
}

.error_list {
color: red;
}

.cms_content ul {
list-style-image: url('/images/bullet.png');
}
.cms_content img {
margin: 0 20px;
}

h3 {
color: #E61E25;
line-height:2em;
margin-top:.8em;
font-size: 1.8em;
font-weight: bold;
}
h4.blog {
padding-left: 10px;
background: transparent url('/images/gray_triangle.png') left no-repeat;
margin-bottom:0.5em;
}
#rss {
float: right;
margin-top:1em;
margin-right: 10px;
}

#vendors ul {
list-style: none;
margin: 0px;
}
#vendors ul li{
margin-bottom: 20px;
}
#vendors h3 {
margin: 0px;
}
