@charset "UTF-8";
/* CSS Document */

/* FDI Colors:inside-spotlight
	#840141 maroon red (h3, h4)
*/

html {
	overflow-y: scroll;	
}

html, body {
	background-color: black;
	margin: 0;
	padding: 0;
}

div.skip {
	position: absolute;
	text-indent: -9999px;
	left: -999px;
	top: -999px;
}

div#header {
	width: 811px;
	height: 92px;
	padding: 6px 0 0 0px;
	
	background-image: url(images/header-bg2.gif);
	overflow: hidden;
	
	margin: 0 auto;
	
	position: relative;
	
	text-align: right;
}

div#header h1, div#header h2 {
	margin: 0;
}

div#header h1#logo {
	width: 223px;
	height: 45px;
	
	/* width: 163px; 179 image 
	height: 134px;  142 image */
	position: absolute;
	
	top: 11px;
	left: 28px;
	
	overflow: visible;
}

div#header h1#logo span {
	background: url(images/h1-image-replacement237x53.gif) no-repeat;
	position: absolute;
	left: -8px;
	width: 237px;
	height: 53px;
}

/*div#header h2#tagline {
	position: absolute;
	left: 200px;
	top: 63px;
	color: white;
	text-transform: uppercase;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-weight: normal;
}*/

#header h2#tagline {
	width: 253px;
	height: 18px;
	position: absolute;
	top: 43px;
	left: 143px;
	
	text-align: left;
	}
	
#header h2#tagline span {
	background: url(images/h2-image-replacement253x18.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}

div#header a#header-contact-link {
	display: inline-block;
	margin-top: 13px;
	padding-right: 20px;
	color: white;
	text-decoration: none;
	
	font-size: 85%;
	text-transform: uppercase;
}

div#header a#header-contact-link:before {
	content: "» ";
}

div#header a#header-contact-link:hover {
	text-decoration:underline;
}


div#header #navigation-search {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 18px;
	display: block;
}

#navigation-search input[type=search], #navigation-search input[type=text] {
	width: 151px;
	height: 18px;
}

#navigation-search input.placeholder {
	color: #aaa;
	font-size: 85%;
}

div#header ul#primary-links {
	list-style: none;
	
	position: absolute;
	top: 70px;
	right: 15px;
	
	margin: 0;
	padding: 0;
}

div#header ul#primary-links a {
	color: black;
	text-decoration: none;
}

div#header ul#primary-links a:hover {
	text-decoration: underline;	
}

div#header ul#primary-links li {
	list-style: none;
	display: inline-block;
	
	background-image: url(images/primary_link_sep1x28.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	font-size: 85%;
	text-transform: none;
	text-align: center;
	
	margin-right: 7px;
	padding-left: 7px;
	
	height: 28px;
	
	vertical-align: top;
}

div#header ul#primary-links li.first {
	background-image: none;
}

div#header ul#primary-links li.antepenult {
	background-image: url(images/primary_link_sep-darker-1x28.gif);	
}

div#header ul#primary-links li.last, div#header ul#primary-links li.penult {
	background-image: url(images/primary_link_sep-darkest-1x28.gif);	
}

div#header ul#primary-links li a {
	display: table-cell;
	vertical-align: middle;
	height: 28px;
}

div#content {
	width: 771px;
	padding: 20px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	background-color: white;
	
	margin: 15px auto 0 auto;
	
	zoom: 1;
}

div.homepage#content {
	background-image: url(images/front-body-metal-bg811x1.gif);
	background-repeat: repeat-y;
	background-position: top left;	
}

div#content:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#front-threecolumns {
	width: 100%;
	
	margin-top: 15px;
	
	zoom: 1; /* for IE 6 / 7 */
	
	position: relative;
	
	
	background-image: url(images/homepage-lines-between-columns.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
}

div#front-threecolumns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#front-threecolumns div.column {
	width: 218px;
	margin-right: 12px;
	
	float: left;
	
	zoom: 1;
	
	position: relative;	
}

div#front-threecolumns div.column.center {
	width: 310px;
}

div#front-threecolumns div.column.last {
	margin-right: 0;
}

div#front-threecolumns div.column.center h3, div#front-threecolumns div.column.last h3 {
	margin-bottom: 12px;
}

div#front-threecolumns div.column h3 {
	height: 25px;
	width: 205px;
	background-image: url(images/h3-red-background-1x25.gif);
	background-repeat: repeat-x;
	
	line-height: 25px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	
	margin: 0;
	position: absolute;
	top: 0;
	left: 6px;
	z-index: 500;
}

div#front-threecolumns div.column.center h3 {
	width: 297px;	
}

div#front-threecolumns div.column div.column-content {
	margin-top: 12px;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	-webkit-box-shadow: 1px 3px 3px #666666;
	-moz-box-shadow: 1px 3px 3px #666666;
	box-shadow: 1px 3px 3px #666666;
}

div#partners-distributors .column-content {
	min-height: 350px;
}

div.column div.column-content div.example-box:first-child {
	margin-top: 0;	
}

