/* ========================= */
/*  GLOBAL STYLES            */
/* ========================= */

* {
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active {
	color: #006699;
	text-decoration: underline;
}

a.black-bg:link, a.black-bg:visited {
	color: #FFCC00;
	text-decoration: none;
}

a.black-bg:hover, a.black-bg:active {
	color: #FFCC00;
	text-decoration: underline;
}

a.dkgray-bg:link, a.dkgray-bg:visited {
	color: #FFCC00;
	text-decoration: none;
}

a.dkgray-bg:hover, a.dkgray-bg:active {
	color: #FFCC00;
	text-decoration: underline;
}

body {
	background-color: #999999;
	min-width: 775px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

blockquote {
	margin: 0px 20px 15px 20px;
}

div.section {
	margin-bottom: 20px;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

li {
	margin-left: 30px;
}

p {
	margin-bottom: 15px;
}

p.last-item {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#print {
	width: 50px;
	float: right;
	text-align: right;
}

#print a:link, #print a:visited {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#print a:hover, #print a:active {
	color: #FFCC00 !important;
	text-decoration: none !important;
}

#site-map-div {
	margin-left: 20px;
	margin-top: 3px;
}

ul, ol {
	margin-bottom: 15px;
}

/* ========================= */
/*  BASE LAYER STYLES        */
/* ========================= */

#base {
	width: 775px;
	text-align: center;
	margin: auto;
}

#base-top {
	background-image: url(/mrc/lib/img/mrc-base-top.gif);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}

#base-mid {
	background-image: url(/mrc/lib/img/mrc-base-mid.gif);
	background-repeat: repeat-y;
	overflow: visible;
	text-align: left;
}

#base-bottom {
	background-image: url(/mrc/lib/img/mrc-base-bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
}



/* ========================= */
/*  HEADER STYLES            */
/* ========================= */

#header {
	margin: 0px 10px 0px 10px;
	background-color: #000000;
	padding: 15px;
	overflow: hidden;
}

#header-text {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}

#header-text p {
	margin-bottom: 0px;
}

#header-text a:link, #header-text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header-text a:hover, #header-text a:active {
	color: #FFCC00;
	text-decoration: underline;
}

#searchform {
	padding-top: 30px;
}

#searchbox {
	border: 1px solid #999999;
	font-size: 13px;
	padding: 1px 5px 1px 5px;
	margin-right: 3px;
}

#searchbutton {
	height: 20px;
	width: 20px;
	color: #000000;
	font-weight: bold;
	background-color: #FFCC00;
	border-top: 1px solid #FFDF67;
	border-right: 1px solid #886D09;
	border-bottom: 1px solid #886D09;
	border-left: 1px solid #FFDF67;
	padding-bottom: 1px;
}



/* ========================= */
/*  MENU STYLES              */
/* ========================= */

#menu {
	background-color: #CCCCCC;
	color: #000000;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 4px;
	height: 29px;
}

/* core scrolling button styles - do not change these */
#udm .scrollBUTTON {
	display:block;
	visibility:hidden;
	position:absolute;
	z-index:33000;
	}
#udm .scrollUP, #udm .scrollDOWN, #udm .scrollINNER {
	display:block;
	line-height:0 !important;
	}

/* custom scrolling button styles - you can customise these freely, with restrictions */
#udm .scrollUP, #udm .scrollDOWN {
	border-color: #FFFFFF;
	border-style: solid;
	background: #CCCCCC;
	}

#udm .scrollUP {
	border-width:3px 3px 3 3px;
	padding:0px 0px 0px 0px;
	}

#udm .scrollDOWN {
	border-width:3 3px 3px 3px;
	padding:0px 0px 0px 0px;
	}

#udm .scrollINNER {
	background:#CCCCCC;
	border:1px solid #CCCCCC;
	text-align:center;
	font: 12px Arial,sans-serif;
	color:#000000;
	padding:8px 0 8px 0;
	}

#udm .scrollMOVING {
	border-color:#FFCC00;
	background:#FFCC00;
	padding:8px 0 8px 0;
	}

	

/* ========================= */
/*  NAVIGATION STYLES        */
/* ========================= */

#left-navigation {
	width: 181px;
	padding: 5px;
	background-image: url(/mrc/lib/img/left-navigation-background.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

#left-navigation-bottom {
	background-image: url(/mrc/lib/img/left-navigation-bottom-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#left-navigation a {
	color: #333333;
	padding: 5px 0 5px 0;
	display: block;
	border-bottom: 1px solid #CCCCCC;
}

#left-navigation a:hover, #left-navigation a:active {
	background-color: #CCCCCC;
}

