/*  
Description: Griplock Systems, Contact Us 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#tab8 a {
	background-color: #C29700;
	}
#header #topnav ul li#tab8 ul li a {
	background-color: #E1B100;
	}
#header #topnav ul li#tab8 ul li a:hover {
	background-color: #C29700;
	}

/* Both Div ----- */
#both {
	background: #FFF url("../../images/both_contact_bg.gif") left top repeat-y;
	}

/* Content Div ----- */
#content h2, #content h3 {
	margin-top: 20px;
	}
table#data {
	margin-top: 15px;
	width: 100%;
	}
table#data tr.alt, table#data tr.alt td {
	background-color: #f7f0d4;
	}
table#data th, table#data td {
	padding: 5px;
	}
table#data th {
	font-weight: normal;
	background-color: #999;
	color: #FFF;
	}
table#data td {
	font-size: 1.4em;
	}
form.filter {
	margin-top: 15px;
	}
form.filter select {
	padding: 2px;
	color: #666;
	border: 1px solid #666;
	}
form.filter input.btn {
	margin-left: 5px;
	padding: 0 10px;
	color: #666;
	font-weight: bold;
	}
form.filter img {
	margin-bottom: -3px;
	padding-left: 2px;
	}
body.detail #content div#side {
	margin-top: 62px;
	}

/* Sidebar Div ----- */
#sidebar a:hover {
	background-color: #C29700;
	}
#sidebar ul ul {
	border-left: 1px dotted #C29700;
	}
body.howitworks #sidebar li#l1 ul {
	display: block;
	}
body.homeoffice #sidebar li#l1 a.on, body.usreps #sidebar li#l2 a.on, body.international #sidebar li#l3 a.on, body.shipping #sidebar li#l4 a.on {
	background-color: #C29700;
	}

