@import 'reset.css';
@import 'text.css';
@import '960_responsive.css';


body {
	font-family: "Arial Narrow", verdana, arial, sans-serif;;
	background: #FFF;
}


/* HEAD
########################## */



#header {
	overflow: hidden;
	padding: 10px 0 0;

}

#logo {
	float: left;
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 0;
}

#header div {
	margin: 0;
}

#header nav ul {
	text-align: right;
	margin: 10px 0 0;
}

#header nav ul li {
	padding-top: 20px;
	margin: 0 10px;
	list-style: none;
	display: inline-block;
}

#header nav a {
	text-decoration: none;
}

/* INTRO
########################## */

#intro {
	background: #ffffff;
	margin-bottom: 0;
	padding: 20px 0 20px;
	color: #edeae2;
	text-align: center;
	position: relative;
	height: 250px;
	overflow: hidden;
}

#intro div {
	position: center;
}
#intro img {
	margin: auto;
}

#intro h1 {
	font-size: 1.7em;
	line-height: 1em;
}

#intro p {
	font-size: 2em;
	text-align: center;
}

/* INFOS
########################## */

#infos {
	padding: 10px 0 10px;
	margin-bottom: 0;
	overflow: hidden;
	background: #edeae2;
	border: 1px solid #cc0000;
}

#infos p {
	text-align: center;
	font-size: 1.5em;
}




/* FOOTER
########################## */

#footer {
	background: #000;
	color: #FFF;
	padding: 10px 0 10px;
	border: none;
	text-align: center;
	font-size: 2em;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}



/* MOBILE
########################## */

@media screen and (max-width: 480px) {
	#handler {
		width: 50px;
		display: block;
		margin: auto;
		text-align: center;
	}
	#logo {
		float: none;
		display: block;
		text-align: center;
		font-size: 2em;
		margin: 0 auto;
	}

	#header-wrapper {
		margin-top: -160px;
	}

	#header nav ul {
		text-align: center;
		margin: 0 0 20px;
	}

	#header nav ul li {
		display: block;
		padding: 0;
	}

	#testimonials {
		text-align: center;
	}
	#testimonials img {
		float: none;
	}
	#testimonials p, #testimonials strong {
		margin: 0;
	}

	#contact input, #contact button {
		font-size: 0.85em;
	}

	#contact input {
		width: 60%;
	}

	#contact button {
		padding: 5px;
	}
}
