@CHARSET "UTF-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*	general default styles, v1.05
	--------------------------------------------- */

/*
	colour reference:
		yellow logo:	ffc408  <-- master yellow
		yellow strong: fbb62d
		yellow light: f6be4f
		yellow text highlight: f4d39d
		yellow dark: e6860c
*/

html, body {
	background-color: #181818;
	color:#bbb;
}
body {
	line-height:130%;
}

a:link { color:#ddd; }
a:visited { color:#ccc; }
a:active { color:#fff; }
a:hover { color:#fff; text-decoration: underline; }

h2 {
	color: #ffc408;
	font-size:178%;
	font-weight:bold;
	line-height:110%;
	margin:0 0 0.6em;
}
h3 {
	font-size:124%;
	margin: 0 0 0.4em;
	color:#ffc408;
	font-weight:bold;
}
h3 a:link, h3 a:visited {

	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size:1.4em;
	font-weight:bold;
	margin:0.5em 0 0.3em 0;
}
h5 {
	color: #ddd;
	font-size:1.1em;
	font-weight:bold;
	line-height: 120%;
	margin:0 0 0.3em 0;
}
li h5 a {
	text-decoration: none;
}
p {
	margin-bottom:1em;
}
strong, em {
	font-weight:bold;	
}
cite {
	font-style: italic;
}
address {
	border-left: 1px solid #ffc408;
	margin-left: 2em;
	padding-left: 1em;
}
hr {
	color: #aaa;
	size:1px;
	margin: 20px 0;
}
br {
	clear:left;
}
br.clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rounded, #contact-form input[type="text"],  #contact-form textarea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
h4 a {
	text-decoration: none;
}
#main h4 a:hover, #main-full h4 a:hover {
	text-decoration: underline;
}
#main h4, #main-full h4 {
	color: #fff;
	font-size: 1.2em;
	margin-top: 1em;
}
#main em, #main-full em {
	font-weight: normal;
	font-style: italic;
}
a.more-link {
	display: inline!important;
	height: auto!important;
	float:none !important;
	width: auto!important;
	color:#ffc408;
	text-decoration:none;
}
a.more-link:hover {
	text-decoration: underline;
}

/*	layout
	--------------------------------------------- */
.layout-width {
	margin: 0 auto;
	width:964px;
}
.content-indent-width {
	width:715px;
}

#header {
	background-color: #ffc408;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;
	height: 136px;
	width: 100%;
}

#languages, #search-top {
	color: #000;
	float: right;
	width:auto;
}
#languages li, #search-top p, #search-top form {
	display: block;
	float: left;
	height:25px;
	line-height:26px;
	margin-left:16px;
}
#languages li {
	height:19px;
	line-height:27px;
}

#lang-options a {
	background-image: url(../img/flags.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: top center;
	float: left;
	margin-right: 6px;
	height: 14px;
	width: 18px;
}
#lang-options a span {
	position:absolute;
	left:0;
	top:-9999px;
}
#lang-options a {
	opacity: 0.7;
}
#lang-options a:hover {
	opacity: 1;
}
#lang-options a.de {
	background-position: center -25px;
}
#lang-options a.fr {
	background-position: center -49px;
}
#lang-options a.nl {
	background-position: center -106px;
}
#lang-options a.es {
	background-position: center -77px;
}

#header .first {
	border-right: 1px solid #fff;
	padding-right: 18px;
}
#header a {
	color: #000;
}

#page-products #head-title h2 {
	color: #ddd;
	text-decoration: underline
}
#page-products #head-title h2:hover {
	color: #fff;
	cursor: pointer
}

#languages {
	padding-top: 16px;
}

#search-top {
	clear:right;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 38px;
}

#col-left {
	float: left;
	margin-right: 22px;
	padding-bottom:220px;
	width: 192px;
}
#main-container {
	background: transparent url(../img/lh-col-bollard-2.gif) no-repeat 7px bottom;
	min-height: 540px;
}
#page-home #main-container {
	background-image: url(../img/lh-col-bollard-2-home.gif);
}
#content-container {
	float: left;
	margin:5px 0 0 14px;
	width:736px;
}
#main, #main-full {
	clear:both;
	float: left;
	margin:24px 0 30px 0;
}
#main {
	width:500px;
}
#main-full {
	width:736px;
}
#col-right {
	float: right;
	padding-top:25px;
	margin-bottom:20px;
	width:188px;
}

#main ol {
	margin-left: 2.2em;
}
#main ol li {
	margin-bottom: 0.5em;
	list-style: decimal;
}