div#partners-distributors h4 {
	margin-top: 12px;
	border-top: 1px solid #CCC;
	padding-top: 8px;
	margin-bottom: 6px;
	width: 188px;
}

div#partners-distributors h4.first-child {
	border-top: 0;
	margin-top: 0px; padding-top: 2px;
}

table.imageblocks-table {
	width: 188px;	
	margin: 0;
}

table.imageblocks-table td {
	border: 0;
	width: 50%;
	text-align: left;
	vertical-align: middle;
	padding: 0em 1em 0em 0em;
}

div.example-box {
	margin-top: 12px;
	zoom: 1;
}

div.example-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.example-box img {
	border: 1px solid #ddd;	
}

div.example-box h4 {
	margin-top: 0;
}

div.example-box h4 a {
	text-decoration: none;
	color: black;
}

div.example-box h4 a:hover {
	text-decoration: underline;
	color: #00F;
}

div.example-box h4 a:before {
	content: "» ";
}

div.example-box h4, div.example-box p {
	float: right;
	clear: right;
	width: 125px;
	font-size: 93%;
}

div.news-box {
	font-size: 93%;	
}

div.news-box + div.news-box {
	margin-top: 10px;
	border-top: 1px solid #ccc;	
	padding-top: 10px;
}

div.news-box h4 {
	margin-top: 9px;	
}

div#news-viewall {
	margin-top: 20px;	
}

div.news-box a, div#news-viewall a {
	color: black;
	text-decoration: none;
}
div.news-box a:hover, div#news-viewall a:hover {
	color: #00F;
	text-decoration: underline;
}

div.news-box a:before, div#news-viewall a:before {
	content: "» ";
}

div#sidenav {
	width: 167px;
	min-height: 647px;
	
	position: relative;
	top: -20px;
	
	background-image: url(images/sidenavbar-graybar-2-167x643.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	
	background-color: #bebebe;
	
	float: left;
}

div#sidenav div.nav-title {
	background-image: url(images/sidenavbar-redblock-167x49.png);
	background-repeat: no-repeat;
	
	width: 167px;
	height: 49px;
	
	z-index: 10;
	position: relative;
}

div#sidenav h4 {
	background-image: url(images/sidenavbar-redblock-167x49.png);
	background-repeat: no-repeat;
	
	width: 167px;
	height: 49px;
	
	text-align: center;
	
	display: table-cell;
	vertical-align: middle;
	
	color: white;
	
	font-size: 123.1%;
}

div#sidenav #sidebar-news {
	background-color: white;
 	border: 1px solid #ccc;
	position: relative;
	left: -25px;
	top: 40px;
	
	width: 176px;
	
	-webkit-box-shadow: 3px 3px 3px #5e5e5e;
	-moz-box-shadow: 3px 3px 3px #5e5e5e;
	box-shadow: 3px 3px 3px #5e5e5e;
}

div#sidenav #sidebar-news .news-box, div#sidenav #sidebar-news #news-viewall {
	margin-left: 7px;
	margin-right: 7px;
}

#news-viewall {
	margin-bottom: 7px;
}

div#sidenav #sidebar-news h4 {
	background-image: url(images/h3-red-background-1x25.gif);
	background-repeat: repeat-x;
	
	width: auto;
	height: 25px;
	line-height: 25px;
	
	display: block;
	
	font-size: 108%;
	
	margin-bottom: 7px;
}

div#sidenav ul {
	margin: 0px;
	margin-top: 0;
	/*height: 647px;*/
	width: 167px;
	
	position: relative;
	top: -3px;
	
	list-style-type: none;
}

div#sidenav ul li {
	list-style-type: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 11px;
	padding-right: 10px;
}

div#sidenav ul li + li {
	background-image: url(images/sidenavbar-horizline-149x1.png);
	background-repeat: no-repeat;
	background-position: 12px top;
}

div#sidenav ul li.active + li, div#sidenav ul li + li.active {
	background-image: none;
}

body div#content div#sidenav ul li.active {
	background-color: white;
	background-image: url(images/sidenavbar-active-167x30.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	height: 18px;
}

body div#content div#sidenav ul li.double-height.active {
	background-image: url(images/sidenavbar-active-167x48.gif);
	height: 36px;
}

div#sidenav ul li a {
	text-decoration: none;
	color: black;
}

div#sidenav ul li a:hover {
	text-decoration: underline;	
}

div#sidenav ul li a:hover:after {
	content: " »";	
}

div#content-main {
	display: block;
	float: left;
	
	margin-left: 24px;
	/*margin-right: 95px;*/
	width: 493px;
}

div#content-main-alt {
	display: block;
	float: left;
	
	margin-left: 24px;
	/*margin-right: 95px;*/
	width: 580px;
}

div.fullwidth#content-main {
	width: 580px;
}

div.fullservice-columns {
	position: relative;	
}

div.full-max-width#content-main {
	width: 771px;	
	margin-left: 0;
}

div#content-main div.sidebox-right {
	float: right;
	margin: 0 0 0 10px;
	border-left: 1px solid #ccc;
	padding: 0;
	width: 240px;
	
	position: absolute;
	width: 339px;
	top: 0;
	left: 250px;
	
}

