*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

html
{
	background-color:#000000;
	background-image:url('/images/metal-working-bg-bottom.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	min-height:100%;
}

body
{
	background-image:url('/images/metal-working-bg-top.jpg');
	background-position:top;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	min-height:339px;
	text-align:center; 
	padding-top:5px;
}

h1
{
	line-height:20px;
	font-size:20px;
}

.linkBlock
{
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:270px; 
	vertical-align:middle; 
	display:table-cell;
}

.linkBlock:hover
{
	background-color:#336699;
	cursor:pointer;
}

a
{
	color:#DDDDDD;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
}
/*----------- Containers ------------- */
.whiteBox
{
	background-image:url(/images/white-50.png); 
	width:780px; 
	margin:0 auto 10px auto; 
	padding:10px; 
	text-align:left;
}

#footer
{
	width:800px; 
	margin:0 auto;
}

#footer > p
{
	font-size:8pt;
	text-align:center;
	clear:both;
	margin:0 0 5px 0;
	padding:0;
}

.news-body a
{
	color:#006699;
}

.news-body a:hover
{
	color:#006699;
	text-decoration:underline;
}

/* ---------- Partner logos ---------- */
#partners li { float:left; display:inline; margin:10px 0 0 20px; height:18px; }
#partners li a { display:block; height:18px; background-image:url(/_common/images/facebook-twitter-youtube-blogger.png); text-indent:-9999px; }
#partners .youtube { width:44px; background-position:-168px 0; }
#partners .youtube:hover { background-position:-168px -18px; }
#partners .facebook { width:86px; background-position:0 0; }
#partners .facebook:hover { background-position:0 -18px; }

#partners .twitter { width:79px; background-position:-87px 0; }
#partners .twitter:hover { background-position:-87px -18px; }
#partners .blogger { width:58px; background-position:-213px 0; }
#partners .blogger:hover { background-position:-213px -18px; }

/* --------- Form Fields ------------- */
.required
{
	font-weight:bold;
}

.required:before
{
	content:'*';
	display:inline;
	color:#990000;
}