#footer {
	background-color:#ffc408;
	color:#111;
	height:118px;
	text-align:center;
	width:100%;
	z-index:1;
}
#footer .layout-width {
	background-color:transparent;
	clear:both;
	display:inline-block;
	margin:42px auto 0;
	z-index:1;
}

#footer em {
	color: #fff;
}
#footer a {
	color: #222;
}
#footer ul {
	display:table;
	font-size:0.9em;
	margin: 1.6em auto;
	text-align: center;
	width: 100%;
}
#footer li {
	display:inline;
}
#footer li a {
	padding:2px 4px;
}
#footer p {
	margin-top: 0;
	margin-bottom: 0;
}
#flash-footer {
	position: relative;
	margin-left: 14px;
	float:left;
	z-index:10;
}


/* main logo */
h1, h1 a {
	display:block;
	height: 123px;
	width:124px;
}
h1 {
	float: left;
	background:transparent url(../img/logo-main.gif) no-repeat left top;
	font-size: 2.2em;
	margin:8px 0 0;
	text-indent:-9000px;
}

#search-box {
	font-size: 0.8em;
	font-weight: normal;
	float: left;
	margin-top:0;
	border: 0;
	padding:4px 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	height:18px;
	margin-top:0;
	padding:4px 6px 3px;
	width:150px;
}
	
#search-button {
	display: block;
	font-size: 0px;
	float: left;
	background: transparent url(../img/search-button-top.gif) no-repeat top left;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
	border:0;
	line-height: 0px;
	height:25px;
	width: 26px;
}
#lang-options {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #f29010;
	padding:6px 3px 0 9px;
}

/*	home banner
	--------------------------------------------- */
#content-head-home {
	clear:both;
	float:left;
	margin:22px 0 10px;
}
#head-slides {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #c3b069;
	float: left;
	margin-top:2px;
	height:224px;
	width:336px;
	z-index: 1;
}
#head-slides a {
	display: none;
}
#head-slides img {
	position:relative;
	z-index: -1;
}
#head-slides a.first {
	display: block;
}
#content-head-home #flash-header {
	height: 230px;
	width:398px;
	z-index: 0;
}


/*	content banner
	--------------------------------------------- */
#content-head {
	background-color: #333;
	border: 1px solid #ffc408;
	clear:both;
	margin:22px 0 10px;
	height: 224px;
	width:734px;
}
#flash-header {
	float: left;
	clear:both;
}
#flash-header img {
	border: 1px solid #ffc408;
	margin-top: 2px;
}
#content-head div {
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height:224px;
	width:420px;
}
#content-head h2 {
	background-color:#111;
	background-position:376px center;
	background-repeat:no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	color:#eee;
	font-size:1.7em;
	height:46px;
	line-height:48px;
	margin:148px 0 0;
	opacity:0.8;
	padding:0 0 0 13px;
	text-shadow:1px 1px 0 #333;
	width:407px;
}
#content-head img {
	float: left;
}
#head-2, #head-3 {
	border-left: 1px solid #ffc408;
}


/*	content summary
	--------------------------------------------- */
#content-summary h3 {
	font-size: 1.2em;
	margin:0.2em 0 0.4em;
}


/*	latest news panel
	--------------------------------------------- */
#latest-news h3 {
	border-bottom: 1px solid #5b5c61;
}
#latest-news p, #pods-right p  {
	color: #979598;
	font-size:0.9em;
	line-height: 1.3em;
	margin: 0;
}
#latest-news a.pod-link {
	color: #ffc408;
	display: block;
	margin-top: 10px;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}
#latest-news {
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	background-color: #2d2d2d;
	border: 1px solid #bfad99;
	margin: 50px 0;
	padding: 10px;
}
#latest-news div {
	color: #ffc408;
	margin: 10px 0 0;
}
#latest-news h4 {
	color: #eee;
	margin:0 0 0.2em;;
	font-size: 0.9em;
}
#latest-news h4 a {
	text-decoration: none;
}
#latest-news a:hover {
	text-decoration: underline;
}

/*	news
	--------------------------------------------- */
#news-summary {
	float:left;
	margin: 0.2em 0!important;
	width:100%;
}
#news-summary li {
	list-style: none!important;
	list-style-type: none!important;
	border-bottom:1px dotted #444;
	padding: 10px 0;
	float: left;
	width:100%;
}
#news-summary h3 {
	margin-top: 0.2em;
}
#news-summary img {
	float: left;
	margin: 0 16px 16px 0;
}
#page-year {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
}
h6.date {
	color: #ffc408;
}
#news-footer {
	border-top: 1px solid #333;
	color: #888;
	font-size: 0.9em;
	padding-top: 10px;
	margin-top: 18px;
}
#news-footer a, #news-footer strong {
	color: #aaa;
}

