/* CSS File create for Isaac Wolman and Aquastone Group
   : Please reference original css if you copy styles.
   : Created by: Scott Haines, Newfront Creative
*/

body,html,a,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,em,input,textarea,button,form{
	margin:0;
	padding:0;
	font-family:'Lucida Grande','Helvetica Neue',Helvetica,sans-serif;
	font-size:.9em;
	color:#ffffff;
}

body{
	background:#1e3965 url(../images/dark_repeate-2.png) repeat top left;
	position:relative;
	min-width:1064px;
}
#mainwrap{
	width:1024px;
	height:650px;
	margin:40px auto 0px;
	position:relative;
	z-index:20;
	background:transparent url(../images/ajax-loader.gif) no-repeat center center;
}

#header{
	margin:0;
	width:100%;
}
.logo{
	width:247px;
	height: 52px;
	cursor:pointer;
	background:transparent url(../images/aquastone_logo.png) no-repeat center left;
}

#footer{
	display:block;
	margin-top:10px;
	font-size:80%;
	color:#336699;
}
#bottom_shade{
	background:url("../images/background_shadow.png") repeat scroll 0 0 transparent;
	height:150px;
	width:100%;
	z-index:1;
	bottom:0px;
	position:fixed;
}
