/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/************************************************************  
	CCS Reset
************************************************************/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
}
a img, :link img, :visited img {
  border: 0;
}
strong { font-weight: bold; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
  content: "";
}
center { text-align: center; }
html, body {
	height: 100%;
}
body {
	margin: 0 auto;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 68%;
	color: #fff;
}
#browserwarning, a#skipNav { display: none; }
div.clear { clear: both; height: 0; overflow: hidden; }
/** Clear Floats (http://www.positioniseverything.net/easyclearing.html) */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
/** End Clear Floats */


/* Begin Typography & Colors */

#page {
	background-color: #000;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
	
h2 {
	margin: 20px 0 30px 0;
	color: #bdbdbd;
	background-color: #9d8262;
	padding: 10px 15px;
	font-size: 36px;
	text-transform: uppercase;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #fff;
	}

.entry p {
	text-align: justify;
	/*width: 90%;*/
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
	
h1 {
	margin: 0;
}

h3 {
	color: #333;
	text-transform: uppercase;
}

h4 {
	color: #000;
	margin: 25px 0 10px 0;
	font-weight: bold;
	font-size: 13px;
}


h5,
h6 {
	color: #222;
	margin: 5px 00;
	font-weight: bold;
	font-size: 12px;
}

p {
	font: normal 1em/1.5em Helvetica, sans-serif;
	margin: 0 0 12px;
}

#content p {
	color: #000;
}

#content.home p {
	color: #949494;
}

#content ol,
#content ul {
	margin: 10px 0 14px 0;
	padding: 0 0 10px 21px;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
}

#content ol {
	list-style-type: decimal;
	padding-left: 25px;
}

#content ul li,
#content ol li {
	font-size: 1em;
	margin: 0 0 7px 0;
	color: #000;
	padding: 0 0 0 5px;
}

#content ul.pdfs {
	list-style: none;
	padding-left: 10px;
}

#content ul.pdfs li {
	float: left;
	width: 175px;
	padding-left: 28px;
	background: transparent url(/_media/images/icon_pdf.gif) 0 -1px no-repeat;
	margin: 0 0 15px 0;
}

#content ul li {
	font-size: 1em;
	margin: 0 0 7px 0;
	color: #000;
	padding: 0 0 0 5px;
}

/*
a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #bcbcbc;
	text-decoration: none;
}

a:active {
	color: #bcbcbc;
}
*/
dl {
	margin: 0 0 20px 0;
}

dt {
	color: #666;
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
}

dd { 
	color: #000; 
	font: normal 1em/1.6em Arial, Helvetica, sans-serif;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	width: 979px;
	margin: 0 auto;	
}

#header {
	width: 979px;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}

#content {
	float: left;
	width: 949px;
	margin: 0 0 30px 0;
	padding: 0 0 50px 30px;
	background: #bdbdbd url(/_media/images/content_bg.jpg) bottom left no-repeat;
	position: relative;
	z-index: 1;
}

#content.home {
	background-color: #000;
	background-image: none;
	padding: 0;
	width: 979px;	
}

.entry {
	width: 894px;
	margin: 0 0 0 13px;
}

.article {
	column-count: 2;
    column-gap: 20px;
}

.article h3 {
	column-break-after : avoid;
}

/*
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
*/

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2.pagetitle {
	margin-bottom: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0 0 10px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #555;
	}

img.alignright {
	padding: 0;
	margin: 0 0 2px 10px;
	display: inline;
	border: solid 1px #555;
	}

img.alignleft {
	padding: 0 ;
	margin: 0 10px 2px 0;
	display: inline;
	border: solid 1px #555;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
*/
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/************************************************************  
	Header Elements
************************************************************/
h1#logo {
	float: left;
	width: 159px;
	margin: 35px 0 0;
}

h1#logo a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 89px;
	background: #000 url(/_media/images/logo.gif) no-repeat;
}

ul#nav_secondary {
	position: absolute;
	top: 14px;
	right: 90px;
}

ul#nav_secondary li {
	float: left;
	display: inline;
	margin:  0 18px 0 0;
}

ul#nav_secondary li#sec_rep { 
	padding: 6px 0 4px 26px;
	background: transparent url(/_media/images/icon_rep.gif) 0 0 no-repeat; 
}

ul#nav_secondary li#sec_contact { 
	padding: 5px 0 8px 18px;
	background: transparent url(/_media/images/icon_contact.gif) 0 0 no-repeat; 
}

ul#nav_secondary li a {
	float: left;
	height: 0;
	padding: 10px 0 0;
	overflow: hidden;
}

ul#nav_secondary li#sec_rep a {
	width: 72px;
	background: transparent url(/_media/images/sec_rep.gif) no-repeat;
}

ul#nav_secondary li#sec_contact a {
	width: 44px;
	background: transparent url(/_media/images/sec_contact.gif) no-repeat;
}