/*	navigation & crumb trail
	--------------------------------------------- */
#navigation ul {
	font-family: "Lucida Grande","Lucida Sans Unicode";
	font-size: 0.96em;
}
#navigation ul {
	z-index: 99;
}
#navigation li {
	border-bottom: 1px dotted #999;
	display: block;
	position: relative;
	line-height: 24px;
	white-space:nowrap;
	z-index: 99;
}
#navigation a {
	color: #aaa;
	display: block;
	padding:2px 0 1px 8px;
	text-decoration: none;
	width:180px;
}
#navigation li.here, #navigation li.parent-here {
	border-color: #ffc408;
}
#navigation ul > li.here > a, #navigation ul > li.parent-here > a {
	text-decoration: none;
	color: #ffc408;
}
#navigation ul li ul {
	background-color: #fff;
	border: 4px solid #ffc408;
	padding:0;
	left:186px;
	margin-top: -28px;
	position:absolute;
	z-index:99;
	height:auto;
	width: 274px;
}
#navigation ul li.menu-active {
	background-color: #ffc408;
}
#navigation ul li.menu-active > a {
	color: #222;
}
#navigation ul li ul li a {
	font-weight:bold;
}
#navigation ul li ul li > a, li.parent-here a {
	color: #222;
}
#navigation ul li ul li.menu-active {
	background-color: #fff;
}
#navigation ul li ul li ul li a {
	font-weight:normal;
	color: #333;
}
#navigation ul li ul li a:hover {
	text-decoration: underline;
}
#navigation ul li ul li ul {
	background-color:transparent;
	border:0;
	clear:both;
	display:block;
	float:none;
	left:0;
	margin:0 0 6px;
	padding:0;
	position:relative;
	width:auto;
}
#navigation ul li ul li ul li {
	line-height:1.22em;
	border:0;
	font-weight:normal;
}
#navigation ul li ul li ul li.last {
	border: 0;
	padding-bottom:8px;
}
#navigation ul li ul li.menu-active {
	background-color: none!important;
}
#navigation ul > li > ul {
	display: none;
}


/*	case studies
	--------------------------------------------- */
#case-summary {
	float:left;
	margin: 0.2em 0!important;
	width:100%;
}
#case-summary li {
	list-style: none!important;
	list-style-type: none!important;
	border-bottom:1px dotted #444;
	padding: 10px 0;
	float: left;
	width:100%;
}
#case-summary h3 {
	margin-top: 0.2em;
}
#case-summary img {
	float: left;
	margin: 0 16px 16px 0;
}


/*	home page specific
	--------------------------------------------- */
div.cat-home {
	margin-bottom: 8px!important;
}
div.footer-home {
	margin-top:-42px;
	position:absolute;
}

/*	product nav
	--------------------------------------------- */
#navigation #product-group {
	background-color:#fff;
	border:4px solid #ffc408;
	color: #444;
	left:186px;
	padding:8px 0 12px 12px;
	position:absolute;
	top:6px;
	width:758px;
	z-index:99;
}
#navigation #product-group ul {
	float: left;
	width:250px;
}
#navigation #product-group li.sub-level-0 {
	border-bottom:0 none;
	float:left;
	margin:0 10px 0 0;
	min-height:150px;
	width:240px;
}
#navigation #product-group .sub-level-1 {
	line-height:1.1em;
}
#navigation #product-group .sub-level-1 a {
	padding:0 0 1px;
}
#navigation #product-group .sub-level-0 > a {
	border-bottom: 2px dotted #ffc408;
	font-size:1em;
	margin-bottom:5px;
	width:230px;
}
#navigation #product-group li > a {
	padding: 0;
}

/* override product menu group blocks to deal with different numbers of products in the list */
#product-group-107, #product-group-98, #product-group-245 {
	min-height:122px!important;
}
#product-group-89, #product-group-250, #product-group-113 {
	min-height:150px!important;
}
#product-group-243, #product-group-247, #product-group-291 {
	min-height:110px!important;
}
#product-group-362 {
	min-height:60px!important;
}


/*	sub nav
	--------------------------------------------- */