#left-navigation a.active {
	color: #000000;
	padding: 5px 0 5px 0 !important;
	font-weight: bold;
}

#left-navigation a.sub {
	padding: 5px 0 5px 10px !important;
	margin-left: 10px;
}

#rsnav {
	font-size : 11px;
	padding : 3px;
	text-align: right;
}
	
/* ========================= */
/*  HOME PAGE STYLES         */
/* ========================= */

#left-navigation.home {
	width: 186px;
	padding: 0px;
    /*background-image: url(/mrc/lib/img/left-navigation-background.gif);
	background-repeat: repeat-x;*/
	font-size: 11px;
	background-color: #CCCCCC;
}

#left-navigation-home-top {
    /*width: 181px;*/
	padding: 5px;
	background-color: #FFFFFF;
	background-image: url(/mrc/lib/img/left-navigation-background.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

*#left-navigation-bottom.home {
	background-color: #FFFFFF;
	background-image: url(/mrc/lib/img/left-navigation-bottom-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 5px solid #FFFFFF;
}

#home-left-feature {
	background-color: #CCCCCC;
	font-size: 11px;
	color: #000000;
	padding: 15px;
	/*border-bottom: 5px solid #FFFFFF;*/
}

#home-left-feature a {
	color: #000000;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: none;
}

#home-left-feature a:hover, #home-left-feature a:active {
	background-color: #CCCCCC;
}

#home-photo-main {
	margin-left: 5px;
	height: 250px;
}

#home-right-feature {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 14px;
	margin-bottom: 0px;
}
#home-right-feature p {
	margin-bottom: 5px;
}

#home-right-feature p.last-item {
	margin-bottom: 0px;
}

#home-right-feature-photo {
	margin-bottom: 10px;
}




/* ========================= */
/*  BREAD CRUMB STYLES       */
/* ========================= */

#crumbs {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
}

#crumbs a:link, #crumbs a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}

#crumbs a:hover, #crumbs a:active {
	color: #FFCC00 !important;
	text-decoration: underline;
}



/* ========================= */
/*  INDEX PAGE STYLES        */
/* ========================= */

#index-main {
	width: 765px;
	margin: 0px 0px 0px 5px;
}

#index-intro {
	height: 150px;
	background-image: url(/mrc/lib/img/index-intro-background.gif);
	background-repeat: repeat-x;
}

#index-intro-text {
	padding: 20px 15px 15px 15px;
	color: #FFFFFF;
	font-size: 12px;
}

#index-intro-photo {
	float: right;
	width: 240px;
	text-align: right;
}

#index-title-bar {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px 15px 5px 15px;
	margin-top: 10px;
}

#index-table {
	margin: 5px 0px 0px 0px;
}

#index-text {
	margin: 10px 15px 0px 15px;
	font-size: 12px;
}

#index-cell {
	width: 183px;
	font-size: 11px;
}

#index-spacer {
	width: 5px;
}

#index-section-title {
	margin: 12px 0px 5px 0px;
	padding-right: 10px;
}

#index-section-desc {
	padding-right: 10px;
}

#index-related-cell {
	width: 168px;
	font-size: 11px;
	padding-left: 15px;
}

#index-locations {
	padding: 15px 15px 0px 15px;
	font-size: 11px;
	color: #666666;
}


/* ========================= */
/*  ARTICLE PAGE STYLES      */
/* ========================= */

#article-main {
	width: 765px;
	margin: 0px 0px 0px 5px;
}

#article-crumbs {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
}

#article-crumbs a:link, #index-crumbs a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#article-crumbs a:hover, #index-crumbs a:active {
	color: #FFCC00;
	text-decoration: underline;
}

#article-content {
	padding: 20px 15px 15px 15px;
	font-size: 12px;
}

#article-subtitle {
	font-size: 13px;
	color: #666666;
}

#article-large-photo {
	font-size: 10px;
	text-align: center;
}

#photo {
	border: 1px solid #000000;
}

#article-med-photo-right {
	float: right;
	margin: 0px 0px 15px 15px;
	font-size: 10px;
	text-align: center;
}

#article-med-photo-left {
	float: left;
	margin: 0px 15px 15px 0px;
	font-size: 10px;
	text-align: center;
}

#article-right-column {
	width: 165px;
	padding-top: 20px;
}

