@import url("structure.css");
@media print {
	body,p,div,td,span {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	a {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;font-weight:bold;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }
	table { page-break-inside: avoid }
}
.clear:after{ clear:both;display:block;font-size:0px;line-height:0px;height:0;visibility:hidden;content:"."; }
body {
	margin:0;
	padding:0;
	background:#ffffff url(../i/2010/body-bg.gif) repeat-x;
	font:12px/18px Arial, Tahoma, sans-serif;
	color:#616b74;
}

.hide{
	display:none;
	margin:0;
	padding:0;
}
.print-url{
	font:20px/21px Arial, Tahoma, Helvetica, sans-serif;
	top:54px;
	left:0;
	width:994px;
	position:absolute;
	text-align:center;
	display:none;
}

.clear-me{
    clear:both;
    margin:0;
    padding:0;
    line-height:0;
}
.clear:after{
    clear:both;
    display:block;
    font:0px/0px;
    height:0;
    visibility:hidden;
	content:".";
}
/** General Styles **/

body.popup {
	padding: 10px;
	background: #FFF;
}

body.hideSelects select {
	/* 
	This is a workaround for IE6 bug where SELECT elements ignore z-index.
	This class is implemented by the javascript for the main navigation
	drop downs.
	*/
	visibility: hidden;
}
a {
	color: #06C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.button {
	display: inline;
	padding: 3px 8px;
	font-size: 11px;
	color: #FFF;
	line-height: 15px;
	background: #D21728 url(../i/2010/button-bg.gif) repeat-x left center;
	border: 1px solid #D21728;
	line-height: normal;
}
.button-float-right{
	float:right;
	margin:5px 0 5px 5px;
	padding:3px 8px 3px 8px;
}
ul li a:hover {
	text-decoration: none;
}
input, 
select, 
textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
}
hr {
	margin: 10px 0;
	border: 0 none;
	border-top: 2px dotted #CCC;
}
.clearMe {
	clear: both;
	visibility: hidden;
}
h1, h2, h3{
	font-family:Arial, Tahoma, sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding: 15px 0 0 0;
	margin: 0;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:black;
	padding:15px 0 0 0;
	margin:0;
}
.popup h1 {
	padding: 0px 0px 15px 0px;
	display: inline;
	float: left;
}

.popup h2 {
	padding: 0px 0px 15px 0px;
}

h2 a {
	color: #000;
}
h2.blockTitle {
	line-height: 30px;
	background: #EAEFEF;
	padding: 0 25px;
	margin: 0 0 10px 0;
}
h2.blockHeader {
	background:#4c4c4c;
	color:#ffffff;
	border-bottom: 1px solid #666;
	margin: 0;
	min-height:22px;
	padding:9px 25px 4px 12px;
	font-size: 14px;
	font-weight:normal;
}
h2.blockTitle a {
	color: #333;
}
h2.blockTitle a.button {
	color: #FFF;
}
h3 {
	font-size: 14px;
	color: black;
	font-weight:bold;
	padding: 15px 0 5px 0;
	margin: 0;
}
p {
	padding: 5px 0 5px 0;
	margin: 0;
}
.back,
.back-large {
	text-transform: capitalize;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#logo img{
	border:0;
}

/** Form Styles **/

label{
	width:100%;
	display:block;
	margin:0 0 5px;
	padding:5px 0;
}
label.required {
	background: url(../i/icons/default/misc/requiredStar.gif) no-repeat right center;
}
label span {
	width: 170px;
	display: block;
	float: left;
	color: black;
	/*font-size: 11px;*/
	font-weight: bold;
}
label input,
label select,
label textarea {
	width: 70%;
	font-size: 13px;
}
label img {
	border: 0 none;
}
form {
	margin: 10px 0 0 0;
	background: white;
}
form input.button {
	display: block;
	color: #FFF;
	padding:3px 10px 3px 10px;
	border: 1px solid #D21728;
	background: #D21728 url(../i/2010/button-bg.gif) repeat-x left center;
	margin: 10px 5px 10px 0;
	width: auto;
	float: left;
	text-shadow:0 1px 0 #2e2e2e;
}
form input.disabled {
	background: url(../i/2010/button-disabled-bg.gif) repeat-x left center;
	border: 1px solid #cccccc;
	text-shadow:0 0;
}
label.labelFloat input {
	width: auto;
}
.errorNotice {
	padding: 3px 0;
	color: #D21728;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #D21728;
}
.element-help,
.element-help-2 {
	position: absolute;
	right: 45px;
	margin: -35px 0 0 0;
}
.element-help ul,
.element-help-2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.searchBar input,
.searchBar select,
.loginForm input {
	width:184px;
	/* font-weight: bold; */
	color: black;
	font-size: 14px;
	padding: 2px;
}
.searchBar select {
	width: 190px;
}
.searchBar label {
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #666;
	padding: 5px 0 0 0;
	border-bottom: 0 none;
	/*border-top: 1px solid #CCC;*/
	margin-top: 10px;
}
.searchBar .button{
	margin-right:0;
}
#filterForm {
	background: #999 url(../i/2010/product-slider-200-bg.gif) repeat-x;
	margin: 2px 0 10px;
	padding: 10px 20px;
	color: #FFF;
	line-height: normal;
	z-index: 1;
	position: relative;
}
#filterForm label {
	color: #FFF;
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 0 none;
}
#filterForm input,
#filterForm select {
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}
#filterForm select {
	width: 100%;
}
#filterForm .textSelectCombo select {
	width: auto;
}
#filterForm input.textbox {
	width: 30%;
}
#filterForm th {
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #666;
	padding: 5px;
}
#filterForm td {
	padding: 5px;
	vertical-align: top;
}
#filterForm .groupTable td {
	padding: 0;
}
#filterForm .groupTable label {
	margin: 0;
}
#filterForm .button {
	float: right;
}

.loginForm {
	background: #E6E6E6;
	border: 1px solid #CCC;
	padding: 10px 10px;
}
.loginForm td {
	padding: 3px;
}
.loginForm .button {
	margin: 10px 0 0 0;
}	

/** Column Styles **/

#columnOne ul,
.searchBar {
	margin: 0 20px;
	padding: 0;
}
#columnOne li {
	list-style-type: none;	
	display: block;
	line-height: normal;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
	padding: 4px 0;	
}
#columnOne ul li a {
	color: #666; 
	display: block;
	font-weight:normal;
}
#columnOne .depth1 a,
#columnOne .depth2 a,
#columnOne .depth3 a {
	background-image: url(../i/2010/pointer-grey.gif);
	background-repeat: no-repeat;
}
#columnOne .depth1 a {
	padding-left: 20px;
	background-position: 7px center;
}
#columnOne .depth2 a {
	padding-left: 40px;
	background-position: 27px center;
}
#columnOne .depth3 a {
	padding-left: 60px;
	background-position: 47px center;
}
#columnOne .depth4 a {
	padding-left: 80px;
	background-position: 67px center;
}
#columnOne a:hover,
#columnOne .last a {
	color: #000;
	background-image: url(../i/2010/pointer-black.gif);
	background-repeat: no-repeat;
}
#columnOne .depth0 a:hover,
#columnOne .last.depth0 a {
	background-image: none;
}
.svmColumnTwoTitle h1,
.single-column-title h1 {
	display: block;
	font-size:24px;
	font-weight:normal;
	padding:7px 0 10px 0;
	margin:0;
	border-bottom:1px solid #d21728;
}
.columnTwoBreak {
	height: 35px;
	float: right;
	width: 734px;
	margin-bottom: -40px;
	background: url(../i/2010/column-two-break.gif) no-repeat left top;
}
.columnOneFooter {
	height: 20px;
	background: url(../i/2010/column-one-footer.gif) no-repeat;
	clear: both;
}
.twoColumnLeft {
	width: 320px;
	float: left;
	margin-top: 10px;
}
.twoColumnRight {
	width: 320px;
	float: right;
	margin-top: 10px;
}
.twoColumnListLinks ul {
	margin: 0;
	padding: 0;
}
.twoColumnListLinks ul li {
	margin:0;
	padding:0 0 5px 10px;
	border-bottom:1px solid #CCC;
	list-style-type: none;
	color:#888;
	font-size:12px;
}
.twoColumnListLinks ul li a {
	display: block;
	font-size: 12px;
	padding: 5px 0 0 12px;
	color: #666;
	background: url(../i/2010/pointer-grey.gif) no-repeat left 12px;
	margin-left: -10px;
}
.twoColumnListLinks ul li a:hover {
	color: black;
	background-image: url(../i/2010/pointer-black.gif);
}
.quickLinks {
	margin: 10px 25px;
}
.quickLinks .heading {
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}
.three-column-content{
	border:0 solid red;
	width:208px;
	float:left;
	margin:10px 12px 0 0;
}
.three-column-content.right{
	margin-right:0;
}

