.break {
    clear: both;
}
.showroom_wrapper {
    width: 1000px;
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
margin-left: -15px;
margin-top: -10px;
margin-bottom: -35px;
    background: #fff;
}
.select_wrap {
    width: 700px;
    height: 70px;
    margin: 18px 0 0;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0 150px;
}
a.select_item {
    width: 300px;
    height: 70px;
    margin: 0;
    padding: 0 25px;
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #b1b1b1;
    font: 300 22px/45px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
a.select_item:hover {
    color: #444;
}
a.select_active {
    color: #000;
    background: url(../img/showroom-2013/down-arrow.png) no-repeat center 33px;
}
.showroom_group {
    display: none;
}
.showroom_active {
    display: block;
}
.product_row {
    width: 960px;
    margin: 0 20px 30px;
    position: relative;
    display: block;
    height: 222px;
}
a.product_item {
    width: 220px;
    height: 222px;
    padding: 0;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    margin: 0 10px;
    overflow: visible;
}
a.product_item:hover {
    background: url(../img/showroom-2013/highlight.png) no-repeat 0 0;
}
.product_item_blank {
	width: 220px;
	height: 222px;
	position: relative;
	display: block;
	float: left;
	margin: 0 10px;
}
.product_name {
    color: #000;
    font: 400 15px/19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    position: absolute;
    top: 16px;
    left: 0;
    width: 220px;
    display: block;
}
.product_sub {
    color: #7d7d7d;
    font: 300 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    top: 33px;
    left: 0;
    position: absolute;
    display: block;
    width: 220px;
}
img.product_image {
    display: block;
    height: 164px;
    width: 220px;
    position: absolute;
    top: 58px;
    left: 0;
}
.new_badge {
	width: 216px;
	height: 38px;
	overflow: hidden;
	position: absolute;
	background: url(../img/showroom-2013/new-icon.png) 0 0 no-repeat;
    bottom: -16px;
    left: 2px;
}
a.product_item:hover .new_badge {
    background-position: 0 -38px;
}
.showroom_sub {
    width: 1000px;
    position: relative;
    display: block;
    clear: both;
    padding-right: 0;
    padding-left: 0;
    margin-top: 40px;
    padding-bottom: 100px;
}
.sub_strip {
    width: 680px;
    height: 77px;
    margin: 0;
    padding: 0 160px;
    clear: both;
    display: block;
}
a.sub_button {
    height: 77px;
    margin: 0 20px;
    padding: 0;
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    color: #666;
    text-decoration: none;
    font: 16px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: center;
    width: 277px;
    background: url(../img/showroom-2013/bottom-button.png) no-repeat 0 0;
    opacity: 0.8;
}
a.sub_button:hover {
    opacity: 1;
    color: #000;
}
.sub_links_outer {
	background: #eee;
	border-radius: 6px;
	width: 960px;
	height: 60px;
	margin-top: 30px;
	margin-left: 5px;
	position: relative;
}
.sub_link_wrap {
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
    margin-top: 0px;
	margin-bottom: 0px;
}
ul.sub_links {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    width: auto;
    height: 20px;
    text-align: center;
    float: right;
    position:relative;
    left:50%;
}
ul.sub_links li {
    list-style: none;
    margin: 0 20px 0 20px;
    padding: 0;
    float: left;
    position: relative;
	line-height: 60px;
}
ul.sub_links li a {
    color: #8d8d8d;
    font: 18px/60px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.sub_links li a:hover {
    color: #000;
}