div.sidebox-right #full-service-support-blurb {
	background-image: url(images/blue-box308x105.png);
	background-repeat: no-repeat;
	width: 308px;
	height: 105px;
	margin-left: 31px;
}

div#content-main div.sidebox-right #full-service-support-blurb h4 {
	color: white;
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 30px;
	border: 0;
	
	line-height: .9;
	text-transform: uppercase;
	
	font-size: 197%;
}

div#content-main div.sidebox-right p {
	margin-left: 31px;
	margin-right: 15px;
	padding-left: 40px;
	background-image: url(images/arrow-blue-on-white-34x25.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	
	margin-top: 15px;
}

div#content-main div.sidebox-right p.separated {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	background-position: 0px 18px;
}

div#content-main div.sidebox-right p.separated strong {
	display: block;
	font-size: 108.3%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #840141;
}

div#content-main div.fullservice-columns div.mainbox {
	width: 220px;
}

div#content-main div.sidebox-right h4 {
	font-size: 100%;	
	border: 0;
	margin-top: 0;
}

div#content-main h3 {
	margin-top: 0;
	margin-bottom: 0.3em;
	font-size:182%;
	color: #840141;
	text-transform: none;
}

div#content-main .yui-skin-sam .yui-toolbar-container .yui-toolbar-group h3 {
	color: gray;
	font-size: 75%;
}

div#content-main div.inside-spotlight {
	background-image: url(images/inside-spotlight-blue-600x176.jpg);
	background-repeat: no-repeat;
	width: 604px;
	height: 176px;
	position: absolute;
	background-position: right top;
}

div#content-main div.inside-spotlight div.text-content {
	position: absolute;
	left: 351px;
	top: 0;
	width: 253px;
	height: 176px;
}

div#content-main div.inside-spotlight h4#about-spotlight-h4 {
	width: 214px;	
}

div#content-main div.inside-spotlight h4 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 2.8em;
	line-height: .9em;
	color: white;
	margin: 0 0 10px 10px;
	padding-top: 8px;
	border: 0;
}

div#content-main div.inside-spotlight h4:first-line {
	font-size: 1.1em;	
}

/*div#content-main div.inside-spotlight ul {
	margin: 0 0 0 50px;	
}

div#content-main div.inside-spotlight ul li {
	list-style-image: url(images/arrow-white-26x19.png);
	color: white;
	text-transform: uppercase;
	font-size: 153.9%;
}*/

div#content-main div.inside-spotlight img.spotlight-img-right {
	position: absolute;
	top: 10px;
	left: 243px;
}

p.after-inside-spotlight {
	margin-top: 190px;	
}

div#content-main p, div#content-main ul, div#content-main ol, div#content-main dl dd {
	/*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
	font-family: Tahoma, Geneva, Verdana;
	color: #333;
}

div#content-main p.lede {
	font-size: 153.9%;
	color: #666;
	line-height: 110%;
	
	font-family: Arial, Helvetica, sans-serif;
	
	margin-bottom: 0.6em;
}

div#content-main p.lede-setoff {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

div#content-main p.lede a {
	color: #666;	
}

div#content-main p.lede a:hover {
	color: #840141;	
}

div#content-main p + p.lede {
	border-top: 1px solid #ccc;
	padding-top: 16px;
	margin-top: 20px;
}

div#content-main p + p.lede.with-prev-section {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

div#content-main h4 {
	border-top: 1px solid #ccc;
	color: #840141;
	padding-top: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
	/*font-size: 123.1%;*/
	
	text-transform: none;
}

body div#content-main div.matchh4, body div#content-main div.img-matchh4 {
	margin-top: -16px;	
}

div#content-main h3 + h4, div#content-main h4.with-prev-section {
	border: 0;
	padding-top: 0;
	margin-top: 0;
}

div#content-main div.image-banner + h4, div#content-main div#contact-info-box + h4,
	div#content-main div.image579 + h4 {
	margin-top: 0;
	padding-top: 3px;
	border: 0;	
}

div#content-main h3 + h4 {
	margin-top: 5px;	
}

div#content-main p, div#content-main ol.list li {
	line-height: 150%;
}
div#content-main ol.list li, div#content-main ul.list li {
	margin-bottom: .75em;	
}

div#content-main div.person-info {
	padding-top: 5px;
	margin-bottom: 10px;
	zoom: 1;
}

div#content-main div.person-info:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#content-main div.partner-info {
	margin-bottom: 5px;
	zoom: 1;
}

div#content-main div.partner-info:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#content-main div.partner-info p {
	margin-left: 156px;	
}

div#content-main div.partner-info h4 {
	padding-left: 156px;	
}


div#content-main div.partner-info div.img-partner-logo {
	margin-top: 20px;
	width: 140px;
}

div#content-main div.partner-info div.img-partner-logo img {
	float: right;	
}

div#content-main div.person-info + div.person-info {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

div#content-main div.img-float-left {
	float: left;
	margin: 0 10px 0 0;
}

div#content-main div.img-float-right {
	float: right;	
	margin: 0 0 0 10px;
}

