/**
 * Intro
 */
.intro_content {
	text-align: center;
}

.intro_content2 {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}

.intro_button {
	width: 240px;
	float: left;
}

.intro_button p {
	text-align: center;
}

.intro_button p.intro_text {
	text-align: left;
	margin: 10px 10px 0 10px;
}

/**
 * Product bar
 */
.intro_product_bar {
	width: 220px;
}

.intro_product_bar_left {
	float: left;
	width: 32px;
	height: 500px;
	background-image: url(../images/1500/intro_products_left_spacer.jpg);
	background-repeat: no-repeat;
}

.intro_product_bar_center {
	float: left;
	width: 182px;
	height: 500px;
	line-height: 0;
	font-size: 0;
}

.intro_product_bar_right {
	float: left;
	width: 6px;
	height: 500px;
	background-image: url(../images/1500/intro_products_right_spacer.jpg);
	background-repeat: no-repeat;
}

.intro_product_bar_spacer {
	width: 182px;
}

.intro_product_bar_spacer img {
	border: 0;
	padding: 0;
	margin: 0;
}

.intro_product_bar_product {
	width: 182px;
}
