*
{
	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 0 50px 0;
	min-height:339px;
	text-align:center; 
}

#page
{
	width: 800px;
	text-align:left;
	margin:0 auto;
	position:relative;
	top:50px;
	border: #FFFFFF 1px solid;
	background-color:#FFFFFF;
}

#header
{
	background-color:#014785;
	border-bottom: #FFFFFF 1px solid;
}

.nav
{
	margin:0;
	padding:0;
	list-style:none;
}

.nav li a
{
	display:block;
}

#header .nav
{
	float:right;
}

#header .nav li
{
	float:left;
	padding-left:10px;
	background-image: url(../images/rotary-punch-bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 10px; 
}

#header .nav li a
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size: .8em;
	padding: 0 5px 0 5px;
}

#header .nav li a:hover
{
	color:#BD6700;
}

#logo
{
	height: 100px;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px 0 1px 0;
	clear:both;
	background-image:url(../images/metal-punch-header.jpg);
	background-repeat:no-repeat;
}

h1
{
	font-size:1.1em;
	text-transform:uppercase;
}

#title
{
	color:#FFFFFF;
	font-size: 1.3em;
	position:absolute;
	top:0px;
	right:5px;
	text-align:center;
	line-height:100px;
	width:500px;
}

h2
{
	font-size:1.1em;
	clear:both;
	text-align:center;
}

.highlight
{
	background-color:#BD6700;
	color:#FFFFFF;
	font-size:.7em;
}

#content
{
	padding: 0 5px 0 5px;
}

#footer
{
	position:relative;
	top:50px;
	font-size:.7em;
	color:#FFFFFF;
	padding-bottom: 20px;
	line-height:16px;
}

#footer a
{
	font-style:italic;
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover
{
	color:#BD6700;
}

.col2 .nav
{
	padding-top:10px;
}

.col2 .nav li a
{
	text-decoration:none;
	font-size: .9em;
	color:#FFFFFF;
	padding:5px;
	background-color:#014785;
	margin-bottom:10px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.col2 .nav li a:hover
{
	font-weight:bold;
	background-color:#BD6700;
	color:#000000;
}

.info
{
	width:250px;
	margin-bottom: 10px;
}

.info h3
{
	background-color:#014785; 
	color:#FFFFFF;
	margin:0; 
	font-size:.8em; 
	padding:3px;  
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
}

.info p
{
	margin:0; 
	padding:3px; 
	font-size: .8em;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;
	border:#000000 solid; 
	border-width: 0 1px 1px 1px;
}

.prodInfo
{
	position:relative;
	left:77px;
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color:#000000;
	-moz-border-radius-topright: 77px; -webkit-border-top-right-radius: 77px;
	-moz-border-radius-bottomright: 77px; -webkit-border-bottom-right-radius: 77px;
	height: 150px;
	width: 485px;
	margin-bottom: 10px;
}

.prodInfo img
{
	position:absolute;
	left: -77px;
	top: -2px;
	float:left;
}

.prodInfo p
{
	padding-left: 80px;
	width: 380px;
	height: 150px;
	display:table-cell;
	vertical-align:middle;
}

.prodInfo2
{
	position:relative;
	left:102px;
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color:#000000;
	-moz-border-radius-topright: 77px; -webkit-border-top-right-radius: 77px;
	-moz-border-radius-bottomright: 77px; -webkit-border-bottom-right-radius: 77px;
	height: 200px;
	width: 460px;
	margin-bottom: 10px;
}

.prodInfo2 img
{
	position:absolute;
	left: -102px;
	top: -2px;
	float:left;
}

.prodInfo2 p
{
	padding-left: 105px;
	width: 320px;
	height: 200px;
	display:table-cell;
	vertical-align:middle;
}

img.left
{
	float:left; 
	margin-right: 5px; 
	margin-bottom: 10px;
}

img.right
{
	float:right; 
	margin-left: 5px; 
	margin-bottom: 10px;
}

.col1 p
{
	font-size:.9em;
}

.col1 li
{
	margin-bottom: 10px;
	font-size: .8em;
}

/***[ FORM FIELDS ]***************************************************/
.required
{
	font-weight:bold;
	color:#990000;
}

.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;
}
/************************************************************/
/*********************************************************************/
