body {
	margin:0;
	text-align:center;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #81a0b4;
	line-height:normal;
	/*background: url(images/body-bg.jpg) white repeat-x;*/
	background: #fff url(/images/home-bg.png) repeat-x 0 -1px;
	background-position: 0px -1px;
}

img.pointer {
    cursor: pointer;
}

#container {
	width: 970px;
	position:relative;
	text-align:left;
	margin:0 auto;
}

/* Home Page Specific Styles */
#homePageCarousel {
    width: 970px;
    height: 368px;
    border-bottom: 1px #999 solid;
    z-index: 1;
}

#homePageMessaging {
    width: 970px;
    height: 83px;
    background: url(/images/home-msg-bgrnd.png);
    color: #fff;
    position: relative;
    top: -268px;
    margin-top: -83px;
    overflow: hidden;
    z-index: 999;
}

    #homePageMessaging #leftColumn {
        float: left;
        width: 473px;
        padding: 23px 5px 20px 22px;
        font-size: 22px;
    }
    
    #homePageMessaging #middleColumn {
        float: left;
        width: 318px;
        padding: 14px 5px 10px 7px;
        font-size: 14px;
        line-height: 16px;
    }
    
    #homePageMessaging #rightColumn {
        float: left;
        width: 125px;
        padding: 32px 0px 0px 15px;
    }

#navPlacement { position: relative; top: 345px; margin-top: -18px; left: 0px; width: 970px; height: 18px; text-align: right; overflow: hidden; z-index: 999;}
#nav { float: right; height:18px; padding-right: 20px; }
#nav li { 
	float: left; 
	margin: 0px 5px 1px 0px; 
	list-style: none; 
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}
	/* default values */
    #nav a {  
        background: url('/images/hm-car-num-white-bgrnd.png') no-repeat;
        color: #0099FF; 
	width: 17px;
	height: 18px;
	    padding: 1px 1px 0px 0px;
	    display: block;
		text-align: center;
        }
    #nav a.activeSlide {
	    background: url('/images/hm-car-num-blue-bgrnd.png') no-repeat;
        color: #fff;
    }
	
	/* for opera & webkit browsers - chrome, safari, etc. */
	html.opera #nav a,
	html.webkit #nav a,
	html.opera #nav a,
	html.webkit #nav a.activeSlide {
		width: 18px;
		padding: 1px 0px 0px 0x;
	}
    
#overlayShadow {
    z-index: 999;
    width: 970px;
    height: 10px;
    margin-top: -10px;
    color: #fff;
    font-size: 36px;
    position: relative;
    top: -341px;
    background: url('/images/home-overlay-bg.png') repeat-x;
}

#overlayShadowInterior {
    z-index: 999;
    width: 970px;
    height: 10px;
    background: url('/images/home-overlay-bg.png') repeat-x;
    position: relative;
    top: -1px;
    display: block;
    margin-bottom: -11px;
}
#tenPixelsOfSpace {
    height: 10px;
    width: 1px;
}
#homePageFeaturesContainer {
    margin-top: 29px;
    width:970px;
    height: 222px;
    border-top: 1px #d9d9d9 solid;
    border-bottom: 1px #d9d9d9 solid;
}


/* features layout */
.feature-layout {
	width: 218px;
	height: 190px;
	margin-left:12px;
	padding-right: 11px;
	padding-top: 12px;
	float: left;
	display: inline;
	color: #000;
	font-size: 12px;
	overflow: hidden;
}

.feature-layout h4 {
	font-size: 13px;
	margin: 10px 0 0;
	font-weight: normal;
}

.feature-layout-separator {
    float: left;
    width: 1px;
    height: 222px;
    background: #d9d9d9;
}

.feature-layout p.buttonLink {
    margin-top: 4px;
}

.feature-layout p.buttonLink span.buttonText {
    position: relative;
    top: -3px;
    left: 3px;
    font-size: 12px;
}











div.panel img {
	float:left;
}
/* --------- additions -------- */