#sub-nav, #sub-nav-max {
	clear: both;
	background: transparent url(../img/subnav-bg.png) repeat-x top left;
	font-size:0.9em;
	height:41px;
	margin:10px 0 0 0;
	padding:0 2px;
}
#sub-nav-max {
	font-size:0.84em;
	height:42px;
}
#sub-nav li, #sub-nav-max li {
	float:left;
	padding-top:3px;
	text-align:center;
	height:38px;
	line-height:27px;
}
#sub-nav-max li {
	line-height:11px;
}
#sub-nav li.first {
	border: 0 none;
	margin-left: 0;
}
#sub-nav li.last a, #sub-nav-max li.last a {
	margin-left: 0;
}
#sub-nav a, #sub-nav-max a {
	border-right:1px solid #888;
	color: #222121;
	font-weight: bold;
	display:block;
	padding:1px 8px 0;
	text-decoration: none;
	min-width:50px;
	vertical-align:middle;
	width:auto;
}
#sub-nav-max a {
	display:table-cell;
	height:28px;
	padding:0 3px;
	width:82px;
}
#sub-nav li.selected a, #sub-nav-max li.selected a, #sub-nav li.parent-selected a {
	background-color: #222121;
	color: #ffc408;
}
#sub-nav li.selected a:hover, #sub-nav-max li.selected a:hover, #sub-nav li.parent-selected a {
	background-color: #222121;
	color: #ffc408;
}
#sub-nav li.selected, #sub-nav-max li.selected, #sub-nav li.parent-selected, #sub-nav-max li.parent-selected {
	background: transparent url(../img/nav-pointer.gif) no-repeat bottom center;
}
#sub-nav a:hover, #sub-nav-max a:hover {
	color: #000;
	background-color: #d77e0c;
}
#sub-nav li.all a {
	padding:1px 6px 0;
	min-width: 20px;
	width: 20px;
}

/*	poduct tabs nav
	--------------------------------------------- */
#tabs {
	margin-top: 0px;
}
.ui-tabs .ui-tabs-hide {
	display:none !important;
}
.ui-tabs .ui-tabs-panel {
	display:block;
}
#product-tabs {
	clear: both;
	background: #ffc408 url(../img/product-tabs-bg.png) repeat-x top left;
	font-size:0.9em;
	height:25px;
	margin: 0 0 10px;
	padding: 4px;
}
#product-tabs li {
	border-left:1px solid #888;
	float:left;
	line-height:25px;
	height:25px;
	text-align:center;
}
#product-tabs li.first {
	border: 0 none;
	margin-left: 0;
}
#product-tabs li.first a {
	margin-left: 0;
}
#product-tabs a {
	color: #222121;
	font-weight: bold;
	display:block;
	margin:0 4px;
	min-width:80px;
	padding:0 8px;
	text-decoration: none;
	width:auto;
}
#product-tabs li.selected a:hover, #product-tabs li.selected a, #product-tabs li.ui-tabs-selected a, #product-tabs li.ui-state-active a {
	background-color: #222121;
	color: #ffc408;
}

#product-tabs a:hover {
	color: #000;
	background-color: #d77e0c;
}

/*	crumb trail
	--------------------------------------------- */
#crumb-trail {
	color: #ffc408;
	float: left;
	font-family: "Lucida Grande","Lucida Sans Unicode";
	margin-bottom: 8px;
	width:auto;
}
#crumb-trail li {
	font-size: 0.9em;
	float: left;
	margin-right: 4px;
}

/*	pods
	--------------------------------------------- */
#col-right img {
	display: block;
}
#pods-right li {
	border: 1px solid #ffc408;
	margin: 0 0 18px;
}
#pods-right div {
	background-color: #000;
	padding:10px 10px 6px;
	width:166px;
}
#pods-right h3 a {
	color: #ffc408;
}
#pods-right a.pod-link {
	color: #ffc408;
	display: block;
	margin-top: 10px;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover.pod-link {
	text-decoration: underline;
}


/*	common headers - white on black
	--------------------------------------------- */
#main-full.cat-additions h2, #main-full.cat-applications h2, #main-full.cat-imagelib h2 {
	background-color: #000;
	color: #fff;
	margin-top:0;
	padding:8px 6px 6px 18px;
	width:712px;
}

/* standard white h2 - alternate to yellew where there's too much yellow in content zones */
#page-faq h2 {
	color: #fff;
}

/*	pagination
	--------------------------------------------- */
#paginate {
	margin: 0.6em 0 0;
	border-bottom: none!important;
}
#paginate em {
	font-style: normal;
}
#paginate strong, .pagination li.active a, .pagination li.here a {
	color: #ccc;
	border:1px solid #555;
	padding: 2px 6px 1px;
	outline: none;
}
#paginate a, .pagination a {
	color: #999;
	padding: 2px 6px;
	border:1px solid transparent;
	text-decoration: none;
}
#paginate a:hover, .pagination a:hover {
	border-color: #ffc408!important;
}

/*	pagination - specific to structure module
	--------------------------------------------- */
