/* 
------------------------------------------
Allied Machinery Group Screen Style Sheet
------------------------------------------
*/



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

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

/* General Layout 
-----------------------------------------------------*/
	#header {
		background: url(images/header_bg.gif) repeat-x;
		margin: 0px;
		padding: 0px;
		border-bottom: 10px solid #000;
		height: 96px;
		voice-family: "\"}\""; 
  		voice-family:inherit;
  		height:86px;
		}html>body #header {height:86px;} 

	#maincontent {
		margin: 0px 15px 0px 190px;
		padding-top: 15px;
		width: 560px;
		}
	#footer {
		width: 560px;
  		font-size:90%;
		color: #000;
		margin: 30px 0px 0px 190px;
 		padding:10px 0px 10px 0px;
		border-top: 1px dotted #000;
  		}
	
/* Header Elements 
-----------------------------------------------------*/		
	#headergraphic {
		position: absolute;
		left: 0px;
		top: 0px;
		margin: 0px;
		padding: 0px;
		}
	#homepagegraphic {
		border: 1px solid #ccc;
		}
		
/* Left Margin Navigation 
-----------------------------------------------------*/
	#sidelinks {
		position: absolute;
		left: 11px;
		width: 145px;
		font-size: 90%;
		margin: 10px 0px 20px 6px;
		padding: 0px;
		}	
	#sidelinks a:link, #sidelinks a:visited, #sidelinks a:active {
		display: block;
		color: #9cf;
		text-decoration: underline;
		margin: 5px 0px 5px 0px;
		padding: 3px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #ccc;
		}
	#sidelinks a:hover {
		display: block;
		color: #06f;
		text-decoration: none;
		margin: 5px 0px 5px 0px;
		padding: 3px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #fff;
		background: #fff;
		}
		

/* Main Content Elements
-----------------------------------------------------*/
	
	#maincontent h1, #maincontent h1 {
		font-size: 150%;
		color: #000;
		padding: 4px;
		margin-bottom: .5em;
		background: #eee;
		border: 1px solid #ddd;
		}
		
		
/* Tables
-----------------------------------------------------*/

	table {
		margin:0px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 100%;
		color: #333;
		line-height: 170%;
		}
		
	.formtable {
		font-size: 90%;
		line-height: 150%;
		background: #eee;
		border: 1px solid #ddd;
		}
	.formtable td {
		border: 1px solid #ddd;
		padding: 3px;
		}

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


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

------------------------------------------------------*/

	.rightalign {
		float: right;
		margin: 0px 0px 15px 15px;
		padding: 0px;
		}
	.leftalign {
		float: left;
		margin: 0px 15px 15px 0px;
		padding: 0px;
		}
	.smallertext {
		font-size: 90%;
		line-height: 120%;
		}