a, a:link, a:visited, a:hover, a:active {
	/*color: #3089cd;*/
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.pdf, a.doc, a.cad, a.dwg, a.dxf, a.html {
	background-position: 0 0;
	background-repeat:no-repeat;
	padding-left:15px;
	margin:1px 0;
}
a.pdf {
	background-image: url(images/relres-icon-pdf.gif);
}
a.doc {
	background-image: url(images/relres-icon-doc.gif);
}
a.html {
	background-image: url(images/relres-icon-html.gif);
}
a.cad, a.dwg, a.dxf {
	background-image: url(images/relres-icon-cad.gif);
}
a.pdf:hover {
	background-position: -243px;
}
a.doc:hover, a.html:hover, a.cad:hover, a.dwg:hover, a.dxf:hover {
	background-position: 0 -40px;
}

/* header */


#header {
    height:121px;
    position:relative;
}

#header #hh1,
#header h1 {
	margin: 0;
	width: 165px;
	height: 43px;
	position: absolute;
	top: 15px;
	left: 0;
}
#header #hh1 a,
#header h1 a {
	display: block;
	width: 165px;
	height: 43px;
	margin-left: 3px;
	margin-top: 1px;
	background: url(images/legrand-logo.gif) no-repeat;
}
#header #hh1 a span,
#header h1 a span {
	display: none;
}
#header #hh2,
#header h2 {
	margin: 0;
	width: 276px;
	height: 43px;
	position: absolute;
	top: 15px;
	left: 165px;
}
#header #hh2 a,
#header h2 a {
	display: block;
	width: 276px;
	height: 43px;
	background: url(/images/legrand-sub.gif);
}
#header #hh2 a span,
#header h2 a span {
	display: none;
	position: relative;
	top: 14px;
	left: -23px;
	color: #999;
	font-size: 24px;
	font-weight: normal;
}

/* Holiday 2010
#header #hh1, #header h1 { z-index: 5000; }
#header #hh1 a, #header h1 a {
	width: 161px;
	height: 66px;
	background: url(images/holiday2010/legrand_logo_wreath.gif) no-repeat;
}
 /Holiday 2010 */

#header a.locator {
	display: block;
	width: 121px;
	height: 43px;
	background: url(/images/legrand-locator.gif);
	position: absolute;
	top: 8px;
	right: 0px;
}
#header #hh1 a span, #header a.locator span {
	position: absolute;
	top:  -9999px;
	left: -9999px;
	
}

#header #hh1 a span, #header #hh2 a span, #header a.locator span {
	/*
	position: absolute;
	top:  -9999px;
	left: -9999px;
	*/
	
}

#canadaIndicator
{
    width: 65px;
    height: 14px;
    position: relative;
    left: 600px;
    top: 53px;
    padding-right: 12px;
    border-right: 1px #aaaaaa solid;
}




/* search drop-down styling [HedgeHog classnames]  */
.ac_odd{
    background: #dddddd;
}

.ac_results{
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li{
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.ac_results li span.count{
    font-size: 10px;
    text-align: right;
}

.ac_loading{
    background: url(loading.jpg) right no-repeat;
}

.ac_over{
    background-color: #0A246A;
    color: white;
}

div.ac_results {
    border:none;
    margin:0;
	left:833px;
	width:205px;
}

.ac_results ul {
    border:1px #ccc solid;
	overflow:visible;
}

.ac_results ul li {
    font-size:10px !important;
	text-align:left;
	color: #0099FF;
	border-bottom:1px #fff solid;
	font-size:.9em;
	background:#eee;
}

.ac_results ul li.ac_over {
	text-decoration:underline;
	background:#F0EADA;
}

/* utility navigation */

ul#util-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: -2px;
	bottom: 54px;
}
	ul#util-nav li {
		display: inline;
		font-size: 11px;
		color: #0099FF;
		font-weight: bold;
		padding: 0 12px 0 11px;
		border-right: 1px solid #aaa;
	}
	ul#util-nav li.active, ul#util-nav li.active a {
		color: #0099FF;
	}
	ul#util-nav li.last {
		border: 0;
	}
	ul#util-nav li.my-legrand {
		padding-left: 65px;
		background: url(images/my-legrand.gif) no-repeat;
		background-position: 0 -1px;
		color: #ccc;
	}
	ul#util-nav li.my-legrand a {
		color: #9c70ad;
		font-weight: normal;
		line-height: 1.4em;
	}
	
	ul#util-nav li img.canadaIndicator {
        position: relative;
        top: 1px;
	}

