﻿/*-----------------------------------------
Style sheet for centred fixed width site layout
Version: 1
Author: Hannah Watkins | Clear Breeze Design
Email: enquiries@clearbreezedesign.com
Website: http://www.clearbreezedesign.com
-----------------------------------------*/


body 
{
    margin: 0px;
	padding: 0px;
	background-color: #bddfb2;
	background-image: url(../images/bg2.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}


/*---------------------------------
GENERAL
----------------------------------*/

a   
{
    color: #007cc2
}

h1   
{
    color: #007cc2
}

.clear  
{
    clear: left
}

.clearright 
{
    clear: right
}

.clearboth  
{
    clear: both
}


    /*---------------------------------
    WHOLE PAGE
    ----------------------------------*/

    div#wholepage   
    {
        width: 900px;
        margin: auto
    }
    
        /*---------------------------------
        TOP BANNER  
        ----------------------------------*/
        
        div#wholepage div#topbanner 
        {
            width: 900px;
            height: 86px;
            background-image: url('../images/brc_topbanner.jpg');
            
        }
        
        /*---------------------------------
        NAVIGATION COLUMN  
        ----------------------------------*/    
        
        div#wholepage div#navigation    
        {
            width: 202px;
            height: 436px;
            background-image: url('../images/navbar_bg1.gif');
            background-repeat: no-repeat;
            float: left;
        }
        
            div#wholepage div#navigation ul li a    
            {
                color: #ffffff;
                text-decoration: none;
                font-weight: bold;
            }
            
            div#wholepage div#navigation ul#nav 
            {
                margin-top: 30px;
                list-style: none;
                margin-left: 12px;
                padding-left: 12px
            }
            
                div#wholepage div#navigation ul#nav li  
                {
                    margin-bottom: 5px;
                    
                }
            
                    div#wholepage div#navigation ul#nav li a    
                    {
                        display: block;
                        padding-left: 10px
                    }
                    
                        div#wholepage div#navigation ul#nav li a:hover   
                        {
                            display: block;
                            background-color: #e60f0d
                        }
            
                
        
            div#wholepage div#navigation ul#contactdets  
            {
                text-align: right;
                list-style: none;
                font-weight: bold;
                color: #ffffff;
                margin-right: 0;
                margin-left: 0;
                padding-left: 0;
                margin-top: 0;
                padding-top: 0;
                padding-right: 8px;
                line-height: 100%
            }
            
                div#wholepage div#navigation ul#contactdets li#phone  
                {
                    padding-right: 27px;
                    background-image: url('../images/phone.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-top: 6px;
                    padding-bottom: 8px;
                }
                
                 div#wholepage div#navigation ul#contactdets li#Freephone  
                {
                    padding-right: 27px;
                    background-image: url('../images/phone.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-top: 6px;
                    padding-bottom: 8px;
                }
                
                div#wholepage div#navigation ul#contactdets li#email  
                {
                    padding-right: 27px;
                    background-image: url('../images/email.gif');
                    background-position: center right;
                    background-repeat: no-repeat;
                    padding-top: 6px;
                    padding-bottom: 8px
                }
            
            
        
            /*---------------------------------
            MAIN CONTENT AREA
            ----------------------------------*/
            
            div#wholepage div#main   
            {
                width: 698px;
                background-color: #ffffff;
                float: right;
                padding-left: 0;
                background-image: url('../images/brcprodlistbg2.jpg');
                background-position: top left;
                background-repeat: no-repeat
            }
 
            
                /*---------------------------------
                CONTENT 
                ----------------------------------*/
                
                div#wholepage div#main div#content  
                {
                    padding-left: 35px;
                    padding-right: 15px;
                }
                
                    div#wholepage div#main div#content h2   
                    {
                        background-color: #007cc2;
                        color: #ffffff;
                        margin-bottom: 2px;
                        margin-left: 50px;
                        margin-right: 60px;
                        padding-left: 20px;
                        padding-bottom: 2px;
                        padding-top: 2px;
                        background-image: url('../images/subgroupheaderbg.gif');
                        background-repeat: no-repeat;
                        background-color: #007cc2;
                    }
                   
                    
                    
                    /*---------------------------------
                    PRODUCT DETAIL PAGE  
                    ----------------------------------*/
                    
                    div#wholepage div#main div#content img.proddetpic   
                    {
                        float: right;
                        margin-left: 20px;
                    }
                    
                    div#wholepage div#main div#content p.proddetorderinfo 
                    {
                        background-image: url('../images/underscore.jpg');
                        background-position: bottom left;
                        background-repeat: no-repeat;
                        margin-bottom: 0;
                        margin-top: 10px;
                        padding-bottom: 8px;
                        margin-right: 220px
                    }
                    
                        div#wholepage div#main div#content p.proddetorderinfo strong    
                        {
                            color: #bf080a
                        }
                        
                     
                    /*---------------------------------
                    CHECKOUT PAGE     
                    ----------------------------------*/
                    
                    div#wholepage div#main div#content h1#checkout  
                    {
                        margin-top: 30px
                    } 
                    
                
                
                    /*---------------------------------
                    SHOPPING BASKET SUMMARY 
                    ----------------------------------*/
                    
                    div#wholepage div#main div#content div#basketsum  
                    {
                        text-align: right;
                        background-image: url('../images/basketsumright.gif');
                        background-position: top right;
                        background-repeat: no-repeat;
                        width: 400px;
                        margin-left: 228px;
                        margin-top: 5px
                    }
                    
                        div#wholepage div#main div#content div#basketsum p
                        {
                            text-align: center;
                            background-image: url('../images/basketsumleft.gif');
                            background-position: top left;
                            background-repeat: no-repeat;
                            padding-right: 40px;
                            padding-top: 5px;
                            padding-bottom: 5px
                        }
                    
                    
                    /*---------------------------------
                    INTRO PARAGRAPH 
                    ----------------------------------*/
                    
                    div#wholepage div#main div#content p#intro   
                    {
                        margin-right: 150px;
                        margin-bottom: 40px
                    }
                    
                    
                    /*---------------------------------
                    PRODUCT AREA 
                    ----------------------------------*/
                    
                    div#wholepage div#main div#content div.productouter 
                    {
                        width: 606px;
                        background-image: url('../images/prodboxtop2.gif');
                        background-position: top;
                        background-repeat: no-repeat;
                        margin-bottom: 10px
                    }
                    
                        div#wholepage div#main div#content div.productouter div.product
                        {
                            width: 586px;
                            background-image: url('../images/prodboxbottom.gif');
                            background-position: bottom;
                            background-repeat: no-repeat;
                            padding-left: 10px;
                            padding-right: 10px;
                            padding-top: 10px;
                            padding-bottom: 20px;
                            padding-top: 20px
                        }
                        
                            div#wholepage div#main div#content div.productouter div.product div.prodcol 
                            {
                                width: 360px;
                                float: right;
                            }
                            
                            table.orderprocess  
                            {
                                background-color: #bdecb6;
                                background-image: url('../images/curveboxtop.gif');
                                background-position: top;
                                background-repeat: no-repeat;
                                margin-top: 10px;
                                width: 350px
                            }
                            
                                table.orderprocess td.select 
                                {
                                    padding-left: 5px;
                                    line-height: 100%;
                                }
                                
                                table.orderprocess td.button    
                                {
                                    width: 130px
                                }
                                
                            /* to accommodate curves on all four corners */
                            
                            div.tablesurround   
                            {                            	
                                background-image: url('../images/curveboxbottom.gif');
                                background-position: bottom;
                                background-repeat: no-repeat;
                                width: 350px;
                                margin-bottom: 30px;
                                padding-bottom: 10px;
                            }
                            
                        
                            div#wholepage div#main div#content div.productouter div.product p   
                            {
                                text-align:left;
                            }
                        
                            div#wholepage div#main div#content div.productouter div.product div.piccol 
                            {
                                float: left;
                                margin-bottom: 10px;
                                margin-right: 10px;
                                width: 203px
                            }
                            
                                div#wholepage div#main div#content div.productouter div.product div.piccol p    
                                {
                                    margin-top: 0;
                                    margin-left: 3px
                                }
                            
                            div#wholepage div#main div#content div.productouter div.product h3  
                            {
                                margin-top: 0;
                            }
                            
                            p.price 
                            {
                            	line-height: 100%;
                                /*margin-top: 5px;*/
                                margin-bottom: 0;
                            }
                            
                                p.price strong
                                {
                                    color: #bf080a
                                }
                            
                            p.moredetails   
                            {
                                margin-bottom: 20px;
                                margin-top: 10px
                            }
                            
                            div#wholepage div#main div#content div.productouter div.product p.addtobasket   
                            {
                                margin-bottom: 0;
                                margin-top: 5px;
                                padding-bottom: 10px;
                                vertical-align: top;
                            }
                            
                            div#wholepage div#main div#content div.productouter div.product p.addtobasketbutton  
                            {
                                text-align: right;
                                margin-top: 0
                            }
                            
                                p.moredetails a   
                                {
                                    background-image: url('../images/brcmoredetbuttonbl.gif');
                                    background-repeat: no-repeat;
                                    padding-top: 11px;
                                    padding-bottom: 12px;
                                    padding-left: 12px;
                                    padding-right: 100px;
                                    color: #ffffff;
                                    font-weight: bold;
                                    text-decoration: none;
                                    
                                }
                            
                
                            /*--------------------------------------
                            ADD TO BASKET BIT
                            --------------------------------------*/
                           
                                    
                            
                            input.basketbutt    
                            {
                                background-image: url('../images/moredetbutton.gif');
                                background-repeat: no-repeat;
                                color: #ffffff;
                                font-weight: bold;
                                text-align: left;
                                border: 0;
                                background-color: #ffffff;
                                padding-bottom: 15px;
                                padding-top: 3px;
                                padding-left: 0;
                                padding-right: 0;
                                margin-top: 6px;
                                width: 123px;
                                text-align: center;
                                background-color: transparent
                            }
                            
                            
                            
                            
                /*--------------------------------------
                CHECKOUT TABLES
                --------------------------------------*/  
                
                td.currency  
                {
                    text-align: right;                    
                }
                
                table.checkout th.currency, table.checkouttotals th.currency
                {
                    text-align: right
                }
                
                
                table.checkout   
                {
                    background-color: #bdecb6;
                    width: 100%
                }
                
                               
                table.checkout td  
                {
	border-bottom: 4px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 5px;
	vertical-align: top;
}
                    
                table.checkout td.firstcol
                {
	width: 200px;
}    
                    
                    table.checkout th   
                    {
                        background-image: url('../images/addtobasketboxdropshad.gif');
                        background-position: bottom;
                        background-repeat: repeat-x;
                        border-bottom: 4px solid #ffffff;
                        padding-left: 10px;
                        padding-right: 10px;                     
                        padding-bottom: 6px;
                        padding-top: 5px;
                        vertical-align: top;
                        text-align: left
                    }
                    
                        table.checkout td input 
                        {
                            border: 1px solid #007cc2
                        }
                        
                        table.checkout td input.disabled 
                        {
                            border: 1px solid #007cc2;
                            background-color: #C0C0C0;
                        }
                        
                        table.checkout td input.checkbutton, .checkbutton
                        {
                            background-color: #e70e0e;
                            border: 1px solid #ffffff;
                            color: #ffffff
                        }
                        
                          table.checkout td input.confirmbutton, .confirmbutton
                        {
                            background-color: #e70e0e;
                            border: 1px solid #ffffff;
                            color: #ffffff
                        }
                        
                    /*--------------------------------------
                    CHECKOUT TABLES - THE TOTALLING TABLE
                    --------------------------------------*/ 
                        
                    table.checkouttotals   
                    {
                        background-color: #bdecb6;
                        margin-top: 10px;
                        width: 100%;
                    }
                    
                        table.checkouttotals td  
                        {
                            
                            border-bottom: 4px solid #ffffff;
                            padding-left: 10px;
                            padding-right: 10px; 
                            padding-bottom: 6px;
                            padding-top: 5px;
                            vertical-align: top;
                        }
                        
                        table.checkouttotals th   
                        {
                            border-bottom: 4px solid #ffffff;
							/* William! Just fiddle with this padding-left until you're happy with it */
                            padding-left: 130px;
							/* ------------- Remember the brc stylesheet too! ----------------------- */
                            padding-right: 10px;                     
                            padding-bottom: 6px;
                            padding-top: 5px;
                            vertical-align: top;
                            text-align: right;
                        }
                        
                            table.checkouttotals td input 
                            {
                                border: 1px solid #007cc2
                            }
                            
                            table.checkouttotals td input.checkbutton, .checkbutton
                            {
                                background-color: #e70e0e;
                                border: 1px solid #ffffff;
                                color: #ffffff
                            }
                            
                            table.checkouttotals td.options 
                            {
                                text-align: center;
                                background-color: #ffffff;
                                background-image: none;
                                padding-top: 10px
                            }
                
                            .grandtotal 
                            {
                                color: #943535;
                                font-weight: bold;
                                text-align:right
                            }
                            
                        table.tblpaypal   
						{	
							width: 100%;
						}
						
						table.tblpaypal td.tdcompulsory
						{
							text-align: left;
							background-image: none;
						}
						
						table.tblpaypal td.tdpaypal
						{	
							text-align: right;                            
							background-image: none;	
						}
                            
                        /*--------------------------------------
                        SECURITY STATEMENT 
                        --------------------------------------*/ 
                        
                        table.security  
                        {
                            margin-top: 20px
                        }
                            
                            table.security td 
                            {
                                vertical-align: top
                            }
                            
                                table.security td.link 
                                {
                                    padding-left: 30px;
                                }
                
								/*--------------------------------------
								CONFIRM BUTTONS 
								--------------------------------------*/
            
								table.confirmbuttons
								{
									margin-top: 10px;
									width: 100%;
								}
		                    
								table.confirmbuttons td  
								{
		                            vertical-align: top;
									}
								table.confirmbuttons td.leftalign 
								{
									text-align: left;
									background-image: none;									
								}                         
								table.confirmbuttons td.rightalign 
								{
									text-align: right;                            
									background-image: none;									
								}
            
            
                /*---------------------------------
                FOOTER  
                ----------------------------------*/
                
                div#wholepage div#footer   
                {
                    clear: left;
                    background-color: #007cc2;
                    color: #ffffff;
                    padding-left: 20px;
                    margin-top: 40px;
                    padding-top: 30px;
                    padding-bottom: 10px
                }