html {
	margin:0;
	padding:0;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}

h1 {
	font-family: 'Passion One', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	line-height: 26px;
}

h1 span {
	text-indent:70px;

}
h2 {
	font-family: 'Passion One', sans-serif;
	font-size: 26px;
	font-weight: 700;
	font-style: normal;
	color: #7c1b1b;
	line-height: 28px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Passion One', sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #F6F1CE;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	font-family: 'Passion One', sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #F6F1CE;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
}
h8 {
	font-family: 'Passion One', sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	color: #000;
	line-height: 14px;
	text-align: center;
}
h9 {
	font-family: 'Passion One', sans-serif;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	color: #681E0B;
	line-height: 26px;
	text-transform: uppercase;
}

p {
	line-height:18px;
}

a {
	color:#900;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* BACKGROUND IMAGES */

#images {
	display: block;
	height: 5px;
	width: 0px;
	z-index: 1;
}
	
#images div {
	background-attachment: fixed;
	height: 0px;
	width: 0px;
}

#images #bg_1 {
	background-image: url(images/bg/2.jpg);
	background-position:50% 0;
}


/* CONTENT*/

#wrapper {
	width:1170px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

#home-wrapper {
	width: 1170px;
	overflow: hidden;
	margin: 0 0 315px 0;
}

#home-header {
	width: 95%;
	overflow: hidden;
	padding-top: 0;
	padding-right: 60;
	padding-bottom: 30px;
	padding-left: 12px;
}

#home-header h1 {
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#home-header2 table {
    margin:0 auto;
}

#home-content {
	width: 100%;
	overflow: hidden;
}

#home-image {
	width: 44%;
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 52px;
}

#home-text {
	width: 44%;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}

#menu-wrapper {
	width:960px;
	padding:0 0 70px 0;
	overflow:hidden;
}

#menu-header {
	width:960px;
	text-align:center;
	padding-bottom:40px;
	overflow:hidden;
}

#menu-left {
	width:503px;
	height:1035px;
	float:left;
}

#menu-right {
	width:444px;
	height:1035px;
	float:left;
}

#history-wrapper {
	width:960px;
	overflow:hidden;
	padding:0 0 360px 0; 
}

#history-wrapper #menu-black {
	margin:30px auto 0 auto;
}

#history-header {
	width:600px;
	height:130px;
	background:url(images/history-initial.png) 0 0 no-repeat;
	padding:0 260px 0 100px;
}

#history-header h1 {
	padding:55px 0 0 0;
	margin:0;
}

#history-content {
	width:960px;
	padding:0 0 0 90px;
	overflow:hidden;
}

#history-left {
	width: 600px;
	margin-right: 20px;
	float: left;
}

#history-right{
	width:300px;
	float:left;
}

#findus-wrapper {
	width:960px;
	height:1100px;
	overflow:hidden;
}

#footer {
	width:960px;
	height:40px;
	margin:100px 0 0 0;
}

/*MENU BLACK */

#menu-black {
	width: 1040px;
	height: 60px;
	text-align: center;
	background-image: url(images/Logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 172px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#menu-black ul {
	width: 1040px;
	height: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#menu-black ul li {
	height: 60px;
	list-style: none;
	float: left;
}



#menu-black ul li.menu {
	width:89px;
}

#menu-black ul li.history {
	width:119px;
}

#menu-black ul li.findus {
	width:140px;
}
#menu-black ul li.news {
	width:120px;
}

#menu-second {
	text-align: center;
	margin-bottom: 20px;
}