div#content-main div.img-float-left, div#content-main div.img-float-right {
	border: 1px solid #ccc;
	padding: 2px;
}

div#content-main div.img-float-right p.caption, div#content-main div.img-float-left p.caption {
	font-size: 85%;
	padding: 4px;
	margin-bottom: 0;
	text-align: center;
	line-height: 1;
}

body div#content-main div.img-float-right.noborder, body div#content-main div.img-float-left.noborder {
	border: 0;	
}

div#content-main div.img-float-right p.viewmore {
	text-align: right;
}

div#content-main div.image-banner {
	position: relative;	
	margin-bottom: 20px;
}

div#content-main div.image-banner div.image-banner-text {
	background-image:url(images/banner-text-blue-bg-312x125.jpg);
	background-repeat: no-repeat;
	width: 284px;
	height: 109px;
	padding: 8px 14px;
	color: white;
	position: absolute;
	left: 293px;
	top: 84px;
}

div#content-main div.image-banner div.image-banner-text p {
	color: white;	
}

div#content-main div.inside-spotlight ul,
div#content-main div.image-banner div.image-banner-text ul {
	margin: 0 0 0 10px;	
	list-style-type: none;
}

div#content-main div.inside-spotlight ul li,
div#content-main div.image-banner div.image-banner-text ul li {
	list-style-type: none;
	background-image: url(images/arrow-white-26x19.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
/*	list-style-image: url(images/arrow-white-26x19.png);*/
	color: white;
	font-size: 153.9%;
}

div#content-main div.content-threecolumns {
	zoom: 1;
}

div#content-main div.content-threecolumns:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.fullwidth#content-main div.content-threecolumns div.column {
	width: 180px;
}

div#content-main div.content-threecolumns div.column {
	width: 146px;
	float: left;
	border-left: 1px solid #ccc;
	padding-right: 5px;
	margin-right: 4px;
	padding-left: 5px;
}

div#content-main div.content-threecolumns div.column-first {
	width: 152px;
	border: 0;
	padding-left: 0;
}

div#content-main div.content-threecolumns + h4 {
	margin-top: 0;	
}

div#content-main div.content-threecolumns h4 {
	border: 0;	
	margin-top: 0;
	padding-top: 0;
}

div#content-main div.video {
	border: 1px solid #ccc;	
}

div#content-main div.video-noborder {
	border: 0;	
}

div#content-main div.video p {
	margin: 3px;
	font-size: 85%;
}

div#content-main div.video video {
	display: block;
	margin: 0 auto;
}

div#content-main div.video480 {
	width: 485px;
	padding: 1px;
	margin: 0 auto 5px auto;
}

div#content-main div.image {
	border: 1px solid #ccc;	
}

div#content-main div.image480 {
	width: 485px;
	padding: 1px;
	margin: 0 auto 5px auto;
}

div#content-main div.image579 {
	width: 579px;
	padding: 1px;
	margin: 0 auto 5px auto;
}

div#content-main img.image580 {
	width: 580px;
	margin: 0 auto 5px auto;
}

div#content-main img.image580 + h4 {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

div#content-main div.image p, div#content-main div.image h5 {
	padding: 0 5px 0 5px;	
}

div#content-main div.image p {
	font-size: 85%;	
	margin: 3px;
}
div#content-main div.image h5 {
	margin: 0 3px 0 3px;	
}

div#content-main ul.image-inline-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

div#content-main ul.image-inline-list li {
	list-style: none;
	display: inline;
	margin-left: 20px;
	
	vertical-align: top;
}

div.image-banner-text p {
	font-size: 123.1%;
	margin: 5px 0 0 0;
}

div.image-banner-text p a {
	color: white;	
	text-decoration: none;
	font-size: 138.5%;
	font-weight: bold;
}

div#contact-info-box {
	width: 284px;
	position: relative;
	
	margin-bottom: 10px;
}

div#contact-info-box a {
}

div#contact-info-box a:hover {
}

div#contact-info-box a:after {
	content: " »";
}

div#contact-info-box div#contact-text {
	margin-left: 0;
	padding-top: 0;
}

div#contact-info-box div#contact-text h4 {
	border: 0;
	text-transform: none;
	margin: 0;
	padding: 0;
	font-size: 182%;
}

div#contact-info-box div#contact-text strong {
	color: #840141;
	text-transform: uppercase;
	font-size:123.1%;
}

div#contact-info-box div#contact-text h5 {
	color: #666;
	font-size: 138.5%;
}

div#contact-info-box div#contact-text h5.divider {
	width: 260px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #aaa;	
}

div#contact-info-box div#click-for-directions {
	margin-bottom: 10px;	
}

div#contact-info-box div#click-for-directions a {
}

div#contact-info-box div#contact-text p {
	line-height: 125%;	
}

div#contact-info-box div#contact-text div.adr {
	font-size: 161.6%;	
}

div.vcard .geo {
	display: none;	
}

div#content-main h4#directions {
	font-size: 138.5%;
	text-transform: uppercase;
}

