/*
MAJESTIC STEEL USA CSS
Author: Matthew M. Cross
Created: 1/9/04
*/

/* NAVIGATION LINK STYLE */
a.menu:link
{
	font-size: xx-small;
	font-weight: bold;
	font-family: arial;
	color: #660033;
	text-decoration: none
}
a.menu:visited
{
	font-size: xx-small;
	font-weight: bold;
	font-family: arial;
	color: #660033;
	text-decoration: none
}
a.menu:hover
{
	font-size: xx-small;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none
}
a.menu:active
{
	font-size: xx-small;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none
}

/* NAVIGATION LINK SEPARATOR */
div.separate
{
	font-size: x-small;
	font-family: arial;
	color: #660033
}

/* CONTACT INFORMATION */
div.address
{
	font-size: x-small;
	font-family: arial;
	color: #000000
}

/* TABLE SPECIFIC HEADER STYLE */
td.head
{
	font-size: small;
	font-family: arial;
	font-weight: bold;
	/* background-color: #CCCCCC; 
	   color: #660033; */
	/* background-image: url("/images/steeltile.jpg"); */
	background-color: #660033;
	color: #FFFFFF; 
	/* background-color: #333399;
	color: #99CCFF */
	border-right-color: #999999;
	border-right-style: ridge;
	border-right-width: thin;
}

/* TABLE TEXT SPECIFIC STYLE */
td.text
{
	/* font-size: small; */
	/* font-family: arial; */
	/* font-weight: bold; */
	/*background-color: #CCCCCC; */
	/* color: #660033; */
	/* background-image: url("/images/steeltile.jpg"); */
	background-color: #FFFFFF;
	/*background-color: #99CCFF;*/
	color: #000000;
	
	border-right-color: #999999;
	border-right-style: ridge;
	border-right-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: ridge;
	border-bottom-width: thin
	
}

/* TABLE BACKGROUND SPECIFIC STYLE */
td.background
{
	background-color: #999999
	/* background-image: url("/images/steeltile.jpg"); */
}
tr.background
{
	background-color: #999999
	/* background-image: url("/images/steeltile.jpg"); */
}

/* BODY STYLE ALL PAGES */
body
{
	background-color: #999999
}


/* CELL STYLE PROCESSING PAGE */
td.processing
{
	font-size: small;
	font-family: arial;
	font-weight: bold;
	color: #CCCCCC;
}

div.head
{
	font-size: small;
	font-family: arial;
	font-weight: bold;
	background-color: #660033;
	color: #CCCCCC;
}


/* PARAGRAPH STYLE */
p
{
	font-size: small;
}

/* CONTACT LINK STYLE */
a.contact:link
{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: #660033;
	text-decoration: none
}
a.contact:visited
{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: #660033;
	text-decoration: none
}
a.contact:hover
{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none
}
a.contact:active
{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: #FFFFFF;
	text-decoration: none
}

/* PRODUCT LINK STYLE */
a.products:link
{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: #660033;
	text-decoration: none
}
a.products:visited
{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: #660033;
	text-decoration: none
}
a.products:hover
{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: #CCCCCC;
	text-decoration: none
}
a.products:active
{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: #CCCCCC;
	text-decoration: none
}

/* BOLD FONT FOR PROCESSING */
b.processing
{
	font-size: x-small;
}

p
{
	padding: 3px
}