﻿html
{
    background-color: #000000;
}

#logo
{
    margin-left: 57px;   
}

body 
{
    margin: 0px 45px 0px 45px;
    padding: 0;
    text-align: center;
    background-color: #000000;
    font-family: Arial;
    font-size: 11px;
}

p
{
    line-height: 200%;
    padding-left: 9px;
}

.layout
{
    width: 980px;
    height: 700px;
    margin: 0px auto 0px auto;
    background-image: url(/images/bg_top.gif);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    
}

#bg_left
{
    height: 700px;
    background-image: url(/images/bg_leftTEST.gif);
    background-position: left 70px;
    background-repeat: no-repeat;
}

#bg_right
{
    height: 700px;
    background-image: url(/images/bg_rightTEST.gif);
    background-position: right 70px;
    background-repeat: no-repeat;
    padding-top: 25px;
}

.menubar
{
    text-align: right;
    margin: 0px auto 0px auto;
    background-image: none;
    width: 890px; /*width of menubar*/
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.menubar a, .menubar a:link, .menubar a:visited
{
    display: -moz-inline-box;
    display: inline-block;
    background-color: Transparent;
    padding: 30px 10px 5px 10px; 
    border-bottom: solid 8px #ffffff;
    text-decoration: none;
    font-family: Verdana;
    color: #444;
    margin-right: 5px;
}

.menubar a:hover, .menubar a:visited:hover, .menubar a:active
{
    display: -moz-inline-box;
    display: inline-block;
    background-color: Transparent;
    padding: 30px 10px 5px 10px; 
    border-bottom: solid 8px #cc0000;
    text-decoration: none;
    color: #444;
    margin-right: 5px;
}

.menubar a.selected, .menubar a.selected:link, .menubar a.selected:visited, .menubar a.selected:visited:hover,
.menubar a.selected:active, .menubar a.selected:hover
{
    display: -moz-inline-box;
    display: inline-block;
    background-color: #cc0000;
    padding: 30px 10px 5px 10px; 
    border-bottom: solid 8px #cc0000;
    text-decoration: none;
    color: #ffffff;
    margin-right: 5px;
}

.menupicture
{
    margin: 0px 48px 0px 48px; 
    height: 250px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: Blue;
}

.mainbody
{
    margin: 0px 48px 0px 48px;
    height: 360px;
}

.leftcolumn
{
    float: left;
    width: 270px;
    height: 350px;   
    font-size: 10pt;
}

.maincolumn
{
    margin: 0px 0px 0px 270px;
    text-align: justify;
}

#footer
{
    height: 40px;
    background-color: #000000;
    background-image: url(/images/bg_bottom.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color: #777;
    text-align: left;
    font-size: 11px;
    font-family: Tahoma;
    padding-left: 90px;
    padding-top: 7px;
 margin: 0px 0px 0px 0px;
}



#footer a
{
    color: #777;
    text-decoration: none;
}

#footer a:hover
{
    color: #777;
    text-decoration: underline;
}

#footer span
{
    float: right;
    margin-right: 18px;
}


/*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; 
BORDER-LEFT: #000000 1px; 
WIDTH: 884px; 
BORDER-BOTTOM: #000000 1px; 
HEIGHT: 280px;  
   
} 

/* Code for product pages sidemenu */

.submenutop
{
    background-image: url(/images/sidePanelBack.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 15px 25px 20px 0px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.submenutopinner
{
    background-color: #315ba5;
    background-image: url(/images/innerpanelback.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding: 15px 0px 15px 0px;
}

.submenutopinner div
{
    padding: 8px 8px 15px 15px;
}

.submenutopinner a, .submenutopinner a:link, .submenutopinner a:visited, .submenutopinner a:active
{
    display: block;
    width: 245px;
    text-decoration: none;
    cursor: pointer; 
    color: #fff;
    margin-bottom: 3px;
}

.submenutopinner a span
{
    padding: 8px 8px 8px 15px;
    display: block;
}

.submenutopinner a:hover, .submenutopinner a.selected
{
    background-color: #6383bb;   
}

/* End of product pages sidemenu code */

/* Code for product thumbnails */
.items
{
    text-decoration: none; 
    background-color: #fff;
    font-size: 11px;
}

.items img, #ctl00_ContentPlaceHolder2_detailpicture3
{
    display: none;
}
        
.items span
{
    float: left;
    display: -moz-inline-box;
    display: inline-block;
    width: 144px;
    height: 139px;
    background-position: center 0px;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: 10px;
} 
        
.items span a
{
    background-image: url(/images/productArrow3.gif);
    display: -moz-inline-box;
    display: inline-block;
    width: 144px;
    height: 139px;
    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: 144px;
    height: 139px;
    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: 117px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

/* End of product thumbnail code */

/* Start of accessory thumbnail code */
.acc
{
    text-decoration: none; 
    background-color: #fff;
    font-size: 11px;
}

.acc img, #ctl00_ContentPlaceHolder2_detailpicture3
{
    display: none;
}
        
.acc span
{
    float: left;
    display: -moz-inline-box;
    display: inline-block;
    width: 163px;
    height: 135px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-bottom: 5px;
} 
        
.acc span a
{
    background-image: url(/images/productArrow3.gif);
    display: -moz-inline-box;
    display: inline-block;
    width: 163px;
    height: 135px;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-decoration: none;
}
        
.acc span a:hover
{
    background-image: url(/images/productArrow2.gif);
    display: -moz-inline-box;
    display: inline-block;
    width: 163px;
    height: 135px;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-decoration: none;
}
        
.acc span a span
{
    height: auto;
    display: -moz-inline-box;
    display: inline-block;
    background-image: none;
    padding-top: 110px;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

/* End of accessory thumbnail code */

.splatterheading
{
    background-image: url(/images/splatter_heading.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #fff;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    font-family: Arial;
    padding: 5px 0px 10px 10px;
    margin-top: 5px;
    margin-right: 30%;
}

/* 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: 11px;
    font-family: Arial;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 0px;
}

.detailpicture div
{
    margin-bottom: 5px;
    display: -moz-inline-box;
    display: inline-block;
} 

.detailpicture img.img
{
    margin-bottom: 5px;
    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: 0px 5px 15px 0px;
    cursor: pointer;
}

.contactBox
{
    float: left;
    background-color: #E1DED5;
    margin: 10px 5px 0px 5px;
    line-height: 200%;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
}

.accessoryLink
{
    display: -moz-inline-box;
    display: inline-block; 
    background-image: url(/images/BigW.gif);
    background-position: right center;
    background-repeat: no-repeat;
    margin: 270px 5px 0px 500px; 
    font-size: 10px;
    text-decoration: none;
    color: #000000;
    padding: 35px 0px 0px 0px;
    text-align: right;
    float: right;
}

#backLink
{
    background-image: url(/images/backarrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    text-decoration: none;
    color:#000;
    float:right; 
    font-size:11px;
    font-weight: bold;
}

.assembly a
{
    text-decoration: none;
    color: #000000;
}

.assembly td
{
    background-color: #ccc9bb;
    background-image: url(/images/downArrow.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 25px;
}

.assembly th
{
    font-weight: normal;
    background-color: #ffffff;
    background-image: url(/images/downArrow2.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 25px;
    text-align: left;
}

.specs
{
    padding-left: 15px;
}

.specs li
{
    list-style-image: url(/images/bArrow.gif);
    font-weight: bold;
}