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



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

/* HTML Elements 
-----------------------------------------------------*/
	body {
		margin:20px;
		padding:0px;
		font-family: verdana, arial, sans-serif;
		font-size: 76%;
		color: #000;
		line-height: 170%;
		background: #000;
		}
	
	#whitebg {
		background-color: #fff;
		width: 760px;
		}
	
	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%;
		}
		
	h4 {
		font-size: 120%;
		color: #fff;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		display: inline;
		}		
		
	li {
		list-style-position: inside;
		
		}
		
	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: 10px 10px 0px 10px;
		padding: 0px;
		voice-family: "\"}\""; 
  		voice-family:inherit;
		}

	#header2 {
	background: url(../images/header_bg.gif) repeat-x;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color: #B40C0C;
	position: static;
		}
		
	#margintext {
	position: absolute;
	left: 45px;
	top: 402px;
	color: #fff;
	width: 157px;
		}		

	#maincontent {
	background: #fff;
	margin-right: 10px;
	margin-left: 10px;
		}
	#footer {
	font-size:90%;
	color: #fff;
	background: #B40C0C;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
  		}
	
/* Header Elements 
-----------------------------------------------------*/		
	#headergraphic {
		position: absolute;
		left: 0px;
		top: 0px;
		margin: 0px;
		padding: 0px;
		}
	#homepagegraphic {
	position: static;
	z-index: 3;
	margin-top: 10px;
		}
		
/* Left Margin Navigation 
-----------------------------------------------------*/
	#sidelinks {
	position: static;
	background: url(../images/bg_nav.gif) no-repeat;
	width: 179px;
	height: 440px;
	font-size: 10px;
	line-height: 18px;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
		}	
	#sidelinks a:link, #sidelinks a:visited, #sidelinks a:active {
		display: block;
		color: #fff;
		text-decoration: underline;
		margin: 2px 10px 2px 10px;
		padding: 0px 3px 0px 3px;
		font-weight: bold;
		}
	#sidelinks a:hover {
		display: block;
		color: #B40C0C;
		text-decoration: underline;
		margin: 2px 10px 2px 10px;
		padding: 0px 3px 0px 3px;
		background: #fff;
		font-weight: bold;
		}
		
	#sublinks a:link, #sublinks a:visited, #sublinks a:active {
		display: block;
		color: #fff;
		text-decoration: underline;
		margin: 2px 10px 2px 15px;
		padding: 0px 3px 0px 3px;
		font-weight: normal;
		}
	#sublinks a:hover {
		display: block;
		color: #B40C0C;
		text-decoration: underline;
		margin: 2px 10px 2px 15px;
		padding: 0px 3px 0px 3px;
		background: #fff;
		font-weight: normal;
		}		
		

/* Main Content Elements
-----------------------------------------------------*/
	
	#maincontent h1 {
		font-size: 150%;
		color: #3BA0CA;
		padding: 4px;
		margin-bottom: .5em;
		border-bottom: 1px solid #000;
		}
		
	#maincontent h2 {
		display:inline;
		font-size: 130%;
		color: #B40C0C;
		padding: 2px;
		margin-bottom: .5em;
		}		
		
		
/* 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 10px 0px 0px;
		padding: 0px;
		}
	.leftalign {
		float: left;
		margin: 10px 15px 10px 0px;
		padding: 0px;
		}
	.smallertext {
		font-size: 90%;
		line-height: 120%;
		}

