@charset "utf-8";

body {
	color: #333;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	background-color: #F0F0F0;
}

#wrapper {
	background-color: #FFF;
	max-width: 1140px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-top: 5px;
}

header {
	margin-top: 20px;
	width: 309px;
	float: left;
}

ul {
	margin-top: 0;
}

img {
	max-width: 100%;
	height: auto;
}

#line {
	width: 100%;
	height: 106px;
	border-bottom: 18px solid #E64690;
	margin-top: 20px;
}

#tel {
	width: 227px;
	float: right;
	margin-top: 103px;
}

#quality {
	float: left;
	clear: left;
	width: 165px;
	margin-top: 30px;
	margin-left: 36px;
	text-align: center;
}

#cars {
	width: 870px;
	float: right;
	clear: right;
}

.caleft {
	line-height: 1.5em;
	margin-right: 30px;
	width: 480px;
	float: left;
	clear: left;
}

.caright {
	line-height: 1.5em;
	width: 340px;
	float: left;
}

.lip {
	line-height: 1.5em;
	margin-right: 30px;
	width: 420px;
	float: left;
	clear: left;
}

.lid {
	line-height: 1.5em;
	width: 420px;
	float: left;
}

#main {
	line-height: 1.5em;
	width: 870px;
	margin-top: 40px;
	float: right;
	clear: right;
}

#main img {
	margin-top: 20px;
}

#main2 {
	line-height: 1.5em;
	width: 870px;
	margin-top: 40px;
	float: right;
	clear: right;
}

#movie {
	width: 870px;
	margin-top: 15px;
	float: right;
	clear: right;
}

.video {
	position: relative;
	z-index: 0;
	padding: 0 0 55% 0;
	height: 0;
	overflow: hidden;
}

.video iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 870px;
	height: 100%;
	max-height: 489px;
	background: #fff;
}

#mainnav {
	width: 165px;
	margin-top: 22px;
	margin-left: 36px;
	float: left;
	clear: left;
}

#mainnav ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#mainnav a {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	display: block;
	padding-top: 20px;
	padding-bottom: 4px;
	border-bottom: 6px solid #e64690;
	text-decoration: none;
}

#mainnav a:hover,
#mainnav a:active,
#mainnav a:focus,
#mainnav a.thispage {
	color: #e64690;
	font-weight: normal;
	border-bottom: 6px solid #e64690;
	text-decoration: none;
	padding-bottom: 4px;
}

.nav-toggle {
	display: none;
}

h1 {
	font-size: 22px;
	margin-top: 0;
	font-weight: bold;
	color: #404040;
	line-height: 1.5em;
}

h2 {
	font-size: 18px;
	margin-top: 2.4em;
	font-weight: bold;
	color: #404040;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #404040;
}

a {
	font-weight: normal;
}

a img {
	border-width: 0;
}

a:link {
	color: #e64690;
	text-decoration: none;
}

a:visited {
	color: #e64690;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #333333;
	text-decoration: underline;
}

footer {
	padding-bottom: 30px;
	clear: both;
	float: none;
}

.marker {
	background-color: #ff0;
}