ul#nav_secondary li#sec_rep a:hover {
	background-position: 0 -9px;	
}
ul#nav_secondary li#sec_contact a:hover {
	background-position: 0 -10px;	
}

p#phone {
	position: absolute;
	top: 19px;
	right: 0;
	width: 85px;
	height: 0;
	margin: 0;
	padding-top: 11px;
	overflow: hidden;
	background: #000 url(/_media/images/phone.gif) no-repeat;
}

/************************************************************  
	Navigation Elements
************************************************************/
#suckerfishnav {
	float: right;
	width: 683px;
	margin: 106px 0 10px 0;
	text-align: right;
}

#suckerfishnav, 
#suckerfishnav ul {
	list-style:none;
}

#suckerfishnav a {
	display:block;
	color:#dddddd;
	text-decoration:none;
}

#suckerfishnav li {
	float: left;
	position: relative;
	text-transform: uppercase;
	margin: 0 15px 0 0;
	font-size: 0.9em;
}

#suckerfishnav ul {
	position:absolute;
	top: 10px;
	left: -999em;
	height: auto;
	width: 171px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1;
	border:0;
	border-top: 1px solid #666666;	
	z-index: 5000;
}

#suckerfishnav li li {	
	width:169px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	font-weight:bold;
	font-family:verdana,sans-serif;
	margin: 0;
	padding: 0;
}

#suckerfishnav li a {
	float: left;
	height: 0;
	padding: 10px 0 0;
	overflow: hidden;
	color: #000;
}

#suckerfishnav li li a {
	height: auto;
	padding: 0 10px;
	overflow: visible;
}

#suckerfishnav li a#nav_home { width: 30px; background: #000 url(/_media/images/nav_home.gif) no-repeat; }
#suckerfishnav li a#nav_welcome { width: 88px; background: #000 url(/_media/images/nav_welcome.gif) no-repeat; }
#suckerfishnav li a#nav_why { width: 69px; background: #000 url(/_media/images/nav_why.gif) no-repeat; }
#suckerfishnav li a#nav_applications { width: 115px; background: #000 url(/_media/images/nav_applications.gif) no-repeat; }
#suckerfishnav li a#nav_catalog { width: 91px; background: #000 url(/_media/images/nav_products.gif) no-repeat; }
#suckerfishnav li a#nav_resources { width: 57px; background: #000 url(/_media/images/nav_resources.gif) no-repeat; }
#suckerfishnav li a#nav_locator { width: 83px; background: #000 url(/_media/images/nav_locator.gif) no-repeat; }
#suckerfishnav li a#nav_contact { width: 44px; background: #000 url(/_media/images/nav_contact.gif) no-repeat; }

#suckerfishnav li li a {
	padding: 4px 10px;	
	width:150px;
	font-size:9px;
	color:#dddddd;
}

#suckerfishnav li a#nav_home:hover,
#suckerfishnav li a#nav_welcome:hover,
#suckerfishnav li a#nav_why:hover,
#suckerfishnav li a#nav_applications:hover,
#suckerfishnav li a#nav_catalog:hover,
#suckerfishnav li a#nav_resources:hover,
#suckerfishnav li a#nav_locator:hover,
#suckerfishnav li a#nav_contact:hover {
	background-position: 0 -10px;
}

#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;
}

#suckerfishnav li li:hover {
	background:#555;
}

#suckerfishnav li ul li:hover a, 
#suckerfishnav li ul li li:hover a, 
#suckerfishnav li ul li li li:hover a, 
#suckerfishnav li ul li li li:hover a  {
	color:#fff;
}

#suckerfishnav li:hover a, 
#suckerfishnav li.sfhover a {
	color:#000;
}

#suckerfishnav li:hover li a, 
#suckerfishnav li li:hover li a, 
#suckerfishnav li li li:hover li a, 
#suckerfishnav li li li li:hover li a {
	color:#fff;
}

#suckerfishnav li:hover ul ul, 
#suckerfishnav li:hover ul ul ul, 
#suckerfishnav li:hover ul ul ul ul, 
#suckerfishnav li.sfhover ul ul, 
#suckerfishnav li.sfhover ul ul ul, 
#suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
}

#suckerfishnav li:hover ul, 
#suckerfishnav li li:hover ul, 
#suckerfishnav li li li:hover ul, 
#suckerfishnav li li li li:hover ul, 
#suckerfishnav li.sfhover ul, 
#suckerfishnav li li.sfhover ul, 
#suckerfishnav li li li.sfhover ul, 
#suckerfishnav li li li li.sfhover ul  {
	left:auto;
	background:#000;
}

#suckerfishnav li:hover, 
#suckerfishnav li.sfhover {
	background:#5E7AD3;
}

#suckerfishnav li.last {
	margin: 0;
}

