/*  - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	Screen.css
	* Main stylesheet for controling all CSS styles
	
	Author
	* Sam Howat [sam@bluetux.com]
	
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */ 	

	@import "_reset.css"; 
	@import "_type.css"; 
	@import "_grid.css"; 


/* Body
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	
	background: #FFF url('../img/bg-home-main.jpg') top left repeat-x;
	margin: 0; padding: 0;	
}

#flash-block {
	
	background-color: transparent;
	display: block; float: left;
	width: 630px; height: 230px;
	margin: 0; padding: 9px 0 0 0;
	
}

#quick-nav {
	
	background-color: transparent;
	display: block; float: right;
	width: 210px; height: 230px;
	margin: 0; padding: 0;
	
}

h2#qn-one a {

	background: transparent url('../img/button-fp-place-order.jpg') no-repeat left top;
	display: block; float: left;
	width: 201px; 	height: 71px;
	margin: 8px 0 0 0; padding: 0;
	text-decoration: none;
	text-indent: -9999px;
	outline: none; 	

	}
	
h2#qn-one a:hover { background: transparent url('../img/button-fp-place-order-order.jpg') no-repeat left top; }	
	
h2#qn-two a {

	background: transparent url('../img/button-fp-request-quote.jpg') no-repeat left top;
	display: block; float: left;
	width: 201px; 	height: 71px;
	margin: 0px 0 0 0; padding: 0;
	text-decoration: none;
	text-indent: -9999px;
	outline: none; 	

	}

h2#qn-two a:hover { background: transparent url('../img/button-fp-request-quote-hover.jpg') no-repeat left top; }
	
h2#qn-three a {

	background: transparent url('../img/button-fp-upload-file.jpg') no-repeat left top;
	display: block; float: left;
	width: 201px; 	height: 71px;
	margin: 0px 0 0 0; padding: 0;
	text-decoration: none;
	text-indent: -9999px;
	outline: none; 	

	}
	
h2#qn-three a:hover { background: transparent url('../img/button-fp-upload-file-hover.jpg') no-repeat left top; }				