@charset "utf-8";
html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0 0 200px;
	height: 100%;
}
#header {
	width: 100%;
	top: 0px;
	left: 0;
	position: fixed;
	height: 130px;
	z-index: 1;
	box-shadow: 0px 1px 5px #B0B0B0;
	background-color: #FFF;
}
#top-border {
	height: 50px;
	background-image: url(images/kiyoi-bg.gif);
	background-repeat: repeat;
	z-index: 1;
	position: ;
	left: 0px;
	top: 0px;
	position: relative;
}
#nav-contain {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	z-index: 9999;
	position: relative;
	top: -50px;
}
#nav {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 120px;
	display: table;
	text-align: center;
	z-index: 9999
}
#nav li {
	display: table-cell;
	/* [disabled]height: 120px; */
	width: 20%;  /* (100 / numItems)% */
	/* [disabled]line-height: 120px; */
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	/* [disabled]padding: 10px 0 0 0; */
	margin: 0;
	list-style-type: none;
}
#nav li a{
	list-style: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: inline-block;
}
#nav .padding a:after {
	content: '';
	display: block;
	height: 3px;
	width: 0;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;	
}
#nav .padding a:hover:after {
	width: 100%;
	background: #9a1b1f;
}
.logo {
	margin: 0;
}
#cover {
	height: 700px;
	width: 100%;
	background-image: url(images/kiyoi-truck.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#about {
	width: 1000px;
	background-image: url(images/about-us.png);
	background-repeat: no-repeat;
	background-position: 50% 100px;
	padding-top: 280px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 120px;
}
p {
	font-family: source-sans-pro, sans-serif;
	font-size: 17px;
	color: #333;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
}
h1 {
	font-family: source-sans-pro, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: source-sans-pro, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#border {
	background-color: #000;
	width: 100%;
	height: 10px;
}
#products {
	background-color: #9a1b1f;
	background-image: url(images/products.png);
	background-repeat: no-repeat;
	background-position: center 120px;
	padding-top: 320px;
	overflow: hidden;
}
#products-wrap {
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]text-align: justify; */
	/* [disabled]-ms-text-justify: distribute-all-lines; */
	/* [disabled]text-justify: distribute-all-lines; */
	background-image: url(images/products_bg.jpg);
	background-repeat: no-repeat;
	height: 700px;
}
#products-wrap img {
	border: 5px solid #FFF;
	vertical-align: top;
	margin: 10px;
	width: 220px;
	height: 268px;
	float: left;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	;
	
}
.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
#contact {
	width: 100%;
	background-color: #FFF;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: center 120px;
	padding-top: 320px;
}
#contact-left {
	float: left;
	width: 450px;
}
.form {
	float: left;
	width: 450px;
	margin: 0 0 50px 0;
}
.formblock {
	display: block;
	margin-bottom: 20px;
	/* [disabled]overflow: auto; */
}
.formblock .txt {
	background-color: #F9F9F9;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    color: #626262;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 25px;
    margin: 0 20px 15px 0;
    padding: 5px 10px;
    width: 420px;
}
.formblock textarea {
	background-color: #F9F9F9;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	color: #626262;
	float: left;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	height: 250px;
	margin: 0 20px 0 0;
	padding: 5px 10px;
	width: 420px;
	text-align: left;
	vertical-align: top;
}
.subbtn {
	height: 40px;
	width: 200px;
	margin: 20px 0 0 0;
	cursor: pointer;
}#contact-wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
h3 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, "sans-serif;";
	font-weight: bold;
	font-size: 21px;
	letter-spacing: -1px;
	margin: 0px;
	padding-bottom: 3px;
	text-align: left;
	color: #555555;
}#map {
	width: 450px;
	padding-left: 50px;
	float: right;
}
#map p {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-family: source-sans-pro, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 10px 0 10px 0;
}
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 200px;
	width: 100%;
	background-image: url(images/kiyoi-bg.gif);
	background-repeat: repeat;
}
#footer .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-top: 80px;
}
#statement {
	width: 500px;
	position: absolute;
	right: 0px;
	top: 550px;
	padding: 0 0 0 20px;
	background-color: #000;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(0, 0, 0, .6);
}
#statement h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #FFF;
	margin: 25px 0;
	text-align: right;
	padding-right: 50px;
}
#nav .padding {
	padding-top: 50px;
}
.button {
	background: #9a1b1f;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	height: 60px;
	width: 500px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #FFF;
	transition: all 0.3s ease 0s;
	position: relative;
	margin-top: 250px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.button:hover {
	opacity: 0.8;
}
a {
	color: #333333;
	text-decoration: none;
}
