/* CSS Document */

html, body
{
background: url(../images/bg.png) repeat-x top;
background-color: #F6931E;
width:100%; height: 100%;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#bg-container
{
float: right; margin-top: 0; width: 100%; min-height: 100%;
background-image: url(../images/floral-bg-white.png);
background-repeat: no-repeat;
background-position: top right;
}

#container
{
position: relative; width: 900px; min-height: 800px; margin-top: 60px;
margin-left: auto; margin-right: auto;
}

#image-area
{
float: left; margin-top: 0; width: 900px; height: 326px;
}

#nav-container
{
float: left; margin-top: 0; width: 900px; height: 40px;
background-image: url(../images/nav-bg.jpg);
background-repeat: repeat-x;
z-index: 5;
}

#body
{
float: left; margin-top: 0; width: 900px; min-height: 325px;
background-color: #FFFFFF;
}

#left-container
{
float: left; margin-top: 30px; margin-left: 30px; width: 580px; min-height: 280px;
}

#headers
{
float: left; margin-left: 0; width: 590px;
padding-bottom: 6px; border-bottom: solid 1px #58595b;
}

#headers.services
{
float: left; margin-left: 185px; width: 410px;
padding-bottom: 6px; border-bottom: solid 1px #58595b;
}

#home-offers-box
{
float: left; width: 241px; height: 95px; margin-left: 15px;
padding: 15px;
}

#offers-box
{
float: left; width: 276px; height: 121px; padding: 8px;
}

#text
{
float: left; margin-left: 0; width: 590px;
padding-bottom: 15px;
}

#testimonials
{
float: left; min-height: 80px; margin-bottom: 5px;
}

#text.services
{
float: left; margin-left: 185px; width: 410px;
padding-bottom: 15px;
}

#sub-nav
{
position: absolute; top: 380px; left: 30px; width: 155px; z-index: 2;
}

#right-container
{
float: right; margin-top: 30px; margin-right: 30px; width: 218px; min-height: 280px; 
padding-bottom: 15px;
}

#slideshow { position: relative; height: 160px; width: 210px; margin: 25px 0 0 10px; text-align: center; font-size: 12px; }
#slideshow DIV { position:absolute; top:0; left:0; z-index:8; opacity:0.0; height: 160px; background-color: #FFF; }
#slideshow DIV.active { z-index:10; opacity:1.0; }
#slideshow DIV.last-active { z-index:9; }
#slideshow DIV IMG { height: 160px; display: block; border: 0; margin-bottom: 10px; }


#body-footer
{
float: left; margin-top: -1px; width: 900px; min-height: 35px;
background-image: url(../images/body-footer.png);
background-repeat: no-repeat;
}

#credits
{
float: left; margin-top: 15px; width: 900px; min-height: 50px;
text-align: center; padding-bottom: 25px;
}

#sitemap
{
float: left; width: 900px; padding-bottom: 25px;
background: url(../images/sitemap-bg.png) no-repeat top;
background-color: #F6931E;
}


