﻿/*
 * Main Layout
 */

body
{
    background: #000 url(../images/heating-bg.gif) repeat-y center top;
    text-align: center;
    font-size: 62.5%;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1;
    margin-bottom: 20px;
}

#container-1
{
    background: transparent url(../images/heating-bg.jpg) no-repeat center top;
}

#container-2
{
    position: relative;
    width: 985px;
    padding-left: 10px;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}

#header
{
    position: relative;
    z-index: 1000;
}

#title
{
    height: 112px;
    background: url(../images/heating-logo.png) top left no-repeat;
}

#title h1
{
    position: absolute;
    left: -999em;
}

#title p#customer-services
{
    position: absolute;
    top: 24px;
    right: 10px;
    color: #fff;
    font-size: 1.5em;
}

#title p#customer-services span
{
    font-size: 1.5em;
}

#title p#return-to-philex
{
    position: absolute;
    top: 60px;
    right: 10px;
    color: #fff;
    font-size: 1.5em;
}

#top-nav
{
    background: url(../images/heating-nav.png) no-repeat left bottom;
    height: 3.9em;
    width: 985px;
    z-index: 999;
    position: relative;
}

#top-nav li, #top-nav h2
{
    color: #fff;
    float: left;
    display: inline;
    margin-top: 4px;
}

#top-nav h2
{
    width: 200px;
    text-indent: 20px;
    padding-top: 3px;
    font-size: 1.2em;
}

#top-nav li
{
    border-left: 1px solid #FFA100;
    padding: 0.3em 35px 0 35px;
    height: 1.7em;
    position: relative;
    background: #fff
}

#top-nav li.first
{
    border-left: none;
    margin-left: 30px;
}

#top-nav li.last
{
}

#top-nav a, #top-nav span
{
    color: #595959;
    font-size: 1.2em;
    font-weight: bold;
}

#top-nav li:hover
{
    background-color: #FFA100;
}

#top-nav span:hover
{
    cursor: pointer;
}

#top-nav li:hover ul, #top-nav li.hover ul
{
    display: block;
}

#top-nav li ul
{
    position: absolute;
    display: none;
    top: 2em;
    left: -1px;
    background-color: #fff;
    width: auto;
    border-left: 1px solid #FFA100;
}

#top-nav li li
{
    float: none;
    background: url(../images/side-nav-bullet-1.gif) no-repeat 15px center;
    display: block;
    padding: 0.5em 0 0.5em 30px;
    border-left: none;
    border-bottom: 1px solid #FFA100;
    height: auto;
    width: 14em;
}

#top-nav li li:hover {
    background-color: #003964;
}

#main
{
    position: relative;
    z-index: 1;
}

/*
 * Common tier page styles
 */

#heating-content
{
    background: #fff;
    width: 915px;
    padding: 30px;
}

input.textbox, textarea.textbox {
    border: 1px solid #ccc;
    padding: 1px;
}

input.button {
    border: 1px solid #000;
}

/*
 * Product page styles
 */

#products-header {
    float: left;
    width: 230px;
    margin-right: 30px;
}

#products-header h2 {
    color: #ffa100;
    font-size: 4em;
    background: url(../images/heating-products.jpg) left bottom no-repeat;
    height: 280px;
}

#products-header p {
    margin: 1em 0;
    color: #7F7F7F;
    font-size: 1.1em;
    line-height: 1.3em;
}

#products-header p.contact {
    background: url(../images/heating-products-link.png) center left no-repeat;
    padding: 3px 5px;
    height: 15px;
    font-size: 1.2em;
}

#products-header p.contact a {
    color: #fff;
}

#products-header p.contact a:after {
    content: ' > >';
}

#product-list {
    float: left;
    width: 650px;
    margin-top: 60px;
}

#product-list .product-item {
    float: left;
    width: 295px;
    padding-left:30px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 8.5em;
}

#product-list .product-thumb {
    float: right;
    width: 155px;
    height: 85px;
    margin: 0 0 10px 10px;
    overflow: hidden;
    text-align: center;
}

#product-list .product-thumb img {
    margin: 0 auto;
}

#product-list h3.title a {
    color: #ffa100;
    font-size: 1.8em;
}

#product-list p.code {
    font-size: 1.2em;
    color: #000;
    margin: 0.5em 0 1.5em;
}

#product-list p.more {
    background: url(../images/heating-product-item-link.png) center left no-repeat;
    padding: 3px 5px;
    height: 15px;
    font-size: 1.2em;
}

#product-list p.more a {
    color: #fff;
}

#product-list p.more a:after {
    content: ' > >';
}


/*
 * Footer styles
 */

.footer
{
    clear: both;
    color: #595959;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.footer img {
    float: right;
}

.footer li, #footer-1 h3
{
    float: left;
    line-height: 1.8em;
    padding-right: 2em;
}

.footer a
{
    color: #595959;
    margin-top: 10px;
}

#footer-2 a.verto { color: #ffa100 }

#footer-2 ul
{
    clear: left;
}

#footer-1
{
    height: 1.6em;
    font-size: 1.1em;
}

#footer-1 li
{
    background: url(../images/footer-heating-bullet.gif) no-repeat left center;
    padding-left: 15px;
}

#footer-2
{
    padding-bottom: 30px;
}

div.clear
{
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
}
