body {
	background-image: url(images/BG.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height:800px;
}
.titlebgs{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/titlebgs.jpg);
	background-repeat:repeat-y;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-weight: bold;
}
.border {
	border: 8px solid #676767;
}
.creditcards {
	background-image:url(images/creditcards.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
.pageshadows{

	background-image: url(http://www.americanfelt.com/images/pageshadowBG2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
	width: 300px;
	margin:8px;
}
.footer{

	background-image: url(http://www.americanfelt.com/images/footer_wide2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 90px;
	width: 930px;
	padding-left: 20px;
	padding-top:35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:fff;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 8px;
	text-transform: uppercase;
	text-align: center;
}
.hline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:right;
	height:20px;
}

/* CSS NAVIGATION */

 
	  
	  
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width:auto;
background:url("images/tabrightE.gif");
background-repeat:repeat-x;

}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: right;/*overall menu background color*/
	font-size:93%;
	font: bold 11px/1.5em Verdana;
	background:url("images/tabrightE.gif");
	background-repeat:repeat-x;
	height:20px;
	background-color: #FFFFFF;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid #ffffff;
text-decoration: none;
color:#FFFFFF;
background:url("images/tabrightE.gif");
background-repeat:repeat-x;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border: 1px solid #ffffff;
color:#FFFFFF;
background:url("images/tabrightE.gif");
background-repeat:repeat-x;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
color:#FFFFFF;
border-left: 1px solid #ffffff;
background:url("images/tabrightE.gif");
background-repeat:repeat-x;
text-align:left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
visibility: hidden;
color:#FFFFFF;
background:url("images/tabrightE.gif");
background-repeat:repeat-x;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
padding: 1px 8px;
border-left-width: 0;
text-decoration: none;
color:#FFFFFF;
background:url("images/tabrightE.gif");
background-repeat:repeat-x;
}

.suckertreemenu ul li a:hover{
color: white;
background:url("images/tableftE.gif");
background-repeat:repeat-x;
}



/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:url("images/tabrightE.gif");
background-repeat:repeat-x;t;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:url("images/tabrightE.gif");
background-repeat:repeat-x;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
	  
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
/* top product links */

  #offered {
      float:left;
      width:100%;
      background:#fff;
      font-size:93%;
	  font: 10px/1.5em Verdana;
      line-height:normal;
      }
    #offered ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
      }
    #offered li {
      display:inline;
      margin:0;
      padding:0;
      }
    #offered a {
      float:left;
      /*background:url("images/tabrightE.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #offered a span {
      float:left;
      display:block;
      /*background:url("images/tabrightE.gif") no-repeat right top;*/
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #offered a span {float:none;}
    /* End IE5-Mac hack */
    #offered a:hover span {
      color:#999;
      }
    #offered a:hover {
      background-position:0% -42px;
      }
    #offered a:hover span {
      background-position:100% -42px;
      } 
h2 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.twoBG{
	height:180px;
	width:930px;
	position:relative;
	z-index:0;
	background-image: url(images/redbanner_wide2.jpg);
	background-repeat:no-repeat;
}
.maintextbox2{
left:36px;
top:20px;
	height:80px;
	width:500px;
	position:relative;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top:30px;
}
h1, h3{
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
.contactmap{
width:100%;
height:400px;
	background-image: url(images/testback.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
.contactclick{
position:relative;
top:30px;
right:50px;
width:250px;
height:50px;
font-family:Arial, Helvetica, sans-serif;
float:right;
}
.contactinfo{
position:relative;
top:30px;
right:50px;
width:250px;
height:50px;

float:left;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

