/* Basic Elements */
html, body {
	margin: 0;
	background: #0A0A08 url('../img/bg.jpg') repeat-x;
	color: white;
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	line-height: 18px;
	}

#container {
	width: 960px;
	margin: 0 auto;
	}
	
#header {
	width: 100%;
	height: 185px;
	background: url("../img/header.jpg") repeat-x 0% 0%;
	}

#main{
	background: url('../img/bg-main.jpg') repeat-y;
}
	
#content{
  	width: 766px;
  	float: left;
  	background: #22353F;
  	border:0px 1px 0px 1px solid #142533;
}

#content-inner {
  margin: 15px;
	}
	
#right {
	float: right;
	width: 20%;
	}

#footer {
	width: 100%;
	height: 50px;
	clear: both;
	text-align: center;
	padding:25px 0;
	color: #fff;
	background: #11191C;
	}
	
#footer a {
  text-decoration: none;
}	
	
/* Sidebar */
#sidebar {

	}

#sidebar h1{
  margin: 10px 0px 10px 20px;
}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar ul li {
  list-style: none;
	}
#sidebar li a {
	display: block;
	font-size: 13px;
	line-height:25px;
	color: #A2C2CB;
	text-decoration: none;
	padding: 0 0 0 20px;
	}
#sidebar li a:hover, #sidebar li a:active {
	color: #99CC00;
	background: url('../img/bg-link-hover.jpg') no-repeat;
	}

/* Additional styles */
p {
	padding: 0px;
	margin-top: 10px ;
  font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  line-height: 20px;
	}
	
p.info{
  border: 0px solid #8DC011;
  //background-color: #F1FFC6;
  color:#white;
  padding:10px;
  margin:0 0 0 0;
  clear:both;
}

p.info em{
  font-weight: bold;
  text-align: center;
}

p.meta{
  color:#A2C2CB;
  font-size: 10px;
  margin: 10px 0 0 0;
}

.mini-photos2{
clear:both;
text-align:center;
}

.mini-photos2 img{
padding:5px;
}	

.mini-photos{
clear:both;
text-align:center;
}

.mini-photos img{
margin-right:10px;
}

#about p.testimonies{
  color:#A2C2CB;
  font-size: 12px;
  margin: 25px 0 0 0;
}


img {
	border: 0;
	}

img.float-left{
  float:left;
  margin: 0px 5px 0px 5px;
}

img.projects-left{
  float:left;
  margin: 0px 5px 10px 5px;
}

img.refurb{
  float:left;
  margin: 6px 2px 0px 6px;
}

img.refurb-thumb{
  margin: 6px 0 0px 0;
}

img.refurb-thumb-last{
  margin: 0px 0 0 0;
}


h1 {
  font-size: 22px;
  margin: 10px 0 10px 0px;
	}

h2 {
  color:#C4D382;
  font-size: 16px;
  line-height: 22px;
	}	
	
h3{
  color:#A2C2CB;
}

h3.title{
  background-color: #14222C;
  padding: 0px 10px 0 10px;
  line-height:25px;
  color: #B4D5DE;
  margin:0;
  
}

a {
	color: #A2C2CB;
	text-decoration: underline;
	}
a:hover {
	color: orange;
	}
	
img.product-pic{
  border: 2px solid #14222C;
}

img.filtration{
  margin: 7px 0px 0px 0px;
}

.pic-bg{
  background: #14222C;
  text-align: center;
  font-weight: normal;
  color: #fff;
  padding-bottom: 8px;
}

.pic-bg p.info{
  margin: 6px 6px 0 8px;
}

div.product-box{
  background-color: #1B2D37;
}

div.product-box-inner{
}

.product-box-inner-left{
  width: 20%;
  float: left;
  text-align: center;
}

.product-box-inner-mid{
  width: 50%;
  float: left;
}

.product-box-inner-mid p{
  margin: 0 0 10px 0;
}

.product-box-inner-right{
  width: 30%;
  float: right;
}

div.product-box h3{
  background-color: #14222C;
  padding-left: 10px;
  line-height: 35px;
  color: #B4D5DE;
}

div.product-box h4{
  color: #B4D5DE;
  margin:0;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  
}

div.clear{
  clear: both;
  display: block;
}

div.info{
  background: #1B2D37;
  padding: 12px;
}

span.dollar{
  color: #99CC00;
}

tr{
  background: #14222C;
}

tr.even{
  background: #274250;
}

img.home{
  margin-right: 13px;
}

img.home-big{
  margin-top: 13px;
}

img.home-last{
  margin:0;
}

/* ul{
  list-style-image: url('../img/bullet-arrow.jpg');
} */

.txt-bg{
  background:#1B2D37;
  padding: 10px;
}

fieldset{
border:  2px solid #14222C;
background: #274250;
margin-top:10px;
}

input, textarea{
border: 2px solid #C6CFE1;
background: #FFF;
line-height: 20px;
padding: 5px;
}

input.btn{
width: 100px;
background: #BAC97F;
border: 2px solid #ABB975;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
}

input.btn:hover{
width: 100px;
background: #ABB975;
border: 2px solid #9CA96B;
}

input:hover{
border: 2px solid #99CC00;
background: #FFF;
line-height: 20px;
}

textarea:hover{
border: 2px solid #99CC00;
background: #FFF;
}

legend{
color: #A2C2CB;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
margin-top: 5px;
}

label{
display: block;
color: #A2C2CB;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
margin: 4px 0px 4px 0px;
}

blockquote{
  font-size: 15px;
  text-indent: 5px;
  background: #11191C;
  padding: 15px;
  position: relative;
}

.bqstart {
     float: left;
     font-size: 400%;
     color: #466D81;
     height: 45px;
     margin-top: -35px;
     padding-top: 45px;
     margin-bottom: -50px;
 }
 
 .bqend {
      font-size: 400%;
      color: #466D81;
      float: right;
      height: 45px;
      margin-top: 20px;
      padding-top: 0px;
      
  }
  
  div.speech{
      position: absolute;
      bottom: -35px;
      background: url('../img/speechbubble.jpg') no-repeat;
      height: 35px;
      width: 35px;
  }