#subnavigation{
	box-shadow:0 0 8px 2px #afafaf;
	padding:0 0 20px 0;
	margin:0 0 14px 0;
	background:#ffffff;
}
.shadow-box{
	box-shadow:0 0 8px 2px #afafaf;
	background:#ffffff;
	margin:0 0 14px 0;
	padding:0 0 18px 0;
}
.shadow{
	box-shadow:0 0 8px 2px #afafaf;
	background:#ffffff;
}

/*** New Design Styles ***/

.columnOneTitle{
	min-height:22px;
	border-bottom:1px solid #d21728;
	padding:9px 25px 4px 12px;
	margin:0 0 18px 0;
	background:#4c4c4c url(../i/2010/arrow.png) top right no-repeat;
}
.columnOneTitle h2,
.columnOneTitle h2 a{
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
}
#columnOne .columnOneTitle h2 a:hover{
	background:none;
	text-decoration:underline;
	color:#ffffff;
}
.columnTwoTitle{
	width:710px;
	float:right;
	margin:0 19px 0 0;
}
.columnTwoTitle h1{
	font-size:24px;
	font-weight:normal;
	padding:7px 0 10px 0;
	margin:0;
	border-bottom:1px solid #d21728;
}

.single-column-title{
	margin:0 19px 0 19px;
}


/*** Divisions Page ***/

.division-column{
	width:215px;
	float:left;
	padding:0 55px 0 55px;
	margin:0 5px 10px 0;
}
.division-column.right{
	margin-right:0;
}
.division-column-img{
	text-align:center;
	margin:0 0 10px 0;
}
.division-column-img img{
	border:0;
}
/** Masthead Styles **/

.language-select{
	position: absolute;
	right:175px;
	top:15px;
	width:300px;
	text-align:right;
}
.language-select form{
	margin:0 0 0 6px;
	padding:0;
	float:right;
}
.language-select select{
	border:1px solid #cccccc;
	border-top:1px solid #797979;
	margin:0;
	padding:0;
	height:20px;
	width:100px;
}
.language-select a{
	margin:0;
	padding:0 6px 0 5px;
	color: #000000;
	border-right:1px solid #c9c9c9;
}
.keyword-search{
	position:absolute;
	top:15px;
	right:20px;
}
.keyword-search form{
	padding:0;
	margin:0;
}
.keyword-search #quickSearch{
	height:18px;
	width:118px;
	display:inline;
	border:1px solid #cccccc;
	border-top:1px solid #797979;
	margin:0 5px 0 0;
	padding:0 0 0 2px;
}
.keyword-search input{
	float:left;
}

/** Main Navigation Styles **/

#mainnavigation ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}
#mainnavigation .main,
#mainnavigation .mainja {
	display: block;
	list-style-type: none;
	float: left;
	padding: 0 10px;
	line-height: 35px;
	position: relative;
}
#mainnavigation .main a {
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 35px;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-decoration: none;
}
#mainnavigation .main > a {
	text-shadow:0 1px 2px #2e2e2e;	
}
#mainnavigation .mainja a {
	float: left;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#mainnavigation .main a:hover,
#mainnavigation .main a.mainNavOn,
#mainnavigation .main a.hoverOn,
#mainnavigation .mainja a:hover,
#mainnavigation .mainja a.mainNavOn,
#mainnavigation .mainja a.hoverOn {
	background: #000 url(../i/2010/main-navigation-hover-bg.gif) repeat-x;
}
#mainnavigation .main .mainNavDrop,
#mainnavigation .mainja .mainNavDrop {
	position: absolute;
	display: block;
	z-index: 100;
	top: 35px;
	left: 10px;
	background: #333 url(../i/2010/main-navigation-dropdown-bg.gif) repeat-x;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
}	
#mainnavigation .main .mainNavDrop ul,
#mainnavigation .mainja .mainNavDrop ul{
	margin: 0;
	padding: 0;
}
#mainnavigation .main .mainNavDrop li,
#mainnavigation .mainja .mainNavDrop li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#mainnavigation .main .mainNavDrop a,
#mainnavigation .mainja .mainNavDrop a {
	color: white;
	font-weight: normal;
	font-size: 13px;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #252525;
	display: block;
	padding: 0 15px;
	line-height: 25px;
	white-space: nowrap;
	letter-spacing: normal;
	display: block;
	float: none;
	margin: 0;
}
#mainnavigation .main .mainNavDrop a:hover, 
#mainnavigation .mainja .mainNavDrop a:hover {
	background: #FFF;
	color: #333;
	border-top: 1px solid #B6B6B6;
	border-bottom: 1px solid #FFF;
}

/** Breadcrumb Styles **/

.breadcrumb{
	position:absolute;
	bottom:15px;
	right:20px;
	color:#000000;
	width:710px;
	text-align:right;
}
.breadcrumb a{
	color:#000000;
	font-weight:normal;
	font-size:12px;
}

img.home-feature-img{
	border:0 solid red;
	margin:0 0 5px 5px;
}

/** Footer Styles **/

#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style-type: none;
	padding: 0;
}
#footer a {
	color: #B2B2B2;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
#developerFooter a {
	color: #666;
	font-weight: normal;
}
#footer .column {
	float: left;
	width: 170px;
	margin-right: 26px;
}
#footer .columnLast{
	margin-right: 0;
}
#footer h3,
#footer h3 a {
	font-weight: bold;
	font-size: 14px;
	color: #DDD;
	margin: 0;
	padding: 0;
}
#footer a:hover {
	color: #ffffff;
}
#companyLogosFooter ul {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ffffff;
}
#companyLogosFooter li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#companyLogosFooter img {
	margin:0px;
	margin-right:0px;
	border: 0px;
}
#companyLogosFooter a {
	font-size: 0px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 0px/0px Arial, Tahoma, sans-serif;
}
/** Meet The Team Template **/

.mttElementWrapper {
	width: 320px;
	float: left;
	margin: 20px 20px 0 0;
	padding-bottom: 20px;
}
.mttElementImg {
	float: left;
	width: 140px;
	text-align: center;
}
.mttElementImg img {
	border: 0 none;
}
.mttElementBg {
	margin: 0 0 0 160px;
}
.mttElementBg .name {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.mttElementBg .details .button {
	margin-top: 10px;
}
.mttElementBg .details .button input.submit {
	display: block;
	color: #FFF;
	padding: 3px 10px;
	border: 1px solid #D21728;
	background: #D21728 url(../i/2010/button-bg.gif) repeat-x left center;
	text-transform: capitalize;
}
.mttElementEnd {
	margin-right: 0;
}
	
/** Product Slider Styles **/

#productSlider {
	height: 210px;
	width: 710px;
	overflow-x: scroll;
	overflow-y: hidden;
	background: #999 url(../i/2010/product-slider-200-bg.gif) repeat-x;
}
#productSlider.main {
	height: 270px;
}
#productSliderFooter {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	line-height: 30px;
	background: url(../i/2010/product-slider-200-scroll-bg.gif) repeat-x;
}
.productThumbWrapper .productThumb,
.divisionWrapper .divisionCell {
	display: inline; /* Fix IE6 */ 
	float: left;
	margin: 20px 0 0 25px;
}
.productThumbWrapper .productThumb table {
	width: 125px;
	padding: 0;
	margin: 0;
}
.productThumbWrapper .productThumb table td {
	padding: 0;
	margin: 0;
}
.productThumbWrapper .productThumb td.productThumbImage {
	height: 115px;
	border: 1px solid #CCC;
	background: white;
	text-align: center;
	vertical-align: center;
}
.productThumbWrapper .productThumb td.productThumbImage img {
	border: 0 none;
}
.productThumbWrapper .productThumb td.productThumbName {
	height: 40px;
	background: url(../i/2010/product-slider-200-name-bg.gif) no-repeat;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	padding: 3px 5px;
	vertical-align: middle;
	white-space: normal;
}
.productThumbWrapper .productThumb td.productThumbName a {
	color: white;
}
.divisionWrapper {
	padding: 0 25px 0 5px;
}
.divisionWrapper .divisionCell {
	border-right: 1px solid #999;
	padding: 0 5px 0 20px;
	margin-left: 0px;
	width: 290px;
}
.divisionWrapper .divisionCell .divisionTitle {
	display: block;
	margin-bottom: 15px;
	height: 45px;
}