.pagination {
	margin: 0.4em 0 0 0!important;
	width: 99%;
}
.pagination li {
	list-style:none outside none !important;
 	float: left!important;
 	margin-right: 4px;
}

	

/*	lists
	--------------------------------------------- */
#main ul, ul.bullet, ol.list-number, #list-number {
	margin:1.2em 0 1em 1.6em;
}
#main li, .bullet li {
	margin-bottom:0.4em;
	list-style-position:outside;
	list-style-type:disc;
}
#list-number li, .list-number li {
	margin-bottom:8px;
	list-style-position:outside;
	list-style-type:decimal;
}


/* content summary block lists
	--------------------------------------------- */
#main #summary-block {
	margin: 0;
	float: left;
}
#main #summary-block {
	width:500px;
}
#main #summary-block li {
	width:468px;
}
#main-full #summary-block li {
	width:700px;
}
#summary-block li {
	margin:  0 0 1.2em;
	list-style:none outside none;
}
#summary-block h4 {
	color: #ffc408;
	margin:0.1em 0 0.4em;
}
#summary-block a {
	color: #ffc408;
	text-decoration: none;
}
#summary-block li img {
	float: left;
	margin: 0 16px 0 0;
}
#summary-block li {
	background-color: #000;
	border:1px solid #333;
	float:left;
	padding:16px;
}



/* forms
--------------------------------------------- */
div.form-row {
	clear: both;
}
input, textarea, button {
	font-family:tahoma, verdana, 'trebuchet ms','Lucida Sans Unicode','Lucida Grande',clean,sans-serif;
	padding:2px 4px 3px;
	border:1px solid #777;
}
input, textarea {
	width:240px;
}
textarea {
	height:92px;
}
input:focus, textarea:focus {
	border:1px solid #095294;
}
input.hilight, textarea.hilight {
	padding:3px 2px 3px 5px;
	margin:2px 0 0 2px;
}
input.hilight:focus, textarea.hilight:focus {
	margin:1px 0 -1px 1px;
	border:2px solid #095294;
}
select {
	margin:2px 0 0 2px;
}

legend {
	display:none;
	visibility:hidden;	
}
label {
	margin: 4px 0 4px 0;
}
label.radio {
	display: block;
	float:left;
	padding: 0 3px 0 3px;
	margin-right: 14px;
	width: auto;
}
input.checkbox {
	border:0;
}
input.radio {
	border:0;
	display: block;
	float:left;
	margin: 6px 2px 8px 0;
	width: auto;
}
li.nolabel {
	clear:left;
	display: block;
	float:left;
	margin-left: 128px;
	width:auto;
}
label.error {
	clear:both;
	margin:-4px 0 12px 170px!important;
	color:#f11;
	width: auto!important;
}
input.small {
	width:60px;
}
input.medium, textarea.medium {
	width:130px;
}
input.long, textarea.long {
	width:318px;
}
.button-submit {
	background-color: #cacaca;
	padding: 2px 10px;
	margin-top: 2px;
	font-weight:bold;
	width:auto;
}


/* !contact forms
--------------------------------------------- */
#contact-form {
	margin-top: 2px;
}
#contact-form label {
	display: block;
	float: left;
	margin: 4px 8px 0 0;
	text-align: right;
	width:152px;
}
#contact-form label.full {
	float:none;
	text-align:left;
	margin:18px 0 4px;
	width:auto;
}
#contact-form label.slug {
	clear: left;
}
#contact-form input, #contact-form textarea {
	margin-bottom: 10px;
	float:left;
}
#contact-form textarea {
	padding: 8px;
	width: 440px;
}
#contact-form button {
	background-color: #333;
	border: 2px solid #ffc408;
	color: #ffc408;
	font-weight: bold;
	margin: 2px 0 0 367px;
	width: 90px;
}
#contact-form .checkbox {
	margin-top:2px;
	width: 16px;
}

.cat-contact-asafe img {
	border: 6px solid #444;
}


/* trial form - overrides from contact form
--------------------------------------------- */
.trial-form textarea.text {
	clear:none;
}
.trial-form input.text {
	float:left;
}
.trial-form button {
	margin-left: 109px!important;
}
#trial-items {
	background-color: #2a2a2a;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	float: left;
	margin: 0.2em 0 2em;
	padding: 8px 8px 14px 16px;
	width:711px;
}
#trial-items label {
	line-height:130%;
	margin:0 0 3px 2px;
	padding:1px 5px;
	text-align:left;
	width:auto;
}
#trial-items span {
	float:left;
	margin-top:2px;
}
#trial-items h3 {
	margin: 0.8em 0 0.4em 22px;
}
#trial-items input {
	float: left;
}
#trial-items input.qty {
	margin-top:-3px;
	width: 60px;
}
#trial-items input.checkbox {
	margin-bottom:6px;
}
#trial-items strong {
	color: #ddd;
}
#trial-items label.selected {
	background-color: #555;
	color: #eee;
}

