﻿html
{
    margin:0px;
    padding:0px;
    /*color:#510C05;*/
    color:#333333;
    font-size:12px;
    font-family:"Trebuchet MS";
    font-weight:normal;
}

body 
{
    background-image:url(img/wood.jpg);
}

a
{
    /*color:#510C05;*/
    color:#000000;
    font-weight:bold;
}

.clear
{
    width:100%;
    display:block;
    clear:both;
    height:1px;
    
}

#spacer
{
    display:block;
    width:1000px;
    height:400px;
    text-align:center;
}

#wrapper
{
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    background-color:#FFFFFF;
}

#header
{
    height:146px;
    width:1000px;
    background-image:url(img/header.jpg);
    
}
#header a
{
    color:#000000;
    text-decoration:none;
    font-size:30px;
    margin:10px
}

#navigation
{
    width:100%;
    height:77px;
    background-image:url(img/navbar.jpg);
    background-repeat:repeat-x;
    background-position:top;
}

#navigation ul,#navigation ul li
{
    list-style:none;
    display:inline;
    margin:0px;
    padding:0px;
}

#navigation ul li
{
    height:77px;
    display:inline;
}

#navigation ul li a
{
    display:inline-block;
    width:100px;
    height:77px;
    background-image:url(img/tab.jpg);
    background-repeat:no-repeat;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    padding-top:20px;
}

#navigation ul li a.nav-selected
{
    background-image:url(img/tab-selected.jpg);
    height:77px;
}

#footer
{
    height:150px;
    border-top:solid 2px #DCDCDC;
}

.footer-content
{
    height:150px;
    float:left;
    width:240px;
    padding-left:10px;
    padding-top:10px;
}

h1
{
    font-family:"Trebuchet MS";
    font-size:18px;
    font-weight:bold;    
}

h2
{
    font-family:"Trebuchet MS";
    font-size:14px;
    font-weight:bold; 
}

h3
{
    font-family:"Trebuchet MS";
    font-size:12px;
    font-weight:bold; 
}

#main
{
    width:100%;
    overflow:hidden;
}

#top-info
{
    margin:0px 20px 20px 20px;
}

#home-left
{
    /*float:left;
    width:400px;*/
    padding:0px 30px 0px 10px;      
}

#home-right
{
    /*width:481px;
    height:149px;*/
    float:right;
    margin-top:30px;
    margin-left:20px;
    margin-bottom:10px;
    border:solid 1px #DCDCDC;
}

#group-index
{
    margin:0px 15px 20px 25px;
    overflow:hidden;
}

#group-info-left
{
    float:left;
    width:450px;
    /*background-color:Lime;*/
    overflow:hidden;
}


#group-info-right
{
    float:right;
    width:450px;
    /*background-color:Fuchsia;*/
    overflow:hidden;
    text-align:right;
    padding-bottom:15px;
}

#group-info-right a img
{
    border:solid 1px #FFFFFF;
}

#group-info-right a img:hover
{
    border:solid 1px #000000;
}

#group-info-right a
{
    font-size:12px;
    font-weight:normal;
    font-style:italic;
    text-decoration:none;
}

#group-info-right a:hover
{
    text-decoration:underline;
}

.box
{
    width:290px;
    float:left;
    margin-right:30px;
    margin-bottom:10px;
    
}

.box a img
{
    border:none;
}

.box h2
{
    width:285px;
    height:25px;
    background-image:url(img/blueheader.jpg);
    display:block;
    color:#FFFFFF;
    margin:0px;
    padding:5px 0px 0px 5px;
}

#product-details
{
    margin-top:20px;
    margin-bottom:20px;
}

.dark-list,.light-list
{
  width:900px;
  overflow:hidden;
  margin-left:20px; 
  /*margin-bottom:10px;*/
  border-bottom:dashed 1px #333333; 
}

