/*-----------------------------------------------------/
	Abrasive Materials CSS
	Copyright 2008 InterWorks, Inc.

	url:http://interworksinc.com/
/-----------------------------------------------------*/

* {margin:0;padding:0;font-family:arial,helvetica,sans-serif;outline:0;border:0;}
* {behavior: url(/assets/css/iepngfix.htc);}

body {
	background-color:#fff;
	color:#000;
	font-family:Verdana;
	behavior: url(/assets/css/csshover.htc);
}

/* ELEMENTS
----------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 10px 0	;
	font-family: tahoma;
}

h4 {
	margin-top: 0;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	color:#DE1C27;
	text-decoration:underline;
}

a:hover {
	color:#666;
}

table {
	margin: 10px 0 25px 0;
	padding: 1px;
	font-size: .70em;
	text-align: center;
	background-color: #fff;
}

th, td {
	padding: 5px;
}

th {
	color: #fff;
	background-color: #000;
}

td {
	color: #444;
	background-color: #fff;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

	td:first-child {
		border-left: 1px solid black;
	}

	* html td {
		border: 1px solid black;
	}


/* STRUCTURE
----------------------------------------------------*/
#wrapper {
	width:810px;
	margin:0 auto;
	background: #fff url('../../images/bg_navPanel.jpg') no-repeat top left;
}

#left {
	float:left;
	width:260px;
}

#left img.logo {
	display: block;
	margin: 10px auto 59px auto;
}

#right {
	float:left;
	width:550px;
}

/* HEADER
----------------------------------------------------*/
#header {
	position: relative;
	background: #999 url(../../images/bg_header.jpg) no-repeat 0 2px;
	width:550px;
	height:108px;
	border-top: 4px solid #5F060A;
}

#header h1 {
	float: left;
	background: url(../../images/header.gif) no-repeat;
	width: 329px;
	height: 53px;
	margin: 27px 0 0 21px;
	text-indent: -5000px;
	display: inline; /* IE Double float margin bug. */
}

#header img {
	float: left;
	display: block;
	margin: 6px 0 0 47px;
}

#header p {
	float: right;
	padding: 0 20px 0 0;
	margin: 27px 0 0 0;
	text-align: right;
	font-size: .7em;
	color: #fff;
}

#header p.phone {
	padding: 30px 20px 0 0;
	margin: 12px 0 0 0;
	text-align: right;
	font-size: .8em;
	font-weight: bold;
	width: 175px;
	color: #fff;
}


/* NAVIGATION
----------------------------------------------------*/

#left ul {
	float:right;
	padding: 0;
	margin-right: 3px;
	min-height:480px;
	font-family: tahoma;
	list-style-type:none;
}

	* html #left ul { margin-right: 2px; }

#left ul li {
	position: relative;
}

#left ul li a {
	margin:0 0 5px 0;
	padding:8px;
	display:block;
	width:240px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	background: url('../../images/bg_nav.png') no-repeat top left;
}

#left ul li a:hover {
 background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

#left ul ul {
	display: none;
}

#left ul li:hover ul {
	display: block;
}

#left ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	width: 230px;
	min-height: 0;
	background: #ccc url('../../images/bg_nav-lower.gif') no-repeat bottom right;
	border-left: 3px solid #666;
	z-index: 99;
}

	* html #left ul li { display: inline; } /* Fixes gap issue below the button upon hover */
	* html #left ul ul li { display: block; }


#left ul ul li {
	margin: 3px 0;
}

#left ul ul li:first-child {
	margin: 0;
	padding-top: 5px;
	background: url('../../images/bg_nav-upper.gif') no-repeat top right;
}

#left ul ul li a {
	margin: 5px 0;
	padding: 10px;
	display: inline;
	width: auto;
	color: #000;
	text-align: left;
	background: none;
}

#left ul li.currentParent ul a {
	background-image: none;
}

#left ul ul li a:hover {
	color: #6E0104;
	background: none;
}

/*
	Active parents for navigation
*/
.indexActive #left ul li.indexParent a {
	background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

.productsActive #left ul li.productsParent a {
	background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

.applicationsActive #left ul li.applicationsParent a {
	background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

.contactActive #left ul li.contactParent a {
	background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

.sizechartActive #left ul li.sizechartParent a {
	background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

.datasheetsActive #left ul li.datasheetsParent a {
	background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

.newsandeventsActive #left ul li.newsandeventsParent a {
	background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

.askanexpertActive #left ul li.askanexpertParent a {
	background: url('../../images/bg_nav-hover.png') no-repeat top left;
}

/*
	Reset the background for all fly out menus
*/
.productsActive #left ul li.productsParent ul a, .applicationsActive #left ul li.applicationsParent ul a {
	background-image: none;
}

/* CONTENT
----------------------------------------------------*/
#content {
	background:url(../../images/content-bg.gif) top left #fff repeat-x;
	width:530px;
	padding: 0 10px 0 10px;
}

#content h3 {
	clear: both;
	font-size:1.3em;
	font-weight:bold;
	color:#9C0004;
	padding:14px 0 0 0;
}

#content .extraLarge {
	font-size:1.5em;
}

#content p, #content ul {
	margin: 20px 0;
	font-size:.8em;
	line-height:1.5em;
}

#content p.pop {
	font-size: .9em;
	font-weight: bold;
}

