/* ---------------------------------------- */
/* Name: main.css
/* ---------------------------------------- */
/* Producer: Matt Latzke
/* Production Date: 6-1-08
/* ---------------------------------------- */
/* Description: Main page styles for Allied
/*				Metrics
/* ---------------------------------------- */
/* Revisions:
/* ---------------------------------------- */
/* Top Floor Technologies
/* http://www.topfloortech.com
/* ---------------------------------------- */

@import url(scaffold.css);

/* --- Header --- */
	#header{height:187px; padding:20px 20px 0 20px; background:url(images/headerBg.gif) no-repeat bottom right;}
	#header h1{height:156px; width:330px; background:url(images/h1Bg.gif) no-repeat top left; float:left;}
	#welcome{height:228px; background:#006 url(images/welcomeBg.gif) no-repeat bottom right;}
	#welcome #welcomeBlurb{height:108px; width:342px; background:url(images/welcomeBlurb.gif) no-repeat top left; float:left; margin:31px 0 0 14px;}
		html>body #welcome #welcomeBlurb{margin:31px 0 0 28px;}
	#welcome #tagLine{height:34px; width:271px; background:url(images/tagLine1.gif) no-repeat top left; float:right; margin:167px 14px 0 0;}
		html>body #welcome #tagLine{margin:167px 29px 0 0;}
/* --- Content --- */
	#content{padding:7px 0 7px 7px;}
	#content .col3{width:262px; margin-right:7px;}
	#content .button{height:40px; margin-bottom:7px; background:url(images/buttonBg.gif) repeat-x top left; border:1px solid #ccc;}
	#content .button a{display:block; height:40px; width:100%;}
	#content #rfq a{background:url(images/rfqText.gif) no-repeat bottom left;}
	#content #rfq a:hover{background-position:top left;}
	#content #ind a{background:url(images/indText.gif) no-repeat bottom left;}
	#content #ind a:hover{background-position:top left;}
	
	#content .bucket{width:260px; border:1px solid #ccc; background:#fefefe url(images/bucketBg.gif) repeat-x top left; height:326px;}
	#content .bucket ul{list-style:none; float:left; margin-left:26px;}
	html>body #content .bucket ul{margin-left:53px;}
	#content .bucket ul a{text-decoration:none; color:#000; line-height:24px; font-size:14px;}
	#content .bucket ul a:hover{text-decoration:underline;}
	#content .bucket h2 a{display:block; width:100%; height:72px;}
	#seals_title{background:url(images/seals_title.gif) no-repeat top left;}
	#services_title{background:url(images/services_title.gif) no-repeat top left;}
	
	#content form{width:240px; border:1px solid #ccc; padding:10px; background:url(images/buttonBg.gif) repeat-x top left;}
	#content form #aaq{height:30px; width:100%; background:url(images/aaqText.gif) no-repeat top left; float:left;}
	#content form fieldset{clear:left;}
	#content form label{font-size:14px; width:70px;}
	#content form fieldset textarea, #content form fieldset input{width:140px;}
		html>body #content form fieldset textarea{width:154px;}
		html>body #content form fieldset input{width:154px;}
	#content form input{width:100%;}