.printOnly {
	display:none;
}


/* main navigation */

#main-nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #e3e6e7;
	height: 40px;
}
#main-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: #fff;
}
#main-nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	width: 194px;
	height: 40px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #fff;
	position:relative;
	z-index:2000;
}
div.new-menu h4, #main-nav ul li h4 {
	width: 100%;
	height: 40px;
	/*font-size: 1em;*/
	overflow:hidden;
}
#main-nav ul li.first {
	/*background: url(images/nav-cnr-l.png) no-repeat 0 0;*/
	border-left: 0;
}
#main-nav ul li.last {
	border-right: 1px solid #fff;
}
div.new-menu h4 a.main-nav, #main-nav ul li a.main-nav {
	display: block;
	width: 100%;
	height: 40px;
	padding-top: .7em;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	/*font-size: 1.5em;
	color: #494646;*/
	color: #000;
}
div.new-menu h4 a.main-nav:hover,
#main-nav ul li a.main-nav:hover {
	text-decoration:none;
	color: #0099FF;
}

div.new-menu h4 a.main-nav span.nav-crt,
#main-nav ul li a.main-nav span.nav-crt {
	padding-right: 15px;
	background: url(images/nav-arrow-off.gif) no-repeat 100% 51%;
}

div.new-menu h4 a.main-nav span.nav-crt,
div.new-menu h4 a.main-nav:hover span.nav-crt {
	/*background: url(images/main-nav-crt-on.gif) no-repeat 100% 51%;*/
	background: url(images/nav-arrow-on.gif) no-repeat 100% 51%;
}

#main-nav ul li:hover div.menu-content {
    left:auto !important;
    z-index:4000;
}
div.new-menu div.menu-content ul li, #main-nav ul li div.menu-content ul li {
	float:left;
	margin:0;
	padding:10px;
	text-align:left;
	border:none;
	background:none;
}
#main-nav ul li div.menu-content {
	background:#fff none repeat scroll 0 0;
	font-size:120%;
	left:-9999px;
	position:absolute;
	top:auto;
}
#main-nav ul li div.menu-content ul li {
	width:132px;
}
div.new-menu div.menu-content ul li.first, #main-nav ul li div.menu-content ul li.first {
	background-image:none;
}
div.new-menu div.menu-content ul li.last, #main-nav ul li div.menu-content ul li.last {
	border:none;
}
div.new-menu div.menu-content ul li ul li, #main-nav ul li div.menu-content ul li ul li {
	float:none;
	display:block;
	padding:0;
}


li.t3-nav ul {
	margin-bottom: 5px;
	}


div.new-menu div.menu-content ul li:hover ul li, #main-nav ul li div.menu-content ul li:hover ul li {
	background-color:#fff;
}

div.new-menu div.menu-content ul li.t3-nav:hover ul li, #main-nav ul li div.menu-content ul li.t3-nav:hover ul li {
	background-color: transparent;
}

div.new-menu div.menu-content ul li.t3-nav ul:hover li, #main-nav ul li div.menu-content ul li.t3-nav ul:hover li {
	background-color: #ff;
}




#brands-div h4 a.main-nav, #products-div h4 a.main-nav, #applications-div h4 a.main-nav, #education-div h4 a.main-nav {
	background-position: 50% -40px;
}


/*
div.new-menu h4 a.main-nav span, #main-nav li a.main-nav span {
	position: absolute;
	top:  50%;
	left: 50%
}
*/

