@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - ALIZE COMING SOON
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		alize_main.css
	Date:			Feb 17, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	main/body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	* {
		margin:0; padding:0;
	}
	.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}
	.cleaner {
		clear:both; float:none;
		height:0;
		font-size:0; line-height:0;
		border:none;
		margin:0; padding:0;
		background:transparent;
	}
	.clearfix:after {
		content:".";
		display:block;
		clear:both;
		visibility:hidden;
		line-height:0;
		height:0;
	}
	.clearfix {
		display:inline-block;
	}
	html[xmlns] .clearfix {
		display:block;
	}
	* html .clearfix {
		height:1%;
	}
	body {
		background:#fff url(../../images/bg_bar.png) 0px 119px repeat-x;
	}
		#ornament {
			background:url(../../images/bg_ornament.png) center 137px no-repeat;
		}
		
	#main {
		margin:0 auto; padding:10px 0 50px 0;
		width:960px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bottom {
		padding:0 0 90px 0;
		background:url(../../images/bg_contentBottom.jpg) center bottom no-repeat;
		
	}
	#top {
		padding:100px 140px 0 140px;
		background:url(../../images/bg_contentTop.jpg) center top no-repeat;
	}
	#content {
		background:url(../../images/bg_content.jpg) center repeat-y;
		font:normal 13px Arial, Helvetica, sans-serif;
		color:#666;
	}
		h2 {
			margin:0 0 7px 0;
			font:normal 15px Arial, Helvetica, sans-serif;
			color:#ac0040;
		}
		p {
			margin:0 0 10px 0;
			line-height:16px;
		}
		a {
			color:#ff5494;
			text-decoration:none;
		}
		a:hover {
			color:#a4003d;
		}

/*	--------------------------------------------------------------------------------------------------------------------------
	footer Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footer {
		margin:12px 0 0 0;
		width:960px;
		font:normal 10px Arial, Helvetica, sans-serif;
		color:#666;
		text-align:center;
	}