@charset "UTF-8";
/* CSS Document */

body { font: normal 1em/2em Verdana, Arial, Helvetica, sans-serif; color: #000; position: relative; margin: 0 auto; }

#wrapper { width: 955px; height: auto; margin: 0 auto; position: relative; background: url(skin/bg_logo.jpg) no-repeat left top; }
#container { position: relative; width: 691px; float: left; clear: none; }
#leftcol { width: 203px; height: 540px; float: left; position: relative; } 
.infinitylogo { width: 203px; height: 115px; }

#header { width: 691px; height: 263px; }
.aero { background:url(skin/bg_hdr_aero.jpg) no-repeat bottom; }
.auto { background:url(skin/bg_hdr_auto.jpg) no-repeat bottom; }
.chem { background:url(skin/bg_hdr_chem.jpg) no-repeat bottom; }
.elec { background:url(skin/bg_hdr_electronics.jpg) no-repeat; }
.food { background:url(skin/bg_hdr_food.jpg) no-repeat; }
.general { background:url(skin/bg_hdr_general.jpg) no-repeat; }
.medical { background:url(skin/bg_hdr_medical.jpg) no-repeat; }
.package { background:url(skin/bg_hdr_package.jpg) no-repeat; }

#content { width: 691px; height: auto; }
.sidebar { width: 206px; height: 350px; float: right; padding-left: 15px; }
p.copy { font: normal .7em/1.2em Verdana, Arial, Helvetica, sans-serif; color:#000; margin: 0 30px 0 15px; padding: 15px 0 0 0; }

#pheader {
	font-style: strong;
	text-decoration: underline;
	font-size: 1.24em;
	line-height:1.24em;
}

#formcontainer
{ 
	width: 470px; /*691px - 206px - 15px=470px   container width - left col width - margin */
	font: normal .7em/1.2em Verdana, Arial, Helvetica, sans-serif; 
	color:#000; 
	text-align: right;
	float: right;
}

.arrow{
	background: url(../images/darkredarrow.png) no-repeat 100% 4%; 
	width: 125px;
	height: 69px;
	float: right;
	color: white;
	font-weight: bold;
	padding: 25px 28px 0px 0px; 
}

.form{
	float: right;
}

.formfield{
	padding: 4px 0px 0px 4px; 
}

.formfield input{
	width: 150px; 
	padding: 2px; 
	border: 1px solid #d6d6d6; 
	background: url(../images/bkgd_field.gif) repeat-x 0 0; 
	text-align: bottom;
}

.formsubmit{
	padding: 6px 0px 0px 0px; 
	float: right;
	height: 33px;
	background: url(../images/midbar.png) repeat-x 0 0;


}

.formsubmit input{
	color: white;
	font-weight: bold;
	border: none; 
	background-color: transparent; 
	width: 185px;
}

.formleft {
	padding: 6px 0px 0px 0px; 
	float: right;
	width: 11px;
	height: 33px;
	background: url(../images/leftbar.png) repeat-x 0 0; 
}

.formright {
	padding: 6px 0px 0px 0px; 
	float: right;
	width: 11px;
	height: 33px;
	background: url(../images/rightbar.png) repeat-x 0 0; 
}

.clearall { 
	clear: both; 
}

.starred {
	font: normal .7em/1.2em Verdana, Arial, Helvetica, sans-serif; 
	color:gray; 
	padding: 4px 0px 0px 0px; 
}