div.new-menu div.menu-content, #main-nav ul li div.menu-content {
	padding: 8px;
	position: relative;
	z-index: 9999;
}
div.new-menu div.menu-content ul li h5,
#main-nav ul li div.menu-content ul li h5 {
    font-size: 13px !important;
	margin-bottom: 0px;
	background-color: #fff;
	padding: 5px 6px 0px 0px;
}
div.new-menu div.menu-content ul li.first h5,
#main-nav ul li div.menu-content ul li.first h5 {
	/*background: #e8eced url(images/cnr-w-tl.gif) no-repeat left top;*/
}
div.new-menu div.menu-content ul li.last h5,
#main-nav ul li div.menu-content ul li.last h5 {
	/*background: #e8eced url(images/cnr-w-tr.gif) no-repeat right top;*/
}
div.new-menu div.menu-content ul li,
#main-nav ul li div.menu-content ul li {
	margin: 0;
	padding: 0;
}
div.new-menu div.menu-content ul li ul li,
#main-nav ul li div.menu-content ul li ul li {
    font-size: 105%;
	margin: 0;
	border-bottom: 1px solid white;
	padding: 0 0 0 4px;
	background: #fff url(/images/nav-item-arrow.gif) no-repeat;
}
div.new-menu div.menu-content ul li ul li.first,
#main-nav ul li div.menu-content ul li ul li.first {
	border-top: 1px solid white;
	padding: 0 0 0 6px;
	background: #fff url(/images/nav-item-arrow.gif) no-repeat;
}
div.new-menu div.menu-content ul li h5 a,
#main-nav ul li div.menu-content ul li h5 a,
div.new-menu div.menu-content ul li h5 span,
#main-nav ul li div.menu-content ul li h5 span {
    display: block;
    padding-left: 6px;
	border-left: 1px solid #FFFFFF;
	font-size: 13px !important;
	color: #0099FF;
}
div.new-menu div.menu-content ul li.first h5 a,
#main-nav ul li div.menu-content ul li.first h5 a,
div.new-menu div.menu-content ul li.first h5 span,
#main-nav ul li div.menu-content ul li.first h5 span {
    display: block;
	border-left: 0px;
}
div.new-menu div.menu-content ul li ul li a,
#main-nav ul li div.menu-content ul li ul li a {
	display: block;
	padding: 2px 4px 2px 7px;
	background-color: transparent;
	font-size: 12px !important;
}
div.new-menu div.menu-content ul li ul li a:hover,
#main-nav ul li div.menu-content ul li ul li a:hover {
	background-color: transparent;
	color: #0099FF;
	text-decoration: underline;
}

div.new-menu div.menu-content ul li h6,
#main-nav ul li div.menu-content ul li h6 {
	padding: 2px 10px;
	margin: 0;
	border: 0;
	font-weight: bold;
	color: black;
	background-color: white;
}





#training-login {
	float:left;
	clear:none;
	width: 160px;
}

#training-login label {
	float:left;
	clear:left;
	width: 140px;
	margin: 3px 0;
}

#training-login input, #training-login select {
	float:left;
	clear:left;
	width: 140px;
	margin-bottom: 8px;
}

#training-login input.submit {
	float:left;
	clear:left;
	width: 100px;
	margin-top: 5px;
}
/* main menu customizing */





div#search {
	width:178px;
	text-align: right;
	padding-top: 3px;
	padding-right: 8px;
	position:absolute;
	top:0;
	right:0;
}

div#search input.entry {
	padding: 1px;
	margin: 6px 5px 0 0;
	font-size: 0.9em;
	border: 1px solid #d9d9d9;
	font-family: tahoma;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	color: #777777;
	width: 135px;
	height: 15px;
	float:right;
	display:block;
}
div#search input:focus {
	background: white;
}
div#search input.submit {
	padding-top: 11px;
	display:block;
	float:right;
}
#panel-ds {
	width: 100%;
	height: 14px;
	background: url(images/panel-ds.png) repeat-x;
	background-color: transparent;
}
/* legrandRotator.css */

div.scroller {
	position:relative;
	height:422px;
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	overflow:hidden;
}
div.scroll-Container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:auto;
	z-index:1000;
}
img.scrollButtons {
	padding:109.5px 0;
	cursor:pointer;
}
img.left {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1500;
}
img.right {
	position:absolute;
	right:0px;
	top:0px;
	z-index:1500;
}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:200%;
}
ul.tabs li {
	float:left;
	display:block;
	height:273px;
	margin:0;
	padding:0;
	width:12.48%;
	position:relative;
}
ul.tabs li a.tab-button {
	width:100%;
	display:block;
	height:244px;
	margin:0;
	padding:0;
}