.divisionWrapper .divisionCell .divisionTitle a,
.divisionWrapper .product-holder td.productName a {
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.divisionWrapper .divisionCell .divisionTitle a:hover,
.divisionWrapper .product-holder td.productName a:hover {
	text-decoration: none;
}
.divisionWrapper .topProducts {
	width: 290px;
}
.divisionWrapper .product-holder {
	float: left;
	margin-right: 10px;
}
.divisionWrapper .product-holder td {
	width: 130px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	border: 0 none;
}
.divisionWrapper .product-holder td.productImage {
	background: white;
	height: 110px;
}
.divisionWrapper .product-holder td.productImage img {
	border: none;
}
.divisionWrapper .product-holder td.productName {
	background: url(../i/2010/product-slider-240-name-bg.gif) no-repeat;
	height: 40px;
}
.divisionWrapper .product-holder td.productName a {
	margin: 0;
}
.divisionWrapper .moreProducts {
	float: right;
	display: inline;
	margin-right: 20px;
}

/** Documents Styles **/

.listingTable table {
	width: 100%;
}
.listingTable th, 
.listingTable td {
	padding:4px 15px 4px 15px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align: middle;
}
.listingTable th {
	background: #979797 url(../i/2010/table-th-bg.gif) repeat-x;
	line-height: 30px;
	color: #FFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #606060;
	white-space: nowrap;
	padding-top: 0;
	padding-bottom: 0;
}
.listingTable th a {
	color: white;
	display: block;
	padding-right: 20px;
}
.listingTable td h3 a {
	font-weight:bold;
}
.listingTable th a.button {
	display: inline;
}
.listingTable th a.descOn {
	background: url(../i/2010/sort-direction-desc.gif) no-repeat right center;
}
.listingTable th a.ascOn {
	background: url(../i/2010/sort-direction-asc.gif) no-repeat right center;
}
.listingTable td a {
	color:#333333;
	font-weight:normal;
}
.listingTable th.last,
.listingTable td.last {
	border-right: 0 none;
}
.listingTable th .summary {
	font-size: 11px;
	font-weight: normal;
}
.listingTable td img {
	border: 1px solid #CCC;
	padding: 5px;
	background: white;
}

.listingTable tr.even{
	background:#eaefef;
}
.listingTable tr.rollover{
	background:#cccccc;
	cursor:pointer;
}
.listingTable.pos-basket td{
	padding:4px 8px 4px 8px;
	vertical-align:top;
}
.pos-basket form{
	background:none;
}

.listingTableLeftBorder th:first-child {
	border-right: 1px solid #606060;
}

.listingTableLeftBorder td:first-child {
	border-left:1px solid #cccccc;
}
.documents-list a:hover{
	text-decoration:none;
}
.quote-key {
	float: right;
	min-width: 200px;
	border-collapse: collapse;
}

.quote-key th {
	background: #979797 url(../i/2010/table-th-bg.gif) repeat-x;
	line-height: 30px;
	color: #ffffff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #606060;
	border-left: 1px solid #606060;
	white-space: nowrap;
	padding-top: 0;
	padding-bottom: 0;
}

.quote-key td {
	padding:4px 15px 4px 15px;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	vertical-align: middle;
}

/** Tabs Styles **/

#columnTwoTabs {
	background: #E6E6E6;
}
#columnTwoTabs .tabWrapper {
	background: url(../i/2010/tabs-bg.gif) repeat-x top left;
	margin: 0 5px;
	height: 40px;
	font-size: 14px;
}
.tabWrapper ul {
	margin: 0;
	padding: 5px 0 0 8px;
}
.tabWrapper ul li {
	display: block;
	float: left;
	list-style-type: none;
	line-height: 30px;
}
.tabWrapper ul li.on {
	background: url(../i/2010/tabs-active-left-bg.gif) no-repeat left top;
}
.tabWrapper ul li.on a {
	display: block;
	color: white;
	font-weight: bold;
	background: url(../i/2010/tabs-active-right-bg.gif) no-repeat right top;
	padding: 0 25px 0 20px;
}
.tabWrapper ul li {
	background: url(../i/2010/tabs-off-left-bg.gif) no-repeat left top;
}
.tabWrapper ul li a {
	display: block;
	color: black;
	font-weight: normal;
	background: url(../i/2010/tabs-off-right-bg.gif) no-repeat right top;
	padding: 0 25px 0 20px;
}
.tabWrapper ul li.inactive {
	background: url(../i/2010/tabs-inactive-left-bg.gif) no-repeat left top;
}
.tabWrapper ul li.inactive span {
	display: block;
	color: #B3B3B3;
	font-weight: normal;
	background: url(../i/2010/tabs-inactive-right-bg.gif) no-repeat right top;
	padding: 0 25px 0 20px;
}

/** Pagination Styles **/

.paginationWrapper {
	height: 30px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 0;
	background: url(../i/2010/pagination-bg.gif) repeat-x;	
}
.paginationWrapper.no-margin{
	margin-right:0;
}
.paginationWrapper td {
	padding: 0 3px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
	height: 30px;
}
.paginationWrapper td a:hover {
	text-decoration: none;
}
.paginationWrapper .nextPage,
.paginationWrapper .nextPage a,
.paginationWrapper .lastPage,
.paginationWrapper .lastPage a,
.paginationWrapper .prevPage,
.paginationWrapper .prevPage a,
.paginationWrapper .firstPage,
.paginationWrapper .firstPage a {
	display: block;
	width: 21px;
	height: 16px;
}
.paginationWrapper .nextPage {
	background: url(../i/2010/pagination-next-off.gif) no-repeat;
}
.paginationWrapper .lastPage {
	background: url(../i/2010/pagination-last-off.gif) no-repeat;
}
.paginationWrapper .prevPage {
	background: url(../i/2010/pagination-prev-off.gif) no-repeat;
}
.paginationWrapper .firstPage {
	background: url(../i/2010/pagination-first-off.gif) no-repeat;
}
.paginationWrapper .nextPage a {
	background: url(../i/2010/pagination-next-on.gif) no-repeat;
}
.paginationWrapper .lastPage a {
	background: url(../i/2010/pagination-last-on.gif) no-repeat;
}
.paginationWrapper .prevPage a {
	background: url(../i/2010/pagination-prev-on.gif) no-repeat;
}
.paginationWrapper .firstPage a {
	background: url(../i/2010/pagination-first-on.gif) no-repeat;
}
.paginationWrapper .linkPaginateOn,
.paginationWrapper .linkPaginateOff {
	float: left;
	margin: 0 5px;
}

/** News Styles **/

.newsItem a.newsTitleLink,
.listItem a.listTitleLink {
	background:#4C4C4C;
	color:#ffffff;
	font-size: 14px;
	font-weight:normal;
	border-bottom: 1px solid #D21728;
	display: block;
	width: 673px;
	overflow: hidden;
	white-space: nowrap;
	min-height:22px;
	padding:9px 25px 4px 12px;
}
.newsItem .langDate,
.newsArticle .back, 
.newsArticle .back-large,
.listItem .langDate {
	background: #EAEFEF;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	padding: 0 25px;
	margin: 0;
}
.newsItem .summary,
.listItem .summary {
	margin: 10px 10px 10px 180px;
}
.feature .options {
	margin-top: 15px;
}
.newsItem .image {
	float: left;
	margin: 10px 25px;
	width: 130px;
	border: 1px solid #CCC;
}
.newsItem .videoimage {
	float: left;
	margin: 10px 25px;
	width: 140px;
	border: 1px solid #CCC;
}
.listItem .image {
	float: left;
	margin: 10px 25px;
	width: 130px;
}
.newsItem .image img,
.newsItem .videoimage img,
.listItem .image img {
	border: 0 none;
}
.newsItem .image img,
.newsItem .videoimage img,
.listItem .image img {
	border: 0 none;
}
.newsItem .link,
.listItem .link {
	margin: 10px 0 0;
}
.quickLinks .magazine {
	float: left;
	height: 95px;
	width: 65px;
	margin: 0 10px 0 0;
}
.newsArticle {
	margin: 0;
	padding-top: 20px;
}
.newsArticle .feature {
	background: #E6E6E6;
	margin: 20px 25px;
	padding: 10px 10px 10px 20px;
	width: 630px;
}
.newsArticle .title {
	font-size: 21px;
	font-weight: bold;
}
.newsArticle .date {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin: 10px 0;
}
.newsArticle .image {
	float: right;
	margin-left: 20px;
	width: 250px;
	text-align: center;
}

.newsArticle .caption {
	text-align: center;
	font-size: 11px;
}

.newsArticle .summary {
	font-size: 15px;
	color: #666;
}
.quickLinks a.newsRssLink {
	display: block;
	line-height: 28px;
	padding-left: 19px;
	background: url(../i/icons/feed-icon-14x14.png) no-repeat left center;
}

/** Contact Styles **/

.contactLookup {
	background: transparent url(../i/2010/search-bar-bg.gif) no-repeat left top;
	height: 45px;
	padding: 0 0 0 20px;
	text-align: right;
	white-space: nowrap;
	display: block;
}
.contactLookup form {
	padding: 0;
	margin: 0;
}
.contactLookup .field {
	width: 240px;
	margin: 9px 0 0 0;
	float: left;
	display: inline;
}
.contactLookup .field select {
	color: black;
	font-size: 14px;
	/* font-weight: bold; */
	padding: 2px; 
	width: 100%;
}
.contactLookup .button {
	float: right;
	display: block;
}
.contactLookup .button input {
	background: transparent url(../i/2010/search-bar-button-bg.gif) no-repeat right top;
	border: 0 none;
	display: block;
	height: 45px;
	margin: 0;
	padding: 0;
	width: 46px;
}
.contactItem table,
.listItem table {
	width: 100%;
}
.contactItem td,
.listItem td {
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #CCC;
}
.contactItem td.header,
.listItem td.header {
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}
.contactItem td.details,
.listItem td.details {
	width: 100%;
}

