﻿#navigation a.home {
  background-position: 0 -95px;
  width: 247px;
}

#main #left
{
    float:left;
    width:465px;
}

#main #right
{
    float:right;
    width:455px;
}

#home
{
    padding-top:1px;
    margin-bottom:10px;
    height:280px;
}

#intro
{
    margin-bottom:20px;
}

#logo
{
    width:143px;
    height:143px;
    background:url("images/prod_logo_bg.jpg") top left no-repeat;
    float:left;
    padding:18px 0px 0px 18px;
     overflow:hidden;
}

#gallery
{
    width:126px;
    height:126px;
    position:relative;
    
}

#gallery img
{

    width:126px;
    height:126px;
}

/*#logo img
{
    margin-top:18px;
    margin-left:18px;
}*/

#manus
{
    width:266px;

    background:url("images/manus_bg.jpg") top left no-repeat;
    float:left;
    padding:18px 18px 0px 18px;
    font-size:0.9em;
}

/* HOMEPAGE ANIMATION - currently commented until slides are ready
div#rotator {
	position:relative;
	height:287px;
    margin-bottom: 15px;
}

div#rotator ul {
    margin: 0px;
    padding: 0px;
    width: 455px;
}

div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
    z-index: 1000 !important;
}

div#rotator ul li img {
     width: 471px;
     height: 287px;
     overflow: visible !Important;
}

div#rotator ul li #haDesc {
    position: absolute;
    bottom: 26px;
    left: 0px;
}

div#rotator ul li #haDescTop {
    background: url('images/home-animation-top.png') no-repeat top center; 
    width: 471px;
    height: 9px;
    margin: 0px;
    padding: 0px;
    _line-height: 0 !Important;
    _position: relative;
    _top: 4px;
}

div#rotator ul li p {
    background: #000000;
    width: 455px;
    z-index: 99;
    text-align: center;
    line-height: 150%;
    padding: 10px 0px 5px 0px;
    margin: 0px 0px 0px 8px;
    z-index: 1000;
}


div#rotator ul li p a {
    font-size: 1.3em;
    font-weight: normal;
    color: #33FF00 !important;
}

div#rotator ul li p a, div#rotator ul li p a:hover {
    color: White;
}

div#rotator ul li.show {
	z-index:500
}*/



/* HOME FEAT PRODS */
#fpheading {
    margin-left: auto;
    margin-right: auto;
    width: 163px;
    text-align: center;
}

.homeFeatProd {
     width: 222px;
     float: left;
     /*position: relative;
     left: -8px;*/
     margin-right: 10px;
     margin-bottom: 10px;
     _margin-right: -2px;
}

.hfpTop {
    background: url('/css/images/hfp-top.png');
    width: 238px;
    height: 24px;
}

.hfpMdl {
    background: url('images/hfp-mdl.png') repeat-y;
    width: 222px;
    padding: 0px 8px 0px 8px;
}

.hfpMdl h2 {
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.hfpMdl p {
    margin: 5px 10px 10px 10px;
    padding: 0px;
}

.hfpMdl .hfpImg {
    background: url('images/inner-feat-img.gif') repeat-x;
    text-align: center;
}

.hfpImg img {
    border: 1px solid #D9D9D9;
    margin-top: 4px;
}

.hfpBtm {
    background: url('/css/images/hfp-btm.png');
    width: 238px;
    height: 23px;
}