div#content-main h5.directions {
	margin-top: 10px;
	margin-bottom: 10px;
	
	color: #666;
	font-size: 138.5%;
}

div#contact-form {
	float: right;
	background-image: url(images/contact-form-bg296x498.jpg);
	width: 276px;
	height: 478px;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	
	color: white;
}

div#content-main div.contact-form-standalone#contact-form {
	float: none;
	margin: 0 auto 0 auto;
}

div#content-main div#contact-form ol li {
	color: white;
	position: relative;
}

div#contact-form h4 {
	margin-top: 0; border: 0; padding-top: 0; margin-bottom: 10px;
	color: white;
	text-transform: uppercase;
	font-size: 123.1%;
}

div#contact-form p {
	color: white;
	text-align: center;
	font-weight: bold;
}

div#contact-form textarea {
	resize: none;	
}

#referral-fineprint li {
	margin-bottom: 8px;
}

form.referral-form ol {
	margin: 0; padding: 0;
}

form.referral-form ol li {
	list-style-type: none;	
	margin-bottom: 7px;
	zoom: 1;
}

form.referral-form ol li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

form.referral-form li.submit {
	width: 468px;
	text-align: right;
}

form.referral-form .textfieldRequiredMsg, form.referral-form .textfieldInvalidFormatMsg,
	form.referral-form .confirmRequiredMsg, form.referral-form .confirmInvalidMsg,
	form.referral-form .textareaRequiredMsg, form.referral-form .textareaInvalidFormatMsg {
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 160px;
	width: 300px;
}

form.referral-form .textfieldRequiredState .textfieldRequiredMsg, form.referral-form .textfieldInvalidFormatState .textfieldInvalidFormatMsg,
	form.referral-form .confirmRequiredState .confirmRequiredMsg, form.referral-form .confirmInvalidState .confirmInvalidMsg,
	form.referral-form .textareaRequiredState .textareaRequiredMsg, form.referral-form .textfieldInvalidFormatState .textareaInvalidFormatMsg {
	display: block;
}

form.referral-form label {
	display: block;
	width: 160px;
	text-align: left;
	float: left;
}

form.referral-form input.text, form.referral-form input.email {
	width: 300px;
	padding: 2px;
	border-width: 2px;
	
	display: block;
	margin-left: 160px;
}

form.referral-form textarea {
	margin-left: 160px;
	
	display: block;
	width: 300px;
	height: 120px;
	padding: 2px;
	border-style: inset;
	border-color: #ccc;
	border-width: 2px;
}

form.contact-form label, form.contact-form input {
	display: inline;
}

form.contact-form .textfieldInvalidFormatState div.textfieldInvalidFormatMsg,
	form.contact-form .textfieldRequiredState div.textfieldRequiredMsg,
	form.contact-form .confirmRequiredState .confirmRequiredMsg,
	form.contact-form .confirmInvalidState .confirmInvalidMsg,
	form.contact-form .textareaInvalidFormatState div.textareaInvalidFormatMsg,
	form.contact-form .textareaRequiredState div.textareaRequiredMsg {
	background-color: #dd6666;
	position: absolute;
	display: block;
	top: -2px;
	left: -5px;
	
	padding-left: 4px; padding-right: 4px;
	color: white;
}

form.contact-form textarea, form.contact-form input.text {
	width: 260px;	
}
form.contact-form textarea {
	height: 100px;	
}

form.contact-form fieldset {   
margin: 0 0 0 0;   
padding: 0;  
}  
form.contact-form legend {   
margin-left: 1em;   
color: #000000;   
font-weight: bold;  
}  
form.contact-form fieldset ol { 
margin: 0;
padding: 0em 0em 0 0em;   
list-style: none;  
}  
form.contact-form fieldset li {   
padding-bottom: 0.4em;  
list-style: none;
}  
form.contact-form fieldset.submit {   
border-style: none;  
}

h4.toggle, .faq-list dt {
	cursor: pointer;
}

.faq-list dt {
	margin-top: 10px;	
}

h4.toggle:before, .faq-list dt:before {
	content: "→ ";
}

h4.toggled:before, .faq-list dt.toggled:before {
	content: "↴ ";
}

ul#distributor-list {
	margin-left: 0; padding-left: 0;
}

ul#distributor-list li {
	list-style: none;
	clear: both;
	padding-top: 10px;
	
	zoom: 1;
	border-top: 1px solid #ccc;
	
	margin-bottom: 10px;
}

ul#distributor-list li:first-child {
	border-top: 0;	
}
ul#distributor-list li:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

ul#distributor-list li div.img-holder {
	float: left;
	width: 210px;
	padding-right: 10px;
}

ul#distributor-list li img {
	float: right;
}

#support-content {
	position: relative;	
	
	background-image: url(images/1px-gray.gif);
	background-repeat: repeat-y;
	background-position: 268px top;
}

#content-main #support-content h4.no-demarcation {
	padding-top: 0;
	margin-top: 0;
	border: 0;
}

#content-main #support-content h4#support-content-selector-h4 {
	margin-bottom: 20px;	
}

#full-service-support h4 {
	line-height: 0.9;	
}

