@charset "utf-8";
/* CSS Document */

#headerBG {
	background:url(../images/home/headerBG.jpg) top left no-repeat;
}

#header {
	background:url(../images/home/menuBG.gif) top left no-repeat;
}

	#menu ul {
		margin:0;
		padding:0;
		position:relative;
		z-index:10;
	}

#intro {
	background:url(../images/home/introBG.jpg) top left no-repeat;
	height:205px;
}

	#introCopy {
		width:280px;
		padding:100px 0 0 125px;
		text-align:center;
		background:url(../images/headings/welcome.gif) top left no-repeat;
		float:left;
	}
	
	#introCopy h1, #introCopy p {
		display:inline;
		font-size:12px;
	}
	
	#introCopy h1 {
		color:#693;
	}
	
	#introImage {
		background:url(../images/home/main_image.gif) top right no-repeat;
		width:444px;
		height:360px;
		float:right;
		position:relative;
		top:-165px;
		z-index:1;
	}

#features {
	background:url(../images/home/featureBG.gif) top left no-repeat;
	padding:0 10px;
	position:absolute;
	z-index:10;
}

#features #features-flash #alt {
	padding:0 10px;
}

	#feature1 {
		float:left;
		width:340px;
		padding:0 10px 0 0;
		height:130px;
	}
	
	#feature2 {
		float:left;
		width:256px;
		height:130px;
	}
	
	#feature3 {
		float:right;
		width:340px;
		height:130px;
	}
	
#footer {
	padding:15px 0 0 0;
}