/* Global */
body {
	background: #f7f7f7;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Selection Styles */
::-moz-selection{
    background:#F94;
    color:#FFF;
}
::selection {
    background:#F94;
    color:#FFF;
}

/* Holding Page */
#holding {
	width: 100%;
	height: 380px;
	background: #FFF url('../images/shadow.gif') repeat-x 0 100%;
	padding: 170px 0 0 0;
}
	#holding #logo {
		background: url('../images/logo.gif') #FFF 0 0 no-repeat;
		line-height: 0;
		height: 54px;
		width: 183px;
		margin: 0 auto;
		padding: 0;
		text-indent: -10000px;
	}
	#holding h2 {
		font-weight: normal;
		font-size: 39px;
		text-align: center;
		margin-top: 40px;
	}
	#holding h3 {
		font-weight: normal;
		font-size: 18px;
		text-align: center;
		margin-top: 25px;
	}
		#holding h3 a {
			text-decoration: none;
			color: #00b2c6;
		}
		#holding h3 a:hover {
			color: #7A7A7A;
		}
		
/* Links */
#links {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
	#links li {
		display: inline-block;
		list-style: none;
		font-size: 14px;
		padding: 0 10px;
		border-right: 1px solid #515151;
	}
	#links li.last {
		border-right: none;
	}
		#links li a {
			text-decoration: none;
			color: #0a0a0a;
		}
		#links li a:hover {
			color: #00b2c6;
		}
		