/* @group Basics */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #716658;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

i {
	display: none;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #7d7366;
}

a:hover {
	color: #c7bba3;
}

/* @end */

/* @group Framework */

body {
	text-align: center;
}

#fw {
	text-align: left;
	width: 968px;
	margin: 45px auto 10px auto;
}

#fwInner {
	
}

/* @group Head */

#fwHeader {
	height: 100px;
	position: relative;
}

#fwLogo {
	position: absolute;
	top: 0;
	left: 8px;
}
#fwLogo a {
	display: block;
	width: 220px;
	height: 74px;
	background-image: url(../img/logo.png);
}
#fwLogo a h1 {
	display: none;
}

#fwKai {
	position: absolute;
	top: 0;
	right: 18px;
}
#fwKai a {
	display: block;
	width: 53px;
	height: 22px;
	background-image: url(../img/kai-logo.png);
}

#fwNav {
	background: url(../img/sushi.png) no-repeat;
	height: 29px;
	padding-left: 40px;
	position: absolute;
	top: 55px;
	right: 8px;
}
#fwNav ul {
	padding: 6px 0 0 0;
}
#fwNav ul li {
	display: inline;
	padding: 0 8px;
	border-left: 1px solid #7d7366;
}
#fwNav ul li.first {
	border-left: none;
}
#fwNav ul li a {
	text-transform: uppercase;
}
#fwNav ul li a.active {
	color: #c7bba3;
}



/* @end */

/* @group Content */

#fwContent {
	height: 587px;
	position: relative;
}

#fwContent h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	color: #716658;
	margin-bottom: 5px;
}
#fwContent h2 strong {
	text-transform: uppercase;
	font-size: 16px;
	color: #716658;
}

#fwContent h3 {
	color: #c7bba3;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 20px;
}

#fwContent p {
	margin-bottom: 20px;
}

/* @group Start */

#start {
	width: 968px;
	height: 549px;
	background: url(../img/start-image.png) no-repeat 0 30px;
}

#start #startContent {
	padding-top: 385px;
	padding-right: 470px;
}

#startContent h2 {
	margin-bottom: 20px;
}

/* @end */

/* @group Box */

#box {
	width: 968px;
}

#box #topText {
	margin-left: 478px;
	color: #c7bba3;
	text-transform: uppercase;
}

#box #topText em {
	color: #bf1e2e;
	font-weight: normal;
	font-style: normal;
}

#box #images {
	width: 968px;
	height: 300px;
	background: url(../img/box-image.png) no-repeat;
	position: relative;
}

#box #images ul li a {
	position: absolute;
	display: block;
	background: url(../img/box-image-hover.png) no-repeat 0 1000px;
}

#box #images ul li a.box_A { left: 0; top: 40px; width: 220px; height: 50px; }
#box #images ul li a.box_A:hover { background-position: 0 -40px; }

#box #images ul li a.box_B { left: 0; top: 140px; width: 250px; height: 50px; }
#box #images ul li a.box_B:hover { background-position: 0 -140px; }

#box #images ul li a.box_C { left: 0; top: 240px; width: 210px; height: 61px; }
#box #images ul li a.box_C:hover { background-position: 0 -240px; }

#box #images ul li a.box_D { left: 270px; top: 40px; width: 210px; height: 70px; }
#box #images ul li a.box_D:hover { background-position: -270px -40px; }

#box #images ul li a.box_E { left: 270px; top: 150px; width: 250px; height: 70px; }
#box #images ul li a.box_E:hover { background-position: -270px -150px; }

#box #images ul li a.box_F { left: 270px; top: 250px; width: 210px; height: 51px; }
#box #images ul li a.box_F:hover { background-position: -270px -250px; }

#box #images ul li a.box_G { left: 525px; top: 40px; width: 70px; height: 155px; }
#box #images ul li a.box_G:hover { background-position: -525px -40px; }

#box #images ul li a.box_H { left: 522px; top: 224px; width: 77px; height: 77px; }
#box #images ul li a.box_H:hover { background-position: -522px -224px; }

#box #images ul li a.box_I { left: 670px; top: 25px; width: 55px; height: 150px; }
#box #images ul li a.box_I:hover { background-position: -670px -25px; }

#box #images ul li a.box_J { left: 725px; top: 25px; width: 60px; height: 150px; }
#box #images ul li a.box_J:hover { background-position: -725px -25px; }

#box #images ul li a.box_K { left: 835px; top: 25px; width: 152px; height: 150px; }
#box #images ul li a.box_K:hover { background-position: -835px -25px; }

#box #images ul li a.box_L { left: 665px; top: 200px; width: 176px; height: 101px; }
#box #images ul li a.box_L:hover { background-position: -665px -200px; }

#box #images ul li a.box_M { left: 841px; top: 200px; width: 40px; height: 101px; }
#box #images ul li a.box_M:hover { background-position: -841px -200px; }

#box #images ul li a.box_N { left: 881px; top: 200px; width: 80px; height: 101px; }
#box #images ul li a.box_N:hover { background-position: -881px -200px; }

#box #descriptions ul {
	padding-top: 80px;
}

#box #descriptions ul li {
	display: none;
}

/* @end */

/* @group twoCol */

.twoCol {
	padding-top: 45px;
}

.twoCol #left,
#kiyoshi.twoCol #left,
#sources.twoCol #left {
	float: left;
	width: 360px;
}

.twoCol #right,
#kiyoshi.twoCol #right,
#sources.twoCol #right {
	margin-left: 365px;
}

/* @end */

/* @group Kiyoshi */

#kiyoshi #right {
	padding-top: 15px;
}

#kiyoshi p {
	text-transform: uppercase;
	line-height: 1.75;
	font-size: 13px;
	text-align: justify;
}

/* @end */

/* @group Movie */

#movie {
	padding-top: 60px;
}

#movie.twoCol #left {
	width: 235px;
}
#movie.twoCol #right {
	margin-left: 310px;
}

#movie #left p {
	line-height: 1.75;
	text-align: justify;
}

#movie #right p {
	width: 640px;
	margin-top: 20px;
	text-align: right;
}

/* @end */

/* @group Sources */

#sources {
	padding-top: 120px;
}

#sources #right {
	padding-top: 20px;
}

#sources h2 {
	margin-bottom: 20px;
}

#sources p#dealerSearch {
	margin-bottom: 80px;
}

/* @end */

/* @group Contact */

#contact {
	padding-top: 120px;
}

#contact.twoCol #left {
	width: 440px;
}
#contact.twoCol #right {
	margin-left: 445px;
	margin-right: 200px;
}

#contact #right {
	padding-top: 60px;
	text-align: center;
}

#contact #right p, #contact #right a {
	color: #000;
}

#contact #imprint {
	position: absolute;
	right: 36px;
	bottom: 40px;
}
#contact #imprint a {
	text-transform: uppercase;
}

/* @end */

/* @end */

/* @group Foot */

#fwFooter {
	width: 968px;
	height: 65px;
	background: url(../img/footer.png) no-repeat;
}



/* @end */

/* @end */