/**********************************************
CSS FILE FOR FIRTH - LAYOUT STYLES
DEVELOPED BY PHOSPHOR ESSENCE
COPYRIGHT 2008 - www.phosphor.co.nz


#E0E1E3 - Light Grey
#EFEFF0 - Lighter Grey
#FFCB05 - Yellow
#ED1C24 - Red
#8E9297 - Dark Grey
#333333 - Darker Grey
#8E9297 - Navigation 
#5E646B - SubNav Grey
 **********************************************/
body {
    text-align:center;
   }
   #mainContainer {
       width:1020px;
       min-width:1020px;
       margin:0 auto;
       background:url(/userfiles/images/main_bg.gif) repeat-y -100px;
       text-align:left;
}
#header {
    width:1020px;

    background: #EFEFF0 url(/userfiles/images/white_line.gif) repeat-y 205px;
    padding-bottom:12px;
    position:relative;
    z-index:999;
}
#logo {
    position:absolute;
    left:31px;
    top:19px;
}
#contactDetails {
    position:absolute;
    left:0px;
    top:158px;
    font-size:0.9em;
    width:205px;
    text-align:center;
    line-height:1;

}
#mainNav {
    width:580px;
    margin-left:210px;
    display:inline;
    float:left;



}
#search {
    float:right;
    margin:0 20px 0 0;
    display:inline;


}

#content {
    width:790px;
    margin-left:5px;
    margin-right:20px;
    float:left;
    display:inline;



}


#thumbnails {
    width:160px;
    margin-right:20px;
    float:left;
    display:inline;
    position:relative;
}



#textColumn {
    width:255px;
    margin:0 20px 0 0;
    padding:0 20px;
    float:left;
    display:inline;

}

#productThumbs {
    width:474px;
    float:left;

}
#textBlock {	
    margin-left:180px;
}

#productDetails {
    float:right;
    display:inline;
    width:370px;
    margin:0;
    color:#313438;
    position:relative;


}
#productRelated {
    float:right;
    clear:right;
    width:320px;
    display:inline;
    margin:25px 30px 0 20px;
    padding:20px 0 0 0;
    border:none;
    background:url(../userfiles/images/line_dotted_hr_darkgrey.gif) repeat-x;


}
#productImagery {
    float:left;
    width:400px;
}
.productColours {
    width:160px;
    margin:0 15px;
    float:left;
    display:inline;


    }
    .productResources {
        width:210px;
        float:left;
        display:inline;


    }	

    #sideFeatures {
        float:right;
        display:inline;
        width:160px;
        margin:12px 12px 0 0;
}
#sideFeatures.sideTags {
    width:200px;	
}
#mainContent {
    width:560px;
    float:left;
    display:inline;
    margin:12px 0 0 12px;
}
#findAProduct {
    width:280px;
    margin:12px;
    padding:6px 12px;
    float:left;
    display:inline;
    background-color:#EFEFF0;
}
#tagCloud {
    width:260px;
    float:left;
    display:inline;
    margin:12px 0;
}
#productTags {
    float:left;
    display:inline;
    margin:0 0 12px 0;
}



#suggest {
    background:#f8f8f8;
    position:absolute;
    top:66px;
    right:20px;
    width:240px;
    padding:0.2em 0.4em;
    display:none;
    z-index:999;
}
#subNav {
    width:205px;
    float:left;
    display:inline;
    margin-top:118px;

}
#breadcrumbs {}

#footer {
    overflow:hidden;
    width:760px;
    position:relative;
    left:50%;
    margin:0 0 0 -510px;
    padding:20px 20px 10px 225px;
    clear:both;
}