#content ul {
	margin: 0 0 0 30px;
}

#content ul li {
	font-size: 12px;
	list-style-image: url("../images/bg_li.gif");
}

#content strong {
	letter-spacing:.11em;
}

#content p#description {
	font-size:.9em;
	margin:10px 0 10px 0;
}

#content img {
	margin-left: 10px;
}

#content img.solo {
	float: right;
	padding: 5px;
	border: 1px solid #EFEFEF;
}

/*
	Request More Information Forms
*/
.request {
	float: right;
	clear: both;
	margin: 10px -10px 0 20px;
	padding: 10px;
	font-size: .75em;
	width: 215px;
	height: 220px;
	background: #fff url('../../images/bg_request.jpg') no-repeat top left;
}

	* html .request { margin-right: -5px; }
	* html .large { margin: 10px auto 0 auto; }

.large {
	float: none;
	margin: 10px auto 0 auto;
	width: 270px;
	background: #fff url('../../images/bg_request_large.jpg') no-repeat top left;
}

input {
	float: left;
	margin: 2px 0;
	padding: 2px;
	width: 100px;
	border: 1px solid #ccc;
}

.large input { width:175px;}
input.reqField { }

input.submit, .large input.submit { margin: 7px 0 0 83px; width: 105px; border: none; }
.large input.submit { margin-top: 10px; }


label {
	float: left;
	clear: both;
	margin: 2px 0;
	width: 85px;
	font-weight: bold;
	color: #fff;
}

#content .request h4 {
	margin: 0 0 10px 0;
	font-size: 1.15em;
	letter-spacing: -.05em;
	word-spacing: .1em;
	text-transform: none;
	text-align:center;
	color: #fff;
}

#content .large p {
	margin: 20px 0;
	float: left;
	clear: both;
	width:165px;
}

/*
	Breadrcumbs and search box
*/

.breadcrumbs {
	position: relative;
}


#content .breadcrumbs p {
	margin: 0;
	padding-top: 9px;
	font-size:.7em;
	font-weight:bold;
	letter-spacing:.07em;
	text-transform:uppercase;
}

.search {
	position: absolute;
	top: 0;
	right: 5px;
	margin: 0;
	padding: 0;
}

.search label {
	margin: 9px 5px 0 0;
	font-size:.7em;
	letter-spacing:.07em;
	width: auto;
}

.search input {
	margin: 7px 0 0 0;
	font-size:.7em;
	letter-spacing:.07em;
}

.search input.submit {
	margin: 7px 0 0 5px;
	padding: 1px;
	width: auto;
	font-weight: bold;
	color: #fff;
	background-color: #9D0104;
	border: 1px solid #7F0005;
	border-top: 1px solid #BF2329;
	border-left: 1px solid #BF2329;
}

/*
	Image/thumbnail box
*/
#content .images {
	float: right;
	margin-left: 20px;
	padding: 0;
	width: 225px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -.01em;
	background: #fff url('../../images/bg_imgTop.jpg') no-repeat top left;
}

#content .images img {
	margin: 10px 0;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
}

#content .images .moreInformation {
	padding: 2px;
	background: #fff url('../../images/bg_imgBottom.jpg') no-repeat bottom left;
}

#content .images .moreInformation img {
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
	background-color: #EFEFEF;
	border: 1px solid #CFCFCF;
}

#content .images .moreInformation p {
	margin: 0 0 5px 0;
	padding: 0 10px;
}


/* FOOTER
----------------------------------------------------*/
#footer {
	clear: both;
	height: 40px;
	font-size: .65em;
	background: #000 url('../../images/bg_footer.jpg') no-repeat top left;
}

#footer p {
	float: left;
	margin: 15px 0 0 15px;
	color: #fff;
}

#footer ul {
	float: right;
	margin-top: 15px;
	list-style: none;
}

	#footer ul li {
		display: inline;
	}

	#footer ul li a {
		margin: 0 12px;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}


/* PAGE SPECIFIC STYLES
----------------------------------------------------*/
/*
	Home page
*/

.indexActive #header p.phone {
	position: static;
	float: right;
	clear: both;
	margin: 0;
	padding-top: 0;
}

.indexActive .request {
	float: left;
	margin: 10px 0 0 0;
	clear: none;
}

.indexActive .callout {
	float: left;
	width: 200px;
	margin: 10px 10px 0 10px;
	padding-bottom: 15px;
	background: url('../../images/bg_callout-bottom.gif') no-repeat bottom center;
}

.indexActive .callout h4 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: .95em;
	letter-spacing: -.05em;
	word-spacing: .1em;
	color: #9D0104;
	text-transform: none;
	text-align: center;
	background: url('../../images/bg_callout-top.gif') no-repeat top center;
}

.indexActive #content .callout p {
	margin: 0;
	padding: 2px 22px;
	background: url('../../images/bg_callout-middle.gif') repeat-y top center;
}

.indexActive em {
	font-style: normal;
	font-size: 120%;
}

#content p.applications {
	clear: right;
	margin: 10px 0;
	color: #666;
	font-size: .85em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#content p.applications a {
	margin: 0 -5px 0 5px;
}

.indexActive #content .large p {
	margin: 20px 0;
}

.indexActive h4 {
	margin-top: 25px;
	margin-bottom: -10px;
}

/*
	Ask an Expert
*/

.askanexpertContent a {
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
}


