    /* <!-- */
    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:1100px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
        
        font-family:Bookman Old Style,serif;
    }
	a {
    	color:#993333;
        border:none;
	}
	a:hover {
        color:#62031B;
	}
    h1, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    h2 {
        margin:.8em 0px .2em -25px;
        width:100%;
        text-align:center;
    }
    
    p {
        margin:.4em 0 .8em 0px;
        padding:0px 30px 0px 0px;
    }
	img {
		margin:0px 0 0px;
        border:none;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#960A2C; 
	}
    
    img.logo{
             float:left;
             padding:0;
             margin:0;
     }
     
    .leftmenu .colright {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:0 0px 0 200px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 {
        float:left;
        width:200px;
        position:relative;
        right:200px;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:10px;
        margin:0;
        color:#993333;
        font-size:x-small;
        
    }
    ul.nav_bar{
        list-style:none;
        float:left;
        margin:0;
        padding:10px 0px 10px 20px;
    }
    .nav_bar li{
             list-style:none;
             margin:10px 0px 0px 0px;
             padding:0;
             width:160px;
             height:40px;
    }
    
    .nav_bar li a{
             position:relative;
             float:left;
             color:black;
             text-decoration:none;
             width:100%;
             height:40px;
             text-align:center;
    }
    
    a.home{
           background-image:url('./images/navBarBG.jpg');
           background-position: -1px -4px;
    }
    a.profile{
        background-image:url('./images/navBarBG.jpg');
           background-position: -162px -4px;
    }
    a.products{
        background-image:url('./images/navBarBG.jpg');
           background-position: -323px -4px;
    }
    a.spares{
        background-image:url('./images/navBarBG.jpg');
           background-position: -484px -4px;
    }
    a.manufacturers{
        background-image:url('./images/navBarBG.jpg');
           background-position: -645px -4px;
    }
    a.news{
        background-image:url('./images/navBarBG.jpg');
           background-position: -806px -4px;
    }
    a.site_map{
        background-image:url('./images/navBarBG.jpg');
           background-position: -967px -4px;
    }
    a.contact{
        background-image:url('./images/navBarBG.jpg');
           background-position: -1128px -4px;
    }
    a.home:hover{
         background-position: -1px -45px;
    }
    a.profile:hover{
       background-position: -162px -45px;
    }
    a.products:hover{
        background-position: -323px -45px;
    }
    a.spares:hover{
         background-position: -484px -45px;
    }
    a.manufacturers:hover{
         background-position: -645px -45px;
    }
    a.news:hover{
        background-position: -806px -45px;
    }
    a.site_map:hover{
        background-position: -967px -45px;
    }
    a.contact:hover{
        background-position: -1128px -45px;
    }
    
    a.home#active{
         background-position: -1px -86px;
     }
    a.profile#active{
       background-position: -162px -86px;
    }
    a.products#active{
        background-position: -323px -86px;
    }
    a.spares#active{
         background-position: -484px -86px;
    }
    a.manufacturers#active{
         background-position: -645px -86px;
    }
    a.news#active{
        background-position: -806px -86px;
    }
    a.site_map#active{
        background-position: -967px -86px;
    }
    a.contact#active{
        background-position: -1128px -86px;
    }
    
    .title_wrap{
                float:left;
                border-bottom: 1px solid black;
                height: 188px;
                width: 100%;
                text-align: center;
     }
     .content_wrap{
                float:left;
                text-align: left;
                width: 100%;
                padding: 20px 20px 20px 20px;
      }
      .two_col_one{
                     position:relative;
                     float:left;
                     width:50%;
                     text-align:center;
                     margin: 0px 0px 0px -25px;
       }
      .two_col_two{
                     position:relative;
                     float:left;
                     width:50%;
                     text-align:center;
                     
       }
      .content_two_col_one{
                     position:relative;
                     float:left;
                     width:50%;
                     text-align:center;
                     margin: 0px 0px 0px 0px;
       }
      .content_two_col_two{
                     position:relative;
                     float:left;
                     width:50%;
                     text-align:center;
                     
       }
      .three_col_one{
                     position:relative;
                     float:left;
                     width:33%;
                     text-align:right;
                     font-size:x-large;
                     margin: 0px 0px 0px -25px;
                     padding: 0px 5px 0px 0px;
       }
      .three_col_two{
                     position:relative;
                     float:left;
                     width:33%;
                     text-align:center;
                     font-size:x-large;
                     
       }
      .three_col_three{
                     position:relative;
                     float:left;
                     width:33%;
                     text-align:left;
                     font-size:x-large;
                     padding: 0px 0px 0px 5px;
       }
       .center_div{
                     position:relative;
                     float:left;
                     width:100%;
                     text-align:center;
                     margin: 0px 0px 0px -25px;
        }
        
        .man_table{
                     position:relative;
                     float:left;
                     width:100%;
                     margin: 0px 0px 0px -25px;
                     padding: 0px 5px 0px 0px;
         }
         ul.product_list{
                     position:relative;
                     float:left;
                     width:40%;
                     margin:0px 0px 0px 0px;
                     padding:0px 0px 0px 0px;
          }
          ul.product_list li{
                     position:relative;
                     float:left;
                     width:100%;
                     text-align:center;
                     list-style:none;
                     margin:0px 0px 0px 0px;
                     padding:0px 0px 0px 0px;
          }
          .product_left{
                     position:relative;
                     float:left;
                     width:30%;
                     margin:0px 0px 0px -25px;
                     text-align:center;
          }
          .product_right{
                     position:relative;
                     float:left;
                     width:30%;
                     text-align:center;
          }
          .hr_div{
                     position:relative;
                     float:left;
                     clear:both;
                     width:100%;
          }
          .clearBoth{
                     position:relative;
                     float:left;
                     clear:both;
                     width:100%;
                     text-align:center;
           }