/*  
Description: Griplock Systems, Rigging Specific Styles (griplocksystems.com)
Author: Derek Reager, Ideawork Studios
Author URI: http://ideawork.com/
*/

/* Updated 11/13/07 */

/* Import 
------------------------------ */
@import url("global.css");
@import url("subpage_a.css");

/* Styling
------------------------------ */

/* Header Div ----- */
#header #topnav ul li#tab4 a {
	background-color: #678C52;
	}
#header #topnav ul li#tab4 ul li a {
	background-color: #7FA669;
	}
#header #topnav ul li#tab4 ul li a:hover {
	background-color: #678C52;
	}

/* Both Div ----- */
#both {
	background: #FFF url("../../images/both_rigging_bg.gif") left top repeat-y;
	}

/* Content Div ----- */
#content h2, #content h3 {
	margin-top: 20px;
	}

/* Sidebar Div ----- */
#sidebar a:hover {
	background-color: #678C52;
	}
#sidebar ul ul {
	border-left: 1px dotted #678C52;
	}
body.products #sidebar li#l1 ul {
	display: block;
	}
body.products #sidebar li#l1 a.on, body.howtoselect #sidebar li#l2 a.on, body.installation #sidebar li#l3 a.on, body.examples #sidebar li#l4 a.on, body.technical #sidebar li#l5 a.on, body.weightloads #sidebar li#l6 a.on, body.deals #sidebar li#l7 a.on, body.purchase #sidebar li#l8 a.on, body.aboutcable #sidebar li#l9 a.on {
	background-color: #678C52;
	}

