/*  
Description: Griplock Systems, Technical/Legal 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#tab6 a {
	background-color: #F93;
	}
#header #topnav ul li#tab6 ul li a {
	background-color: #FFB44F;
	}
#header #topnav ul li#tab6 ul li a:hover {
	background-color: #F93;
	}

/* Both Div ----- */
#both {
	background: #FFF url("../../images/both_tech_bg.gif") left top repeat-y;
	}

/* Content Div ----- */
#content h2, #content h3 {
	margin-top: 20px;
	}

/* Sidebar Div ----- */
#sidebar a:hover {
	background-color: #F93;
	}
#sidebar ul ul {
	border-left: 1px dotted #F93;
	}
body.technical #sidebar li#l1 ul {
	display: block;
	}
body.policies #sidebar li#l2 ul {
	display: block;
	}
body.technical #sidebar li#l1 a.on, body.policies #sidebar li#l2 a.on {
	background-color: #F93;
	}
/*body.howitworks #sidebar li#l1 a.on, body.technical #sidebar li#l2 a.on, body.quality #sidebar li#l3 a.on, body.policies #sidebar li#l4 a.on, body.warranties #sidebar li#l5 a.on, body.insurance #sidebar li#l6 a.on {
	background-color: #F93;
	}*/