.h4-line {
	display: block;
}

ul#product-support-selector {
	padding: 0;
	margin: 0;
}

ul#product-support-selector li {
	list-style: none;
	
	background-image: url(images/arrow-blue-on-white-34x25.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding-left: 40px;
	min-height: 30px;
	
	margin-bottom: 20px;
}

ul#product-support-selector li a {
	color: black;
	text-decoration: underline;
}

ul#product-support-selector li a:hover {
	color: #840141;	
}

ul#product-support-selector li span {
	display: block;	
}

div#support-sidebar {
	position: absolute;
	left: 295px;
	top: 0;
	
	width: 308px;
}

div#full-service-support {
	background-image: url(images/blue-box-308x171.jpg);
	background-repeat: no-repeat;
	
	width: 268px;
	height: 131px;
	
	padding: 20px;
	
	margin-bottom: 20px;
	
	/*-webkit-box-shadow: 0px 2px 5px #000;
	-moz-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;*/
}

div#support-sidebar div#full-service-support p {
	padding: 0;	
}

div#support-sidebar div#full-service-support h4 {
	color: white;
	font-size: 181%;
	text-transform: uppercase;
	padding: 0;
}

div#full-service-support p, div#full-service-support a {
	color: white;	
}

div#full-service-support a:hover {
	color: #840141;	
}

div#support-sidebar h4 a {
	color: #840141;
	text-decoration: none;
}

div#support-sidebar h4.sidebar-h4 {
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 20px;
}

div#support-sidebar p {
	padding: 0 40px 0 20px;	
}

div#support-sidebar h4 a:hover {
	text-decoration: underline;	
}

div#support-sidebar h4#forums-header a {
	text-transform: uppercase;
	font-size: 138.5%;
}

div#support-sidebar h4 a:before {
	content: "» ";	
}

div.product-family-row {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 10px;
	zoom: 1;	
}

div.product-family-row:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.product-family-item {
	display: block;
	width: 150px;
	margin-right: 50px;
	
	float: left;
}

div.product-family-item-last {
	margin-right: 0;	
}

div#content-main div.product-family-box-all {
	/*background-color: #ddf1f1;*/
	border: 1px solid #ccc;
	padding: 5px 5px 12px 5px;
	margin-bottom: 20px;
}

div#content-main div.product-family-box-all #product-family-sidebar {
	margin-bottom: 0;	
}

div#content-main div.product-family-item h4.product-family-head {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	color: black;
	
	min-height: 2.5em;
}

div.product-family-item h4.product-family-head:before {
	content: "» ";
}

div.product-family-item h4.product-family-head a {
	color: black;	
	text-decoration: underline;
}

div.product-family-item .family-picture {
	background-image: url(images/product-family-image-box150x76.jpg);
	height: 76px;
	background-repeat: no-repeat;
}

div#product-family-sidebar {
	margin-right: 10px;
	padding: 5px;
	
	margin-bottom: 20px;
}

div#product-family-sidebar .products-division {
	float: left;
	width: 170px;
	margin-left: 15px;
	font-size: 93%;
}
div#product-family-sidebar .products-division-first {
	margin-left: 0;	
}

div#product-family-sidebar .products-division div.product {
	padding: 10px 0px 10px 35px;
	margin-top: -15px;
	margin-bottom: -15px;
}

div#product-family-sidebar .products-division div.active {
	background-image: url(images/arrow-blue-on-white-34x25.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.product-indiv-view {
	margin-bottom: 12px;
	zoom: 1;
}

div.product-indiv-view:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.product-indiv-view div.product-image {
	float: left;
	width: 246px;
	
	margin-right: 24px;
}

div.product-indiv-view div.product-image img.product-thumb-img {
	border: 1px solid #ccc;	
}

div.product-indiv-view div.product-image img.product-image-thumbnail {
	width: 50px;
	height: 40px;
	border: 1px solid #ccc;
}

div.product-indiv-view div.product-image img.click-to-enlarge {
	float: right;	
}

div.product-indiv-view div.product-short-specs {
	float: left;
	width: 302px;
}

div.product-indiv-view div.product-short-specs ul, div.product-indiv-view div.product-short-specs strong {
	display: block;
	margin-left: 26px;
}

div.product-short-specs strong {
	display: block;	
	margin-bottom: 1em;
}

div.product-short-specs strong a {
	color:#00657D;
	font-size: 123.1%;
}

div.product-short-specs strong a:hover {
	color: #840141;	
}

div.product-view#content-main h3.family {
	color: #aaa;	
}

div.product-links {
	margin-top: 12px;
	width: 228px;
	margin-right: 18px;
	float: left;
}

div#content-main div.product-links h4 {
	font-size: 123.1%;
	margin-bottom: 10px;
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

div.product-links strong a {
	text-decoration: none;	
}

div.product-links strong a:hover {
	text-decoration: underline;
	color: #00F;
}

div.product-links #product-dist-list {
	padding: 0;
	margin: 0;
	width: 225px;
}