/* free trial page
--------------------------------------------- */
#page-trial #main-full p {
	margin-left: 12px;
	margin-right: 10px;
}
#page-trial #main-full h5 {
	margin-left: 12px;
}


/* hide elements
--------------------------------------------- */
h2 span, h3 span, .print-only {
	display:none;
	visibility:hidden;
}
.accessibility-hide, h1 span {
	position:absolute;
	left:0;
	top:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* distributors
--------------------------------------------- */
#nav_categories li, #imagelib-accordian li {
	float:left;
	background-color: #000;
	border:1px solid #333;
	margin:0 0 8px;
	padding:10px 12px 10px 14px;
	width:681px;
}
#distributors h3, #library-group h3, #imagelib-accordian h3 {
	color: #ffc408;
}
#distributors h3, #library-group h3, #library-group h4, #imagelib-accordian h3  {
	background: transparent url(../img/expand-collapse-dots.gif) no-repeat right -2px;
	border-bottom: 1px dotted #777;
	float:left;
	padding:3px 0 4px;
	margin-bottom: 0.3em;
	width:100%;
}
h3.expanded {
	background-position: right -40px!important;
}
#distributors h4 {
	color: #ffc408;
	font-size:1.1em;
	margin-bottom: 0.1em;
	margin-top:6px;
}
#distributors ul {
	line-height: 120%;
}
#distributors ul.region-group {
	border-bottom: 1px dotted #ffc408;
	float:left;
	margin:4px 0 4px;
	width:100%;
}
#distributors ul.region-group li {
	border: 0;
	clear:none;
	float: left;
	margin-right: 6px;
	padding-left: 0;
	min-height:186px;
	width: 206px;
}

/* image libraries categories accordion 2
--------------------------------------------- */
#imagelib-accordion {
	float: left;
	margin-left: 10px;
}
#imagelib-accordion a {
	text-decoration: none;
}
#imagelib-accordion li.sub-level-0 > a {
	color: #FFC408;
	font-size: 124%;
	font-weight: bold;
	background: url("../img/expand-collapse-dots.gif") no-repeat scroll right -2px transparent;
	border-bottom: 1px dotted #777;
	float: left;
	margin: 0 0 0.8em;
	padding: 3px 0 4px;
	width: 100%;
}
#imagelib-accordion li.sub-level-0 ul {
	float: left;
	margin-bottom: 24px;
	width: 100%;
}
#imagelib-accordion li.sub-level-0 > a.expanded {
	background-position: right -40px !important;
}
#imagelib-accordion li.sub-level-1 a {
	color: #ccc;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
}
#imagelib-accordion li.sub-level-1 > a:hover {
	color: #fff;
	text-decoration: underline;
}
    

/* products
--------------------------------------------- */

/*
#main #product-group-summary {
	margin: 0;
}
#product-group-summary li {
	margin:  0 0 1.2em;
	list-style:none outside none;
}
#product-group-summary h4 {
	color: #ffc408;
	margin:0.1em 0 0.4em;
}
#product-group-summary a {
	color: #ffc408;
	text-decoration: none;
}
#product-group-summary li img {
	float: left;
	margin: 0 16px 0 0;
}
#product-group-summary li {
	background-color: #000;
	border:1px solid #333;
	float:left;
	padding:16px;
	width:702px;
}
*/


#product-docs {
	clear: both;
}
.cat-products img.icon {
	float:left;
	margin:0 1em 2em 0;
}

/* product group page downloads panel */
#downloads-box {
	float: right;
	margin: 0 0 16px 16px;
}
#downloads-box .content-summary li {
	width: auto;
}

/* did you know list */
ul#icon-list {
	float: left;
	margin: 1.4em 0 0;
}
ul#icon-list > li {
	list-style: none;
	float: left;
	margin-bottom: 1.2em;
	width:500px;
}
#icon-list li ul {
	margin: 0.4em 0 1em 1em;
}
#icon-list li ul li {
	list-style: disc;
}
#icon-list h4 {
	margin-top: 0;
}
#icon-list img {
	float: left;
	margin: 0 16px 10px 0;
}
#icon-list div {
	float: left;
	padding-top:12px;
	width:80%;
}

/* content images */
ul#content-images {
	clear: both;
	float:left;
	margin:1em 0 1.2em 0;
	width:auto;
}
#content-images li {
	list-style: none;
	float: left;
	margin: 0 20px 14px 0;
}

