﻿.void
{
}
/* For W3C CSS Compliance */
@media print
{
}

/* Home Page */
#homepage
{
    height: 513px;    
    background: url(../Images/HomeMain.jpg) no-repeat top;    
    overflow: hidden;
}

#flashcontent
{
	height: 513px; 
	width: 100%;
}

/* Bottom Pods */
#bottompods
{
    width: 519px;
    margin: 0 auto;
}

#podheathide, #podcoolhide, #podpurifyhide, #podhumidifyhide
{
    display: block;
    float: left;
    cursor: pointer;
    width: 126px;
    background: url(../Images/HomePodBg.gif) repeat top;
    margin: 484px 0 0;
}

.podheader
{
    width: 100%;
    color: #1D719C;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 0;
}

#podheatshow, #podcoolshow, #podpurifyshow, #podhumidifyshow
{
    display: none;
    float: left;
    width: 126px;
    height: 108px;
    background: url(../Images/HomePodBg.gif) repeat top;
    margin: 405px 0 0;
}

.poddescription
{
    width: 115px;
    text-align: left;
    font-size: 9px;
    color: #606161;
    font-weight: 700;
    padding: 0 3px 7px 7px;
}

.podlink
{
    font-size: 10px;
    font-weight: 700;
    width: 110px;
    background-color: #F6D555;
    margin: 0 auto;
    padding: 4px 0;
}

.podlink a
{
    color: #606161;
    text-decoration: none;
}