/** Global Locator Styles **/

.globalLocatorItem {
	margin-bottom: 10px;
}
.globalLocatorItem th {
	background: #979797 url(../i/2010/table-th-bg.gif) repeat-x;
	line-height: 30px;
	color: #FFF;
	font-size: 16px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #606060;
	white-space: nowrap;
	text-align: left;
	padding-left: 25px;
}
.globalLocatorItem td.header,
.globalLocatorItem td.details {
	padding: 2px;
	vertical-align: top;
}
.globalLocatorItem td.header {
	font-weight: bold;
	padding-left: 25px;
	white-space: nowrap;
	width: 130px;
}
.industries {
	float: right;	
	text-align: right;
	margin: 5px 25px;
}
.industries h3 {
	font-size: 13px;
	color: #666;
	margin: 0 0 5px 0;
}
#iconKey dt {
	float: left;
	clear: left;
	border-bottom: 1px solid #CCC;
	display: block;
	padding: 2px 0;
	margin: 0;
	height: 36px;
}
#iconKey dd {
	line-height: 40px;
	border-bottom: 1px solid #CCC;
	display: block;
	margin: 0;
	padding: 0 0 0 40px;
}

/** Product Selector Styles **/

.comparisonItem td {
	width: 16%;
	line-height: normal;
	text-transform: capitalize;
}
.ns-checkbox span{
	display:none;
}
.comparisonItem th {
	border: 0 none;
	text-transform: capitalize;
}
.comparisonItem td.titleColumn,
.comparisonItem .compareProductControls {
	font-size: 11px;
	font-weight: bold;
}
.comparisonItem .compareProductControls {
	margin-bottom: 10px;
}
.comparisonItem td.dataColumn {
	text-align: center;
}
.comparisonItem td.dataColumn img {
	padding: 0;
	border: 0 none;
	background: none;
}
.data-icon{
	position:relative;
}
.dataColumn .gearbox-notice{
	 float:right;
	 position:absolute;
	 top:-1px;
	 left:55px;
	 white-space:nowrap;
	 text-align:left;
	 cursor:pointer;
}
.dataColumn .gearbox-notice:hover{
	background:#ffffff url(../i/notice.png) left center no-repeat;
	box-shadow:0 0 4px 1px #afafaf;	
}
table.print-controls{
	border:0 solid red;	
}
table.print-controls a{
	font-weight:bold;	
}
table.print-controls td{
	border:0;
}
.listingTable.comparison-wrapper{
	padding:0;
	margin-top:16px;
}
.listingTable.comparison-wrapper table{

}
.comparison-products td{
	vertical-align:top;
	border-bottom:0;
}
.comparison-products td .button.comparison{
	margin:0 0 0 0;
}
.comparison-products td.unit-change{
	vertical-align:bottom;	
}
.comparison-products td.unit-change label{
	border:0;
	font-weight:bold;
	font-size:11px;
	border:0 solid red;
	padding:0;
	margin:3px;
}
.comparison-products td.unit-change select{
	width:80px;	
}
.compare-product-image{
	min-height:80px;
	padding:0 0 4px 0;
}
.comparison-controls{
	/*height:75px;*/
	margin:0 0 3px 0;
}
.comparison-controls a{
	font-weight:normal;
	font-size:11px;
}
.comparison-controls ul{
	list-style:none;
	padding:0;
	margin:0;
}
.comparison-controls ul li{
	padding:0 0 5px 0;
	line-height:13px;
	margin:0 0 3px 0;
	border-bottom:1px dotted #cccccc;
}
.button.comparison{
	color:#ffffff;	
}
.hide-info{
	cursor:pointer;	
}
#filterForm .search-check-box label{
	border:0 solid red;
	float:left;
	width:120px;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 4px;
	border:0 solid red;
}
#filterForm .search-check-box input{
	margin:0 0 0 0;
	padding:0;
	float:left;
	border:0 solid red;
	line-height:10px;
	height:15px;
}
#total-products{
	margin:13px 0 0 0;
	text-align:right;
	font-size:15px;
}
.button.compare-button{
	padding-right:8px;
}
.selector-datasheet-wrapper{
	border:1px solid #969696;	
}
.datasheet-product{
	background:url(../i/2010/table-th-bg.gif) repeat-x #979797;	
}
.datasheet-product h1{
	color:#ffffff;
	margin:0;
	padding:0;
}
.selector-datasheet-wrapper td{
	vertical-align:top;	
}
td.section-value{
	width:80px;	
	text-align:right;
}

/*** Product Selector Datasheet Styles ***/

.data-sheet-table{
	border-top:1px solid #969696;
	border-left:1px solid #969696;
}
.data-sheet-table th{
	background:#5e5e5e url(../i/2010/sizing-guide/data-section-bg.gif) repeat-x;
	border-right:1px solid #969696;
	color:#ffffff;
	padding:5px 0 4px 15px;
	text-align:left;
}
.data-sheet-table td{
	border-bottom:1px solid #969696;
	border-right:1px solid #969696;
	padding:3px 3px 3px 15px;
	background:#ffffff;
}

/** SVM Page Styles **/

.svmColumnTwoTitle H1 {
	padding-bottom:0px; 
	margin-bottom: 0px;
}
.svmContentWrapper {
	background-image: url(/public/frontend/i/svm/background.jpg); 
	min-height: 559px; 
	max-height: 100%; 
	background-color: #030303;
}
.svmContent {
	color: #fff; 
	min-height:100px; 
	height: 100px;
	padding: 20px; 
	padding-top: 0px;
}
.svmLeftButtons {
	width: 272px;
	height: 440px;
	text-align: center;
	float: left;
	color: #fff;
	background: url(/public/frontend/i/svm/table-bg.jpg) left no-repeat;
}
.svmRightButtons {
	width:436px; 
	height: 442px;	
	text-align: center; 
	color: #fff; 
	float: left;
	background: url(/public/frontend/i/svm/table-bg.jpg) right no-repeat;
	padding: 0px;
}
.svmRightColLeftButton {
	line-height:12px; 
	vertical-align: top; 
	padding-left: 30px;

}
.svmRightColOtherButtons {
	line-height:12px; 
	vertical-align: top;
}
.svmLink {
	color: white;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.svmLink:hover {
	text-decoration: none;
	color: red;
}

/*** Underlined List Styles ***/

ul.underlined-list{
	margin: 0;
	padding: 0;
}
ul.underlined-list li {
	margin:0;
	padding:5px 0 5px 12px;
	border-bottom:1px solid #cccccc;
	list-style-type: none;
	color:#888888;
	font-size:12px;
	background: url(../i/2010/pointer-grey.gif) no-repeat left 12px;	
}
ul.underlined-list li a{
	display:block;
	font-size:12px;
	color:#666666;
	margin:0 0 0 0;
}
ul.underlined-list li a:hover {
	color: black;
}

/*** Share Price Tables Styles ***/

.share-price-table{
	border:1px solid #666666;
	font-weight:bold;
}
.share-price-table th{
	text-align:left;
	background:#979797 url(../i/2010/table-th-bg.gif) repeat-x;
	color:#ffffff;
}
.share-price-table tr.odd-row td{
	background:#eaefef;
	border-top:1px solid #cccccc;
}
.share-price-table span{
	font-size:18px;
}

/*** New Documents Styles ***/

.document-search-help {
	padding: 15px;
    float: right;
    margin: 15px 19px 15px 0;
    width: 680px;
}

.no-bottom-margin {
	margin-bottom: 0px;
}

.document-controls{
	font-size:11px;
}
.document-controls ul{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
.document-controls ul li{
	margin:0 0 5px 0;
	padding:0;
	height:23px;
}
.listingTable .document-controls img{
	margin:0 5px 0 0;
	padding:0;
	border:0;
}
form input.button.left-button{
	float:right;
}
form input.button.right-button{
	float:right;
}
.listingTable .ipad-icon,
.ipad-icon{
	background:none;
}

/*** New CVA Styles ***/

.cva-wrapper{
	background:#030303 url(../i/cva/cva-background.jpg) no-repeat;
	width:710px;
	height:396px;
	position:relative;
}
.cva-wrapper h2{
	position:absolute;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	top:210px;
	text-align:center;
	padding:0;
	margin:0;
}
.cva-wrapper a{
	top:251px;
	position:absolute;
	display:block;
	width:92px;
	padding:90px 0 0 0;
	text-align:center;
	background:red;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
.cva-wrapper a:hover{
	color:#ee3a43;
	cursor:pointer;
	text-decoration:none;
}
.cva-small-image#user-interface{
	background:url(../i/cva/user-interface.jpg) no-repeat;
	left:6px;
}
.cva-small-image#user-interface:hover{
	background:url(../i/cva/user-interface-hover.jpg) no-repeat;
}
.cva-small-image#datalogger{
	background:url(../i/cva/datalogger.jpg) no-repeat;
	left:97px;
}
.cva-small-image#datalogger:hover{
	background:url(../i/cva/datalogger-hover.jpg) no-repeat;
}
.cva-small-image#performance{
	background:url(../i/cva/performance.jpg) no-repeat;
	left:215px;
}
.cva-small-image#performance:hover{
	background:url(../i/cva/performance-hover.jpg) no-repeat;
}
.cva-small-image#stick-slip{
	background:url(../i/cva/stick-slip.jpg) no-repeat;
	left:307px;
}
.cva-small-image#stick-slip:hover{
	background:url(../i/cva/stick-slip-hover.jpg) no-repeat;
}
.cva-small-image#stiffness{
	background:url(../i/cva/stiffness.jpg) no-repeat;
	left:399px;
}
.cva-small-image#stiffness:hover{
	background:url(../i/cva/stiffness-hover.jpg) no-repeat;
}
.cva-small-image#fail-to-position{
	background:url(../i/cva/fail-to-position.jpg) no-repeat;
	left:518px;
}
.cva-small-image#fail-to-position:hover{
	background:url(../i/cva/fail-to-position-hover.jpg) no-repeat;
}
.cva-small-image#reliability{
	background:url(../i/cva/reliability.jpg) no-repeat;
	left:613px;
}
.cva-small-image#reliability:hover{
	background:url(../i/cva/reliability-hover.jpg) no-repeat;
}
.ease-of-use{
	width:175px;
}
.tighter-process-control{
	width:267px;
	left:219px;
}
.security{
	width:175px;
	right:13px;
}
.window-close{
	background:url(../i/window-close.gif) repeat-x;
	height:28px;
	padding:5px 0 0 5px;
}
.window-close a{
	color:#ffffff;
	font-size:14px;
}