/* content documents */
ul#content-docs {
	clear: both;
	float:left;
	margin:0.6em 0 1.2em;
	width:auto;
}
#content-docs li {
	list-style: none;
	float: left;
	clear: both;
	margin: 0 20px 12px 0;
}
#content-docs h6 {
	float: left;
		font-size: 1.2em;
	font-weight: bold;
}
#content-docs img {
	float: left;
	margin-right: 14px;
}

/*	product tab content summaries
--------------------------------------------- */
#main .content-summary ul {
	margin: 0;
	width:98%;
}
#main .content-summary li {
	clear: both;
	background-color: #000;	
	border:1px solid #333;
	float: left;
	list-style-type:none;
	margin-bottom:18px;
	padding:10px;
	width:470px;
}
#main .content-summary img {
	float: left;
	margin: 0 14px 0 0;
}
#main .content-summary p, ul.doc-items p {
	margin: 0;
}
#main .content-summary h4 {
	margin-top: 0.2em;
}
ul.doc-items div {
	float: left;
	font-size:0.94em;
	width:84%;
}
ul.doc-items a {
	background-repeat: no-repeat;
	float: left;
	height:40px;
	margin:0 14px 0 0;
	width:40px;
}
ul.doc-items a span {
 	position:absolute;
	left:0;
	top:-9999px;
}

#tab-related-items ul div {
	float:left;
	width:334px;
}
#tab-related-items ul img {
	float:left;
}

/* product page gallery */
ul#gallery {
	margin: 0;
}
#gallery li {
	list-style: none;
	float: left;
	margin: 0 12px 10px 0;
	width: auto;
}
#gallery li a {
	display: block;
}

/* li element rollover highlights */
li.linked:hover, li.linked-file:hover {
	background-color: #222!important;
	border-color: #ffc408!important;
	cursor: pointer;
}
h3.over, h4.over, li.over h4, li.over h5 {
	color:#ffc408!important;
	cursor: pointer;
}

/*
h3.over, h4.over, li.over h4 {
	border-bottom: 1px dotted #ffc408!important;
}
*/

/* additions
--------------------------------------------- */
#main-full.cat-additions  {
	margin-left: 0;
	width:100%;
}
#additions-summary {
	overflow:visible;
	width:766px;
}
/*
#additions-summary li, #additions-summary li a {
	display: block;
	height: 165px;
	width: 224px;
}
*/
#additions-summary li {
	border: 1px solid #333;
	float: left;
	margin: 0 18px 18px 0;
	width:230px;
}
#additions-summary h5 {
	font-size: 1.2em;
	margin: 8px auto;
	text-align:center;
	width: 100%;
}
#additions-summary a {
	color: #ffc408;
	line-height:100%;
}


/* applications
--------------------------------------------- */

/* adjustments for full-width application flash */
#page-application #col-left {
	display: none;
	visibility: hidden;
}
#page-application #main-full {
	width: 100%;
}
#page-application #content-container {
	width: 100%;
}
#page-application #main-container {
	background-image: none;
}
#page-application #main-full h2 {
	width: 939px;
}

#main.cat-imagelib {
	margin-left: 0;
	width:100%;
}
#application-summary {
	margin: 28px 0 0 0!important;
}
#application-summary li {
	background-color: #444;	
	border:1px solid #444;
	float: left;
	list-style:none outside none;
	margin:0 6px 12px;
	padding-bottom:4px;
	text-align:center;
	xwidth:360px;
}
#application-summary h3, cat-information-library h3 {

}
#application-summary img {
	margin-bottom: 6px;
}
.cat-applications p {

}
#application-summary a {
	color:#ffc408;
	text-decoration: none;
}
#application-summary a:hover {
	text-decoration: underline;
}
#flash-application {
	display:block;
	margin:0 auto 20px;
	z-index: 5;
}

