﻿ body
        {
            margin:0;
            background-color:white;
        }
        #logocontainer
        {
            position:relative;
            margin:0 auto;
            width:960px;
            height:167px;
        }
        #logo
        {
            position:absolute;
            margin:0 auto;
            background-image:url(images/header_home.jpg); 
            width:960px;
            height:104px;
            bottom:0;
            left:-20px;
        }
        #menucontainer
        {
            position:relative;
            height:49px;
            width:960px;
            margin:0 auto;
        }
        #menuback
        {
            position:absolute;
            background-image:url(images/menuback.jpg); 
            height:30px;
            width:960px;
            left:-17px;
            bottom:1px;
        }
        #homebtn
        {
            position:absolute;
            background-image:url(images/home_b.png); 
            width:53px;
            height:13px;
            left:223px;
            top:9px;
        }
        #aboutbtn
        {
            position:absolute;
            background-image:url(images/about_b.png); 
            width:61px;
            height:13px;
            left:318px;
            top:9px;
        }
        #catalogbtn
        {
            position:absolute;
            background-image:url(images/catalog_b.png); 
            width:80px;
            height:13px;
            left:420px;
            top:9px;
        }
        #eventsbtn
        {
            position:absolute;
            background-image:url(images/events_b.png); 
            width:66px;
            height:13px;
            left:543px;
            top:9px;
        }
        #contactbtn
        {
            position:absolute;
            background-image:url(images/contact_b.png); 
            width:86px;
            height:13px;
            left:650px;
            top:9px;
        }
        #middlebox
        {
            position:relative;
            height:20px;
            margin:0 auto;
        }
        #middlefade
        {
            position:absolute;
            background-image:url(images/middlefade.png); 
            width:960px;
            height:18px;
            top:0;
            z-index:1000;
            left:-20px;
        }
        #middlecontainer
        {
            position:relative;
            width:960px;
            margin:0 auto;
        }
        #subcontainer
        {
            position:relative;
            width:960px;
            height:115px;
            margin:0 auto;
        }
        #subone
        {
            position:absolute;
            background-image:url(images/sub01.jpg); 
            width:306px;
            height:93px;
            top:10px;
            left:-17px;
        }
        #subtwo
        {
            position:absolute;
            background-image:url(images/sub02.jpg); 
            width:306px;
            height:93px;
            top:10px;
            left:310px;
        }
        #subthree
        {
            position:absolute;
            background-image:url(images/sub03.jpg); 
            width:306px;
            height:93px;
            top:10px;
            right:17px;
        }
        #newslettercontainer
        {
            position:relative;
            width:960px;
            height:30px;
            margin:0 auto;
            margin-bottom:10px;
        }
        #newsletter
        {
            position:absolute;
            width:960px;
            height:30px;
            background-image:url(images/newsletterbar.jpg); 
            margin:0 auto;
            left:-18px;
        }
        #newsletteremail 
        {
	        position:absolute;
	        left:558px;
	        bottom:6px;
	        width:318px;
	        height:13px;
	        font-size:12px;
	        color:#888888;
	        font-family:Garamond;
        }
        #newsletterbutton
        {
	        display:block;
	        background-image:url(http://s3.amazonaws.com/storage.sebringcreative.com/eritage/images/btn_submit.gif);
	        position:absolute;
	        border:none;
	        width:61px;
	        height:21px;
	        right:15px;
	        bottom:5px;
        }
        #innerfooter
        {
            position:relative;
            margin:0 auto;
            width:960px;
            height:35px;
        }
        #fbicon
        {
            position:absolute;
            background-image:url(images/facebook.jpg);
            width:19px;
            height:19px;
            bottom:5px;
            right:270px;
        }
        #foot
        {
            position:absolute;
            width:960px;       
            height:15px;
            text-align:center;
            top:5px;
            right:14px;
        }
        #foot a
        {
            margin:0 auto;
            font-size:13px;
            text-decoration:none;
            color:#5f645d;
            font-family:garamond;
            margin-right:38px;
            letter-spacing:1px;
        }
        #copybox
        {
            position:relative;
            margin:0 auto;
            width:960px;
            height:85px;
            text-align:center;
        }
        #copyright
        {
            position:absolute;
            left:245px;
            top:5px;
            text-align:center;
            padding-top:4px;
        }
           #homebtn
    {
        background-image:url(http://s3.amazonaws.com/storage.sebringcreative.com/eritage/images/home_b.png); 
    }
    .fadebox
    {
        width:960px;
        height:400px;
        display:block;
        border:none;
        position:relative;
    }
    .fadebox div
    {
        display:none;
        position:absolute;
        top:0;
        left:-17px;
        border:none;
    }
    .fadebox div img
    {
        border:none;
    }
    .fadebox div p
    {
        background:#fff;
        color:#000;
    }
    .fadebox *
    {
        border:none;
        text-decoration:none;
    }