div.product-links #product-dist-list li {
	list-style: none;
	display: inline-block;
	width: 105px;
	vertical-align: middle;
	
	min-height: 40px;
	line-height: 40px;
}

#product-dist-list li a {
	display: block; vertical-align: top; width: 100px; height: 55px; line-height: 55px; background-color: white; margin-bottom: 5px; border-width: 4px; border-style: outset; text-align: center; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; border-color: buttonface;	
}

#product-dist-list li a.in_stock_soon {
	border-width: 0;
	cursor: default;
}

#product-dist-list li a:hover {
	border-color: #06F;	
}

#product-dist-list li a:active {
	border-color: #840141;	
}

#product-dist-list li a img {
	vertical-align: middle;	
}

div#content-main div.product-family-desc {
	margin-top: 12px;
	margin-left: 6px;
	padding-left: 17px;
	border-left: 1px solid #ccc;
	width: 310px;
	float: left;
}

div#content-main div.product-family-desc h4 {
	font-size: 123.1%;
	margin-bottom: 10px;
}

div#content-main div.product-family-desc h5 {
	font-size: 93%;
	margin-bottom: 2px;
}

div#content-main div.product-family-desc .product-column-specs ul {
	margin-top: 0;	
	margin-left: 0.4em;
}

div#content-main div.product-family-desc .product-column-specs .column {
	float: left;
	width: 150px;
	margin-left: 10px;
}

div#content-main div.product-family-desc .product-column-specs .column-first {
	margin-left: 0;	
}

div#content-main div.product-family-desc ul li ul li {
	list-style-type: none;
}

div#content-main div.product-family-desc ul li ul li:before {
	content: "– ";
}

div#content-main div.product-family-desc h4 {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

div#content-main div.product-family-desc li {
	margin-bottom: 5px;	
	list-style-position: outside;
}

div#content-main div.product-family-desc h4.first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

div#content-main div.product-family-desc ul {
	margin-left: 0.5em;
}

div#content-main div.product-family-desc ul li {
	font-size: 85%;	
	list-style-position: inside;
	padding-left: 13px;
	text-indent: -13px;
}

div#content-main dl#product-specs dt {
	display: block;
	float: left;
	
	width: 120px;
	padding-right: 5px;
	
	text-align: left;
	
	line-height: 1.5em;
	
}
div#content-main dl#product-specs dd {
	display: block;
	line-height: 1.5em;
	margin-left: 125px;
}

div#content-main div.portfolio-slider-container div.portfolio-header,
div.portfolio-slider-container div.portfolio-header {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

div.portfolio-slider-container {
	clear: both;
	position: relative;	
	zoom: 1;
}

portfolio-slider-container:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.portfolio-slider-container .portfolio-slider ul {
	padding: 0;
	margin: 0;
}

div.portfolio-slider-container .portfolio-slider li {
	list-style: none;
	background-image: url(images/portfolio-slider-bg762x338.jpg);
	width: 762px;
	height: 338px;
}

.portfolio-slider .caption-right {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}

/* copied from uncorkit */
span.prevBtn a, span.nextBtn a {
	width: 100%; height: 100%; display: block;	
}

span.prevBtn, span.nextBtn {
	margin:0; padding:0;  display:block;
    overflow:hidden; text-indent:-8000px;
	width: 22px; height: 34px;
}
	

span.prevBtn, span.nextBtn {
	top: 220px;
	position: absolute;
}

span.prevBtn{ left: -1px;
	background: url(images/portfolio-prev-enabled.png); 
}
span.disabled.prevBtn { background: url(images/portfolio-prev-disabled.png); }
span.nextBtn{ left: 742px;
	 background:url(images/portfolio-next-enabled.png);
}	
span.disabled.nextBtn { background:url(images/portfolio-next-disabled.png); }

ol.slider-navbuttons {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 0 0;
	width: 120px;
	text-align: left;
	float: right;
}

ol.slider-navbuttons li {
	display: inline-block;
	list-style-type: none;
	
	background-image:url(images/portfolio-bullet-unselected.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 17px;
	margin-right: 5px;
		
	cursor: pointer;
}

ol.slider-navbuttons li.current {
	background-image:url(images/portfolio-bullet-selected.gif);
}

ol.slider-navbuttons li a {
	
}

/* end-- copied from uncorkit */

/* for administration pages */

#post-press-release-form ol {
	padding: 0; margin: 0;	
}
#post-press-release-form ol li {
	list-style-type: none;
	margin-bottom: 10px;
}

#post-press-release-form ol li label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}

#post-press-release-form input.text {
	width: 400px;	
}

#post-press-release-form textarea {
	width: 400px;
	height: 350px;
}

#post-press-release-form p.instructions {
	font-style: italic;	
	margin-bottom: 4px;
	width: 395px;
}

#delete-press-release-form {
	border: 1px solid black;
	width: 380px;
	padding: 10px;
	
	zoom: 1;
	
	margin-bottom: 25px;
}
#delete-press-release-form:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#delete-press-release-form p.instructions {
	font-style: italic;
	margin-bottom: 4px;
}

#delete-press-release-form input.submit {
	float: right;	
	display: block;
}

