/* 
------------------------------------------
SpecialtyMFG Screen Style Sheet
------------------------------------------
*/



/* Styles the Current Link in Left Margin
-----------------------------------------------------*/
@import "currentlink_styles.css"; 

/* HTML Elements 
-----------------------------------------------------*/
	body {
		margin:0px;
		padding:0px;
		font-family: arial, verdana, sans-serif;
		font-size: 76%;
		color: #000;
		line-height: 170%;
		background: url(/images/margin_bg.gif) repeat-y;
		}
	
	a:link, a:active {
		color: #06f;
		text-decoration: underline;
		}

	a:visited {
		color: #A5C8FD;
		text-decoration: underline;
		}		
		
	a:hover {
		color: #000696;
		text-decoration: underline;
		}
		
	table {
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		color: #333;
		line-height: 180%;
		}
		
	ul {
		margin-left: 30px;
		}
		
	td a:link, a:visited, a:active {
		color: #333333;
		text-decoration: underline;
		}
		
	td a:hover {
		color: #000696;
		text-decoration: underline;
		}
		
	#all {
		background: url(/images/bg_leftnav.gif) repeat-y;
		}		
		
	h1 {
		font-size: 18px;
		font-weight: bold;
		font-family: arial, verdana, sans-serif;
		color: #000;
		padding: 10px 5px;
		margin: 0px;
		}	
				

/* General Layout 
-----------------------------------------------------*/
	#header_home {
		width: 765px;
		height: 176px;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		}html>body #header_home {margin-top:20px;} 

	#header {
		background: url(/images/bg_header.gif) repeat-x;
		margin: 0px;
		padding: 0px;
		height: 80px;
		width: 760px;
		voice-family: "\"}\""; 
  		voice-family:inherit;
		}html>body #header {height:80px;} 

	#maincontent {
		margin: 0px 15px 0px 150px;
		padding-top: 5px;
		width: 610px;
		}html>body #maincontent {margin-top: 25px;} 
		
	#maincontent_no_leftmargin {
		margin: 0px 15px 0px 20px;
		padding-top: 5px;
		width: 740px;	
		}html>body #maincontent_no_leftmargin {margin-top: 25px;} 		
		
	#footer {
		width: 760px;
  		font-size:90%;
		text-align: left;
		color: #000;
		margin: 20px 0px 0px 0px;
 		padding:10px 0px 10px 20px;
		border-top: 1px solid #FE0000;
		background: #fff;
		clear:both;
		line-height: 120%;
  		}
	
/* Header Elements 
-----------------------------------------------------*/		
	#headergraphic {
		position: absolute;
		left: 0px;
		top: 0px;
		margin: 0px;
		padding: 0px;
		}
	#homepagegraphic {
		border: 1px solid #ccc;
		}
		
/* Header Navigation 
-----------------------------------------------------*/		
	#headerlinks {
		position: absolute;
		left: 445px;
		top: 0px;
		font-size: 10px;
		margin: 0px;
		padding: 0px;
		background: #E11818;
		white-space: nowrap;
		}		

	#headerlinks a:link, #headerlinks a:visited, #headerlinks a:active {
		color: #fff;
		text-decoration: none;
		margin: 0px;
		padding: 3px 8px 3px 8px;
		width: 100%;
		background: #E11818;
		border-right: 1px solid #fff;
		}
	#headerlinks a:hover {
		color: #fff;
		text-decoration: underline;
		margin: 0px;
		padding: 3px 8px 3px 8px;
		width: 100%;
		background: #E11818;
		border-right: 1px solid #fff;
		}
		
/* Header Navigation 
-----------------------------------------------------*/

	#search {
		position: absolute;
		left: 525px;
		top: 50px;
		white-space:nowrap;
		width: 240px;
		}	

	.textbox {
		border-width:1px; 
		width:150px; 
		height:18px; 
		margin:1px;
		padding:0px;
		font-family:arial; font-size:12px; color:#000;
		}

	.embeded_search {
		margin-left: -25px;
		}					
		
/* Left Margin Navigation 
-----------------------------------------------------*/

	#products {
		position: absolute;
		left: 0px;
		top: 103px;
		background: #FE0000;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		height: 22px;
		width: 130px;
		padding-left: 10px;
		}

	#sidelinks {
		position: absolute;
		left: 0px;
		top: 125px;
		width: 120px;
		font-size: 10px;
		margin: 0px;
		padding: 0px;
		}	
	#sidelinks a:link, #sidelinks a:visited, #sidelinks a:active {
		display: block;
		color: #000;
		text-decoration: underline;
		margin: 0px 0px 1px 0px;
		padding: 5px 5px 5px 15px;
		width: 100%;
		border-bottom: 1px solid #C7C7C7;
		background: #fff;
		}
	#sidelinks a:hover {
		display: block;
		color: #FE0000;
		text-decoration: underline;
		margin: 0px 0px 1px 0px;
		padding: 5px 5px 5px 15px;
		width: 100%;
		border-bottom: 1px solid #C7C7C7;
		background: #fff;
		}
		

