html, body {
	font-family: Arial, sans-serif;
	border:0;
	margin: 0;
	padding: 0;	
	font-size:12px;
	scroll:auto;
}

div.clear {
	clear:both;	
}

body {
	background:black url(images/bg-stripe-2.png) repeat;	
}

form.paypal-cart {
	display:inline;
	padding:0;
	margin:0;
	border:0;
	margin-left:5px;
}

form#particle {
	width:300px;
	display:inline;
}

form#standard {
	width:370px;
	display:inline;	
}

p {
	padding:10px;
}

a img {
	border:0;	
}

h1 {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	color: #111e4a;
}

h1 span {
	font-size:10px;	
}

div.volume {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	height:auto;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
}

div.volume a { color:black;text-decoration:none; }
div.volume a:hover { text-decoration:underline; }

table.jis-chart {
	width:auto;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}

table#specifications_chart {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}


table.jis-chart th {
	background:#111e4a;
	color:white;
	font-weight: normal;
}

table.jis-chart tr.row {
	background:#ffffff;
}

table.jis-chart tr.row-alt {
	background:#cccccc;
}

table.jis-chart tr.row-match {
	background: #8FBC8F;
}

table.jis-chart tr.row-partial {
	background: yellow;
}

table.jis-chart td.add-to-cart {
	/*background: url(images/add-to-cart.gif) top right no-repeat;	*/
}

div.main {
	width:760px;
	margin:0;
	border:0;
	padding: 0;	
	margin-left:auto;
	margin-right:auto;
	background: #999999 url(images/bg-content.gif) repeat-y;
}

div.header-top {
	width:760px;
	height:22px;
	border:0;
	padding: 0;	
	margin:0;
	background: #999999 url(images/bg-header-top.gif) no-repeat;	
}

div.header {
	width:740px;
	border:0;
	padding: 0;	
	margin:0;
	margin-left:auto;
	margin-right:auto;
	min-height: 60px;
	height: auto !important;
	height: 60px;
	background: #111e4a;
	color: #ffffff;
}

div.header img {
	float:left;	
}

div.header-info {
	width:auto;
	float:right;
	font-size:11px;
	margin-right:20px;
}

div.content {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-top:10px;
}

div.search {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	background:#999999;
	color:white;
	height:auto;
}

div.search span {
	margin-left:25px;	
}

div.search input {
	margin-right:4px;	
}

div.search input.particle-size, div.search input.mesh-number {
	width: 40px;
}

div.search input.subbutton {
	border:1px solid black;
	background:#999999;
	color:white;
	font-weight:normal;
	font-family: Lucida Consola, Courier New, Courier, monospace;
	font-size:12px;
	text-transform:uppercase;	
}

div.search-results {
	width:auto;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
	color:black;
	margin-top:10px;
	margin-bottom:10px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	border: 3px solid #ffffff;
}

div.navigation {
	background:#111e4a;
	/*background:lawngreen;*/
	width:740px;
	margin-left:auto;
	margin-right:auto;
	color: #ffffff;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding-top:5px;
	padding-bottom:5px;
}

div.navigation a {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

div.navigation a:hover {
	text-decoration:underline;	
}

div.footer {
	width:740px;
	border:0;
	padding: 0;	
	margin:0;
	margin-left:auto;
	margin-right:auto;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	background: #ffffff;
	text-align:center;
}

div.footer-bottom {
	width:760px;
	height:22px;
	border:0;
	padding: 0;	
	margin:0;
	background: #999999 url(images/bg-footer-bottom.gif) no-repeat;	
}

/* SUB AND SUPERSCRIPT */
.superscript{ font-size:xx-small; vertical-align:top; } 
.subscript{ font-size:xx-small; vertical-align:bottom; } 
