/*Glebus Alloys CSS*/
/*c.2006*/

html, body	{
			height: 100%;
			width: 100%;
			margin: 0px;
			padding: 0px;
			font-family: Arial, Tahoma, sans-serif;
			font-size: 12px;
			color: #504E44;
			background-color: #686868;
			}

table, td	{
			font-family: Arial, Tahoma, sans-serif;
			font-size: 12px;
			border: none;
			color: #686868;
			}
			
img			{
			border: none;
			}

/*master table layout control ID*/
#layout			{
				margin: 0px;
				padding: 0px;
				text-align: left;
				vertical-align: top;
				border: none;
				height: 100%;
				}
				
#header			{
				height: 104px;
				}

#footer			{
				height: 32px;
				}

/*background element control classes*/
.rptx			{
				background-repeat: repeat-x;
				}

.rpty			{
				background-repeat: repeat-y;
				}

.rptno			{
				background-repeat: no-repeat;
				}


.hdrgrs		{
			height: 1px;
			background-color: #ECECEC;
			}
			
.midstripe	{
			height: 3px;
			background-image: url(../_hdr/midstripe.gif);
			background-repeat: repeat-x;
			}

.nav		{
			height: 28px;
			background-color: #B83A38;
			}

.adbox		{
			height: 154px;
			width: 221px;
			margin-top: 6px;
			float: left;
			background-color: #FFFFFF;
			display: inline;
			}

.adcontent	{
			padding-top: 14px;
			padding-bottom: 14px;
			padding-left: 16px;
			padding-right: 16px;
			}

.adtitle	{
			font-size: 13px;
			font-weight: 900;
			color: #B83A38;
			font-style: bold;
			letter-spacing: .1em;
			}
.adtext		{
			font-size: 10px;
			color: #A6A5A5;
			font-weight: normal;
			}

.adlink		{
			font-size: 10px;
			color: #B83A38;
			position: relative;
			bottom: -30px;
			}
a.adlink:link		{
					text-decoration: none;
					color: #B83A38;
					}
a.adlink:visited	{
					color: #B83A38;
					text-decoration: none;
					}
a.adlink:hover		{
					text-decoration: underline;
					color: #B83A38;
					}
a.adlink:active	{
					text-decoration: none;
					color: #B83A38;
					}

.newstitle	{
			font-size: 12px;
			font-weight: 500;
			color: #B83A38;
			font-style: italic;
			}

.newsitem	{
			font-size: 11px;
			color: #A6A5A5;
			font-weight: bold;
			}
			
.mainlink		{
			font-size: 12px;
			color: #B83A38;
			position: relative;
			}
a.mainlink:link		{
					text-decoration: none;
					color: #B83A38;
					}
a.mainlink:visited	{
					color: #B83A38;
					text-decoration: none;
					}
a.mainlink:hover		{
					text-decoration: underline;
					color: #B83A38;
					}
a.mainlink:active	{
					text-decoration: none;
					color: #B83A38;
					}

/*footer text class*/
.footer		{
			text-align: center;
			font-size: 10px;
			color: #A6A5A5;
			}
/*footer pseudo-class hyperlink text colours*/
a.footer:link		{
					text-decoration: none;
					color: #A6A5A5;
					}
a.footer:visited	{
					color: #A6A5A5;
					text-decoration: none;
					}
a.footer:hover		{
					text-decoration: underline;
					color: #B2B1B1;
					}
a.footer:active	{
					text-decoration: none;
					color: #A6A5A5;
					}

/*header text class*/
.hdtext		{
			color: #B83A38;
			font-weight: bold;
			}			
/*hdtext pseudo-class hyperlink text colours*/
a.hdtext:link		{
					text-decoration: underline;
					color: #B83A38;
					}
a.hdtext:visited	{
					color: #B83A38;
					text-decoration: underline;
					}
a.hdtext:hover		{
					text-decoration: none;
					color: #AC3634;
					}
a.hdtext:active	{
					text-decoration: underline;
					color: #B83A38;
					}
			
/*default hyperlink text colours*/
a:link		{
			text-decoration: underline;
			color: #2B9DA2;
			}
a:visited	{
			color: #2B9DA2;
			text-decoration: underline;
			}
a:hover		{
			text-decoration: none;
			color: #2FABB0;
			}
a:active	{
			text-decoration: underline;
			color: #2B9DA2;
			}
