﻿/* positioning */

BODY 
{
	font-size: 62.5%;
    margin: 0;
    padding: 0;
}

IMG
{
    border: none;
    margin: 0;
    padding: 0;
}

#divBody
{
    position: absolute;
    width: 800px;
    top: 10px;
    left: 50%;
    margin-left: -400px;
    text-align: left;    
}

#divHeader
{
    height: 100px;
}

    #divHeader h1
    {   
        position: absolute;
        visibility: hidden;
    }
    
    #ulNavBar
    {
        position: absolute;
        left: 260px;
    }
    
    
    #divSearch
    {
        position: absolute;
        top: 4.7em;
        left: 290px;
    }
    
        #divSearch A
        {
            
        }

            #divSearch INPUT
            {
                
            }
            
#divBody2
{
}        

    #divContent
    {
    }

    #divContent1
    {
        float: left;
        width: 663px;
        background: url('/images/tier-main-top.png') top left no-repeat;
    }

    #divContent1div
    {
        margin: 40px 10px 10px 10px;
    }

    #divContent2
    {
        float: right;
        width: 137px;
        background: #D9DBDC url('/images/tier-right-bottom.png') bottom left no-repeat;
    }

    #divContent2div
    {
        padding: 30px 10px 10px 10px;
        background: url('/images/tier-right-top.jpg') top left no-repeat;
    }

    #divContentBottom
    {
        clear: both;
        height: 10px;
    }
    
    #divContent p
    {
        margin: 0;
        padding: 0 0 10px 0;
    }

#divFooter
{
    clear: both;
    margin-bottom: 20px;
}

    #divFooter SPAN
    {
        position: relative;
        top: 5px;
    }

    #divFooter UL
    {
        float: right;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        #divFooter UL a
        {
            display: block;
	        margin: 5px 8px 0px 22px;
	        font-weight: normal;
        }

        #divFooter UL li 
        {
            float: left;
            z-index: 999;
            background: url('/images/li.gif') bottom left no-repeat;
        }


/* typography & colours */

BODY
{
    background: white;
    font-family: Arial, Helvetica, sans-serif;
	color: #0C2E82;
}

A
{
    text-decoration: none;
    color: #0C2E82;
    font-weight: bold;
}

A:hover
{
    color: #009600;
}

H2
{
    font-size: 1.5em;
}

H3
{
    font-size: 1.4em;
}

.textbox
{
    border: 1px solid #CCCCCC;
    font-size: 0.9em;
}

.strong
{
    font-weight: bold;
}

.error
{
    color: Red !important;
}

.aNewsMore
{
    display: block;
    background: url('/images/bullet.gif') top left no-repeat;
    font-weight: bold;
    padding-left: 20px;
    font-size: 1.2em;
}

.productPopup
{
    border: 1px solid #0C2E82;
    background: #D9DBDC;
    padding: 15px;
    margin: 15px;
}

#divHeader
{
    background: White url('/images/header-top.png') top center no-repeat;
}

    #ulNavBar
    {
        border-bottom: 2px solid #cccccc;
    }

    #divSearch
    {
        
    }
        
        #divSearch A
        {
            
        }

            #divSearch INPUT
            {
                
            }
        
#divBody
{
}

    #divContent
    {
        
    }
    
        #divContent a
        {
            
        }
    

        #divContent1 P, #divContent1 UL, #divContent1 OL, #divContent1 TD
        {
            font-size: 1.2em;
        }

        #divContent1 H2
        {
            font-size: 2em;
            margin: 0;
            padding: 0 0 10px 0;
        }

        #divContent1 H3
        {
            font-size: 1.5em;
        }

        #divContent2 P
        {
            font-size: 1.1em;
        }
         
        #divContent2 H2
        {
            font-size: 1.6em;
            margin: 0;
            padding: 0 0 10px 0;
            color: White;
        }
 
        #divContent2 H3
        {
            font-size: 1.4em;
            margin: 0;
            padding: 0 0 5px 0;
        }
 
    #divContentBottom
    {
        background: url('/images/footer_page.png') top center no-repeat;
    }

#divFooter
{
    padding-bottom: 15px;
    border-bottom: 2px dashed #D9DBDC;
}

    
.small
{
    font-size: 0.9em;
}

.ulBullet
{
    list-style-image: url('/images/bullet.gif');
}
    
h3.divider
{
    border-bottom: 2px solid #D9DBDC;
    clear: right;
    padding-top: 15px;
}

/* navigation bar styles */

#ulNavBar
{
    padding: 10px 0 25px 0;
    margin: 0;
    list-style-type: none;
}

    #ulNavBar a
    {
        display: block;
	    margin: 10px 5px 0px 22px;
	    font-weight: normal;
    }

    #ulNavBar li 
    {
        float: left;
        z-index: 999;
        background: url('/images/li.gif') bottom left no-repeat;
        height: 25px;
        border-bottom: 2px solid #CCCCCC;
    }

    #ulNavBar li:hover a, #ulNavBar li.sfhover a
    {
        
    }
 
 /* cms styles */
 
 .pnlCmsAdmin span
 {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
 }