/*** Customer Login Form ***/

.customer-login-form{
	padding:10px 0 10px 0;
}
.customer-login-form.left-column{
	float:left;
	width:350px;
}
.customer-right-content{
	float:left;
	width:540px;
	padding:10px 0 0 10px;
}
.customer-login-form label{
	display:inline;
	font-weight:bold;
	border:0;
	padding:0;
	margin:0;
}
.customer-login-form label span{
	display:inline;
	float:none;
}
.customer-login-form input{
	width:317px;
	border:1px solid #bababa;
}
.customer-login-form .button{
	float:none;
	margin:5px 0 0 0;
}
.form-error{
	color:#d21728;
	font-weight:bold;
	font-size:12px;	
}
#trouble-logging-in{
	margin:5px 0 3px 0;
}
#trouble-logging-in h2{
	margin:0;
	padding:0;
}

		
/*** Pos Styles ***/

.item-added{
	width:188px;
	height:123px;
	padding:42px 20px 0 20px;
	background:url(../i/item-added-bg.png) no-repeat;
	top:95px;
	right:8px;
	position:absolute;
	z-index:99999;
	line-height:16px;
	text-align:center;
}
.item-added input.add-button{
	margin:8px 0 0 0;
	font-size:11px;
	font-weight:bold;
	padding-left:1px;
	padding-right:1px;
}
.pos-qty{
	width:30px;
}

.addition-notes{
	border:0 solid red;
	margin:20px 0 0 0;
}
.addition-notes label{
	font-weight:bold;
	border:0;
}
.addition-notes textarea{
	width:100%;
	height:100px;
	border:1px solid #cccccc;
}
.addition-notes input{
	float:right;
	margin:2px 0 10px 0;
	display:block;
	color:#ffffff;
	padding:3px 10px 3px 10px;
	border:1px solid #d21728;
	background:#d21728 url(../i/2010/button-bg.gif) repeat-x left center;
	cursor:pointer;
}
.desc-hider{
	overflow:hidden;
}
.add-button{
	margin:0 0 0 0;
	color:#ffffff;
	font-size:10px;
	padding:3px 3px 3px 3px;
	border:1px solid #d21728;
	background:#d21728 url(../i/2010/button-bg.gif) repeat-x left center;
	cursor:pointer;	
}
.notice{
	border:1px solid #d8d36f;
	padding:5px;
	margin:0 0 10px 0;
	background:#fffaae;	
}
#columnTwoLarge.low-padding-column{
	padding-top:0;
}

/*** Delivery Method Form ***/

#delivery-method-form{
	width:600px;
}
#delivery-method-form .button{
	float:right;
	margin:3px 0 0 0;
}
#delivery-method-form label{
	font-weight:bold;
	border:0;
	display:inline;
}
#delivery-method-form textarea{
	border:1px solid red;
	width:100%;
	border:1px solid #cccccc;
	height:120px;
	margin:2px 0 0 0;
	font: 13px/21px Arial, Tahoma, Helvetica, sans-serif;
}

/*** General Form Styles ***/

.general-form{
	width:500px;
}
.general-form.small{
	width:400px;
}
.general-form table{
	width:100%;
}
.general-form label,
.general-form .strong-block{
	font-weight:bold;
	margin:5px 5px 0 0;
	padding:0;
	display:block;
	float:left;
}
.general-form .form-error{
	font-weight:bold;
	margin:5px 0 0 0;
	color:red;
}
.general-form .req{
	color:#d21728;
	font-size:16px;
}
.general-form label span{
	float:none;
	display:inline;
}
.general-form input{
	width:99%;
}
.general-form .button{
	float:right;
}
.general-form textarea{
	width:99%;
	height:300px;
}
.general-form textarea.small{
	height:100px;	
}
.general-form textarea.middle{
	height:200px;	
}
.general-form input.submit-button{
	width:auto;
}
.general-form input.upload-field{
	width:300px;
}
.general-form .uploaded-file{
	border:1px solid #cccccc;
	width:300px;
	background:#f0f0ee;
}

/*** Half Box Content Styles ***/

.half-content-box{
	border:1px solid #cccccc;
	width:310px;
	margin:20px 0 20px 0;
	float:left;
}
.half-content-box.full-width-column{
	width:435px;
}
.half-content-box.right-box{
	float:right;
}
.half-content-box h2,
.full-content-box h2{
	background:#eaefef;
	padding:5px 5px 5px 5px;
}
.half-content-box h2 a{
	float:right;
	color:#0066CC;
	margin:0 10px 0 0;
	font-size:12px;
}
.half-content-box-padder{
	padding:10px;
}
.half-content-box select{
	font-size:12px;
}
.half-content-box input{
	padding:2px 8px 2px 8px;
	font-size:11px;
	overflow: visible;
	font-weight:bold;
	color:#ffffff;
	line-height:15px;
	background:#d21728 url(../i/2010/button-bg.gif) repeat-x;
	border:1px solid #d21728;
	cursor:pointer;
}
.listingTable td a.small-button,
.small-button{
	padding:2px 8px 2px 8px;
	margin:2px 0 0 0;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	line-height:15px;
	background:#d21728 url(../i/2010/button-bg.gif) repeat-x;
	border:1px solid #d21728;
	cursor:pointer;
	display:block;
	width:35px;
	text-align:center;
}
.small-button:hover{
	text-decoration:none;
}
.full-content-box-padder{
	padding:10px;
}
.full-content-box{
	border:1px solid #cccccc;
	margin:20px 0 20px 0;
}

.select-default{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #cccccc;
}
.half-content-box .loading-img{
	margin:10px 0 10px 119px;
}
.half-content-box form{
	margin:0;
	padding:0;
}
.listingTable td a.button-link,
.button-link{
	border:1px solid red;
	padding:2px 5px 2px 5px;
	background:#d21728 url(../i/2010/button-bg.gif) repeat-x;
	color:#ffffff;
	font-weight:bold;
}
.button-link:hover{
	text-decoration:none;
}
.confirm-form .button{
	margin:30px 0 20px 0;
	float:right;
}

/*** Trading History Table Styles ***/

.trading-history{
	font-size:11px;
}
.trading-history h2{
	font-size:12px;
	line-height:13px;
}

/*** Customer Registration ***/

.customer-registration-form{
	padding:15px 0 15px 0;
	width:480px;
	float:left;
}
.customer-registration-content{
	float:left;
	width:400px;
	padding:10px 0 0 10px;
}
.customer-registration-form label{
	display:inline;
	font-weight:bold;
	border:0;
	padding:0;
	margin:0;
}
.customer-registration-form label span{
	display:inline;
	float:none;
}
.customer-registration-form input,
.customer-registration-form select{
	width:224px;
	border:1px solid #bababa;
	margin:0 0 0 0;
}
.customer-registration-form .button{
	float:right;
	margin:0;
}
.customer-applications{
	background:#989898 url(../i/applications-bg.gif) top repeat-x;
	padding:8px;
	margin:10px 0 15px 0;
	color:#ffffff;
}
.customer-registration-form .customer-applications input{
	width:auto;
	float:left;
	margin:4px 0 0 0;
	padding:0;
	border:0;
	height:13px;
}
.customer-applications h2{
	color:#ffffff;
	font-size:13px;
	font-weight:normal;
	margin:0 0 12px 0;
	padding:0 0 6px 0;
	display:block;
	border-bottom:1px solid #666666;
}
.customer-applications label{
	font-weight:normal;
	display:block;
	float:left;
	width:190px;
	padding:0 0 0 5px;
}
.customer-application-column{
	width:220px;
	float:left;
}
.req{
	color:#d21728;
	background:url(../i/req.gif) no-repeat;
	padding:0 3px 0 3px;
}

