body {
	margin: 0px;
	background: url(images/img01.gif.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*border-bottom: 1px dotted #CC0001;*/
	color: #FB7600;
}

a img 
{
	border:none;
}

a:hover {
	background: none;
	text-decoration:underline;
}

label
{
	display:inline-block;
	width:100px;
	font-weight:bold;
}

.btnSearch{color:#FFFFFF; background-color:#0277BD; border:solid 1px #000000; font-weight:bold;}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#wrapper .btm {
	/*background: url(images/img05.gif) no-repeat left bottom;*/
}

/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	/*background: url(images/img02.jpg) repeat-y left top;*/
	/*background: url(images/banner_with_op_nordfab.jpg) no-repeat left top;*/
	background: url(images/banner_with_op_clark.jpg) no-repeat left top;
}

#header h1
{
	float:left;
	/*margin-left:50px;*/
	padding-left:100px;
	margin-top:30px;
}

/* Top-Most Menu */

#topmnu {
	text-align:right;
	padding-top:10px;
	padding-right:15px;	
	/*width:400px;*/
	float:right;
}

#topmnu a {
	border: none;
	background: none;
	text-decoration: none;
	color:#0000FF;
}

#topmnu a:hover {
	text-decoration: underline;
}

/* Call Us */

#callus {
	text-align:right;
	padding-right:120px;
	padding-top:10px;
	color:#000000;
	/*width:375px;*/
	float:right;
}

#callus #eml {
	color:#333333;
	font-style:normal;
	padding-right:30px;
	cursor:pointer; color:blue; text-decoration:underline;
}

#callus h2 h4 p {
	color:#000000;
	padding:0px;
	margin:0px;
}

#callus h4 {
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#callus h2 {
	font-weight:bold;
	font-size:18px;
	color:#CC6600;
}

#callus p {
	font-size:10px;
	font-style:italic;
	color:#666666;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #0092D0;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #0092D0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 5px 20px 0 0; /*20px 20px 0 0*/
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 5px 10px 0 20px; /*25px 10px 0 20px*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 20px;
}

#sidebar li li {
	/*line-height: 35px;*/
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #0092D0; /*#444444*/
	font-size:16px;
	/*font-weight:bold;*/
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #CC6600; /*#787878*/
}

	/*Sidebar Table*/
	
	#sidebar .tbl {
		width:200px;
		margin:0px auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	#sidebar .tbl div {
		/*background-color:#EEEEEE;*/
		float:left;
		text-align:center;
		padding:0px;
		margin:0px;
	}
	#sidebar .cell {
		margin-left:10px;
		width:60px;
	}
	#sidebar .cellf {
		width:60px;
	}
	#sidebar .cell img, #sidebar .cellf img {
		border:solid 1px #CCCCCC;
	}
	#sidebar .cell span, #sidebar .cellf span {
		display: block;
		margin-top: 2px;
		padding: 0;
		font-size: 11px;
		font-style: italic;
		color: #666666;
		line-height:100%;
	}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image:url(images/footer_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

/*Step Number*/

.num
{
	font-weight:bold;
	font-size:3em;
	background-image:url(images/orange_ball.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:60px;
	text-align:center;
	vertical-align:text-top;
	padding-top:8px;
}

/*home page items*/
#index_cont_lft
{
	width:265px; float:left; text-align:center; margin-left:5px;background-color:#FFFFFF; padding:5px; padding-bottom:10px; border-right:solid 1px #CCCCCC;
}
#index_cont_lft div.seg
{
	border-bottom:dashed 2px #CCCCCC; background-color:#FFFFFF; padding-top:10px; padding-bottom:10px; color:#0092D0;
}
#index_cont_lft div.seglst
{
	background-color:#FFFFFF; font-size:11px; text-align:left; padding-top:10px; padding-bottom:10px; padding-left:10px; line-height:2;
}
#index_cont_lft div.freeshipimg div{height:71px; width:80px; background-image:url(images/sprites/index.jpg); background-position:-129px -255px; float:right;}
#index_cont_lft div.freeshipimg span{font-size:22px; font-weight:bold;}
#index_cont_lft div.guarantee div{float:left; background-image:url(images/sprites/index.jpg); height:120px; width:120px; background-position:-102px -73px;}
#index_cont_lft div.guarantee h2{font-size:14px; font-weight:bold; font-style:italic;padding:0px;margin:0px;color:#0092D0;}
#index_cont_lft div.guarantee span{color:#666666; font-size:10px; font-style:italic;}
#index_cont_lft div.nanofiber div{float:right; background-image:url(images/sprites/index.jpg); background-position:0px -65px; height:151px; width:98px;}
#index_cont_lft div.nanofiber span{font-weight:bold; font-size:14px; color:#0092D0;}
#index_cont_lft div.nanofiber a{color:red;}

#index_cont_rt{float:left; margin-left:15px;width:565px;}

#index_cont_rt div.save{font-weight:bold; font-size:18px; font-family:Georgia, 'Times New Roman', Times, serif; line-height:1.5;}
#index_cont_rt div.save div{float:right; height:60px; width:111px; background-image:url(images/sprites/index.jpg); background-position:0px 0px;}
#index_cont_rt div.save span{color:green; font-size:30px; border-bottom:dashed 1px green;}

#index_cont_rt div.search{margin-bottom:20px; text-align:center; margin-top:20px;}
#index_cont_rt div.search table td{padding-left:30px;}
#index_cont_rt div.search table td div{background-image:url(images/sprites/index.jpg); height:24px; width:210px; background-position:0px -222px;}
#index_cont_rt div.search table td table{border: dashed 4px #CCCCCC; background-color:#EEEEEE; padding:5px; color:red;}
#index_cont_rt div.search table td table td{padding:0px;}
/*#index_cont_rt div.search table td span{border: dashed 4px #CCCCCC; background-color:#EEEEEE; padding:5px; display:inline-block; color:red;}*/

#index_cont_rt div.featured{margin-top:40px;}
#index_cont_rt div.featured a{font-weight:bold; font-size:16px; text-decoration:underline; color:blue;}

#index_cont_rt div.manufacturer{margin-top:40px; border:dashed 4px #CCCCCC; background-color:#EEEEEE; padding:5px;}
#index_cont_rt div.manufacturer h3{padding-bottom:3px; float:left; color:#CC6600;}
#index_cont_rt div.manufacturer span{font-weight:normal; margin-top:5px; float:right; display:block; text-align:right;}

.clrln
{
	clear:both;
}
div#filterstory p{ line-height:2; font-size:14px; }
div#filterstory p span{ font-weight:bold; font-size:18px; }