td.press_release_date {
	width: 100px;	
}

/* end for admin pages */

ul.capabilities-list-hardware {
	list-style: none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	width: 260px;
	float: left;
}
ul.capabilities-column1 {
	margin-left: 0;	
}
ul.capabilities-list-hardware li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 45px;
}

ul.capabilities-list-hardware li img {
	float: left;
	display: block;
	margin-left: -61px;
	margin-right: 5px;
}

ul.capabilities-list-hardware li {
	padding-left: 63px;	
}
ul.capabilities-list-hardware li.header {
	border: 1px solid #ccc;
	border-bottom: 0;
	
	min-height: 44px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	
	margin-bottom: 0;
}
ul.capabilities-list-hardware li.right-child {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
ul.capabilities-list-hardware li.last-right-child {
	border: 1px solid #ccc;
	border-top: 0;
}
ul.capabilities-list-hardware li.last-child {
	min-height: 50px;	
}


ul.capabilities-list li {
	list-style: none;
	padding-bottom: 9px;
	padding-top: 4px;
	padding-left: 5px;
}

ul.capabilities-list li ul {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.capabilities-list li ul li {
	list-style: disc;	
	margin-bottom: 0;
	padding-top: 0;
}

ul.capabilities-list li.nth-child-odd, ul.capabilities-list-hardware li.nth-child-odd {
	background-color: #EBF6F4;
} ul.capabilities-list > li:nth-child(odd), ul.capabilities-list-hardware > li:nth-child(odd) {
	background-color: #EBF6F4;
}

/* CM vs FDI CSS */

#fdi-vs-cm-table thead tr {
	height: 31px;
	border: 0;
}

#fdi-vs-cm-table thead tr th {
	background-position: -246px 0;
	background-image: url(images/table-row-header-green-blue-2-492x31.png);
	background-repeat: no-repeat;
}

#fdi-vs-cm-table thead tr th.first-child {
	background-position: 0 0;
}

#fdi-vs-cm-table thead tr th:first-child {
	background-position: 0 0;
}

#fdi-vs-cm-table th, #fdi-vs-cm-table td {
	width: 246px;
	border: 0;
}

#fdi-vs-cm-table tr td {
	background-color: #ddf1f4;
}

#fdi-vs-cm-table tr:nth-child(odd) td {
	background-color: #f2fafb;	
}

#fdi-vs-cm-table tr.nth-child-odd td {
	background-color: #f2fafb;
}

#fdi-vs-cm-table tr td:first-child {
	background-color: #ddecd5;
}

#fdi-vs-cm-table tr:nth-child(odd) td:first-child {
	background-color: #f8fbf6;
}

#fdi-vs-cm-table tr td.first-child {
	background-color: #ddecd5;
}

#fdi-vs-cm-table tr.nth-child-odd td.first-child {
	background-color: #f8fbf6;
}

#fdi-vs-cm-table thead tr th {
	height: 31px;
	color: white;
	border: 0;
	vertical-align: middle;
	padding: 0;
}



div#content-main span.divider {
	color: white !important;
	font-size: 1px;
	line-height: 1px;
	margin-top: 20px;
	display: block;
	border-top: 1px solid #cccccc;
}

/* Examples CSS */

div.example-basic {
	height: 318px;
	width: 712px;
	
	margin: 10px 25px 10px 25px;
	
	overflow: hidden;
	
	zoom: 1;
}

div.example-basic:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.example-basic img.insert318h {
	height: 318px;
	
	float: left;
	margin-right: 15px;
}

#content-main div.example-basic p, div.example-basic p {
	font-size: 93%;
	line-height: 125%;
}

video.custom-click-control {
	cursor: pointer;	
}

p.needsfix, span.needsfix, div.needsfix, .needsfix {
	background-color: #FFC;	
}

div#footer {
	margin: 5px auto 10px auto;
	width: 811px;
	text-align: right;	
	font-size: 77%;
	color: #aaa;
}

div#footer a {
	color: #aaa;	
}

.hidden {
	display: none;	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.excess-inventory-item {
    float: left;
    width: 150px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.excess-inventory-item a {
    text-align: center;
    color: black;
    font-weight: bold;
    display: block;
    height: 45px;
}

.excess-inventory-item span {
    display: block;
    padding-left: 10px;
}

table.excess-inventory-table {
    border: 1px solid #ccc;
}

table.excess-inventory-table tr.odd {
    background-color: #f1f1f1;
}

table.excess-inventory-table tr.even {
}

table.excess-inventory-table td {
    border: 0;
}

table.excess-inventory-table td,
table.excess-inventory-table th {
    border: 0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0;
}

table.excess-inventory-table td div {
    padding: 3px 5px 3px 5px;
}

table.excess-inventory-table .firstRow {
    font-weight: bold;
    text-align: center;
}

ul#presentation-list  {
	padding: 0;
	margin: 0;
}

ul#presentation-list li {
	list-style-type: none;
	zoom: 1;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

ul#presentation-list li h4 {
	border-top: 0;
	margin-top: 0;
	padding: 0;
}

img.presentation-preview {
	float: left;
}
