/* basic styles */
* {
    margin:0;
    padding:0;
   }
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 10px;
	text-align:justify;
   }


/* structure */
html {
	background-color: #fff;
	color: #666;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: .65em;
   }

body {
	margin:0;
	background-color: #2D2D2D;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#productCategoryHeader{
	padding: 10px 0 10px 0;
	text-align:justify;
}


/* text */
h1 {font-size: 2.0em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}
h5 {font-size: .75em;}
h6 {font-size: .5em;}

.leftColText{
	margin: 1em 10px 0 10px;
	text-align:justify;
	font-size:12px;
	}

sup, sub {
   font-size: 0.7em;
   }

.blurbsmall {
	font-size: 10px;
	padding: 0 2px 0 2px;
}

.maintext {
	font-size: 12px;
	line-height:normal;
	margin-bottom: 12px;
	text-align:justify;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


/* hyperlinks  - see http://dbaron.org/css/1999/09/links */
:link, :visited {
   color: #F60;
   outline: none;
   text-decoration: none; 
   }

:link:focus, :visited:focus {}

:link {}

:visited {}

:link:hover, :visited:hover {
   text-decoration: underline; 
   }

:link:active, :visited:active {}

:link.moreLink, :visited.moreLink {
   color: #f26721;
   }

#page-content :link, #page-content :visited {
  text-decoration: none;
  }

#page-content :link:hover {
  text-decoration: underline;
  }

#page-content h2 {
  text-transform:uppercase;
  font-weight:bold;
  color:#303030;
  font-size:1.3em;
  }

#page-content p {
  font-size:1.1em;
  line-height:1.2em;}




/* lists */
dt {
   font-weight: bold;
   }
dd {
   margin-bottom: 10px;
   padding-left: 1em;
   }
ol {
   margin-left: 0;
   padding-left: 2em;
   }
ul {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   }

ul li {
   background-image: url("bullet_circle_green.gif"/*tpa=http://www.foundrysource.com/img/bullet_circle_green.gif*/);
   background-position: 0 0.4em;
   background-repeat: no-repeat; 
   height: auto !important;
   height: 1em;  /* fix background image appearance in IE */
   list-style: none;
   padding-left: 1em;
	padding-top:.5em;
   }

.link-list dt, ul.link-list li {
   background-image: url("bullet_circle_green.gif"/*tpa=http://www.foundrysource.com/img/bullet_circle_green.gif*/); 
   height: auto !important;
   height: 1em;  /* fix background image appearance in IE */
   font-weight:bold;
   }

.link-list li {
   cursor: hand;
   cursor: pointer;
   margin-bottom:8px;
   }


/*.link-list li:hover {
   text-decoration: underline;
   }*/


/* forms */
form {
   margin: 0;
   }
input, select, textarea {
   }
label {
	}
legend {
   background: #ffffff;  /* for IE PC */
   }
textarea {
   font-family: Verdana, "Lucida Grande", Arial, sans-serif;  /* for Gecko */
	font-size: 1em;
   }

.data{ width:250px;}


/* tables */
td img {
	display: block;
}

#stripes {
		border: 1px solid #666666;
		margin-bottom: 5px;
		width:100%;
		}

#stripes tbody tr td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 5px 10px;
		border-left: 1px solid #D9D9D9;
		vertical-align:top;
		text-align:left;
	}
	
#stripes tbody tr.selected td {
		background-color:#CC0000;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
		}
	
.header {
	font-family:Verdana, Helvetica, sans-serif;
	color:#555555;
	background-color:#edf3fe;
	font-size:14px;
	font-weight:bold;
	padding-left:5px 10px;
	text-align:left;
	text-transform:uppercase;
	}

.header2 {
	font-family:Verdana, Helvetica, sans-serif;
	color:#555555;
	font-size:16px;
	font-weight:bold;
	padding-left:5px 10px;
	text-align:left;
	}
	
.header3 {
	font-family:Verdana, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	}	

#prodCatMain div{
	margin: 0 0 20px 0; 
	padding:5px 0; 
	vertical-align:top; 
	border-right:#787878 3px solid; 
	border-bottom:#787878 3px solid;
	border-left:#787878 45px solid;
	}
	
#prodCatMain img{margin:0px;}
#prodCatMain a{display:block; padding: 0 0 2px 5px;}

table#prodList{margin-bottom:15px; border:none}
#prodList h2{margin:15px 0 0 0;}
#prodList a{display:block; padding: 0 0 2px 5px;}

td#alphabet{color:#CCC; padding-bottom:10px;}
td#alphabet a{display:inline;}

/* images */
img {border: 0;}

img.block {display: block;}
   



/* other */
.reg{
	display:inline;
	font-size:9px;
	vertical-align:text-bottom;
	position:relative;
	bottom:.5em;
	}

.regBig{
	display:inline;
	font-size:9px;
	vertical-align:text-bottom;
	position:relative;
	bottom:.9em;
	}

#catNav {
	color:#666;
	font-size:10px;
	height:auto;
	margin:0 0 0 0;
	padding:5px 0 0 0 ;		 
	text-align:left;
	vertical-align:top;
	}

#catNav a{
	padding: 0 5px;
	font-weight:bold;
	text-decoration:none;
	}

#catNav a:visited{
	font-weight:bold;
	text-decoration:none;
	}

#catNavSelected{
	color:#666;
	padding:0 5px;
	font-weight:bold;
	}

#catNav a:hover{
	text-decoration:underline;
	}

.float-clear {
   clear: left;
   line-height: 1px;
   }

.float-clear img {
   display: block;
   }

.error {
   color: #f00;
   display: none;
   margin: 0;
   margin-left: 20px;
   }

a.bulleted-link {
   background-image: url("bullet_circle_green.gif"/*tpa=http://www.foundrysource.com/img/bullet_circle_green.gif*/); 
   background-position: 0 0.4em;
   background-repeat: no-repeat; 
   color: #f26721;
   height: auto !important;
   height: 1em;  /* fix background image appearance in IE */
   padding-left: 1em;
   }
   
#botNav {
	color:#AAA;
	font-size:11px;
	height:auto;
	margin:25px 0 0 0;
	padding:0 ;		 
	text-align:center;
	width:100%;
	vertical-align:top;
	}

#botNav a{
	padding: 0px 10px;
	font-weight:bold;
	text-decoration:none;
	}

#botNav a:visited{
	font-weight:bold;
	text-decoration:none;
	}

#botNav a:hover{
	text-decoration:underline;
	}

#copyright{
	border-bottom: #E6E6E6 17px solid;
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	text-align:center;	
	width:100%;
}

#agCredit{
	display:inline;
	float:right;
	margin:5px 2px 15px 0;
	padding:0;
	text-align:right;
	width:auto;
	}
	
#agCredit a{
	font-weight:bold;
	text-decoration:none;
	}

#agCredit a:visited{
	font-weight:bold;
	text-decoration:none;
	}

#agCredit a:hover{
	text-decoration:underline;
	}
