/* CSS Document */
/*a {
text-decoration: none;
}
a:hover {
  text-decoration: underline;
}*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

h1
{
	color: #00544D;
	margin: 12px 0 0 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	background-image: url(../images/bg_pagetitle.gif);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
	clear: both;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #a88f0a;
	margin: 0px;
	padding: 0px;
	width: 679px;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00544D;
	margin: 0px;
	padding: 0px;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00544D;
	margin: 0px;
	padding: 0px;
}

#container
{
	width: 976px;
	display: block;
	margin: auto;
}
div.header
{
	width: 976px;
	background-image: url(../images/head_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 87px;
	padding-left: 6px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div.header .logo
{
	float: left;
	padding-left: 2px;
}
div.header .right
{
	float: right;
	clear: right;
	padding-right: 20px;
	margin-top: 15px;
}
div.header .right img.globe
{
	margin-right: 2px;
	float: left;
	padding: 0px;
}
div.header .right a:link
{
	color: #a33d05;
	text-decoration: underline;
}
div.header .right a:visited
{
	color: #a33d05;
	text-decoration: underline;
}
div.header .right a:hover
{
	color: #a33d05;
	text-decoration: none;
}
div.header .right a:active
{
	color: #a33d05;
	text-decoration: underline;
}
div.contentbox
{
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #EDECEC;
	border-top-color: #999999;
	border-right-color: #EDECEC;
	border-left-color: #999999;
	padding: 3px 0px 3px 0px;
	background: url(../images/row_even.jpg) repeat-x top;
}

div.Links a:link
{
	color: #a33d05;
	text-decoration: underline;
	white-space: nowrap;
}
div.Links a:visited
{
	color: #a33d05;
	text-decoration: underline;
	white-space: nowrap;
}
div.Links a:hover
{
	color: #a33d05;
	text-decoration: none;
	white-space: nowrap;
}
div.Links a:active
{
	color: #a33d05;
	text-decoration: underline;
	white-space: nowrap;
}

input.field
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
	margin-right: 0px;
	width: 165px;
}
/*********************/
/* Global Navigation */
/*********************/

div#nav
{
	width: 974px;
	background-color: #507803;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 0 0 0 14px;
	float: left;
	clear: left;
	background-position: 8px;
	margin: 0px;
	height: 28px;
}
div#nav ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#nav ul li
{
	float: left;
	height: 28px;
}
div#nav ul li a#about
{
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 129px;
	background: url(../images/nav_about.gif) no-repeat 0 -28px;
}
div#nav ul li a#customers
{
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 123px;
	background: url(../images/nav_customers.gif) no-repeat 0 -28px;
}
div#nav ul li a#communities
{
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 180px;
	background: url(../images/nav_community.gif) no-repeat 0 -28px;
}

div#nav ul li a#investors
{
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 102px;
	background: url(../images/nav_investor.gif) no-repeat 0 -28px;
}
div#nav ul li a#sustainability
{
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 117px;
	background: url(../images/nav_sustainability.gif) no-repeat 0 -28px;
}
div#nav ul li a#products
{
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 152px;
	background: url(../images/nav_products.gif) no-repeat 0 -28px;
}
div#nav ul li a#resources
{
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 178px;
	background: url(../images/nav_resources.gif) no-repeat 0 -28px;
}
div#nav ul li a#careers
{
	display: block;
	height: 28px;
	text-indent: -9999px;
	width: 103px;
	background: url(../images/nav_careers.gif) no-repeat 0 -28px;
}
div#nav ul li a#about:hover, div#nav ul li a#products:hover, div#nav ul li a#customers:hover, div#nav ul li a#communities:hover, div#nav ul li a#investors:hover, div#nav ul li a#sustainability:hover, div#nav ul li a#resources:hover, div#nav ul li a#careers:hover, div#nav ul li a.selected
{
	background-position: 0 0 !important;
}
/* END Global Navigation */


