/**
 * layout.css
 * 
 * File to adjust the layout of the pages
 * 
 * @authour:	Stephen Gariepy
 * @date:		2009-02-07
 * @project:	myo-precision.com
 */

/**
 * Default Links for Setup:
 *  Grid Builder: http://developer.yahoo.com/yui/grids/builder/
 *  
 */



.span-page				{ width: 100%; float:left; }



html, body {
	height: 100%;
}

/*
#bottomgradient {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}



#ft, .push {
	height: 60px; /* .push must be the same height as .footer * /
}

#miiddlegradient {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -142px; / * the bottom margin is the negative value of the footer's height * /
	margin-bottom: -60px;
}

#ft, .push {
	min-height: 100%;
	height: auto !important;
	height: 100%; 
}


*/
#footer_signup_layer {
	position: relative;
	width: 274px;
	height: 143px;
	background:url(../../pics/footer/signup_background.gif);
}
#footer_signup_text_layer {
	position: absolute;
	top: 61px;
	left: 45px;
	width: 200px;
	height: 55px;
}
/* footer textbox */
.footer_Textbox {
	border: none;
	margin: 0;
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	width: 159px;
	height: 18px;
	background:url(../../pics/footer/search-text.gif)
}
#ft td {
	padding: 0;
	vertical-align: top;
}
