#content {
	padding: 20px 60px;
}

#content #maincontent {
	float: none;
	border: 0px dotted red;
	width: auto;
	margin-right: 0px;
	margin-top: 0px;
}

/* #content #maincontent h1 {
	font-size: 28px;
	font-family: "futura_ltheavy";
	font-weight: normal;
	color: #646464;
	letter-spacing: 1px;
	line-height: 30px;
} */

#content .header {
	height: 80px;
}

#content .header h1 {
	position: relative;
	font-size: 18px;
	font-family: "futura_ltbook";
	font-weight: normal;
	color: #7A7A7A;
	border-bottom: 1px solid #d9d9d9;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
}

#content .header h1 span {
	display: block;
	position: absolute;
	font-size: 28px;
	font-family: "futura_ltheavy";
	font-weight: normal;
	color: #646464;
	letter-spacing: 1px;
	line-height: 30px;
	margin-top: 5px;
}

#wrap #content #maincontent h3 {
	font-size: 19px;
	font-family: "futura_ltregular";
	font-weight: normal;
	color: #878787;
	padding-top: 12px;
	margin-bottom: 12px;
}

#wrap #content #maincontent p,
#wrap #content #maincontent p u,
#wrap #content #maincontent p strong {
	font-size: 18px;
	font-family: "futura_ltlight";
	color: #878787;
}

#wrap #content #maincontent p {
	text-align: left;
	line-height: 30px;
	margin-bottom: 16px;
	margin-right: 40px;
	border: 0px dotted red;
}

body.search.commercial.space #wrap #content #maincontent p {
	margin-right: 100px;
}

body.search.restaurant #wrap #content #maincontent p {
	margin-right: 50px;
}

#wrap #content #maincontent p strong {
	font-family: "futura_ltregular";
	font-weight: normal;
}

#wrap #content #maincontent ul {
	margin-left: 18px;
	padding-left: 0px;
}

#wrap #content #maincontent ul li {
	font-size: 18px;
	font-family: "futura_ltlight";
	color: #878787;
	line-height: 30px;
}

#content #maincontent .clear {
	clear: left;
}

#content #maincontent strong.phone {
	white-space: nowrap;
}

#maincontent #header_bn #textwrap {
	padding-left: 0px;
	padding-right: 0px;
	line-height: 20px;
	font-size: 14px;
	color: #444;
	border: 0px dotted red;
}

#wrap #content #maincontent .confirm {
	margin-right: 200px;
}

#wrap #content #maincontent .confirm p {
	margin-right: 0px;
}

/* MOBILE 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 780px) { 
	
	#wrap {
		width: auto;
	}
	
	#wrap #content #maincontent .confirm {
		margin-right: 50px;
	}
}

@media screen and (max-width: 500px) { 
	
	#content {
		padding: 15px 0px;
	}
	
	#content #maincontent .header {
		height: 70px;
	}

	#content #maincontent h1 {
		font-size: 20px;
	}
	
	#content #maincontent .header h1 {
		font-size: 14px;
	}

	#content #maincontent .header h1 span {
		font-size: 20px;
	}
	
	body.search.french #content #maincontent .header h1 {
		font-size: 12px;
	}
	
	body.search.french #content #maincontent .header h1 span {
		font-size: 17px;
	}
	
	#wrap #content #maincontent p,
	body.search.commercial.space #wrap #content #maincontent p,
	body.search.restaurant #wrap #content #maincontent p {
		font-size: 14px;
		line-height: 20px;
		margin-right: 0px;
	}
	
	#wrap #content #maincontent p u,
	#wrap #content #maincontent p strong {
		font-size: 14px;
	}
	
	#wrap #content #maincontent .confirm {
		margin-right: 0px;
	}
}