.dark-list
{
    background-color:#F3F3F3;
    padding-top:10px;    
}
.light-list
{
    background-color:#FFFFFF;
    padding-top:10px; 
}

.product-thumbnail
{
    width:220px;
    float:left;
    margin-right:10px;
}

.product-general-details
{
    float:left;
    width:350px;
    padding-left:10px;
    /*background-color:Lime;*/
}
.product-technical-details
{
    width:100%;
    font-weight:bold;
    margin:5px 0px 5px 0px;
    /*background-color:Maroon;*/
    
}

.colourSwatches
{
    background-color:#FFFFFF;
    padding:5px;
}

.colourSwatches ul,.colourSwatches ul li
{
    list-style:none;
    display:inline;
    margin:0px;
    padding:0px;
}

.product-basket
{
    float:right;
    /*width:200px;
    background-color:Yellow;*/
    padding-right:10px;
}

.product-basket ul, .product-basket ul li
{
    margin:0px;
    padding:0px;
    list-style:none;
    display:inline;
}

#basket-left,#trade-left
{
    width:450px;
    float:left;
    overflow:hidden;
    /*background-color:Lime;*/
}

#basket-right,#trade-right
{
    width:450px;
    float:right;
    
    /*background-color:Yellow;*/
}

#basket-top
{
    
}

#basket-right
{
    /*width:450px;
    float:right;
    background-color:Yellow;*/
    width:900px;
    float:left;
}

#basket-right
{
    color:#000000;
}

#basket-right table
{
    width:100%;
}

#trade-right ul, #trade-right ul li,#trade-left ul,#trade-left ul li
{
    list-style:none;
    margin:0px;
    padding:0px;
}

#trade-right fieldset,#trade-left fieldset
{
    margin:0px;
    padding:5px;
    border:none;
    margin-bottom:20px;
    background-color:#F0F0F0;
}

#trade-left fieldset
{
    margin-left:20px;
}

#trade-right fieldset
{
    margin-right:20px;
}

#trade-left fieldset input[type=submit]
{
    border:solid 1px #333333;
    margin:5px 0px 0px 150px;
   
}
#trade-right fieldset input[type=submit]
{
    border:solid 1px #333333;
    margin:5px 0px 0px 250px;
   
}

#registration-msg
{
    padding:20px;
    height:300px;
}

input[type=submit]
{
    border:solid 1px #333333;
}

input[type=text],input[type=password]
{
    border:solid 1px #333333;
}

#download-section
{
    height:300px;
}

#download-section ul
{
    margin:10px 0px 0px 150px;
}

#download-section ul li
{
    list-style-image:url(img/pdf.jpg);
    
    line-height:40px;
    padding-bottom:10px;
}

#toplinks
{
    width:900px;
    height:200px;
    overflow:scroll;
}

#toplinks a img
{
    float:left;
}

#checkout
{
}

#checkout fieldset
{
    background-color:#DCDCDC;
    border:none;
    width:400px;
    margin-bottom:10px;
}

#checkout fieldset ul,#checkout fieldset ul li
{
    list-style:none;
}

#errMsg
{
   
    margin:0 auto;
    background-color:#DCDCDC;
    padding:5px 10px 10px 10px;
    width:400px;
    margin-bottom:50px;
    
}
#errMsg h2
{
    color:Red;
    text-align:center;
}

#errMsg ul, #errMsg ul li
{
    list-style:none;
}

#order-confirmation
{
    color:#000000;
    background-color:#FFFFCC;
    padding:20px;
    border:solid 1px #333333;
}

#order-confirmation table tr td
{
    background-color:#DCDCDC;
    padding-left:5px;
    padding-right:5px;
}

#confirmation-form 
{
    margin:10px 100px 20px 0px;
    text-align:right;
}

#confirmation-message
{
    width:400px;
    margin:0 auto;
    padding:10px;
    text-align:center;
    margin-top:30px;
    margin-bottom:50px;
    border:solid 1px #DCDCDC;
}