h1#logo{
    width: 980px;
    height: 110px;
    background: url(../images/titles/header.jpg) no-repeat center center;
    text-indent: -9999px;
}

/* STRUCTURE AND STUFF */
#displaytop{
    background: url(../images/titles/bracketsandmounts_title.jpg) no-repeat center;
    height: 70px;
}
#displaybody{
    background: url(../images/backgrounds/bracketsandmounts_bar.jpg) repeat-y center;
}
#displaybottom{
    background: url(../images/titles/bracketsandmounts_footer.jpg) no-repeat center;
}
/* END STRUCTURE AND STUFF */
/* PRODUCT DISPLAY */

#displaybody hr{
    color: #1f3475;
}

#displaybody table{
    height: 100%;
    text-align: left;
    width: 100%;
    vertical-align: top;
}

#displaybody table tr td ul li {
	text-indent:-20px;
    background:#ffffff url("../images/bullets/bracketsandmounts_bullet.jpg") no-repeat left;
	display:block;
	width:auto;
	padding:5px 15px 5px 25px;
    color:#000000;
    text-decoration: none;
}

#navbuttons td{
    background: #1f3475;
    color: white;
    text-transform: uppercase;
    text-align: center;
    }
    #navbuttons td a{
        background: #1f3475;
        color: white;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
    }
    #navbuttons td a:hover{ text-decoration: underline;}

/* END PRODUCT DISPLAY */

/* NAVIGATION */
.B_crumbBox { }    
.B_firstCrumb {color:#1f3475}    
.B_homeCrumb {color:#1f3475}    
.B_hideCrumb {color:#1f3475}    
.B_crumb {color:#1f3475}    
.B_lastCrumb {color:#1f3475}    
.B_currentCrumb { color:#1f3475; font-weight: bold; }
/* END NAVIGATION */

/*Product Classes*/
.productheading{
    text-transform: uppercase;
    color: #1f3475;
    font-size: 2.8em;
    text-align: left;
}
.productbulletlist{
	vertical-align: middle;
	text-align: left;
	width: 50%;
	height:100%;
}
.productimage{
    border: none;
    width: 50%;
    height: 100%;
}
.productspecification{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
}
.productspecifications{
    width: 50%;
}
.productbarcode{ width: 100%; height:100%; text-align: center;}

/*END Product Classes*/


/* PRODUCT RANGE PAGE */
#productrangetable{
    width: 700px;
    height: 100%;
}

#productrangetable caption {
    text-transform: uppercase;
    color: #1f3475;
    font-size: 2.8em;
    text-align: left; 
}

.blockcolone, .blockcoltwo, .blockcolthree{
    width: 220px;
    height: 150px;
    color: black;
    background: #FFFFFF;
    text-align: center;
}
.blockcolone p a, .blockcoltwo p a, .blockcolthree p a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.blockcolone a:hover, .blockcoltwo a:hover, .blockcolthree a:hover{
    text-decoration: underline;
}
.blockspace{
    width: 20px;
}
/* END PRODUCT RANGE PAGE */