/* Main Content Elements
-----------------------------------------------------*/
	
	#maincontent h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	color: #000;
	padding: 10px 5px 10px 0px;
	margin: 0px;
		}
		
	#maincontent h2 {
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		background: #FE0000;
		margin: 0px;
		padding: 3px 5px 3px 0px;
		text-indent: 10px;
		}		
		
	.test_sample {
		float: right;
		margin: 0px 0px 15px 15px;
		padding: 0px;
		line-height: 10px;
		}		
		
		
/* Tables
-----------------------------------------------------*/

	table {
		margin:0px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		color: #333;
		line-height: 170%;
		}
		
	.hometable {
		margin: 0px;
		padding: 5px 0px 5px 0px;
		border:0px;
		float:left;
		clear:both;
		}		
		
	.hometable td {		
		margin: 0px;
		padding: 0px;
		border:0px;
		}		
		
	.categorytable {
		margin: 0px;
		padding: 0px;
		border:0px;
		}		
		
	.categorytable td {		
		margin: 0px;
		padding: 0px;
		border:0px;
		}				
		
	.categorytable a:link, .categorytable a:visited, .categorytable a:active {
		color: #000;
		text-decoration: underline;
		font-weight:bold;
		text-align:center;
		font-size: 100%;
		line-height: 130%;				
		}
	.categorytable a:hover {
		color: #FE0000;
		text-decoration: underline;
		font-weight:bold;
		text-align:center;
		font-size: 100%;
		line-height: 130%;	
		}						
		
	#grey_product {
		background: #e7e7e7;
		text-align:center;
		font-size: 82%;
		line-height: 120%;		
		font-weight: bold;
		height: 45px;
		}		
		
	#grey_product a:link, #grey_product a:visited, #grey_product a:active {
		color: #000;
		text-decoration: underline;
		}
	#grey_product a:hover {
		color: #FE0000;
		text-decoration: underline;
		}				
		
	.formtable {
		font-size: 90%;
		line-height: 120%;
		background: #fff;
		border: 1px solid #fff;
		}
	.formtable td {
		border: 1px solid #fff;
		padding: 3px;
		line-height: 120%;
		}

/* Footer Elements
-----------------------------------------------------*/


	#footer a:link, a:visited, a:active {
		color: #06f;
		text-decoration: underline;
		}
	#footer a:hover {
		color: #000696;
		text-decoration: underline;
		}
		
/* Teaser Elements
------------------------------------------------------*/		

	#teaser_titles {
		background-color: #D12325;
		color: #fff;
		font-weight: bold;
		width: 374px;
		}
		
	#teaser_content {
		background-color: #f7f7f7;
		width:354px;
		margin-bottom: 20px;
		font-size: 88%;
		line-height: 150%;
		}				
		
	#teaser1_title {
		padding: 2px 5px 2px 10px;
		float: left;
		width: 370px;
		background-color: #FE0000;
		}html>body #teaser1_title {width:370px;} 
		
	#teaser1_content {
		padding: 5px 5px 5px 10px;
		float: left;
		width: 360px;
		background-color: #e7e7e7;
		}html>body #teaser1_content {width:370px;} 
		
	#teaser2_title {
		padding: 2px 5px 2px 10px;
		float: right;
		width: 360px;
		background-color: #FE0000;
		border-left: #fff solid 3px;
		}html>body #teaser1_title {width:370px;} 
		
	#teaser2_content {
		padding: 5px 5px 5px 10px;
		float: right;
		width: 360px;
		background-color: #e7e7e7;
		border-left: #fff solid 3px;
		}html>body #teaser1_content {width:370px;} 	
		
/* Miscellaneous 
------------------------------------------------------*/

	.quote {
		font-style: italic;
		}

	#products_paragraph {
	margin: 5px 10px 10px 5px;
	float: left;
		}

	#products_table {
		border-top: 2px solid #FE0000 ;
		border-bottom: 2px solid #FE0000;
		}

	.bullets {
		width: 430px;
		}

	.dark {
	background: #D1D1D1;
	padding: 5px 5px 5px 10px;
		}
		
	.light {
		background: #E8E8E8;
		padding: 5px;
		}

	.rightalign {
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		}
	.leftalign {
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		}
	.smallertext {
		font-size: 90%;
		line-height: 120%;
		}
		
	#up {
		margin-top: -5px;
		float: left;
		}		
		
	.redtext {
		color: #FE0000;
		}		
		
	.redtext_small {
		color: #FE0000;
		line-height: 120%;
		font-size: 90%;
		margin-bottom: 8px;
		}				
.acontent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
