/*  
Description: Griplock Systems, Lighting 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#tab1 a {
	background-color: #369;
	}
#header #topnav ul li#tab1 ul li a {
	background-color: #5080B4;
	}
#header #topnav ul li#tab1 ul li a:hover {
	background-color: #369;
	}

/* Both Div ----- */
#both {
	background: #FFF url("../../images/both_lighting_bg.gif") left top repeat-y;
	}

/* Content Div ----- */
#content h2, #content h3 {
	margin-top: 20px;
	}

/* Data Charts */
#content table.chart {
	margin-top: 30px;
	border: 1px solid #7396B0;
	border-top: 0;
	}
#content table.chart caption {
	padding: 10px;
	width: 622px;
	display: table-caption;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	background-color: #7396B0;
	}
#content table.chart td.notes {
	padding: 10px;
	background-color: #FCC;
	}
#content table.chart p {
	margin-top: 5px;
	font-size: 1em;
	}
#content table.chart p.first {
	margin-top: 0;
	}
#content table.chart .c {
	text-align: center;
	}
#content table.chart tbody {
	text-align: center;
	}
#content table.chart th, #content table.chart td {
	padding: 3px;
	}
/* Data Charts End */

/* Sidebar Div ----- */
#sidebar a:hover {
	background-color: #369;
	}
#sidebar ul ul {
	border-left: 1px dotted #369;
	}
body.products #sidebar li#l1 ul {
	display: block;
	}
body.products #sidebar li#l1 a.on, body.installation #sidebar li#l2 a.on, body.examples #sidebar li#l3 a.on, body.weightloads #sidebar li#l4 a.on, body.deals #sidebar li#l5 a.on, body.purchase #sidebar li#l6 a.on, body.aboutcable #sidebar li#l7 a.on, body.tech #sidebar li#l8 a.on, body.quality #sidebar li#l9 a.on, body.gallery #sidebar li#l10 a.on, body.howtoselect #sidebar li#l11 a.on {
	background-color: #369;
	}

