@charset "UTF-8";
/* CSS Document */
.content h2 {
	font-size: 12pt;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #0067b2;
	font-size: 8pt;
	font-family: tahoma, sans-serif;
	line-height: 1;
	z-index: 999;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	font-family: tahoma, sans-serif;	
}

#nav a:hover {
	text-decoration: none;
	color: #ffb32f;
}
#nav li ul li a:hover { /* menu hover */
	color: #ffb32f;
	text-decoration: none;
}

#nav li ul li a { /* menu links */
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 8pt;
}

#nav li ul li { /* menu items */
	background-color: #096EB7;
	border-left: 1px solid #007ccf;
	border-bottom: 1px solid #007ccf;
	border-right: 1px solid #007ccf;
	width: 12em;
	font-weight: normal;
}

#nav li { /* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
	line-height: 1.5em;
	text-align: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #0067b2;
	width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul {
	margin: -2em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li:hover {
	background-position: 0 0
}



#LeftColumnCell ul {
	list-style: none; 
	padding: 0;
	margin: 10px 0px;
}
#LeftColumnCell ul li {
	list-style: none; 
	padding: 0;
	margin: 0;
}

#LeftColumnCell #steps {
	background: #d2d2d2 url(images/crn_round_bot_155.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin: 5px 0px 5px 10px;
}
#LeftColumnCell #steps h2 {
	background: #096EB7 url(images/crn_round_top_155.gif) no-repeat left top;
	color: #fff;
	padding: 8px 8px 4px 8px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
}
#LeftColumnCell #steps p {
	font-size: 10px;
	color: #666666;
	margin: 0;
	padding: 8px;
}
#LeftColumnCell #steps ul {
	padding: 0px 4px 0px 8px;
	margin: 4px 0px;
}
#LeftColumnCell #steps ul li {
	font-weight: normal;
}
#LeftColumnCell #steps ul li a {
	color: #000000;
	text-decoration: underline;
	padding-left: 0px;
}
#LeftColumnCell #steps ul li a:hover {
	color: #0067b2;
	text-decoration: none;
}
/* specs tables on detail pages - long descriptions */
table.specs {
	border-collapse: collapse;
	clear: both;
}
table.specs th {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	background: #0067b2;
	color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 12px;
}
table.specs td {
	vertical-align: top;
	padding: 8px;
	border: 1px solid #999999;
	color: #555;
	width: 50%;
}
/* product tables on custom pages */
table.products {
	border-collapse: collapse;
	/* border-top: 2px solid #555;
	border-bottom: 2px solid #555;*/
}
table.products th {
	vertical-align: top;
	text-align: left;
	padding: 4px;
	background: #ccc;
	color: #0067b2;
	font-size: 12px;
	font-weight: bold;
}
table.products td {
	vertical-align: top;
	padding: 6px;
	border: 1px solid #ccc;
	color: #555;
}
table.products td.price {
	font-size: 8pt; 
	width: 125px; 
	text-align: right;
	vertical-align: top;
}
/* table for each product on normal SearchResults page */
table.product {
	margin-bottom: 5px;
}
/* IE6 needs extra border */
* html table.product {
	border-bottom: 1px solid #666;
}
div#assist {
	clear: both;
	text-align: center; 
	margin-top: 10px;
	background:#F3F3F3;
	border: 1px solid #ccc;
	padding: 4px;
	color: #555;
}
a.pdf {
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 8px;
	background: url(/images/pdf_icon.gif) no-repeat left top;
}

/* Category pages */

	ul.prodlist {
		text-align: center;
		margin: 4px 0px;
		clear: both;
		padding: 0px;
	}
	.prodlist li {
		list-style: none;
		margin-right: 10px;
		display: inline;
		width: 180px;
		height: auto;
		margin: 0px 2px;
		text-align: center;
		color: #000;
	}
	
	.prodlist li a {
		color: #000;
	}
	
	.prodlist li {
		margin-bottom: 0px;
	}
/** general **/
.sidebarCTAdemo a, .sidebarCTAContactMe a, .sidebarCTACaseStudy a{
	background: url(/images/common/bt_demo.gif) no-repeat; 
	display : inline;
	font-weight: bold;
	height: 18px;	
	padding: 0 138px 18px 0px;
	width: 138px; 
}

.sidebarCTAdemo a:hover {
	background: url(/images/common/bt_demo_h.gif) no-repeat; 

}
.sidebarCTAContactMe a {
	background: url(/images/common/bt_contact.gif) no-repeat; 

}
.sidebarCTAContactMe a:hover {
	background: url(/images/common/bt_contact_h.gif) no-repeat; 

}
.sidebarCTACaseStudy a {
	background: url(/images/common/bt_request_casestudy.gif) no-repeat; 

}
.sidebarCTACaseStudy a:hover {
	background: url(/images/common/bt_request_casestudy_h.gif) no-repeat; 

}

.contactme li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;

}
