/*  
Description: Griplock Systems, Display Systems Specific Styles (griplocksystems.com)
Author: Derek Reager, Ideawork Studios
Author URI: http://ideawork.com/
*/

/* Updated 11/12/07 */

/* Import 
------------------------------ */
@import url("global.css");
@import url("subpage_a.css");

/* Styling
------------------------------ */

/* Header Div ----- */
#header #topnav ul li#tab3 a {
	background-color: #900;
	}
#header #topnav ul li#tab3 ul li a {
	background-color: #B72D17;
	}
#header #topnav ul li#tab3 ul li a:hover {
	background-color: #900;
	}

/* Both Div ----- */
#both {
	background: #FFF url("../../images/both_display_bg.gif") left top repeat-y;
	}

/* Content Div ----- */
#content h2, #content h3 {
	margin-top: 20px;
	}

/* Sidebar Div ----- */
#sidebar a:hover {
	background-color: #900;
	}
#sidebar ul ul {
	border-left: 1px dotted #900;
	}
body.shelving #sidebar li#l1 ul {
	display: block;
	}
body.signs #sidebar li#l2 ul {
	display: block;
	}
body.shelving #sidebar li#l1 a.on, body.signs #sidebar li#l2 a.on, body.specs #sidebar li#l3 a.on, body.installation #sidebar li#l4 a.on, body.examples #sidebar li#l5 a.on, body.weightloads #sidebar li#l6 a.on, body.purchase #sidebar li#l7 a.on, body.aboutcable #sidebar li#l8 a.on, body.tech #sidebar li#l9 a.on, body.gallery #sidebar li#l10 a.on {
	background-color: #900;
	}

