/*
* Guide (a.k.a. Sidebar)
*************************************************************************** */

#guide {
	background-color: #eee;
}

/*
* Modules
*************************************************************************** */

#guide #modules {
	border-top-color: #fff;
}

#guide #modules div {
	border-bottom-color: #fff;
	color: #777;
	background-color: #eee;
}

#guide #modules div a {
	color: #777;
	text-decoration: none;
}

#guide #modules div a:hover {
	color: #444;
	text-decoration: none;
}

#guide #modules div ul li, 
#guide #modules div.module ul.bullets li { 
	background: url(../images/arrow_guide.gif) left 8px no-repeat; 
}

#guide #modules div ul li.current_page, 
#guide #modules div.module ul.bullets li.current_page {
	background: url(../images/arrow_guide_on.gif) left 8px no-repeat; 
}

#guide #modules div.module ul li {
	background: none;
}


/* Specific */
#guide #modules div#gore-tex_branch h3 {
	background-image: url(../images/logo-gore-tex-end-use.gif);
}

#guide #modules div#windstopper_branch h3 {
	background-image: url(../images/logo-windstopper-end-use.gif);
}

#guide #modules div#chempak_branch h3 {
	background-image: url(../images/logo-chempak-end-use.gif);
	background-position: 50% 25%;
}

#guide #modules div#crosstech_branch h3 {
	background-image: url(../images/logo-crosstech-end-use.gif);
}

#guide #modules div#newsletter form input#newsletter_email {
	border-color: #b2b2b2;
}


#guide #modules a.getAcrobatReader {
	background-image: url(../images/icn_pdf.gif);
}