#suckerfishnav li li a:active {
	background-color: #9d8262;
}
/*
ul#nav {
	float: right;
	width: 683px;
	margin: 106px 0 10px 0;
	text-align: right;
}

ul#nav li {
	float: left;
	display: inline;
	text-transform: uppercase;
	margin: 0 15px 0 0;
	font-size: 0.9em;
}

ul#nav li.last {
	margin: 0;
}

ul#nav a {
	float: left;
	height: 0;
	padding-top: 10px;
	overflow: hidden;
	color: #000;
}

ul#nav a#nav_home { width: 30px; background: #000 url(/_media/images/nav_home.gif) no-repeat; }
ul#nav a#nav_welcome { width: 88px; background: #000 url(/_media/images/nav_welcome.gif) no-repeat; }
ul#nav a#nav_why { width: 69px; background: #000 url(/_media/images/nav_why.gif) no-repeat; }
ul#nav a#nav_applications { width: 115px; background: #000 url(/_media/images/nav_applications.gif) no-repeat; }
ul#nav a#nav_catalog { width: 91px; background: #000 url(/_media/images/nav_products.gif) no-repeat; }
ul#nav a#nav_resources { width: 57px; background: #000 url(/_media/images/nav_resources.gif) no-repeat; }
ul#nav a#nav_locator { width: 83px; background: #000 url(/_media/images/nav_locator.gif) no-repeat; }
ul#nav a#nav_contact { width: 44px; background: #000 url(/_media/images/nav_contact.gif) no-repeat; }

ul#nav a#nav_home:hover,
ul#nav a#nav_welcome:hover,
ul#nav a#nav_why:hover,
ul#nav a#nav_applications:hover,
ul#nav a#nav_catalog:hover,
ul#nav a#nav_resources:hover,
ul#nav a#nav_locator:hover,
ul#nav a#nav_contact:hover {
	background-position: 0 -10px;
}
*/
body#home a#nav_home { background-position: 0 -10px; }

/************************************************************  
	Home Elements
************************************************************/
div.callout {
	float: left;
	width: 180px;
	padding: 0 18px 0 0;
}

div.callout p {
     font-size: 10px;
}

div.callout:hover p {
	color: #ccc;
}

div.last {
	padding: 0;
}

div.callout h2 {
	padding: 0;
	background-color: #000;
	font-size: 1em;
	margin: 20px 0 10px;
}

div.callout h2 a {
	display: block;
	width: 182px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
}

div.callout h2 a#future { background: #000 url(/_media/images/co_shaping.gif) no-repeat; }
div.callout h2 a#catalog { background: #000 url(/_media/images/co_catalog.gif) no-repeat; }
div.callout h2 a#diff { background: #000 url(/_media/images/co_difference.gif) no-repeat; }
div.callout h2 a#downloads { background: #000 url(/_media/images/co_downloads.gif) no-repeat; }
div.callout h2 a#rep { background: #000 url(/_media/images/co_rep.gif) no-repeat; }

div.callout h2 a#future:hover,
div.callout h2 a#catalog:hover,
div.callout h2 a#diff:hover,
div.callout h2 a#downloads:hover,
div.callout h2 a#rep:hover { 
	background-position: 0 -31px;
}

/************************************************************  
	Why Use WBT Elements
************************************************************/
dl.why-use-child,
dl.sub-section {
	width: 283px;
	float: left;
	padding: 0 15px 0 0;
}

dl.why-use-child dt,
dl.why-use-child dd,
dl.sub-section dt,
dl.sub-section dd  {
	/*width: 425px*/;
}

dl.why-use-child dt,
dl.sub-section dt {
	background-color: #333;
	border: solid 1px #666;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

dl.why-use-child dt a,
dl.sub-section dt a {
	display: block;
	background: transparent url(/_media/images/bg_headings.gif) no-repeat;
	padding: 6px 5px 0 8px;
	line-height: 20px;
	height: 23px;
}

dl.why-use-child dt a:hover,
dl.sub-section dt a:hover {
	text-decoration: none;
	background-position: 0 -30px;
}

dl.why-use-child dd,
dl.sub-section dd {
	margin: 5px 0 20px 0;
	text-align: justify;
}

/************************************************************  
	Product Catalog Elements
************************************************************/
#content ul.products {
	width: 100%;
	list-style: none;
}

#content ul.products li ul {
	padding: 0;
	margin: 4px 0 0;
	list-style: none;
}

#content ul.products li {
	float: left;
	width: 445px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}

#content ul.products li ul li {
	width: auto;
	font-size: 12px;
	margin: 0;
	padding: 0 7px 0 15px;
	font-weight: normal;
	background: transparent url(/_media/images/gfx_bar.gif) top right no-repeat;
}