ul.tabs li a img {
	position: relative;
}

ul.tabs li span.heading-bg, ul.tabs li span.linkText {
	position: absolute;
}
ul.tabs li a.tab-button span.linkText {
	position:absolute;
	bottom:29px;
	left:0;
	margin-left:10px;
}
ul.tabs li span.heading-bg {
	filter:alpha(opacity=25);
	opacity:.25;
	bottom:29px;
	left:0;
	width:100%;
	display:block;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	background-color:#11acee;
	display:block;
	height:29px;
}
ul.tabs li.selected span.heading-bg {
	bottom:0;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}
ul.tabs li.selected  a span.linkText {
	bottom:0;
}
ul.tabs li a span.linkText {
	bottom: 4px;
	font-size: 17px;
	display: block;
	color: #ffffff;
	margin-left: 12px;
}
	ul.tabs li a span.linkText .bg {
		background-image: url(images/img_carrotUp.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 8px;
	}
ul#homeTabs li a:hover {
	text-decoration: none;
}
ul.tabs li.selected a span.linkText {

}
	ul.tabs li.selected a span.linkText .bg {
		background-image: url(images/img_carrotDown.png);
	}

/* Rotator Tab images */
#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#tab1 {
	/*background-image: url(images/better.jpg);*/
	background-image: url(images/img_better.jpg);
	background-position: 20% 50%;
}
#tab2 {
	background-image: url(images/img_inspiring.jpg);
	background-position: 0% 50%;
}

#tab3 {
	background-image: url(images/img_productive.jpg);
	background-position: 0% 52%;
}
#tab4 {
	background-image: url(images/img_green.jpg);
	background-position: 2% 52%;
}

#tab5 {
	background-image: url(images/img_flexible.jpg);
	background-position: 8% 52%;
}
#tab6 {
	background-image: url(images/img_safe.jpg);
	background-position: 0% 52%;
}
#tab7 {
	background-image: url(images/img_inventive.jpg);
	background-position: 20% 54%;
}
#tab8 {
	background-image: url(images/img_reliable.jpg);
	background-position: 15% 56%;
}

div.panels {
	background-color: white;
	top:0px;
	left:0px;
	height:415px;
	overflow: hidden;
}
div.panels div.panel {
	width: 100%;
	height:450px;
	background-color:#fff;
	padding-top: 290px;
}
div.panels div.panel h3 {
	margin-bottom: 0px;
}

h3.col-title {
	font-size: 2em;
	font-weight: normal;
	color: #81a0b4;
	padding-bottom: 3px;
	background:#fff;
	}

div.col1 {
	margin: 0 450px 0 23px;
	font-size: 1.1em;
	color: #6a8ca2;
	font-weight: normal;
}
div.col1 img {
	margin-bottom: 4px;
}
ul.col2, ul.col3
{
	list-style-type: none;
	list-style-position: outside;
	float: right;
	color: #2e8acd;
	display: inline;
}
ul.col2 {
	width: 170px;
	padding: 0 2% 0 2%;
	border-left: 1px solid #ccc;
}
ul.col3 {
	width: 170px;
	padding: 0;
	padding: 0 2% 0 2%;
	margin-right: 1%;
	border-left: 1px solid #ccc;
}

 div.col1, ul.col2, ul.col3 {
 margin-top: 0px;
/*  height: 300px; */
}
div.panel ul li ul {
	list-style-type: none;
	margin-bottom: 4px;
}
div.panel ul li ul.sublist li {
	font-weight: bold;
	padding: 0 5px;
	border-right: 1px solid #aaa;
	display: inline;
	font-size: 1em;
}
div.panel ul li ul.sublist li.first {
	padding-left: 0;
}
div.panel ul li ul.sublist li.last {
	padding-right: 0;
	border: 0;
}
div.panel ul li h4 {
	color: #656262;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
}
div.col1 a.learn-more {
	margin-top: 8px;
	display: block;
	padding-left: 14px;
	background: url(images/learn-more-btn.gif) no-repeat 0 1px;
	color: #6e8ea3;
	font-size: .9em;
	font-weight: bold;
}