#article-right-column div {
	padding: 0px 5px 0px 5px;
	margin-bottom: 20px;
	font-size: 11px;
}

#article-right-column hr {
	margin: 0px 0px 20px 0px;
	height: 1px;
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
}

#article-title-bar {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px 15px 5px 15px;
	margin-top: 10px;
}

#article-locations {
	padding: 15px 15px 0px 15px;
	font-size: 11px;
	color: #666666;
}

#article-table {
    font-size: 12px;
}

#article-data-table {
	font-size: 12px;
	margin-bottom: 15px;
}

#article-data-table td, #article-data-table th {
	padding: 5px;
}

#article-data-table tr:hover {
    background-color: #FFCC00;
}

#article-data-table #header {
	background-color:#CCCCCC !important;
}

#article-data-table tr td {
    text-align: center;
}

#article-data-table tr #c1 {
    text-align: left;
}


/* ========================= */
/*  PRINT STYLES             */
/* ========================= */

#print-body {
	background-color: #FFFFFF;
	text-align: left;
}

#print-base {
	width: 609px;
	text-align: left;
}

#print-header {
	margin: 0px 25px 0px 25px;
	background-color: #999999;
	padding: 15px;
	overflow: hidden;
}

#print-article-content {
	padding: 20px 40px 15px 40px;
	font-size: 12px;
}

#print-index-content {
	padding: 20px 25px 15px 25px;
	font-size: 12px;
}

#print-crumbs {
	padding: 0px 15px 0px 15px;
	font-size: 12px;
}

#print-footer {
	padding: 1px 40px 1px 40px;
	font-size: 11px;
}

#print-footer-line {
	clear: both;
	margin: 20px 25px 15px 25px;
	border-bottom: 1px solid #999999;
}


/* ========================= */
/*  CAT PRODUCT STYLES       */
/* ========================= */

.bg2 {
	background-color : #999999;
}

#cmms-content {
	padding: 20px 15px 15px 15px;
	font-size: 12px;
}

.cmms-image{
	border : 1px solid #000000;
}

#cmms-brochure-table {
	font-size: 12px;
}

#cmms-table {
	width: 529px;
	font-size: 12px;
}

.normal {
	font-size: 12px !important;
}

.productfamilies {
	font-size: 12px;
	color: #000000;
	line-height : 15px;
}

.products_tab_on {
	background-color : #666666;
	font-size: 12px;
	color: #FFCC00;
	padding-right : 10px;
	padding-left : 7px;
}

.products_tab_on a {
	color : #FFCC00;
	text-decoration : none;
}

.products_tab_on a:hover {
	color : #FFCC00;
	text-decoration : underline;
}

.products_tab_off {
	background-color : #999999;
	font-size: 12px;
	color: #000000;
	padding-right : 10px;
	padding-left : 7px;
}

.products_tab_off a {
	color : #000000 !important;
	text-decoration : none;
}

.products_tab_off a:hover {
	color : #000000 !important;
	text-decoration : underline;
}

.product_techspecs_header {
	font-size: 12px;
	padding-bottom : 3px;
	color: #000000;
	font-weight : bold;
}

.product_techspecs {
	font-size: 12px;
	padding: 2px 10px 2px 10px;
}



/* ========================= */
/*  FORM STYLES              */
/* ========================= */

#formfield {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
}

#forminput {
	font-size: 12px;
}

.forminput {
	font-size: 12px;
}

#formnormal {
	font-size: 12px;
}

#formrequired {
	color: #CC0000;
	font-weight: bold;
}

#formtable {
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

#formtxtctr {
	background-color: #EEEEEE;
	border: none;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: right
}

#formtxtctrlbl {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}



/* ========================= */
/*  COMPONENT STYLES         */
/* ========================= */

a.left-normal {
	display: inline !important;
	padding: 0px !important;
	border-bottom: none !important;
	background-color: none !important;
}

a.left-normal:link, a.left-normal:visited {
	color: #006699 !important;
	text-decoration: none !important;
}

a.left-normal:hover, a.left-normal:active {
	color: #006699 !important;
	text-decoration: underline !important;
	background-color: #FFFFFF !important;
}

#comp-email-newsletters {
	margin: 20px 0px 20px 0px;
}



/* ========================= */
/*  FOOTER STYLES            */
/* ========================= */

#footer {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px 10px 0px 10px;
	padding: 8px 15px 8px 15px;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFCC00;
	text-decoration: underline;
}
