﻿/*-------------------------------------
STYLESHEET FOR SDS HOME PAGE LAYOUT
-------------------------------------*/


div.homeheader  
{
    margin-top: 20px;
}

    div.homeheader h1.h1home   
    {
        color: #8f3b4e;
        display: inline;
        padding-right: 10px;
    }

    div.homeheader p.tagline   
    {
        display: inline;
        color: #8f3b4e;
    }
    
    
    /* phone number */
    
    div.homeheader p.telephone  
    {
        float: right;
        font-weight: bold;
        color: #8f3b4e;
        margin-bottom: 0;
        padding-left: 28px;
        background-image: url('../images/phonebg.gif');
        background-position: left;
        background-repeat: no-repeat;
    }
    
    
/* Home page sections */

div#page div#main div#introtext
{
    float: left;
    width: 520px;
    margin-top: 20px;
}

    div#page div#main div#introtext p
    {
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    div#page div#main div#introtext ul  
    {
        margin-top: 0;
        padding-top: 0;
        margin-left: 10px;
        padding-left: 10px
    }



    div#page div#main div#tradelist, div#page div#main div#displaytype
    {
        background-color: #fdfde9;
        background-image: url('../images/displaytypebg.gif');
        background-position: bottom;
        background-repeat: repeat-x;
        border: 1px solid #d3d3a7;
        padding-bottom: 10px;
        margin-top: 20px;
        color: #8f3b4e;
        padding-left: 10px;
        padding-right: 10px;
        width: 300px;
        float: left;
    }
    
    div#page div#main div#displaytype 
    {
        color: #77773f;
    }

    div#page div#main div#tradelist, div#page div#main div#catalogue
    {
        background-color: #fdfde9;
        background-image: url('../images/displaytypebg.gif');
        background-position: bottom;
        background-repeat: repeat-x;
        border: 1px solid #d3d3a7;
        padding-bottom: 10px;
        margin-top: 20px;
        color: #8f3b4e;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
    }
    
    div#page div#main div#catalogue 
    {
        color: #77773f;
    }
    
    div#page div#main div#tradelist   
    {
        background-color: #edcfd2;
        background-image: url('../images/tradelistbg.gif');
        background-position: top;
        background-repeat: repeat-x;
        border: 1px solid #e4aeb7;
    }

        div#page div#main div#tradelist p, div#page div#main div#displaytype p
        {
            padding-top: 5px;
            margin-bottom: 0;
        }

    div#page div#main div#homesearch   
    {
        background-color: #dcd2d4;
        background-image: url('../images/homesearchbg.gif');
        background-position: top;
        background-repeat: repeat-x;
        border: 1px solid #cfc0c3;
        color: #704c54;
        float: right;
        margin-top: 20px;
        width: 200px;
        padding-left: 5px;
        padding-bottom: 10px;
        clear: right;
    }
    
        div#page div#main div#homesearch p
        {
            padding-top: 5px;
            margin-bottom: 0
        }
        
        div#page div#main div#homesearch input[type=text]  
        {
            border: 1px solid #b29da1
        }



/* homepage site description */


div#page div#main div#homedesc    
{
    margin-top: 10px;
    width: 980px;
    float: left;
    color: #59592d;
}
    
    div#page div#main div#homedesc ul   
    {
        margin-left: 10px;
        padding-left: 10px;
    }
    
    div#page div#main div#homedesc a    
    {
        color: #59592d;
        border-bottom: 1px dotted #59592d
    }

    div#page div#main div#homedesc div  
    {
        width: 450px;
        border: 1px solid #d3d3a7;
        background-color: #fbfbcb;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 10px;
        float: left
    }
    
    div#page div#main div#homedesc div.column2  
    {
        float: right;
        padding-left: 20px;
        width: 460px;
    }




div#page div#main div#mainhome
{
    float: right;
    width: 970px;
    margin-top: 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #f0f0f0;
    background-image: url('../images/mainhomebg.gif');
    background-position: bottom;
    background-repeat: repeat-x
}

    



div#page div#main div#mainhome div.feature
{
    width: 226px;
    height: 230px;
    border-top: 1px solid #663b47;
    border-left: 1px solid #663b47;
    border-right: 1px solid #cccccc;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}



    div#page div#main div#mainhome div.feature p a.imglink img  
    {
        border: 1px solid #d3d3a7
    }
    
    div#page div#main div#mainhome div.feature a
    {
        display: block;
        text-align: left;
        color: #333333;
        padding-left: 5px;
        border-bottom: 1px solid #999999;
        background-image: url('../images/homelink_bg.jpg');
        background-repeat: repeat-x;
        background-color: #cccccc;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    div#page div#main div#mainhome div.feature a.vertical
    {
    	/*== Rotate the a tag ==*/
    	-webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);

        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    	display: block;
    	
    	text-align: right;
    	font-size: 12pt;
    	font-weight: bolder;
    	color: #8f3b4e;
        
        background-image: none;
        background-color: #FFF;
        
        position: absolute;
        
        top: 85px;
        /*bottom: 145px;*/
        
        left: -83px;
        
        padding-left: 0px;
        padding-right: 5px;
        padding-bottom: 0;
        
        border-bottom: none;
        
        margin-bottom: 0;
        
        width: 183px;
    }

    div#page div#main div#mainhome div.feature p
    {
        height: 170px;
        margin-top: 3px;
        margin-bottom: 17px;
    }



    div#page div#main div#mainhome div.feature a.imglink, div#page div#main div#mainhome div.featureprod a.imglink
    {
        background-image: none;
        text-align: center;
        background-color: transparent;
        border-bottom: 0;
    }
    
        div#page div#main div#mainhome div.featureprod a.imglink img    
        {
            border: 1px solid #d3d3a7
        }





/* featured product */




div#page div#main div#mainhome div.featureprod
{
    width: 226px;
    height: 200px;
    border-top: 1px solid #663b47;
    border-left: 1px solid #663b47;
    border-right: 1px solid #cccccc;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    /*background-image: url('../images/featuredprod.gif');*/
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #ffffff;
}



div#page div#main div#mainhome div.featureprod a
{
    display: block;
    text-align: left;
    color: #333333;
    padding-left: 5px;
    border-bottom: 1px solid #999999;
    background-image: url('../images/homelink_bg.jpg');
    background-repeat: repeat-x;
    background-color: #cccccc;
    margin-bottom: 0;
    padding-bottom: 0;
}

div#page div#main div#mainhome div.featureprod a.vertical
    {
    	-webkit-transform: rotate(-90deg);
    	-moz-transform: rotate(-90deg);
    	-o-transform: rotate(-90deg);
    	font-size: 12pt;
    	font-weight: bolder;
    	color: #8f3b4e;
        display: block;
        position: relative;
        
        top: -125px;
        bottom: 0px;
        
        left: -83px;
        text-align: right;
        padding-left: 0px;
        padding-right: 5px;
        border-bottom: none;
        background-image: none;
        /*background-repeat: repeat-x;*/
        background-color: #FFF;
        margin-bottom: 0;
        padding-bottom: 0;
        width: 183px;
    }


div#page div#main div#mainhome div.featureprod p
{
    height: 170px;
    margin-top: 3px;
    margin-bottom: 17px;
}