/* div.panels div.panel h3 span {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
*/



div.panels div.panel p {
	clear: left;
}

/* buzz /rss block */

#buzz {
      width: 100%;
      background-color: #fff;
      margin:0 0 32px;
      height: 35px;
      overflow: hidden;
      border-bottom: 1px #d9d9d9 solid;
}
#press-room-page #buzz {
	margin-bottom: 0px;
}
#buzz h4 {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      color: #0099FF;
      margin: 0 10px 0 2px;
      padding: 10px 10px 12px 10px;
      border-right: 1px solid #d9d9d9;
      float: left;
      display: inline;
      font-size: 12px;
}
#buzz ul {
      margin-left:72px;
}
#buzz li {
      background-color: transparent !important;
      margin: 0;
      font-size: 12px;
      padding: 10px 0 12px 0 ;
      height: 30px !Important;
}
#buzz li a {
      padding-right:15px;
      background: url(images/buzz-arrow.gif) no-repeat center right;
}
#buzz a.rss {
      display: block;
      float: right;
      border-left: 1px solid #d9d9d9;
      padding:10px;
      color: #0099FF;
      text-transform:uppercase;
      font-size:12px;
      font-weight: bold;
}
#buzz a.rss .rssIcon {
    position: relative;
    top: 2px;
}

/* CLEARFIX */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

	.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/*
.leftTextBox p{
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom:10px;
	margin-right:3px;
	width:300px;
}
*/
#footerDivider {
    clear: both;
    width: 970px;
    height: 1px;
    margin: 20px auto 40px;
    background-color: #d9d9d9;
}
#footer {
	clear: both;
	width: 946px;
	padding: 0px 12px 0px 12px;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	min-height: 60px;
}
    #footer #footerColumnLeft {
        clear: both;
        float: left;
        width: 100px;
        padding: 0px;
        text-align: left;
    }
    #footer #footerColumnMiddle {
        float: left;
        width: 503px;
    }
    #footer #footerColumnRight {
        float: right;
        width: 319px;
        padding-right: 18px;
        height: 25px;
        color: #000;
        font-size: 12px;
        overflow: hidden;
        position: relative;
        top: -2px;
        text-align: right;
    }
    
    div#footerColumnRight input.entry {
	border: 1px solid #999;
	color: #777777;
	width: 133px;
	height: 15px;
	font-size: 10px;
	padding: 0 0 0 2px;
}
    
    
    #footer .submit {
        position: relative;
        top: 3px;
    }
    #footer #footerColumnMiddleLong {
        float: left;
        width: 600px;
        padding-left: 10px;
        text-align: left;
    }
    
    #footer #footerColumnRightShort {
        float:right;
        width: 200px;
    }
    ul.ftr-links li.first {
        float: left;
        font-size: 9px;
        color: #999;
        padding-right: 7px;
        border-right: 1px #999 solid;
    }
    ul.ftr-links li {
        float: left;
        font-size: 9px;
        color: #999;
        padding-right: 7px;
        padding-left: 7px;
        border-right: 1px #999 solid;
    }
    ul.ftr-links li.last {
        float: left;
        font-size: 9px;
        color: #999;
        padding-left: 7px;
        border-right: 1px #fff solid;
    }
    ul.ftr-links li a {
        font-size: 12px;
    }
    #footer .copyright {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        color: #999
    }
    #footer .copyright a:link, #footer .copyright a:hover, #footer .copyright a:active, #footer .copyright a:visited {
       color: #999;
       text-decoration: none;
   }
   .addthis_toolbox { display: inline; float:left; padding-right: 20px; }
   #footer #socialIcons { margin-top: 1em; }
   #socialIcons span.followus { display: inline-block; float:left; width: 50px; margin: 3px; }
   a.addthis_button_compact { text-transform: none; vertical-align:middle; font-size: 10pt; display: inline; }
   a.socialLink { display: inline-block; margin-right: 4px; width: 16px; height: 16px; background-image: url(/images/social_icons.jpg?v=2); }
   a.socialLink#youtube { background-position: 0 -20px; }
   a.socialLink#facebook { background-position: 0 0; }
   a.socialLink#google { background-position: 36px 0; }
   a.socialLink#twitter { background-position: 16px 0; }
   