/*** Account Homepage ***/

.account-home-wrapper{
	padding:0 0 0 10px;
}
.double-box{
	width:637px;
	padding:0 0 0 0;
	margin:0 17px 17px 0;
	float:left;
	display:inline;
	background:#ffffff;
}
.double-box h2{
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:8px 0 8px 16px;
	display:block;
	height:19px;
	color:#ffffff;
	width:621px;
	background:#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
	opacity:0.7;
}
.double-box-content{
	padding:10px 16px 10px 16px;
	min-height:130px;
	border-top:1px solid #d21728;
}
.application-box h2{
	font-size:14px;
	font-weight:normal;
	margin:0;
	padding:8px 0 8px 16px;
	display:block;
	height:19px;
	color:#ffffff;
	border-bottom:1px solid #d21728;
	position:absolute;
	top:0;
	width:294px;
}
.application-header{
	height:19px;
	padding:8px 0 8px 0;
	background:#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
	opacity:0.7;
	position:absolute;
	top:0;
	width:310px;
}
.application-box{
	width:310px;
	height:186px;
	padding:0 0 0 0;
	margin:0 17px 17px 0;
	float:left;
	display:inline;
	background:#ffffff;
	position:relative;
	cursor:pointer;
}
.application-box.no-hover{
	cursor:default;
}
.application-box-content{
	padding:40px 16px 10px 16px;
}
.double-box, .application-box{
	box-shadow:0 0 8px 2px #afafaf;	
}
.application-box.no-height{
	height:auto;
	margin:10px 0 10px 0;
	cursor:default;
}
.application-box h2{

}
.application-box h2 a{
	color:#ffffff;
	font-weight:normal;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1.0;
}
.application-footer{
	background:#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:0.7;
    height:20px;
    padding:0 13px 0 0;
    text-align:right;
    position:absolute;
    bottom:0;
    left:0;
	width:297px;
}
.application-link{
	position:absolute;
	bottom:2px;
	right:12px;
}
.application-link a{
    color:#ffffff;
    font-weight:normal;
}
#application-1{
	background:url(../i/portal/publications-ordering.jpg) no-repeat;
}
#application-2{
	background:url(../i/portal/sizing-guide.jpg) no-repeat;
}
#application-3{
	background:url(../i/portal/e-learning.jpg) no-repeat;
}
#application-4{
	background:url(../i/portal/pakscan-demo.jpg) no-repeat;
}
#application-6{
	background:url(../i/portal/software-downloads.jpg) no-repeat;
}
#application-7{
	background:url(../i/portal/video-downloads.jpg) no-repeat;
}
#application-8{
	background:url(../i/portal/product-selector.jpg) no-repeat;
}
#application-10{
	/*background:url(../i/portal/sales-convention.jpg) no-repeat;*/
	background:#ffffff;
}
#application-11{
	background:url(../i/portal/quote-system.png) no-repeat;
}
.application-pos-note{
	top:60px;
	left:13px;
	position:absolute;
	width:90%;
	padding:1%;
	background:#000000;
	color:#ffffff;
	font-size:11px;
	box-shadow:0 0 6px #000000;
}
.top-portal-nav{
	list-style:none;
	position:absolute;
	right:19px;
	top:21px;
	padding:0;
	margin:0;
}
.top-portal-nav li{
	display:inline;
	padding:0 0 0 12px;
	margin:0;
}
.top-portal-nav a{
	color:#666666;
	font-size:13px;
}
.single-column .paginationWrapper{
	width:100%;
}
.order-history{
	width:425px;
}
.request-sent{
	font-weight:bold;
}

/*** Product Selector Feedback Form ***/

.product-selector-feedback form{
	padding:0;
}
.product-selector-feedback{
	border:0 solid red;
	margin:20px 20px 0 20px;
	width:200px;
	padding:0;
}
.product-selector-feedback label{
	border:0;
	padding:0;
	margin:0;
	font-weight:bold;
}
.product-selector-feedback textarea{
	width:195px;
	height:140px;
	border:1px solid #afafaf;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.product-selector-feedback textarea.error-element{
	border:1px solid #d21728;
}
.product-selector-feedback .button{
	float:right;
	margin:3px 0 0 0;
}
.social-icons {
	float: right;
}
.social-icons img {
	padding: 3px;
	border: 0px;
}
.contentWrapper p img{
	margin:20px;
}

.contentWrapper p img.rssIcon {
	margin: 0px 3px 1px 0px;
	vertical-align: middle;
}

#columnOne .button{
	margin-left:2px;
}

/*** New Home Styles ***/

.home-content{
	width:960px;
	min-height:175px;
	background:#ffffff;
	margin:0 0 15px 0;
}

.home-content h1 span{
	font-weight:bold;
}

.home-content,
.box,
.news-ticker{
	box-shadow:0 0 8px 2px #afafaf;
}
.box-bar{
	background:url(../i/2010/box-bar-bg.png);
	border-bottom:1px solid #d21728;
	min-height:24px;
	padding:0 0 7px 13px;
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
}
.box-bar h1,
.box-bar h2{
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	margin:0 0 0 0;
	padding:10px 0 0 0;
}
.box-bar a{
	color:#ffffff;
	font-weight:normal;
}
.box-content{
	padding:10px 13px 10px 13px;
}
.box{
	width:310px;
	min-height:185px;
	background:#ffffff;
	float:left;
	margin:0 15px 15px 0; 
}
.arrow{
	float:right;
	width:23px;
	height:35px;
	background:url(../i/2010/arrow.png) no-repeat;
}
.box form{
	background:none;
	padding:0;
}
.box form label{
	border:0;
	display:inline;
	font-weight:bold;
}
.third-box{
	margin-right:0;
}
.box-footer{
	height:20px;
	padding:0 12px 0 0;
	background:url(../i/2010/box-bar-bg.png);
	text-align:right;
}
.box-footer a{
	font-weight:normal;
	color:#ffffff;
}
.home-box-content{
	min-height:130px;
}
#documents-box{
	background:url(../i/2010/home-box-bgs/documents.jpg);
}
#customer-portal-box{
	/*background:url(../i/2010/home-box-bgs/portal.jpg);*/
}
#product-selector-box{
	background:url(../i/2010/home-box-bgs/product-selector.jpg);
}
#locations-box{
	background:url(../i/2010/home-box-bgs/locations.jpg);
}
.home-quick-links{
	margin:0;
	padding:2px 14px 0 14px;
	list-style:none;
}
.home-quick-links li{
	background:url(../i/2010/home-box-bgs/quick-link-line.gif) bottom left no-repeat;
	padding:3px 0 3px 0;
}
.home-quick-links li:last-child{
	background:none;
}
#investors-box .home-box-content{
	padding:10px 0 0 10px;
	min-height:120px;
}
#investors-box img{
	border:0;
}
#locations-box .home-box-content{
	padding:70px 0 0 13px;
	min-height:60px;
}
#features-box .home-box-content{
	padding:2px 13px 1px 13px;
	min-height:127px;
}
.share-data{
	float:right;
	width:70px;
}

/*** Large Latest News ***/

.large-latest{
	width:960px;
	height:275px;
	background:#191919;
	margin:0 0 12px 0;
	position:relative;
	overflow:hidden;
}

.large-latest-links{
	float:right;
	width:310px;
	height:275px;
	list-style:none;
	padding:0;
	margin:0;
}
.large-latest-links li{
	height:55px;
}
.large-latest-links a{
	padding:15px 35px 0 35px;
	background:url(home-lastest-top.png) top center no-repeat;
	display:block;
	height:40px;
	color:#ffffff;
}
.large-latest-links a:hover,
.large-latest-links .active-slide{
	color:#d21728;
}
.large-latest-links li:first-child a{
	background-image:none;
}
.large-latest-content{
	width:170px;
	height:245px;
	float:right;
	padding:20px 20px 10px 20px;
	color:#ffffff;
	background:url(box-bar-bg.png);
	position:absolute;
	top:0;
	right:310px;
	z-index:90;
	overflow:hidden;
}
.large-latest-content h2{
	color:#ffffff;
	margin:0 0 20px 0;
	padding:0 0 0 0;
}
.large-latest-content h2 a{
	color:#ffffff;
}
.large-latest-content p{
	margin:0 0 0 0;
	padding:0;
}
.large-latest-image{
	position:absolute;
	width:650px;
	height:275px;
}
.large-latest-image img{
	cursor:pointer;
}

