/*****************************************************************
	
	File:			Main.css
	
	Description:	Main stylesheet for Mandel Metals
	
	Author:
		Fred Peck (fredpeck@mail.com)
		
******************************************************************/

BODY
{
	background: black;	
}



H1, H2
{
	font-family: arial, helvetica;
	font-weight: bold;
	color: #6069AA;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;	
	margin-left: 20px;
}

H2 
{
	font-family: arial, helvetica;
	font-weight: bold;
	color: #EE6F04;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;	
	margin-left: 0px;
}

P, SPAN, OL, UL, LI
{
	font-family: arial, helvetica;
	font-size: 13px;
}

P
{
	margin-top: 0px;
	margin-bottom: 5px;	
	margin-left: 20px;
}

LI, .small, .popupFooter
{
	font-size: 11px;
	line-height: 14px;
}

OL, UL
{
	margin-top: 10px;	
}

.headerImage, P.popup, P.popupFooter
{
	margin-left: 0px;
}

SPAN.popup, P.popup, LI.popup, UL.popup, .formText, .formRequired
{
	color: white;
}

A.popup, A.popupFooter
{
	color: #EE6F04;
}

P.popupFooter
{
	margin-top: 15px;
}


INPUT.quoteForm, TEXTAREA.quoteForm
{
	width: 300px;
}

TEXTAREA.quoteForm
{
	height: 50px;
}

TD.formText
{
	text-align: right;
}

.formInput
{
	width: 200px;
}

.formRequired
{
	font-weight: bold;
}