.pngFix *
{
	behavior: url(/iepngfix.htc);
}

.pngFix
{
	behavior: url(/iepngfix.htc);
}




div.fields {
    margin-bottom: 5px;
}

html body h2.framed-message {
    font-size: 16px;
    font-weight: normal;
    color: #999999;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #e1e1e1;
    padding: 14px 0px;
    margin: 15px 0px;
}

/*
 *	JTC: For the new About Us/Press Section - 2011-10-17
 */
/*	General Rules */
html.aboutus-section #main 
{
	background-image: none;
}
html.aboutus-press-room-section #overlayShadowInterior 
{
	top: -14px;
	margin-bottom: -23px;
}

html#awards-page #section,
html#contacts-page #section,
html#events-page #section,
html#logos-images-page #section,
html#trademarks-page #section
{
	position: relative;
	top: 12px;
}

html#awards-page #overlayShadowInterior,
html#contacts-page #overlayShadowInterior,
html#events-page #overlayShadowInterior,
html#logos-images-page #overlayShadowInterior,
html#trademarks-page #overlayShadowInterior
{
	top: -1px;
}

/*	For the actual press page ... */
div.news-block 
{
	margin: 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	color: #000000;
	line-height: 1.5;
	font-size: 12px;
}
div.news-block h2
{
	font-size: 18px;
	line-height: 1;
}

div.pager 
{
	background-color: #e2e6e7;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #d9d9d9;
	padding: 2px 10px 3px 5px;
}
div.pager table.pager 
{
	width: 100%;
	font-size: 12px;
	color: #9a9a9c;
}
div.pager table.pager img.showing 
{
	position: relative;
	top: 1px;
	left: -5px;
}
div.pager table.pager .pager-button 
{
	position: relative;
	top: 4px;
}

span.news-block-image 
{
	float: right;
	width: 109px;
	height: 56px;
	margin: 0 0 10px 10px;
}

ul.news-block-related li 
{
	list-style: none;
	margin-left: 19px;
	text-indent: -19px;
}
ul.news-block-related li img 
{
	position: relative;
	top: 2px;
}

/*	For News Article Pages */
div.news-article 
{
	margin-top: 20px;
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
}

div.news-article h2
{
	line-height: 1;
	font-size: 18px;
	margin-bottom: 5px;
}
div.news-article h3 
{
	color: #999999;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 20px;
}

div.news-article p
{
	color: #000000;
	margin-bottom: 10px;
}

div.news-article-sidebar
{
	float: right;
	width: 218px;
	margin-left: 10px;
}

div.news-article-sidebar ul 
{
	margin-bottom: 10px;
}

div.news-article-main[withsidebar="true"] 
{
	margin-right: 228px;
}

/*	For the Brand links at the top of the page ... */
div.news-nav 
{
	color: #000000;
	font-size: 14px;
	border-top: 2px solid #d9d9d9;
}
div.news-nav table 
{
	width: 100%;
}
div.news-nav table td 
{
	padding: 7px 10px;
}
div.news-nav table td a.sortSelected
{
	text-decoration: underline;
}
div.news-nav table td.col1 
{
	border-right: 1px solid #d9d9d9;
	width: 30px;
}
div.news-nav table td.col2 
{
	color: #0099ff;
	border-right: 1px solid #d9d9d9;
}
div.news-nav table td.col3 
{
	text-align: right;
	width: 40px;
}

/*	News Archive */
div.news-archive-item 
{
	margin: 10px 0px 15px 0px;
	font-size: 12px;
	color: #000000;
}

li.carousel-item .new 
{
	background-color: #A0C216;
	border-radius: 4px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin: 0px;
	padding: 4px 7px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 7px;
	left: 50px;
}

div.prod-img .new
{
	background-color: #A0C216;
	border-radius: 4px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin: 0px;
	padding: 4px 7px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 65px;
}

#gallery-col .new
{
	background-color: #A0C216;
	border-radius: 4px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin: 0px;
	padding: 4px 7px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 325px;
}
