*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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;
}

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	margin:5px;
	padding:0px;
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin:5px;
	padding:0px;
}

h3
{
	margin:0;
	padding:2px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

p, ul
{
	margin-top: 5px;
	margin-bottom: 10px;
}

#logo
{
	text-align:center;
	height:139px;
	width:auto;
	background-image:url('/images/roll-former-laser.png');
	background-repeat:repeat-x;
}


.content
{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-top: -30px;
}

#content-head
{
	background-image:url('/images/sheet-metal-forming-head.gif');
	background-position:0px 0px;
	width:589px;
	height:24px;
	margin:0 auto;
	text-align:left;
	padding-left:295px;
	padding-right:30px;
	padding-top:15px;
	position:relative;
}

#content-body
{
	background-image:url('/images/sheet-metal-forming-bg.gif');
	background-repeat:repeat-y;
	width:864px;
	height:199px;
	margin:0 auto;
	text-align:left;
	padding-left:30px;
	padding-right:20px;
	padding-top:5px;
	overflow:auto;
	position:relative;
}

#content-body-lg
{
	background-image:url('/images/sheet-metal-forming-bg.gif');
	background-repeat:repeat-y;
	width:864px;
	height:389px;
	margin:0 auto;
	text-align:left;
	padding-left:30px;
	padding-right:20px;
	padding-top:5px;
	overflow:auto;
	position:relative;
}

a, 
a:link, 
a:visited,
a:active
{
	color:#66CCCC;
	color:#CCCC00;
}

a:hover
{
	color:#3399CC;
	color:#FFFF33;
}

#content-foot
{
	background-image:url('/images/sheet-metal-forming-foot.gif');
	background-position:0px 0px;
	width:579px;
	height:29px;
	margin:0 auto;
	text-align:right;
	padding-left:30px;
	padding-top:7px;
	padding-right:305px;
	position:relative;
}

.spacer
{
	padding-top:10px;
	clear:both;
	width:100%;
}

.boxes
{
	margin-top:10px;
	width:914px;
	margin:0 auto;
}

.box
{
	background-image:url('/images/diamond-plate.gif');
	padding:5px;
	position:relative;
	min-height:50px;
	padding-top:21px;
	min-width:200px;
	height:100%;
}

.boxAccent
{
	position:absolute;
	top:-1px;
	left:50%;
	margin-left: -100px;
}

.boxContent
{
	background-color:#070e38;
	text-align:left;
	vertical-align:top;
}

.boxTop
{
	background-image:url('/images/metal-fastener-t.gif');
	background-repeat:repeat-x;
	background-position:0px 0px;
	height:26px;
}

.boxBottom
{
	background-image:url('/images/metal-fastener-b.gif');
	background-repeat:repeat-x;
	background-position: bottom left;
	height:24px;
}

.boxLeft
{
	background-image:url('/images/metal-fastener-l.gif');
	background-repeat:repeat-y;
	background-position: top left;
	width:26px;
}

.boxRight
{
	background-image:url('/images/metal-fastener-r.gif');
	background-repeat:repeat-y;
	background-position: top right;
	width:25px;
}

.footer
{
	font-size:.75em;
	color:#FFFFFF;
	margin-bottom:20px;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

.stats
{
	float:right;
	text-align:center;
	font-size:.8em;
}

.stats th
{
	background-color:#006699;
	color:#FFFFFF;
	padding:3px;
	border:#000000 1px solid;
}

.stats td
{
	background-color:#FFFFFF;
	color:#000000;
	padding: 3px;
	border:#000000 1px solid;
	white-space:nowrap;
	font-size:.8em;
}

.lit_lib-list p
{
	padding:0 0 5px 0;
	margin:0;
}


/******* FORMTEK GROUP MENU *********/
#formtek-group-menu
{
	position:absolute; 
	top:-540px; 
	left:5px;
	width:115px;
	z-index:100;
}

#formtek-group-menu ul
{
	list-style:none;
	margin:0;
	padding:0;
}

#formtek-group-menu li
{
	width:105px;
	padding:4px;
	text-align:center;
	margin:0;
}
#formtek-group-menu li:hover
{
	background-color:#FFFFFF;
}
/************************************/

/***[ FORM FIELDS ]***************************************************/
.required
{
	font-weight:bold;
}

.required:before
{
	content:'*';
	display:inline;
	color:#990000;
}

.gbutton
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/_common/images/button-bg.gif) repeat-x left top;
}
/*********************************************************************/


/* ---------- Partner logos ---------- */
#partners li { float:left; display:inline; margin:10px 0 0 100px; 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; }