div.content
{
	background-color: #FFFFFF;
	background-image: url(../images/contentfull_bg.gif);
	background-repeat: no-repeat;
	width: 975px;
	padding: 0 0 0 14px;
	background-position: left top;
	float: left;
	margin: 0px;
}
div.column-left-home
{
	background-color: #FFFFFF;
	width: 700px;
	padding: 0 15px 0 0;
	background-image: url(../images/home_left_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 10px;
}
div.home-intro
{
	padding: 10px 15px 15px;
	background-color: #f1eed9;
	margin: 0px 0px 0px 1px;
}
div.callout
{
	float: left;
	width: 327px;
	padding-right: 10px;
	padding-left: 10px;
}
div.calloutHeader
{
	background-color: #E6E1B0;
	padding: 5px 3px 5px 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
div.calloutHeader img.rss
{
	float: right;
	padding: 0px;
	margin: 3px 5px 0px 0px;
}
div.calloutHeader a:link, div.calloutHeader a:visited, div.calloutHeader a:hover, div.calloutHeader a:active
{
	font-size: 12px;
	font-weight: normal;
}
div.callout img
{
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
}
div.callout p
{
	padding-left: 10px;
	float: left;
	width: 190px;
}
div.callout a:link, div.callout a:visited, div.callout a:hover, div.callout a:active
{
	font-weight: bold;
}
div.callout ul
{
	list-style-type: none;
	margin: 0px 0px 10px 5px;
	padding: 0px;
}
div.callout ul li
{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 15px;
	padding-top: 3px;
}
div.callout ul li a:link, div.callout ul li a:visited, div.callout ul li a:hover, div.callout ul li a:active
{
	font-weight: normal;
	color: #00544d;
}

div.column-right-home
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	width: 236px;
	padding: 15px 0 20px 10px;
	float: left;
}
div.column-right-home img
{
	margin-top: 8px;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dad188;
	padding-bottom: 12px;
}
div.column-left-home p
{
	margin: 0px;
	padding: 0px;
}

div.TabbedPanelsContent p
{
	margin: 0px;
	padding: 0px;
}
div.TabbedPanelsContent p.stock
{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dad188;
	border-bottom-color: #dad188;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 8px 0px;
}
div.footer
{
	background-color: #E6E1B0;
	display: block;
	width: 960px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
}
div.footer span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #817522;
	width: 600px;
	padding: 5px 0 0 10px;
	float: left;
}
div.footer a:link, visited, hover, active
{
	color: #817522;
}

div.sub-column-left
{
	background-color: #FFFFFF;
	padding: 0 15px 0 0;
	background-image: url(../images/home_left_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 10px;
}
div.sub-nav
{
	float: left;
	width: 167px;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 6px;
}
div.sub-nav h2
{
	color: #a88f0a;
	background-color: #e6e1b0;
	padding: 4px 7px;
}
div.sub-nav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.sub-nav ul li
{
	font-weight: bold;
	color: #6d8d23;
	line-height: 14px;
	background-image: url(../images/bullet_subNav.gif);
	background-repeat: no-repeat;
	background-position: 7px 14px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E1B0;
}
div.sub-nav ul li a:link, div.sub-nav ul li a:visited, div.sub-nav ul li a:active
{
	color: #6d8d23;
	text-decoration: none;
}
div.sub-nav ul li a:hover
{
	color: #6d8d23;
	text-decoration: underline;
}
div.sub-content
{
	float: left;
	margin: 6px 0px 0px;
	padding: 0px 5px 0px 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedddd;
	width: 592px;
}
div.sub-content a.videoLink:link, a.videoLink:visited, a.videoLink:hover, a.videoLink:active
{
	text-decoration: none;
}
div.sub-content p
{
	padding-left: 10px;
	margin: 16px 0px 10px;
	padding-top: 0px;
}

div.callout-item
{
	margin: 5px 0px 0px;
	padding: 0px 0px 10px;
	float: left;
}
div.callout-item img
{
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
div.callout-item p
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 225px;
}
span.bold
{
	font-weight: bold;
	color: #000000;
}
div.sub-column-right
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	width: 153px;
	padding: 15px 0px 0px 3px;
	float: left;
	margin: 0px;
}
div.sub-column-right img
{
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dad188;
	padding-bottom: 15px;
}
div.sub-callout
{
	float: left;
	width: 276px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	white-space: normal;
}

div.sub-callout-general
{
	float: left;
	width: 276px;
	padding-right: 10px;
}

div.sub-callout h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00544D;
}

div.sub-calloutHeader
{
	color: #00544D;
	text-decoration: none;
}
div.sub-calloutHeader h4 a:link, div.sub-callout h4 a:visited, div.sub-callout h4 a:active
{
	color: #00544D;
	text-decoration: underline;
}

