	/*
   	$$$ gensteel.com
	$$$ (c) 2008 Alex g. Cramer & bigmooninteractive.com
	$$$ alex@bigmooninteractive.com
  	1.1 / 10-08-08 / 0202 www.bigmooninteractive.com                                      
	*/
	
	/* Start Reset Styles - Thanks to Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	/* End Reset Styles */

	body {
	background:#fff url(../images/bg.jpg) top center repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
	.header_box {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	}
	
	.logo {
	width: 150px;
	height: 85px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
	.nav_top {
	width: 550px;
	height: 20px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
	.header_box a:hover {color: blue;}
	
	.search {
	width: 594px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;	
	background: url(../../images/bar.gif) no-repeat top right;
	}
	
	.search_form {
	position: absolute;
	top: 17px;
	right: 20px;	
	}

	.altButtonFormat {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    border: #ececec;
    font-size: 10px;
	} 

	.altTextField {
    background-color: #ececec;
    font-family: verdana;
    font-size: 9pt;
    color: #000000;
	} 
	

	.content_second {
	width: 718px;
	margin: 0 auto;
	padding: 0 20px 20px;
	background: url(http://www.gensteel.com/images/second_background_content.gif) repeat-y top left;
	overflow: hidden;
	}

	img.floatRight {
	float: right;
	margin: 0 10px;
	}
	
	.search a {color: blue; font-size: 9px;}
	.search a:hover {color: red;}
	
	h1 {
	width: 758px;
	margin: 0 auto;
	display: block;
	padding: 0 0 20px;
	background: url(../../images/second_cap_top.gif) no-repeat bottom left;
	}
	
	.content_second p {margin: 15px 0 0;}
		
	.links_bottom_second {
	width: 758px;
	margin: 0 auto;
	font-size: 8pt;
	line-height: 120%;
	text-align: center;
	padding: 14px 0 20px;
	overflow: hidden;
	background: url(../../images/second_cap_bottom.gif) no-repeat top left;
	}
	
	.links_bottom_second a:hover {color: blue;}
	
	.copyright {
	width: 758px;
	height: 30px;
	margin: 0 auto;
	font-size: 8pt;
	line-height: 120%;
	text-align: center;
	}
	
	.flash_box {
	width: 770px;
	height: 140px;
	margin: 0 auto 10px;
	}	