/* document library
--------------------------------------------- */
#library-group {
	float:left;
	margin-left: 1em;
}
#library-group li {
	background-color: #000;
	border:1px solid #333;
	float:left;
	padding:8px;
	margin:0 0 8px;
	width: 560px;
}
#library-group ul.doc-items {
	float:left;
	margin:1em 0 0.6em 16px;
	width:684px;
}
#library-group h3, #imagelib-accordian h3 {
	margin: 0 0 0.8em;
}
#library-group h4, #imagelib-accordian h4  {
	margin:0 0 0.6em;
	font-size: 1.1em;
}
#library-group .prod-section {
	float:left;
	margin-left:16px;
	width:699px;
}
#library-group .prod-group-section, #imagelib-accordian .prod-group-section {
	float:left;
	margin-bottom:24px;
	width:100%;
}
a.doc-doc {
	background-image: url(../img/icons/doc-doc.gif)
}
a.doc-ins {
	background-image: url(../img/icons/doc-ins.gif);
}
a.doc-tech, a.doc-dim {
	background-image: url(../img/icons/doc-tech.gif);
}
a.doc-prod {
	background-image: url(../img/icons/doc-prod.gif);
}
a.doc-dwg {
	background-image: url(../img/icons/doc-dwg.gif);
}
a.doc-pdf, a.doc-news, a.doc-ad {
	background-image: url(../img/icons/doc-pdf.gif);
}
a.doc-cert {
	background-image: url(../img/icons/doc-cert.gif);
}
a.doc-vid {
	background-image: url(../img/icons/doc-vid.gif);
}

#tab-downloads ul {
	margin: 0 0 2em 0;
}
#tab-downloads li {
	list-style-position:outside;
	list-style-type:none;
}
#tab-downloads ul.doc-items div {
	width:82%;
}

#tab-media li div {
	float: left;
	width:50%;
}


/* image library
--------------------------------------------- */
#imagelib-accordian h5 a {
	text-decoration: none;
}
#imagelib-accordian h5 a:hover {
	text-decoration: underline;
}

#slideshow-index ul.sub-products {
	float: left;
	margin: 0 0 2em;
}
#slideshow-index li {
	clear: both;
	margin: 8px 0 14px;
}

#slideshow-index ul.sub-products li {
	float: left;
	margin: 0 0.5em 0 0;
}



/* media library
--------------------------------------------- */
#page-video #main-full object {
	margin: 24px 0 20px 20px;
}

/* FAQ
--------------------------------------------- */
dt {
	color: #ffc408;
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: 0.2em;
	line-height:136%;
}
dd {
	border-bottom:1px dotted #444444;
	margin-bottom:1em;
	padding-bottom:1em;
}


/* search results
--------------------------------------------- */
#client-summary li {
	border-bottom: 1px solid #333;
	list-style: none;
}



/* search results
--------------------------------------------- */
#search-results {
	float: left;
	margin: 0;
}
#search-results li {
	float: left;
	clear: both;
	list-style: none;
	padding: 8px;
	border:1px solid transparent;
	margin-bottom: 0.2em;
	width:100%;
}
#search-results h4 {
	margin: 0 0 0.3em;
}
#search-results p {
	margin: 0;
} 
#search-results em {
	color: #ffc408;
	font-weight: bold;
	white-space: nowrap;
}
.row-1 {
	background-color: #333;
}


/* jQuery loopslider
--------------------------------------------- */
#slideshow {
	width:736px;
}
.slideshow-container{ float:left; width:636px; height:462px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:636px; display:none; }

#slideshow a.next, #slideshow a.previous {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../img/slideshow-next-prev.gif);
	outline: none;
	float: left;
	height: 424px;
	width: 40px;
}
#slideshow a.next {
	background-position: 0 center;
	margin-left: 8px;
}
#slideshow a.next:hover {
	background-position: -48px center;
}
#slideshow a.next:active {
	background-position: -50px center;
}
#slideshow a.previous {
	background-position: -102px center;
	margin-left: 2px;
	margin-right: 8px;
}
#slideshow a.previous:hover {
	background-position: -151px center;
}
#slideshow a.previous:active {
	background-position: -149px center;
}
#slideshow a span {
	position:absolute;
	left:0;
	top:-9999px;
}
#slideshow ul.pagination {
	clear: both;
	display: table;
	margin: 10px auto;
	width: auto;
}
#slideshow ul.pagination li {
	float: left;
}
.pagination a {
	float:left;
}
.single-image ul.pagination {
	display: none;
}
.single-image .previous, .single-image .next {
	background-image: none!important;
}
#slideshow h3 {
	margin: 10px 0 40px;
	text-align:center;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/res/img/fb/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/res/img/fb/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/res/img/fb/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/res/img/fb/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/res/img/fb/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/res/img/fb/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 38px;
	height: 121px;
	margin-top: -52px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico, #fancybox-right-ico {
	background: transparent url('/res/img/slideshow-next-prev.gif') no-repeat;
}

#fancybox-left-ico {
	background-position: -103px 0!important;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/res/img/fb/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/res/img/fb/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/res/img/fb/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/res/img/fb/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/res/img/fb/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/res/img/fb/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/res/img/fb/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/res/img/fb/fancybox.png');
	background-position: -40px -122px;
}

/* IE */
#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/fb/fancy_shadow_nw.png', sizingMethod='scale'); }

