.tech_pages {
    text-align: center;
    letter-spacing: .05em;
}
.tech_page {
    text-align: center;
    font-family: "Smith", sans-serif;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: .05em;
}
.tech_page h2 {
    font-family: "Smith" sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.tech_page h3 {
    letter-spacing: .05em;
}
.tech_page hr {
    border: none;
    border-top: solid 1px #d3d3d3;
    margin: 80px auto;
}
.tech_page img {
    max-width: 100%;
}
.tech_page .tech_description {
    width: 600px;
    margin: 32px auto;
}
.tech_page .tech_description.wide {
    width: 900px;
    margin: 20px auto;
}
.tech_page .tech_description h4 {
    font-weight: bold;
    margin-bottom: 9px;
}
.tech_page .tech_item_selector {
    width: 100%;
    margin-bottom: 20px;
}
.tech_page .tech_item_selector a {
    font-family: "Smith", sans-serif;
	font-weight: bold;
	/* text-transform: uppercase; */
	padding: 2px 10px;
	color: #adadad;
	letter-spacing: .05em;
}
.tech_page .tech_item_selector a.selected {
    color: #333;
}
.tech_page .tech_item_selector a:hover {
    color: #009c90;
}
.tech_page .tech_page_prev {
    position: absolute;
    z-index: 100;
    top: 300px;
    left: 0px;
    font-size: 36px;
}
.tech_page .tech_page_next {
    position: absolute;
    z-index: 100;
    top: 300px;
    right: 0px;
    font-size: 36px;
}
.tech_page .tech_products {
    display: none;
}
.tech_page .tech_products h4 {
	font-weight: bold;
	margin-bottom: 32px;
	letter-spacing: .05em;
}
.tech_page .tech_product {
	display: table-cell;
	padding: 0px 0px;
	vertical-align: bottom;
    font-weight: normal;
}
.tech_page .tech_product img {
    display: block;
    margin-bottom: 15px;
}
.tech_page .tech_option {
    clear: both;
    margin-top: 40px;
    text-align: center;
}
.tech_page .tech_option .tech_description {
    width: 100%;
    margin: 20px 0px;
}
.tech_page_selector {
    position: fixed;
    top: 170px;
    left: 0px;
    z-index: 99999;
}
.tech_page_selector a {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/tech/page_selector.png) top left no-repeat;
    text-indent: -99999em;
    margin-bottom: 10px;
    border: none;
    outline: none;
}
.tech_page_selector a.selected {
    background-position: bottom;
}
.tech_page .tech_overlays {
    position: relative;
    display: block;
    margin: 0px auto;
}
.tech_page .tech_overlay_background {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.tech_page .tech_overlay {
    position: relative;
    z-index: 10;
}
.tech_page .tech_overlay h4 {
    font-size: 12px;
    font-family: "Smith Bold", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;
}
.tech_page .tech_overlays a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 29px;
    background: url(../images/tech/tech_overlay_rollover.png) bottom left no-repeat;
    z-index: 100;
    display: block;
    border: none;
    outline: none;
    text-indent: -99999em;
}
.tech_page .tech_overlays a.selected {
    background-position: top;
}
.tech_page .tech_popups {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    width: 100%;
}
.tech_page .tech_popup_background {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    margin: 0px auto;
}
.tech_page .tech_popup {
    position: relative;
    z-index: 10;
    display: none;
}
.tech_page .tech_popup h4 {
    font-size: 12px;
    font-family: "Smith", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;
}
.tech_page .tech_popups a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 29px;
    background: url(../images/tech/tech_overlay_rollover.png) bottom left no-repeat;
    z-index: 100;
    display: block;
    border: none;
    outline: none;
    text-indent: -99999em;
}
.tech_page .tech_popups a.selected {
    background-position: left top;
    text-indent: 0px;
    width: auto;
    background-color: #d3d3d3;
    padding-left: 35px;
    padding-right: 10px;
    line-height: 30px;
    opacity: 1;
    z-index: 150;
    position: relative;
    width: 250px;
    font-weight: bold;
    border-radius: 15px;
    border: solid 1px #adadad;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tech_page .tech_popups a.selected.wide {
    width: 350px;
}
.tech_page .tech_popups a.selected.xwide {
    width: 500px;
}
.tech_page .tech_popups a.selected.xxwide {
    width: 650px;
}
.tech_page .tech_popups a:hover {
    color: #333;
}
.tech_page .tech_popups img {
    display: none;
}
.tech_page .tech_floaters {
    position: relative;
    display: block;
    margin: 0px auto;
}
.tech_page .tech_floater_background {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.tech_page .tech_floater {
    position: absolute;
    z-index: 10;
    width: 450px;
    text-align: left;
    line-height: 20px;
}
.tech_page .tech_floater h4 {
    font-size: 12px;
    font-family: "Smith", sans-serif;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 20px;
}
.tech_page_pdp {
    width: 906px;
    overflow: hidden;
}
