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

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




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

body {	
	background: #002238 url(../img/bg/main-bg.jpg) top left repeat-x; 
	margin: 3px 0 50px 0; padding: 0;	
	}




/* Image Replacement For Headers & Logo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header-div h1 a {
	background: transparent url(../img/logo/rentwiz-logo.png) no-repeat left top;
	display: block; float: left;
	width: 489px; 	height: 194px;
	margin: 0 0 0 150px; padding: 0;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	}




/* Forms
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.email { padding: 4px; font-size: 13px; font-weight: bold; width: 250px; }
.submit { padding: 4px; }
.success { color: #33CC00; }
.error { color: red; }