/*NAVIGATION*/

#navigation {
	width: 105%;
	height: 75px;
	padding: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
	background-color: #cad967;
	}
	
nav {
	width: 960px;
	margin: auto;
	}
	
#logo {
	width: 162px;
	margin-right: 20px;
	margin-left: -50px;
	float: left;
	}
	
#home, #dish, #sushi, #delivery, #contact {
	width: 110px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 20px;
	float: left;
	color: black;
	text-align: center;
	font-family: Arial;
	font-size: 14pt;
	}
	
#language {
	width: 128px;
	padding-top: 35px;
	padding-bottom: 30px;
	float: left;
	color: black;
	text-align: right;
	font-family: Arial;
	font-size: 9pt;
	}

nav a {
	text-transform: none;
	text-decoration: none;
	color: black;
	}
	
/*COMMON*/

a {
	text-transform: none;
	text-decoration: none;
	}
h1 {
	font-family: Arial light;
	font-size: 16pt;
	}

#wrapper {
	margin: auto;
	width: 960px;
	}
	
p {
	font-family: Arial;
	font-size: 11pt;
	color: black;	
	line-height: 80%;
	}

/*MENUS*/

#button {
	width: 150px;
	padding: 10px;
	text-align: center;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	border: solid 2px #cad967;
	background-color: #cad967;
	transition: ease-in 0.1s;
	}
	
#button:hover {
	background-color: #9aa939;
	border: solid 2px #9aa939;
	transition: ease-in 0.1s;
	}
	
.menu {
	margin-top: 10px;	
	}
	
/*LIVRAISON*/

#day {
	width: 150px;
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	color: black;	
	line-height: 80%;
	}

#time{
	width: 200px;
	float: left;
	font-family: Arial;
	font-size: 11pt;
	color: black;	
	line-height: 80%;
	}
	
#pay {
	width: 960px;
	float: left;
	margin-top: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	color: black;	
	}

#pay img {
	margin-right: 10px;
	}
	
/*CONTACT*/

#contact_left {
	width: 400px;
	float:left;
	}

#address {
	width: 960px;
	float: left;
	margin-top: 20px;
	font-family: Arial;
	font-size: 11pt;
	color: black;	
	}
	
#address p {
	margin-top: 0px;
	}