div.sub-calloutHeader h4 a:hover
{
	color: #00544D;
	text-decoration: none;
}
div.sub-header, tr.sub-header
{
	background-color: #E6E1B0;
	padding: 3px 3px 3px 6px;
	margin: 0;
	background-image: url(../images/calloutHeader_bkg.gif);
	background-repeat: no-repeat;
	background-position: right top; /*border-bottom: 1px solid #ff; */
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
div.sub-headerWithBotBdr
{
	background-color: #E6E1B0;
	padding: 3px 3px 3px 6px;
	margin: 0;
	background-image: url(../images/calloutHeader_bkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}


div.productFinderContainer
{
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #dad188;
	float: left;
}
div.productFinder
{
	background-color: #f0ecce;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 143px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
}
div.productFinder img
{
	margin: 2px 0px 0px;
	padding: 0px;
}
div.productFinder a:link, div.productFinder a:visited, div.productFinder a:hover, div.productFinder a:active
{
	float: left;
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 3px;
}
div.productFinder p
{
	float: left;
	font-size: 10px;
	line-height: 12px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	width: 75px;
}

input.msdsProductField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
#videoButton
{
	background-image: url(../images/callout_video.gif);
	background-repeat: no-repeat;
	float: right;
	height: 23px;
	width: 132px;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
	font-size: 11px;
	color: #666633;
	text-decoration: none;
	padding-left: 11px;
	padding-top: 38px;
}
div.search-header, tr.search-header
{
	color: #666;
	font-size: 12px;
	background-color: #e9e8e8;
	padding: 3px 6px 3px 6px;
	margin: 0;
	background-image: url(../images/search_bar.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 100%;
}
div.search-header a:visited
{
	color: #a33d05;
	font-weight: bold;
}
div.search-header a:link
{
	color: #a33d05;
	font-weight: bold;
}
div.search-header a:active
{
	color: #a33d05;
	font-weight: bold;
}
div.search-header a:hover
{
	color: #000000;
	font-weight: bold;
}
div.search-header .left
{
	width: 474px;
	float: left;
	padding: 0;
	margin: 0;
}
div.search-header .right
{
	width: 150px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
}
div.content-full div.main-content
{
	padding: 10px 30px 10px 18px;
	margin: 0px;
	display: inline-block !Important;
}
div.content-full div.main-content p
{
	font-size: 12px;
}
div.content-full div.sub-header
{
	background-color: #E6E1B0;
	background-image: url(../images/calloutHeader_bkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 18px;
	padding: 3px 3px 3px 6px;
	margin: 0px;
	display: block;
}

div.content-full div.sub-header h4
{
	color: #00544D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
	float: left;
	display: block;
}
div.content-full div.sub-header a.download, tr.sub-header a.download
{
	color: #a33d05;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: right;
	display: block;
}

div.content-full table.products th, div.content-full table.products td
{
	font-size: 12px;
	line-height: 13px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
div.content-full div.main-content table.products a
{
	font-weight: bold;
}
div.content-full div.main-content table.products .destination
{
	text-align: left;
	padding: 0px 0px 0px 24px;
}
div.content-full h1
{
	color: #00544D;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	background-image: none;
	width: 511px;
	padding: 0px;
	margin: -10px 0px 0px 18px;
	float: left;
	display: block;
	clear: both;
}

div.content-full #breadcrumbs
{
	width: 514px;
	_width: 500px; /* notice the _ before the property - shows in IE6 and below */
	float: left;
	padding: 10px 0px;
	margin: 0px 0px 0px 18px;
}

h4 span.numbers, h4 div.numbers
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00544D;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h4 span.results, h4 span.results a:link, h4 span.results a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #a33d05;
	margin: 0px;
	padding: 0px;
}

/*************************/
/* Global Tab Navigation */
/*************************/

div#globaltabs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #E9E4C1 url(../images/global_tabs_bg.gif) repeat-x;
	width: 959px;
	height: 29px;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
	padding: 0px;
	margin: 0px;
	display: block;
}

div#globaltabs a#tabs
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	line-height: 18px;
	background: transparent url(../images/global_tab_left.gif) no-repeat left top;
	height: 29px;
	margin: 0px;
	padding: 0 0 0 16px;
	float: left;
}

div#globaltabs a#tabs span
{
	color: #FFF;
	font-weight: bold;
	background: transparent url(../images/global_tab.gif) no-repeat right top;
	display: block;
	padding: 5px 16px 6px 0px;
	margin: 0px;
}

div#globaltabs a#tabs:hover
{
	/* Hover state CSS */
	color: #00544d;
	background-position: left -29px;
}
div#globaltabs a#tabs:hover span
{
	/* Hover state CSS */
	color: #00544d;
	background-position: right -29px;
}

div#globaltabs a#tabs.current
{
	/* Hover state CSS */
	color: #00544d;
	background-position: left -58px;
	text-decoration: none;
}

div#globaltabs a#tabs.current span
{
	/* Hover state CSS */
	color: #00544d;
	background-position: right -58px;
	text-decoration: none;
}

/* END Global Tab Navigation */

/*************************/
/* Global Tab Sub Navigation */
/*************************/

div#globaltabs-sub
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF url(../images/global_tab_sub_bg.gif) repeat-x;
	width: 733px;
	height: 30px;
	border-left: solid 1px #FFF;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}

div#globaltabs-sub a#tabs
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00544d;
	font-weight: bold;
	line-height: 18px;
	background: transparent url(../images/global_tab_sub_left.gif) no-repeat left top;
	height: 30px;
	margin: 0px;
	padding: 0 0 0 16px;
	float: left;
}

div#globaltabs-sub a#tabs span
{
	color: #00544d;
	font-weight: bold;
	background: transparent url(../images/global_tab_sub.gif) no-repeat right top;
	display: block;
	padding: 7px 16px 5px 0px;
	margin: 0px;
}

div#globaltabs-sub a#tabs:hover
{
	/* Hover state CSS */
	color: #00544d;
	background-position: left -30px;
}
div#globaltabs-sub a#tabs:hover span
{
	/* Hover state CSS */
	color: #00544d;
	background-position: right -30px;
}

div#globaltabs-sub a#tabs.current
{
	/* Hover state CSS */
	color: #00544d;
	background-position: left -60px;
	text-decoration: none;
}

div#globaltabs-sub a#tabs.current span
{
	/* Hover state CSS */
	color: #00544d;
	background-position: right -60px;
	text-decoration: none;
}

/* END Global Tab Sub Navigation */
div.online-search
{
	/*background: #FFF url(../images/online_search_bg.jpg) no-repeat right top;*/
	background: #FFF no-repeat right top; /*background: #FFF url("<%$ Resources:LocalText, Master_QuickSearch_Image %>") no-repeat right top;*/ /*<%$ Resources:LocalText, Master_Mosaic_Company_Text %>">*/
	width: 201px;
	height: 53px;
	padding: 35px 0px 0px 25px;
	_padding: 35px 0px 0px 25px; /* notice the _ before the property - shows in IE6 and below */
	margin: 0px 14px 0px 0px;
	_margin: 0px 8px 0px 0px; /* notice the _ before the property - shows in IE6 and below */
	border-right: solid 1px #FFF;
	_border-right: none; /* notice the _ before the property - shows in IE6 and below */
	float: right;
}
div.online-search input.field
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	color: #666666;
	padding: 1px 1px 1px 1px;
	margin: 3px 3px 0px 0px;
	width: 120px;
	float: left;
}
.ImageButton
{
	/* background: url(../images/btn_online_go.gif) no-repeat 0px 0px; */
	width: 31px;
	height: 21px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	float: left;
	border: none;
	border-collapse: collapse;
}
/* .ImageButton:hover
{
	background: url(../images/btn_online_go.gif) no-repeat 0px -21px;
	border: none;
	border-collapse: collapse;
} */
div.online-contact
{
	color: #666;
	font-size: 9px;
	text-align: right;
	width: 195px;
	_width: 175px; /* notice the _ before the property - shows in IE6 and below */
	padding: 8px 3px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#breadcrumbs
{
	font-size: 11px;
	color: #9eab05;
}

#breadcrumbs a, #breadcrumbs a:visited
{
	color: #9eab05;
	text-decoration: underline;
}

#breadcrumbs a:hover, #breadcrumbs a:active
{
	color: #9eab05;
	text-decoration: none;
}
div.column-left-home
{
	background-color: #FFFFFF;
	width: 700px;
	padding: 0 15px 0 0;
	background-image: url(../images/home_left_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 10px;
}
div.home-intro
{
	padding: 20px 25px 25px;
	background-color: #f1eed9;
	margin: 0px 0px 0px 1px;
	width: 650px;
}
div.column-left-home div.callout
{
	float: left;
	width: 327px;
	padding: 0px 0px 0px 10px;
}

div.column-left-home div.callout ul.red-links
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: -8px 0px 10px 5px;
	float: left;
}

div.column-left-home div.callout ul.red-links li
{
	list-style-type: none;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 3px 0 0 15px;
	margin: 0px 0px 0px 0px;
}
div.calloutHeader
{
	background-color: #E6E1B0;
	padding: 5px 3px 5px 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
div.calloutHeader img.rss
{
	float: right;
	padding: 0px;
	margin: 3px 5px 0px 0px;
}

div.calloutHeader a:link, div.calloutHeader a:visited, div.calloutHeader a:hover, div.calloutHeader a:active
{
	font-size: 12px;
	font-weight: normal;
}
div.callout img
{
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
}
div.column-left-home div.callout p
{
	padding: 0px 0px 0px 5px;
	margin-bottom: 10px;
	float: left;
	width: 190px;
	display: block;
}
/* Online Styles */
ul.red-links
{
	list-style-type: none;
	margin: 10px 0px 10px 5px;
	padding: 0px;
}
ul.red-links li
{
	list-style-type: none;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 15px;
	padding-top: 3px;
}
div.onlinehome-right p
{
	padding: 0px 10px 0px 10px;
	margin: 16px 0px 0px 0px;
}
div.onlinehome-right img.left
{
	padding: 0px 15px 0px 10px;
	margin: 10px 0px 0px 0px;
	float: left;
}
div.onlinehome-right div.divider
{
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: solid 1px #dcdcdc;
	clear: both;
}
div.content-full div.onlinehome-right div.sub-header h4
{
	color: #00544D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	float: left;
	display: block;
}
div.content-full div.onlinehome-left
{
	font-size: 12px;
	width: 442px;
	padding: 10px 19px 10px 18px;
	margin: 0px;
	float: left;
}

div.content-full div.onlinehome-left div.sub-header h4
{
	color: #00544D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	float: left;
	display: block;
}


div.content-full div.onlinehome-right
{
	font-size: 12px;
	width: 463px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	float: left;
}

.mainmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	margin-left: 14px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.mainmenu-static
{
	border: solid 1px White;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
	width: 100%;
}

.mainmenu-static a
{
	display: block;
	font-weight: normal;
	padding: 5px 35px 5px 0px;
	text-decoration: none;
	width: 100%;
}

.mainmenu-dynamic
{
	border-left: solid 1px White;
	border-right: solid 1px White;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

/*
.momainmenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt; 
	text-align: center;
	text-decoration: none;
}

.momainmenu-static
{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
}

.momainmenu-static a
{
	display: block;
	font-weight: bold;
	padding: 5px 35px 5px 0px;
	text-decoration: none;
	width: 100%;
}

.momainmenu-dynamic
{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
}
.momainmenu-select a {
	color:#FFF;
	font-weight:bold;
	background:transparent url(../images/mainmenutab.gif) no-repeat left top;
	display:block;
	padding:6px 19px 5px 4px;
	margin:0px;
	background-position:left -58px;
	text-decoration:none;
	color:#00544d;
}
.momainmenu-hover a {
	color:#FFF;
	font-weight:bold;
	background:transparent url(../images/mainmenutab.gif) no-repeat left top;
	display:block;
	margin:0px;
	background-position:left -29px;
	text-decoration:none;
	color:#00544d;
} 
*/
.syncgrid
{
	/* background-color: #fffff0; */
	border-collapse: separate;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	width: 100%;
	color: #999999;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	text-align: left;
	border-style: solid;
	background-repeat: repeat-x;
}

.syncgrid-nowrap
{
	white-space: nowrap !important;
}

.syncgrid-anycell
{
	/* background-color: #fffff0; */
	background: url(../images/row_even.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-align: left;*/
	font-weight: normal;
	white-space: normal;
	color: #000000;
}

.syncgrid-nowrap .syncgrid-anycell
{
	white-space: nowrap !important;
}

.syncgrid-alternaterecordfieldcell
{
	/* background-color: #fafad2; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	font-weight: normal;
	background: #f8f6e7 url(../images/row_odd.jpg) repeat-x;
	color: #000000;	
}

.syncgrid-columnheadercell
{
    /* background: url(../images/search_bar.gif);  	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; 	font-weight: bold; 	text-align: center; 	white-space: normal; 	line-height:13px; 	padding:5px 0px 5px 0px; */
    font-size: 12px;
    background: url(../images/background.jpg);
    background-repeat: repeat-x;
    background-color: #e9e8e8;
    color: #5B5B5B;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    white-space: normal;
    padding: 2px 7px 2px 7px;
    border-right: 1px solid #5B5B5B;
}


.syncgrid-groupcaptioncell-hide
{
	visibility: hidden;
	font-size: xx-small;
	margin: 0px;
}
.syncgrid-groupcaptioncell
{
	background-color: #E6E1B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00544D;
	text-align: left;
	white-space: nowrap; /* padding: 3px 3px 3px 6px; */
	padding: 0px 3px 0px 6px;
	margin: 0;
	background-image: url(../images/calloutHeader_bkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Styles for Grid Pager */

.NextPrevItemDisabled
{
	font-size: 9pt;
	padding: 0px 5px 0px 5px;
	margin-top: 10px;
}
.NextPrevItem
{
	font-size: 9pt;
	padding: 0px 5px 0px 5px;
	margin-top: 10px;
}

/* Styles for Sub menu 

.submenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
	color: #00544d;
}

.submenu-static
{
	color: #00544d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	width: 100%;
}

.submenu-static a
{
	display: block;
	font-weight: bold;
	padding: 5px 35px 5px 0px;
	text-decoration: none;
	width: 100%;
	color: #00544d;
}

.submenu-dynamic
{
	color: #00544d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.submenu-select a {
	color:#FFF;
	font-weight:bold;
	background:transparent url(../images/submenutab.gif) no-repeat left top;
	display:block;
	padding:6px 19px 5px 4px;
	margin:0px;
	background-position:left -60px;
	text-decoration:none;
	color:#00544d;
}
.submenu-hover a {
	color:#FFF;
	font-weight:bold;
	background:transparent url(../images/submenutab.gif) no-repeat left top;
	display:block;
	margin:0px;
	background-position:left -30px;
	text-decoration:none;
	color:#00544d;
} 
*/
/*Download to Excel button styles*/

a.excel:active, a.excel:link, a.excel:visited, a.excel:hover
{
	background: url(../images/icon_excel.gif) right top no-repeat;
	padding: 0px 22px 0px 0px;
	color: #a33d05;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	float: right;
	display: block;
}

a.excel:hover
{
	color: #000000;
}

a.selectPDF:active, a.selectPDF:link, a.selectPDF:visited, a.selectPDF:hover
{
	background: url(../images/icon_pdf.gif) right top no-repeat;
	padding: 0px 22px 0px 25px;
	color: #a33d05;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	float: right;
	display: block;
}

a.selectPDF:hover
{
	color: #000000;
}

.NoUnderLine
{
	text-decoration: none;
	white-space: nowrap;
}

.NoUnderLine:hover
{
	text-decoration: underline;
	color: #000000;
	white-space: nowrap;
}

.NoUnderLineOnHover
{
	text-decoration: none;
	white-space: nowrap;
}

.NoUnderLineOnHover:hover
{
	color: #000000;
	white-space: nowrap;
}
.NoUnderLineWithProcess
{
	text-decoration: none;
	white-space: nowrap;
}

.NoUnderLineWithProcess:hover
{
	text-decoration: underline;
	color: #000000;
	white-space: nowrap;
}

.UnderLine
{
	text-decoration: underline;
	white-space: nowrap;
}
/* Font-Bold="true" ForeColor="#a33d05" */

.RedLinkWithProcess
{
	white-space: nowrap;
	color: #a33d05;
	font-weight: bold;
}
.RedLink
{
	white-space: nowrap;
	color: #a33d05;
	font-weight: bold;
}

.RedLinkNoUnderLine
{
	white-space: nowrap;
	color: #a33d05;
	font-weight: bold;
	text-decoration: none;
}


.RedLinkNoUnderLine:hover
{
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
}
.RedButton
{
	background: url(../images/ButtonRed.gif) right top repeat;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
}

.RedButtonNoLoader
{
	background: url(../images/ButtonRed.gif) right top repeat;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
}

.RedButtonValidate
{
	background: url(../images/ButtonRed.gif) right top repeat;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
}

/*Login control...*/

#login
{
	padding-top: 50px;
	width: 330px;
	padding-left: 543px;
}
#loginheader
{
	background-color: #E6E1B0;
	padding: 3px 3px 3px 11px;
	background-image: url(../images/calloutHeader_bkg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}

#loginform
{
	float: left;
	padding: 20px 0px 0px 20px;
	background-image: url(../images/bg_fade.jpg);
	width: 310px;
}


#loginform .boldlabel
{
	font-weight: bold;
	text-align: right;
	width: 100px;
}

.loginoptions
{
	font-size: 9pt;
	text-align: center;
	width: 100%;
}

.loginalternative
{
	padding: 15px 0px 15px 0px;
	font-size: 9pt;
	text-align: center;
}

.loginalternative a, .loginalternative a.visited, .loginalternative a.hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #993300;
}

.productstable
{
	border-collapse: collapse;
	border: 1px solid #e6e1b0;
	width: 927px;
}

.productstheadandth
{
	background: url(../images/search_bar.gif);
	background-repeat: repeat-x;
	background-color: #e9e8e8;
	color: #999999;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	text-align: left;
	border-right: 1px solid #bfbdbd;
}
.productstbodytr
{
	background: url(../images/row_even.jpg) repeat-x top;
	font-size: 11px;
	border-right: 1px solid #bfbdbd;
}
.productstbodytd
{
	border-right: 1px solid #bfbdbd;
	border-bottom: 1px solid #e6e1b0;
	padding: 3px 7px 3px 7px;
	font-weight: normal;
	text-align: center;
}

.productstbodyth
{
	border-right: 1px solid #bfbdbd;
	border-bottom: 1px solid #e6e1b0;
	padding: 3px 7px 3px 7px;
	font-weight: normal;
	text-align: left;
	color: #666666;
}
.productstbodya
{
	color: #666666;
}
.productstbodytrodd
{
	background: #f8f6e7 url(../images/row_odd.jpg) repeat-x;
	border-right: 1px solid #bfbdbd;
	font-size: 11px;
}

.open
{
	display: block;
	cursor: hand;
	text-decoration: none;
	color: #a33d05;
}
.closed
{
	display: none;
	cursor: hand;
	text-decoration: none;
	color: #a33d05;
}

/* New Tab Menu Style */
.momainmenu
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	border: 0px;
	width: 100%;
	height: 29px;
}
.momainmenuclick
{
}

.MainMenuDefaultTab
{
	background-color: #edf0f6;
	background-image: url('../images/MainBkgNrm.gif');
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	height: 29px;
}

.MainMenuDefaultTabImage
{
	/*width : 25px;  */
	height: 29px;
}

.MainMenuDefaultTabText
{
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
}

.MainMenuDefaultTabHover
{
	background-image: url('../images/MainBkgHov.gif');
	cursor: pointer;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #00544d;
	height: 32px;
}

.MainMenuSelectedTabText
{
	font-size: 11px;
	font-family: verdana;
	cursor: pointer;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #00544d;
	font-weight: bold; /*  padding-left:5px;   padding-right:5px; */
}

.MainMenuSelectedTab
{
	background-color: white;
	background-image: url('../images/MainBkgSel.gif');
	cursor: default;
	color: #00544d; /*  height:31px; */
}

/* Submenu */

.submenu
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	border: 0px;
	width: 100%;
	height: 29px;
}

.tabImgCont
{
    height: 0px;
}

.submenuclick
{
    height: 30px !Important;
}
.SubMenuDefaultTab
{
	background-color: #edf0f6;
	background-image: url('../images/SubBkgNrm.gif');
	color: #00544d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	height: 29px;
}

.SubMenuDefaultTabImage
{
	/* width : 25px;   height :14px; */
}

.SubMenuDefaultTabText
{
	color: #00544d;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
}

.SubMenuDefaultTabHover
{
	background-image: url('../images/SubBkgHov.gif');
	cursor: pointer;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #00544d;
	height: 29px;
}

.SubMenuSelectedTabText
{
	font-size: 11px;
	font-family: verdana;
	cursor: pointer;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #00544d;
	font-weight: bold;
	padding-top: 2px;
}

.SubMenuSelectedTab
{
	background-color: white;
	background-image: url('../images/SubBkgSel.gif');
	cursor: default;
	color: #00544d; /*  height:31px; */
}

.ShowProcessing
{
}
.SearchTextStyle
{
	font-size: 14px;
	white-space: nowrap; /*font-weight:bold;*/
}
.SearchTextStyleWrap
{
	font-size: 14px; /*font-weight:bold;*/
}
.loginlabel
{
	white-space: nowrap;
}
.UserRegistationProcessing
{
	text-align: center;
	border: 2px;
	width: 385;
	height: 135;
}
.DownloadToExcel
{
	background-color: Transparent;
}


/* Added By Savita */

.LabelText
{
	font-size: 8pt;
	font-family: verdana;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: Black;
	font-weight: normal;
}

.LabelTextBold
{
	font-size: 8pt;
	font-family: verdana;
	display: block;
	margin: 0px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.MessageText
{
	font-size: small;
	font-family: Arial;
	text-decoration: none;
	color: Maroon;
	font-weight: normal;
}

.ErrorMessageText
{
	font-size: medium;
	font-family: Arial;
	text-decoration: none;
	color: Maroon;
	font-weight: normal;
}

.LabelSoldTo
{
	font-size: 10pt;
	font-family: Arial;
	color: Maroon;
	font-weight: bold;
}
/*********************************** */

.searchable
{
	text-align: left;
}

.SiteMessage
{
    background: #F6F3E0;
    text-align:left;
    padding: 10px 0 10px 0;
}
.SiteMessage-Alt
{
    background-color: #fff;  
    width: 100%;  
        padding: 10px 0 10px 0;
 }
 
 .SiteMessage-Title
 {
    font-weight: bold;  
}

.pnlLoginMessages
{
    position: absolute; 
    top: 125px; 
    left: 50px; 
    height: auto; 
    width: 50%; 
    background: rgb(254,239,179); 
    padding: 5px;
    border-radius: 10px;    
    color:brown;
    border: 1px solid rgb(159,96,0);
    background-position: 10px;
    padding: 5px;
    background-repeat: no-repeat;
    background-image: url(../images/alert_info.png);
    min-height: 40px;
     -moz-border-radius: 10px; /* For IE8 and earlier */
    -webkit-border-radius: 10px; /* For IE8 and earlier */
    behavior: url(css/PIE.htc); /* For IE8 and earlier */
    
    filter: alpha(opacity=70); /* For IE8 and earlier */ /* Not working after PIE was added. Had to choose rounded corner over opacity */
    opacity: 0.7;
}

.pnlLoginMessagesDiv
{
    margin-top: 10px; 
    margin-left: 65px;
}

.ddlSoldToWidth {
	width: 40px;
	_width: auto; /*ie6 hack*/
}

.site-message-links{
    font-size: 12px;
}

.working
{
    background:url('../images/ajax-loader.gif') no-repeat right center;
}

/* Order Placement Input Page*/
.OrderPlacementInputDestinationItems 
{
    padding:  0 10px;
}

.OrderPlacementInputDestinationItems_hover {
	padding: 0 10px;
	background-color: lightgray;
}


/***************************************/

.sortArrowASC
{
    background-image: url('../images/sort_asc.png');
    background-position:right;
    
}

.sortArrowDESC
{
    background-image: url('../images/sort_desc.png');
    background-position:right;
    background-repeat:no-repeat;    
}

.rptrgrid
{
	/* background-color: #fffff0; */
	border-collapse: separate;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	width: 100%;
	color: #999999;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	text-align: left;
	border-style: solid;
	background-repeat: repeat-x;
}

.rptrgrid-HeaderBtn
{
	text-decoration: none;
	/*white-space: nowrap;*/
	color:Gray;
	padding: 2px 7px 2px 7px;
}

.rptrgrid-columnheadercell
{
	/* background: url(../images/search_bar.gif);  	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px; 	font-weight: bold; 	text-align: center; 	white-space: normal; 	line-height:13px; 	padding:5px 0px 5px 0px; */
	font-size: 12px;
	background: url(../images/search_bar.gif);
	background-repeat: repeat-x;
	background-color: #e9e8e8;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #bfbdbd;
}

.repeator-seperator
{
   
}

.repeator-seperator td 
{
    padding: 0px !important; /* Overwrites default value in FireFox */
    height: 5px;
}

.repeator-seperator p
{
    margin: 0px !important; /* Overwrites default margin value in FireFox */
}

.gridPagerTableLayout
{
    table-layout: fixed;
    width: 100%;
}

