
#logo {
}
div.content {
    height: 130%;
}

#pic_cont {
    position: relative;
    height: 400px;
    width: 980px;
    margin: 0px auto;
    border: 2px solid #D6DBCE;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px #D6DBCE;
    behavior: url(./PIE.htc);
    background-color: white;
}

#carousel img {
    width: 900px;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0px;


}

.overlay{
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 250px;
    height: 150px;
    padding: 15px;
}

.overlay {
    display: none;
    color: white;
    background-color:#333;
    filter:alpha(opacity=60); /* for IE */
    opacity:0.6; /* CSS3 standard */
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 105%;
}

.content ul.inline {
    width: 950px;
    height: 137px;
    padding: 0px 20px;
    margin-bottom: 30px;
}

.content #panels div.shadow {
    height: 100%;
    border-radius: 10px;
    border: 1px solid #D6DBCE;
    box-shadow: 3px 3px 3px 3px #D6DBCE;
    behavior: url(./PIE.htc);
    background-color: white;
    padding: 10px;
}

.content ul.inline li.r {
    border-right: none;
}

#saying {
    font-size: 18px;
    margin-bottom: 30px;
    font-style: italic;
    color: #555;
}

#saying img {
    width: 19px;
}

#lower_panel {
    position: relative;
}

#news {
    width: 200px;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-top: 10px;
/*    background-color: #D6DBCE;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6DBCE', endColorstr='white');  for IE
    background: -webkit-gradient(linear, left top, left bottom, from(#D6DBCE), to(white));  for webkit browsers
    background: -moz-linear-gradient(top,  #D6DBCE,  white);  for firefox 3.6+ */
}

#valve_news {
    padding: 25px 0px 30px 185px;
    width: 545px;
    font-size: 16px;
}

#valve_news img {
    position: absolute;
    left: 25px;
    top: 45px;
}

#valve_news h4{
    margin-bottom: 10px;
}

#valve_news p {
    color: #555;
    margin-bottom: 10px;
}

#kits_news {
    float: left;
    text-align: center;
    padding: 30px;
    padding-left: 100px;
    padding-bottom: 0px;
    border-right: 1px solid #ccc;
}

#kits_news h3 {
    color: #555;
}

#get_quote {
    padding: 40px;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #ccc;
/*    background-color: #D6DBCE;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6DBCE', endColorstr='white');  for IE
    background: -webkit-gradient(linear, left top, left bottom, from(#D6DBCE), to(white));  for webkit browsers
    background: -moz-linear-gradient(top,  #D6DBCE,  white);  for firefox 3.6+ */
}


a.button:link,
a.button:visited {
    
    border-radius: 10px;
    padding: 10px;
    color: black;
    margin-right: 7px;
    position: relative;
    top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
    display:inline-block;

    background: #999; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff)); /* for webkit browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff', GradientType=0); /* for IE */
    background: -moz-linear-gradient(top,  #ccc,  #fff); /* for firefox 3.6+ */
    behavior: url(./PIE.htc);
    
    border: 1px solid #888;

}      /* unvisited link */

a.button:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#ffffff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#fff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #aaa,  #fff); /* for firefox 3.6+ */
    behavior: url(./PIE.htc);
    text-decoration: none;

}  /* mouse over link */

a span.o {
    color: orangered;
}

#pic_links {
    width: 100px;
    margin: 0px auto 40px;
    position: relative;
    top: 13px;
}

#pic_links li   {
    display: inline;
    padding:3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    behavior: url(./PIE.htc);
}

#pic_links li.selected {
    background: #ccc;
}

a.under {
	text-decoration: underline;
}

a.under:hover {
	text-decoration: none;
}
