@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	position:relative;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************************************/
html, body {
    height: 100%;
		font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#000;
}
.container {
	position:relative;
	width:100%;
	min-width:960px;
	background:url(../images/background.jpg) center top no-repeat #000;
	min-height:100%;
	z-index:1;
}
.motif {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/motif.png) left top repeat transparent;
	z-index:1;
}
.containerInner {
	position:relative;
	margin:0 auto;
	z-index:2;
	padding-bottom:50px;
}
.logo {
	width:400px;
	height:60px;
	margin:0 auto;
	padding-top:110px;
}
.nav {
	padding:57px 0 92px;
	text-align:center;
}
.nav ul {
	list-style-type:none;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.nav ul li {
	display:inline-block;
	*display:inline;
	zoom:1;
	height:40px;
	vertical-align:top;
}
.nav ul li a {
	display:block;
	text-transform:uppercase;
	font-size:16px;
	color:#c7c7c7;
	line-height:20px;
	height:20px;
	padding:10px 12px;
	text-decoration:none;
}
.nav ul li a:hover {
	background-color:#e36e74;
	border-radius:6px;
	box-shadow:inset 0 0 20px #000;
}
.nav ul li a.facebook {
	width:40px;
	height:40px;
	padding:0 12px;
	background:url(../images/facebook.png) center top no-repeat transparent;
}
.nav ul li a:hover {
	background-position:center bottom;
}
.content {
	width:535px;
	min-height:356px;
	background-color:#000;
	margin:0 auto;
	color:#bab9b6;
	font-size:14px;
	padding:10px;
}
.content p {
	margin-bottom:10px;
}
h1 {
	font-weight:bold;
	font-size:21px;
	margin-bottom:10px;
}
h2 {
	font-weight:bold;
	font-size:18px;
	margin-bottom:8px;
}
h3 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:6px;
}
.footer {
	bottom: 0;
	height: 25px;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 100%;
	border-bottom:9px solid #c6c6c6;
	z-index:2;
	font-size:10px;
	color:#c7c7c7;
	text-align:center;
	text-transform:uppercase;
}