/*--------------------------------------------------*/
/* Craftsmanship				                    */

	.column {
		width: 370px;
		float: left;
		padding: 12px 8px 0;
	}

	.second {
		width: 320px;
	}

		.second ul {
			list-style-type: none;
			padding: 0;
		}

			.second ul li {
				background: #eee9e9;
				margin: 0 0 6px;
				padding: 4px 4px 4px 44px;
			}

				.second	ul li#brochure {
					background: #eee9e9 url("/a/img/craftsmanship/brochure.gif") no-repeat 6px 50%;
				}

				.second	ul li#movie {
					background: #eee9e9 url("/a/img/common/movie.gif") no-repeat 6px 50%;
				}

					.second ul li#movie a {
						padding: 8px 0 9px 0;
					}

				.second ul li a {
					background: url("/a/img/global/arrowRed.gif") no-repeat 100% 50%;
					display: block;
					color: #000;
					font-weight: bold;
					padding: 4px 42px 4px 0;
					text-decoration: none;
				}

					.second ul li a:hover {
						text-decoration: underline;
						color: #ee3a43;
					}

	#content div img {
		float: right;
		position: relative;
		margin: -23px 15px 0 0;
		display: inline;
	}

	.footnote {
		width: 370px;
	}

/*--------------------------------------------------*/
/* Movie						                    */

	#movieContainer {
		background: #fff;
		padding: 1px;
		margin: 0 auto;
		border: 1px solid #ccc;
		width: 600px;
		text-align: center;
	}

		#movieContainer object {
			display: block;
		}

		#movieContainer p {
			padding: 12px;
		}

		#nyroModalIframe {
			height: 371px !important;
		}