/* lame, I know */
#content ul.products li ul li.page-item-108,
#content ul.products li ul li.page-item-102,
#content ul.products li ul li.page-item-90,
#content ul.products li ul li.page-item-76,
#content ul.products li ul li.page-item-98,
#content ul.products li ul li.page-item-116,
#content ul.products li ul li.page-item-122 {

}

/* again, lame, I know */
#content ul.products li ul li.page-item-98,
#content ul.products li ul li.page-item-112,
#content ul.products li ul li.page-item-92,
#content ul.products li ul li.page-item-104,
#content ul.products li ul li.page-item-84,
#content ul.products li ul li.page-item-118,
#content ul.products li ul li.page-item-124,
#content ul.products li ul li.page-item-82 {
	background: none;	
}


#content ul.products li a:hover,
#content ul.products li ul li a:hover {
	color: #fff;
}

/** Product Details Table **/
table.product-details {
	float: right;
	width: 705px;
	border-bottom: solid 3px #000;
}

table.product-details thead th {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 4px 6px;
	font-size: 11px;
	font-weight: bold;
}

table.product-details thead th.hdr-part-number {
	width: 150px;
	text-align: left;
}

table.product-details thead th.hdr-desc {
	width: 300px;
}

table.product-details tbody th {
	padding: 8px 5px;
	background-color: #5d5d5d;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 1px #333;
	text-transform: uppercase;
}

table.product-details tbody td {
	color: #000;
	padding: 8px 5px;
	background-color: #fff;
	text-align: center;
	border-bottom: solid 1px #333;
}

table.product-details tbody td.alignRight {
	text-align: right;
}

table.product-details tbody td.alignLeft {
	text-align: left;
}

p.finishes,
p.footnote {
	width: 705px;
	float: right;
	margin: 10px 0 0;
	color: #000;
}

/** Product Details Sidebar (image & download link) **/
div#prod-sidebar {
	width: 160px;
	float: left;
	margin: 0 0 20px 0;
}

div#prod-sidebar img {
	margin: 0 0 15px 0;
}

a#prod-download {
	display: block;
	width: 145px;
	height: 0;
	overflow: hidden;
	padding-top: 25px;
	background: transparent url(/_media/images/btn_download_pdf.gif) no-repeat;
	clear: left;
}

/************************************************************  
	Breadcrumbs Elements
************************************************************/
div.breadcrumb {
	margin: 15px 0 0 0;
	color: #666;
}
div.breadcrumb a {
	color: #fff;
}

div.breadcrumb strong {
	color: #333;
}

/************************************************************  
	Aside Elements
************************************************************/
div#aside {
	float: right;
	width: 440px;
	margin: 0 0 10px 15px;
}

div#aside img {
	margin-bottom: 10px;
}
/************************************************************  
	Dealer Locator Elements
************************************************************/
ul#dealers {
	list-style: none;
}

ul#dealers li {
	float: left;
	margin: 0 35px 25px 0;
}

/************************************************************  
	Resources Elements
************************************************************/
div.col-1,
div.col-2 {
	width: 430px;
	float: left;
	margin: 0 0 15px 0;
}

div.col-1 {
	margin-right: 30px;
}

/** Tech Specs Table **/
table.chart {
	float: left;
	width: 430px;
	border-bottom: solid 3px #000;
	margin: 0 0 5px 0;
}

table.chart thead th {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 4px 6px;
	font-size: 11px;
	font-weight: bold;
}

table.chart thead th.hdr-part-number {
	width: 150px;
	text-align: left;
}

table.chart thead th.hdr-desc {
	width: 300px;
}

table.chart tbody th {
	padding: 8px 5px;
	background-color: #5d5d5d;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 1px #333;
	text-transform: uppercase;
}

table.chart tbody tr.empty td {
	background-color: #666;
}

table.chart tbody td {
	color: #000;
	padding: 8px 5px;
	background-color: #fff;
	text-align: center;
	border-bottom: solid 1px #333;
}

table.chart tbody td.alignRight {
	text-align: right;
}

table.chart tbody td.alignLeft {
	text-align: left;
}

/** CSI SPECS **/
#content ol.csi-list {
	list-style-type: upper-alpha;
}

/************************************************************  
	Footer Elements
************************************************************/

#footer {
	padding: 0;
	margin: 0 auto;
	width: 979px;
	clear: both;
	}
	
#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0 0 0 8px;
	padding: 0 13px 0 0;
	background: #000 url(/_media/images/bullet_footer.gif) 100% 50% no-repeat;
}

#footer .last {
	background: none;
}

#footer ul li a {
	color: #959595;
	text-decoration: none;
	font-size: 0.9em;
}

#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

p#copyright {
	color: #959595;
	text-align: center;
	font-size: 0.9em;
	margin: 8px 0 0;
}
a.find-a-rep-canada {
	color: #846847 !important;
}
a.find-a-rep-canada:hover {
	color: #A08463 !important;
}