/*** News Ticker ***/

.news-ticker{
	height:36px;
	background:#ffffff;
	margin:3px 0 14px 0;
}
.news-ticker a{
	white-space:nowrap;	
}
.latest-news-link{
	display:block;
	height:28px;
	padding:8px 13px 0 13px;
	background:#4c4c4c;
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
}
.latest-news-archive{
	float:right;
	margin:8px 12px 0 0;
	font-weight:normal;
}
.news-ticker-items{
	height:36px;
	width:620px;
}
.news-ticker-items a{
	height:22px;
	padding:9px 10px 5px 13px;
	display:block;
	color:#616b74;
	font-weight:normal;
}

/** hse documents */
.list-category {
	width: 100%;
	padding-top: 15px;
}

.list-category-title {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background: url(../i/category-icon.png) 0px 0px no-repeat #4c4c4c;
	color: #ffffff;
	padding-left: 45px;
	text-decoration: none;
	display: block;
}

.list-category-description {
	padding-left: 45px;
}
.gearbox-notice{
	background:url(../i/notice.png) left center no-repeat;
	padding:1px 5px 0 22px;
	font-weight:bold;
	margin:3px 0 0 0;
}
.stock-notice{
	background:url(../i/notice.png) left center no-repeat;
	padding:1px 5px 0 22px;
	font-weight:bold;
	margin:0 0 0 0;
	float:left;
}

select#billingAddressID, select#shippingAddressID, select#defaultBilling, select#defaultShipping {
	max-width: 344px;
}

/*** Cookies Footer ***/

.cookies-footer{
	background:#4d4d4d;
	position:fixed;
	bottom:0;
	width:100%;
	padding:6px 0 0 0;
	min-height:34px;
	border-top:2px solid #cd1829;
	box-shadow:0 -3px 10px #000000;
	font-size:12px;
	line-height:14px;
	color:#ffffff;
}
.cookies-content{
	width:80%;
	max-width:970px;
	margin:0 auto;
	position:relative;
	background:#4d4d4d;
}
.cookies-content a{
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}
.cookies-corner{
	position:absolute;
	left:0;
	bottom:0;
	background:url(../i/2010/cookies-corner.png) no-repeat;
	width:84px;
	height:84px;
	margin:0 2% 0 0;
}
.cookies-content .close-button{
	display:block;
	float:right;
	font-size:14px;
	color:#ffffff;
	border:1px solid #000000;
	padding:3px 10px 3px 10px;
	background:#2f2e2c url(../i/2010/close-grad.gif) top repeat-x;
	text-decoration:none;
	border-radius:5px;
	text-shadow:0 1px 0 #000000;
	margin:0 0 0 10px;
}

.pdf-download-box {
	background-color: #efefef;
	margin: 15px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
}

.pdf-download-icon {
	background: url(../i/icons/pdf.gif) no-repeat 0px center;
	padding: 7px 0px 7px 38px;
	display: block;
}

.pdf-icon {
	float: left;
	width: 97px;
	padding-top: 3px;
}

.pdf-download-instructions {
	float: left;
	width: 528px;
}

/*** Manufacturer Sites ***/

.manufacturing-tabs-wrapper{
	position:relative;
}
.manufacturing-tabs-wrapper.no-image{
	margin:30px 0 0 0;
}
.manufacturing-tabs{
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	bottom:-1px;
	border-bottom:1px solid #d21728;
	width:100%;
}
.manufacturing-tabs li{
	display:block;
	float:left;
	background:#4c4c4c;
	color:#ffffff;
	padding:6px 15px 6px 15px;
	cursor:pointer;
	text-shadow:0 1px 0 #000000;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	box-shadow:1px -1px 2px #8a8a8a;
}
.manufacturing-tabs li:hover{
	background:#8a8a8a;
	color:#000000;
	text-shadow:0 1px 1px #cccccc;
	box-shadow:1px -1px 2px #2e2e2e;
}
.manufacturing-tab-content{
	padding:15px;
}
.manufacturing-tab-content h2{
	margin:0 0 8px 0;
	padding:0;
}
.manufacturing-site-box{
	border:1px solid #cccccc;
	float:left;
	width:300px;
	padding:15px;
	margin:0 0 15px 0;
	min-height:100px;
}
.manufacturing-site-box ul{
	list-style:none;
	padding:0;
	margin:0;
}
.manufacturing-site-box li{
	padding:0;
	margin:0;
}
.right-site-box{
	float:right;
}
.manufacturing-site-box h3{
	margin:0 0 5px 0;
	padding:0;
	font-size:15px;
}
.manufacturing-map{
	width:330px;
	height:400px;
	border:1px solid #cccccc;
	margin:15px 0 15px 0;
	overflow:hidden;
	float:left;
}
.manufacturing-directions{
	width:300px;
	padding:15px;
	float:right;
}
.manufacturing-back-link{
	margin:0 0 0 15px;
	display:block;
	float:left;
}
.manufacturing-site-box li.man-contact-spacer{
	margin:0 0 0 0;
}
#postal-address,
#delivery-address{
	min-height:210px;
}
.manufacturing-list-site{
	width:335px;
	float:left;
	border:1px solid #cccccc;
	margin:0 12px 12px 0;
}
.manufacturing-list-site.left{
	margin-left:12px;
}
.manufacturing-list-site-content{
	padding:12px;
	border-top:30px solid #eaefef;
}
.manufacturing-list-site h2{
    background: none repeat scroll 0 0 #4C4C4C;
    border-bottom: 1px solid #D21728;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: normal;
    min-height: 22px;
    overflow: hidden;
    padding: 9px 25px 4px 12px;
    white-space: nowrap;
    margin:0;
}
.manufacturing-list-site h2 a{
	color:#ffffff;
	font-weight:normal;
}
.manufacturing-list-site .image{
    float: left;
    margin:0 10px 10px 0;
    width: 130px;
}
.manufacturing-list-site .image img{
    border:1px solid #CCCCCC;
}

/* Product Page Buttons */
#product-page-links {
	margin:17px 0 17px 0;
}
#product-page-links a {
	display:block;
	float:left;
	margin: 0 20px 0 0;
	color:#cc0000;
	text-decoration:none;
}
#product-page-links a:hover {
	color:#111;
}
#product-page-links .global {
	background:url(../i/product-buttons/global-leader.jpg) no-repeat;
	padding: 0 0 0 20px;
}
#product-page-links .technical {
	background:url(../i/product-buttons/technical-enquiry.jpg) no-repeat;
	padding: 0 0 0 23px;
}
#product-page-links .request {
	background:url(../i/product-buttons/request-quote.jpg) no-repeat;
	padding: 0 0 0 20px;
}

#relatedNews {
	width:700px;
	float:right;
	margin: 16px 10px 16px 0;
	padding:10px;
}
#relatedNews a {
	text-decoration:none;
}

#relatedNews .topBlock {
	border-bottom:solid 1px #cc0000;
	margin: 0 0 10px 0;
	line-height:25px;
}

#relatedNews .topBlock h2{
	float:left;
	width:300px;
	margin:0;
	padding:0;
}
#relatedNews .topBlock .allNews{
	float:right;
	color:#cc0000;
	font-size:14px;
}

.relatedNewsHolder {
	display:block;
	width:340px; 
	min-height:280px;
	position:relative; 
	overflow:hidden; 
	float:left;
	margin:0 18px 0 0;
	box-shadow: 0 0 8px 2px #afafaf;
	background:#fff;
	padding: 0 0 10px 0;
}
.relatedNewsHolder.end {
	margin-right:0;	
}
.relatedNewsHolder .newsItem a.newsTitleLink { 
	width:305px !important; 
}

/*** Checkbox List Styles ***/

#columnOne ul.checkbox-list,
.checkbox-list{
	list-style:none;
	padding:10px 0 0 0;
	margin:0;
}
#columnOne .checkbox-list li,
.checkbox-list li{
	border:0 solid red;
	padding:0;
	margin:0;
}
.checkbox-list label{
	width:auto;
	float:left;
	margin:0;
}
.checkbox-list input{
	width:auto;
	float:left;
	margin:5px 0 0 6px;
}

/*** FAQs Styles ***/

