﻿/*-----------------------------------------

SNOWPLACELIKEHOME WEBSITE
LAYOUT CONTROL
VERSION 1
ENQUIRIES@CLEARBREEZEDESIGN.COM

-----------------------------------------*/



body 
{
    margin: 0;
    background-color: #ffffff;
    color: #006699
}

h1  
{
    color: #669999;
    margin-top: 50px
}

img.photos 
{
    border: 1px solid #666666
}

img 
{
    border: 0
}

img.left    
{
    float: left;
    border: 1px solid #666666;
    margin-right: 10px
}

img.right    
{
    float: right;
    border: 1px solid #666666;
    margin-left: 10px
}

img.rightnoborder   
{
    float: right;
    margin-left: 20px;
    border: none
}

a   
{
    text-decoration: none;
    color: #669999;

}

h2  
{
    margin-top: 40px
}

h3  
{
    border-bottom: 1px solid #006699
}

h4  
{
    font-style: italic;
    font-weight: normal;
    border-bottom: 1px solid #97c7df
}

/*---------------------------
MAIN CONTENT 
---------------------------*/

div#main    
{
    width: 525px;
    background-image: url('../images/topbanner.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    border-top: 1px solid #cccccc;
    padding-left: 95px;
    padding-right: 160px
}

    div#main p#undercons    
    {
        color: #666666
    }
    
    div#main ul#detailpics  
    {
        float: right;
        margin-left: 20px;
        padding-left: 0;
        list-style: none;
        margin-top: 0;
        padding-top: 0
    }
    
        div#main ul#detailpics li   
        {
            margin-bottom: 2px
        }
        
            div#main ul#detailpics li img   
            {
                border: 1px solid #666666
            }
            
    div#main p.caption  
    {
        margin-top: 0;
    }
    
    div#main p.captionmont  
    {
        margin-top: -20px;
        text-align: right;
        font-style: italic;
        margin-bottom: 30px;
        margin-right: 10px
    }
    
    div#main p.piccap   
    {
        float: right;
        width: 250px;
        margin-left: 10px;
        margin-bottom: 20px
    }
    
        div#main p.piccap em    
        {
            display: block;
            margin-top: 0;
            
        }


    /*---------------------------
    TOP LEVEL NAVIGATION 
    ---------------------------*/
    
    div#main ul#nav 
    {
        padding-top: 110px;
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 0;
        font-weight: bold
    }
    
        div#main ul#nav li a    
        {
            text-decoration: none;
            color: #006699
        }
        
        div#main ul#nav li a:hover
        {
            color: #669999
        }
        
        
    /*---------------------------
    PRICING TABLE 
    ---------------------------*/
    
    div#main table td 
    {
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid #006699;
        padding-right: 15px
    }
    
    div#main table th 
    {
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid #006699;
        padding-right: 15px;
        text-align: left;
        vertical-align: top
    }



/*---------------------------
FOOTER 
---------------------------*/

p#footer 
{
    border-top: 1px solid #006699;
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 50px;
    clear: both
}



/*---------------------------
POPUP WINDOWS 
---------------------------*/

body#popupwindow    
{
    text-align: center;
    background-image: url('../images/snowflake_popup.gif');
    background-position: bottom left;
    background-repeat: no-repeat
}

    body#popupwindow img   
    {
        border: 1px solid #666666;
        margin-top: 10px
    }