/*-----------------------------------------------------------------------
Fraser Mackenzie Design Style Sheet

version:	1.0
date:		February 24, 2010
author:		Fraser Mackenzie
email:		info@frasermackenziedesign.com
website:	http://www.frasermackenziedesign.com
/*-------------------------------------------------------------------- */


/* =RESET
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}

/* =GLOBAL STYLES
----------------------------------------------- */
html {
	height: 100%;
	font-size: 100.01%;
}
body {
	background-color: #403b33;
	text-align: center;
	font: 62.5%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; /* 62.5% Resets 1em to 10px */
	color: #ccc7b4;
}

/* =LAYOUT
----------------------------------------------- */
#wrapper {
	width: 614px;
	margin: 0 auto 0;
	margin-top: -50px;

}
	#btn_wrapper {
		background: url('../images/submit-bg.gif') no-repeat;
		width: 372px;
		height: 80px;
		position:relative;
		margin: 0 auto 0;
	}
		#btn {
			position: absolute;
			top: 31px;
			left: 13px;
			height: 31px;
		}
			#input_email {
				height: 29px;
				width: 248px;
				margin-right: 8px;
				border: 1px solid #2b2926;
				background-color:#fff;
				padding-left:10px;
				font-size: 1.3em;
				display: inline;
				float: left;
			}
			#submit_btn {
				background: url('../images/submit-btn.gif') no-repeat;
				height: 31px;
				width: 77px;
				border: none;
				display: inline;
				float: left;
			}
	#footer {
		background: url('../images/footer.gif') no-repeat top center;
		height: 31px;
		margin: 10px 0 20px 0;
	}
	
/* =TYPOGRAPHY
----------------------------------------------- */


/* =LINKS
----------------------------------------------- */
a:link {color: #ccc7b4; text-decoration:none;}
a:visited {color: #ccc7b4; text-decoration:none;}
a:hover {color: #57b5e0; text-decoration:none;}
a:active {color: #57b5e0; text-decoration:none;}

/* =OTHER
----------------------------------------------- */
.clear {
	clear:both;
}