﻿body 
{
    margin: 0px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
}

p
{
    line-height: 200%;
}

.layout
{
    width: 100%;
    margin: 0px;
    background-image: none;
    background-color: #ffffff;
    
}

#bg_left
{
    background-image: none;
    height: auto;
}

#bg_right
{
    height: auto;
    background-image: none;
    padding-top: 0px;
}

.menubar, #logo
{
    display: none;
}

#ctl00_ContentPlaceHolder2_GridViewNSW
{
    display: block;
}

.menupicture, #backText, #backLink
{
    display: none;
}

.mainbody
{
    margin: 0px;
    height: auto;
    background-color: #fff;
    color: #000;
}

.leftcolumn
{
    display: none;
}

.maincolumn
{
    margin: 0px;
    background-color: #fff;
    text-align: justify;
}

#footer
{
    display: none;
}


/*This is code for the store locator submenu*/
.linkButton
{
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

.linkButton a,.linkButton a:link,.linkButton a:active,.linkButton a:visited
{
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    color: #fff;
    display: -moz-inline-box;
    display: inline-block;
    background-color: #0066cc;
    padding: 10px 0 10px 0px; 
    text-align: center;
    width: 108px;
    text-decoration: none;
    cursor: pointer;
    border-right: solid 2px #fff;
}

.linkButton a.activeLink, .linkButton a.activeLink:link, .linkButton a.activeLink:visited,
.linkButton a.activeLink:hover, .linkButton a.activeLink:active, .linkButton a.activeLink:visited:hover
{
    font-family: Arial;
    font-size: 10pt;
    color: #fff;
    display: -moz-inline-box;
    display: inline-block;
    background-color: #cc0000;
    padding: 10px 0 10px 0px; 
    text-align: center;
    width: 108px;
    text-decoration: none;
    margin-left: 0px;
    border-right: solid 2px #fff;
}

.linkButton a:hover, .linkButton a:visited:hover, .linkButton a:active
{
    display: -moz-inline-box;
    display: inline-block;
    background-color: #63a1df;
    padding: 10px 0 10px 0px; 
    text-align: center;
    width: 108px;
    text-decoration: none;
    cursor: pointer;
    border-right: solid 2px #fff;
}
/* End of store locator submenu */

.Scrollgrid
{
   
OVERFLOW: auto; 
WIDTH: 100%; 
BORDER: none; 
HEIGHT: auto;  
   
} 

/* Code for product pages sidemenu */

.submenutop
{
    display: none;
}

/* End of product pages sidemenu code */

/* Code for product thumbnails */
.items
{
    text-decoration: none; 
    background-color: #fff;
    font-size: 12px;
}

.items img
{
    display: inline;
}
        
.items span
{
    float: left;
    display: -moz-inline-box;
    display: inline-block;
    width: 140px;
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: 5px;
} 
        
.items span a
{
    background-image: url(/images/productArrow3.gif);
    display: -moz-inline-box;
    display: inline-block;
    width: 140px;
    height: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-decoration: none;
}
        
.items span a:hover
{
    background-image: url(/images/productArrow2.gif);
    display: -moz-inline-box;
    display: inline-block;
    width: 140px;
    height: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-decoration: none;
}
        
.items span a span
{
    height: auto;
    display: -moz-inline-box;
    display: inline-block;
    background-image: none;
    padding-top: 10px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
}

/* End of product thumbnail code */

.splatterheading
{
    width: 100%;
    background-image: none;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    font-family: Arial;
    padding: 0px;
}

/* Start of product detail code */
.detailpicture  
{
    float: left;
    display: -moz-inline-box;
    display: inline-block;
    width: 300px;  
    background-color: #cc0000;
    background-position:center top;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 7px;
}

.detailpicture img.img
{
    display: inline;
} 

.detailpicture div
{
    display: none;
}

/* End of product detail code */

a.linkProducts
{
    font-family: Arial;
    color: #fff;
    display: -moz-inline-box;
    display: inline-block;
    background-color: #cc0000;
    padding: 10px 0 10px 0px; 
    text-align: center;
    width: 150px;
    text-decoration: none;
    margin-left: 5px;
}

.contactBox
{
    float:left; 
    background-color:#cccccc; 
    margin:10px 5px 0px 5px; 
    line-height:200%;
    padding:5px 5px 5px 5px;
    font-size: 12px;
}

.specs
{
    padding-left: 15px;
}

.specs li
{
    list-style-image: url(/images/bArrow.gif);
    font-weight: bold;
}