.faq-category{
	border:1px solid #ffffff;
	background:#e6e6e6;
	box-shadow:0 1px 3px #2e2e2e;
	margin:25px 25px 0 25px;
}
.faq-category.even{
	background:#ffffff;	
}
.faq-category:last-child{
	margin-bottom:25px;	
}
.faq-category-header{
	background:#4c4c4c url(../i/2010/arrow.png) top right no-repeat;
	padding:9px 30px 8px 10px;
	border-bottom:1px solid #d21728;
}
.faq-category-header h2{
	color:#ffffff;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0;
}
.faq-category-header a{
	color:#ffffff;	
}
.faq-category-description{
	padding:10px;
}
.faq-button{
	display:block;
	color:#ffffff;
	padding:4px 10px 4px 10px;
	border:1px solid #ffffff;
	background:#D21728 url(../i/2010/button-bg.gif) repeat-x top;
	margin:10px 5px 10px 0;
	width:auto;
	float:right;
	text-shadow:0 1px 0 #2e2e2e;
	box-shadow:0 0 1px #2e2e2e;	
}
.faq-button:hover{
	box-shadow:0 0;
	text-decoration:none;
}
.faq-back{
	background:#eaefef;
	font-weight:bold;
	line-height:30px;
	color:#333333;
	padding:0 25px;
	margin:0;	
	text-transform: capitalize;
}
.faq-detail-question{
	background:#e6e6e6;
	padding:10px;
	margin:25px 0 10px 0;
	border:1px solid #ffffff;
}
.faq-detail-question img{
	float:right;
	margin:0 0 15px 15px;	
	box-shadow:0 0 2px #2e2e2e;
}
.pdf-link-wrapper{
	padding:10px;
	margin:10px 0 0 0;
	background:#e6e6e6;
}
.pdf-link{
	display:inline-block;
	margin:0 0 0 0;
	background:url(../i/pdf.png) 0 center no-repeat;
	padding:6px 0 6px 35px;
	text-shadow:0 1px 0 #ffffff;
}
.highlight { 
	color:#06C;
	cursor:pointer;
	font-weight:bold;
}

/*** Alphabet Styles ***/

.glossary-detail-term{
	font-weight:bold;
}

.alphabet{
	border-bottom:1px solid #d21728;
	background:#4c4c4c;
	padding:0;
	margin:0 0 10px 0;
	list-style:none;
}
.alphabet li{
	float:left;
}
.alphabet a{
	display:block;
	float:left;
	width:25px;
	text-align:center;
	margin:0 1px 0 0;
	padding:4px 0 4px 0;
	color:#ffffff;
	font-weight:normal;
	transition:0.4s ease all;
}
.alphabet li:first-child a{
	width:33px;	
}
.alphabet a:hover,
.alphabet .on{
	background:#d21728;
	transition:0.4s ease all;
}

/*** History Styles ***/

.history-current-year-wrapper{
	width:710px;
	margin:10px 0 0 0;
	display:block;
	position:relative;
	padding:22px 0 0 0;
}
.history-current-year-wrapper:before{
	content:" ";
	width: 0; 
	height: 0; 
	border-left:18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #d2172d;
	margin:0 auto;
	text-align:center;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -18px;
}
.history-current-year{
	text-align:center;
	border-bottom:5px solid #ffffff;
}
.history-current-year h2{
	border:6px solid #d2172d;
	padding:10px 0;
	border-radius:4px;
	font:22px/18px "Arial Black", Arial, Tahoma, sans-serif;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	width:110px;
}
.history-wrapper{
	padding:0 20px 20px 20px;
}
.history-left-column{
	float:left;
	width:245px;
}
.history-left-column .history-event{
	float:right;	
}
.history-right-column{
	float:right;
	width:245px;
}
.history-right-column .history-event{
	float:left;	
}
.history-decade{
	text-align:center;
	background:url(../i/history/line.gif) center repeat-y;
	margin:0 0 5px 0;
}
.decade-columns{
	text-align:center;
	background:url(../i/history/line.gif) center repeat-y;
	margin:5px 0 0 0;
}
.history-decade h2{
	border:1px solid blue;
	display:inline-block;
	margin:0 auto;
	padding:10px 18px;
	background:#eff0f2;
	border:6px solid #d1d5d9;
	border-radius:4px;
	font:20px/18px "Arial Black", Arial, Tahoma, sans-serif;
}
.history-event{
	text-align:left;
	padding:15px;
	border-radius:10px;
	color:#414141;
	position:relative;
	margin:0 0 10px 0;
}
.history-event h4{
	color:#414141;
	margin:0 0 3px 0;		
}
.history-event p{
	padding:0 0 4px 0;
}
.history-arrow{
	border-top:1px solid #d3d7da;
	position:absolute;
	width:90px;
	top:50%;
	right:-90px;
	margin:1px 0 0 0;
}
.history-arrow.right-arrow{
	right:auto;
	left:-90px;
}
.arrow-dot{
	width:8px;
	height:8px;
	background:#d3d7da;
	border-radius:4px;
	margin:-4px 0 0 0;
}
.left-arrow .arrow-point{
	width: 0; 
	height: 0; 
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #b4b9bf;
	margin:-11px 0 0 -1px;
	position:absolute;
}
.right-arrow .arrow-point{
	width:0; 
	height:0; 
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:10px solid #b4b9bf;
	margin:-10px -1px 0 0;
	position:absolute;
	right:0;
}
.light-red .left-arrow .arrow-point{ border-left-color:#f5c8cd; }
.light-red .right-arrow .arrow-point{ border-right-color:#f5c8cd; }
.light-grey-bordered .left-arrow .arrow-point{ border-left-color:#d3d7da; }
.light-grey-bordered .right-arrow .arrow-point{ border-right-color:#d3d7da; }
.grey-bordered .left-arrow .arrow-point{ border-left-color:#d3d7da; }
.grey-bordered .right-arrow .arrow-point{ border-right-color:#d3d7da; }
.light-grey .left-arrow .arrow-point{ border-left-color:#c9ced1; }
.light-grey .right-arrow .arrow-point{ border-right-color:#c9ced1; }

.history-arrow.left-arrow .arrow-dot{
	float:right;
	margin-right:-4px;
}
.history-arrow.right-arrow .arrow-dot{
	margin-left:-4px;
}
.history-event .year{
	margin:0 0 4px 0;
	padding:0;
	font:20px/18px "Arial Black", Arial, Tahoma, sans-serif;
}
.year.small{
	font-size:22px;	
}
.year.medium{
	font-size:30px;
	line-height:30px;
}
.year.large{
	font-size:38px;
	line-height:30px;
}
.light-grey-bordered{
	background:#eff0f2;
	border:8px solid #d3d7da;
}
.grey-bordered{
	border:8px solid #d3d7da;
}
.grey-bordered .right-arrow,
.light-grey-bordered .right-arrow{
	left:-98px;	
}
.grey-bordered .left-arrow,
.light-grey-bordered .left-arrow{
	right:-98px;
}
.light-red{
	background:#f5c8cd;
}
.grey-bordered .year,
.light-grey-bordered .year,
.light-red .year{
	color:#d21728;
}
.light-grey{
	background:#c9ced1;
}
.dark-grey{
	background:#b4b9bf;
}
.dark-grey .year{
	color:#ffffff;
}
.width-small{
	width:145px;
}
.width-medium{
	width:165px;
}
.width-large{
	width:195px;
}

/** History Event Images ***/

.top-image-bar,
.bottom-image-bar{
	position:relative;
	height:30px;
}
.top-image-bar img,
.bottom-image-bar img{
	position:absolute;
}
.top-image-bar{
	margin:-30px 0 10px 0;
}
.bottom-image-bar{
	margin:10px 0 -30px 0;
}
.top-image-bar.top-left img{
	bottom:0;
	left:-30px;
}
.top-image-bar.top-right img{
	bottom:0;
	right:-30px;
}
.top-image-bar.top-centre img{
	bottom:0;
	left:50%;
}
.bottom-image-bar.bottom-centre img{
	top:0;
	left:50%;
}
.bottom-image-bar.bottom-left img{
	top:0;
	left:-30px;
}
.bottom-image-bar.bottom-right img{
	top:0;
	right:-30px;
}

/*** History Decade Toggle ***/

.decade-toggle{
	width:38px;
	margin:0 auto;
	height:26px;
	background:#b4b9bf;
	color:#ffffff;
	padding:6px 0 0 0;
	cursor:pointer;
	text-shadow:0 1px #616b74;
	position:relative;
}
.decade-toggle.decade-showing:before{
	content:" ";
	width:0; 
	height:0; 
	border-left:19px solid transparent;
	border-right:19px solid transparent;
	border-bottom:15px solid #b4b9bf;
	margin:0;
	position:absolute;
	right:0;
	top:-15px;
}
.decade-toggle.decade-hidden:before{
	content:" ";
	width:0; 
	height:0; 
	border-left:19px solid transparent;
	border-right:19px solid transparent;
	border-top:15px solid #b4b9bf;
	margin:0;
	position:absolute;
	right:0;
	top:auto;
	bottom:-15px;
}
.decade-toggle.decade-hidden{
	margin-bottom:15px;
}

/*** Pakscan Demo ***/

.pakscan-map{
	background:url(../i/pakscan.jpg) no-repeat;
	width:600px;
	height:375px;
	position:relative;
	margin:0 auto;
}
.pakscan-map a{
	display:block;
	position:absolute;
	text-indent:-10000px;
	overflow:hidden;
}
.rochester-wireless{
	width:172px;
	height:20px;
	left:0;
	top:68px;
}
.rochester-wired{
	width:158px;
	height:20px;
	left:30px;
	top:106px;
}
.bath-network{
	width:45px;
	height:20px;
	left:285px;
	top:62px;
}
