@charset "UTF-8";
/* CSS Document */

/* Direct Tag Definitions */
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: .7em 0;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #060a1a;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b9c0de;
}

/* Helpers / Overrides (always at the bottom) */
form {
	margin: 0px;
}
a {
	outline: none;
}
img {
	border: none;
	behavior: url(../scripts/iepngfix.htc);
}
.clearfix {
	clear: both;
}
.nopadding {
	padding: 0!important;
}
.nomargin {
	margin: 0;
}
h1.pageheading {
	margin: 0 0 0 -5000px;
	padding: 0;
	line-height: 0px;
}
h1.pageheading img {
	margin-left: 5000px;
	padding: 0;
}
.fieldname {
	color: #B8BFE5;
	font-size: 10px;
	font-weight: bold;
}
.textbox {
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #545d84;
	padding: 1px;
	border: solid 1px #969dc2;
	background-color: #e4e6f3;
}
.textbox.optin {
	background-color: #48578e;
	border-top: solid 1px #1e253c;
	border-right: solid 1px #6f7ba6;
	border-bottom: solid 1px #969ebe;
	border-left: solid 1px #2d375a;
	color: #FFFFFF;
	font-size: 12px;
}
.standard_link {
	color: #FFFFFF;
	text-decoration: none;
}
.standard_link:hover {
	text-decoration: underline;
}

/* Header */
#header {
	height: 112px;
	width: 960px;
	margin: 0 auto;
	display: block;
	position: relative;
}
#menu {
	position: absolute;
	top: 56px;
	right: 0px;
	height: 30px;
}
#menu .link {
	color: #99a1cc;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 10px 8px 0 8px;
	height: 20px;
	margin: 0 0 0 4px;
}
#menu .link:hover {
	color: #dadef2;
	background-image: url(../images/top_menu_bgs.gif);
	background-position: center -30px;
	background-repeat: no-repeat;
}
#menu .link.active, #menu .link.active:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/top_menu_bgs.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#cart {
	height: 30px;
	width: 960px;
	margin: 0 auto;
	display: block;
	position: relative;
	background-image: url(../images/cart_area_bg.png);
}
#cartleft {
	float: right;
	width: 30px;
	height: 20px;
	background-image: url(../images/cart_mini_bgs.png);
	background-repeat: no-repeat;
	background-position: -10px -20px;
	behavior: url(../scripts/iepngfix.htc);
}
#cartbody {
	float: right;
	height: 16px;
	padding: 4px 0 0 0;
	color: #cbd0ec;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/cart_mini_bgs.png);
	background-position: 0px 0px;
}
#cartright {
	float: right;
	width: 10px;
	height: 20px;
	background-image: url(../images/cart_mini_bgs.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	behavior: url(../scripts/iepngfix.htc);
}
.cart_heading {
	color: #b8bfe5;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.mini_cart_text {
}
.mini_cart_link {
	padding: 0 0 0 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/cart_mini_divider.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

/* Content */
#content_wrapper {
	width: 960px;
	margin: 0 auto;
	display: block;
}
#content_outer {
	width: 960px;
	margin: 0 auto;
	display: block;
	float: left;
	background-image: url(../images/content_outer_bg.jpg);
	background-repeat: repeat-y;
}
#content_inner {
	width: 960px;
	display: block;
	float: left;
	background-image: url(../images/content_inner_bg.jpg);
	background-repeat: no-repeat;
	padding: 0 0 30px 0;
}
#content_header {
	padding: 20px 0 0 0;
}
.content_heading {
	background-image: url(../images/content_headings.jpg);
	background-repeat: no-repeat;
}
.content_heading.exposed {
	background-position: 0px 0px;
}
.content_heading.products {
	background-position: 0px -73px;
}
.content_heading.stacks {
	background-position: 0px -438px;
}
.content_heading.retailers {
	background-position: 0px -146px;
}
.content_heading.inspired {
	background-position: 0px -219px;
}
.content_heading.apparel {
	background-position: 0px -292px;
}
.content_heading.informed {
	background-position: 0px -365px;
}
.content_heading.cart {
	background-position: 0px -511px;
}
.content_heading.login {
	background-position: 0px -584px;
}
.content_heading.register {
	background-position: 0px -657px;
}
.content_heading.checkout {
	background-position: 0px -730px;
}
.content_heading.myaccount {
	background-position: 0px -803px;
}
.content_heading.home {
	background-position: 0px -876px;
}
.content_heading.index {
	margin-top: -20px;
	background-image: url(../images/index_heading.jpg);
}
#content {
	margin: 45px 0 0 0;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #e6e8f2;
	margin: 30px 0 20px 0;
}
#content h2.location {
	font-size: 16px;
	font-weight: bold;
	color: #e6e8f2;
	margin: 30px 30px 20px 0;
	border-bottom: 1px solid #2A3672;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #e6e8f2;
	margin: 20px 0 10px 0;
}
#content a {
	color: #99aaff;
	text-decoration: none;
}
#content a:hover {
	color: #ccd5ff;
	text-decoration: underline;
}
#content .link_arrow {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 5px;
}
#content strong {
	color: #e5e8f4;
}


.affil_content_heading {
	background-image: url(../images/affil_content_headings.jpg);
	background-repeat: no-repeat;
}
.affil_content_heading.stats {
	background-position: 0px 0px;
}
.affil_content_heading.links {
	background-position: 0px -73px;
}
.affil_content_heading.login {
	background-position: 0px -146px;
}
.affil_content_heading.register {
	background-position: 0px -219px;
}
.affil_content_heading.account {
	background-position: 0px -292px;
}
.affil_content_heading.home {
	background-position: 0px -365px;
}


.admin_content_heading {
	background-image: url(../images/admin_content_headings.jpg);
	background-repeat: no-repeat;
}
.admin_content_heading.home {
	background-position: 0px 0px;
}
.admin_content_heading.login {
	background-position: 0px -73px;
}
.admin_content_heading.promos {
	background-position: 0px -146px;
}

/* Product image styles */
.product {
	font-size: 12px;
}
.products_large {
	background-image: url(../images/products_large_bgs.jpg);
	background-repeat: no-repeat;
	margin: 0;
	display: block;
}
.products_large.blade {
	background-position: 0 0;
}
.products_large.powerxd {
	background-position: -200px 0;
}
.products_large.tribxd {
	background-position: -400px 0;
}
.products_large.bcaaxd {
	background-position: -600px 0;
}
.products_large.glutaminexd {
	background-position: -800px 0;
}
.products_large.extreme_rush {
	background-position: -1000px 0;
}
.products_large.iso-smooth {
	background-position: -1200px 0;
}
.products_large.status {
	background-position: -1400px 0;
}
.products_small {
	background-image: url(../images/products_small_bgs.png);
	background-repeat: no-repeat;
	behavior: url(../scripts/iepngfix.htc);
}
.products_small.blade {
	background-position: 0 0;
}
.products_small.powerxd {
	background-position: -80px 0;
}
.products_small.tribxd {
	background-position: -160px 0;
}
.products_small.bcaaxd {
	background-position: -240px 0;
}
.products_small.glutaminexd {
	background-position: -320px 0;
}
.products_small.extreme_rush {
	background-position: -400px 0;
}
.products_small.iso-smooth {
	background-position: -480px 0;
}
.products_small.status {
	background-position: -560px 0;
}
.products_xsmall {
	background-image: url(../images/products_xsmall_bgs.png);
	background-repeat: no-repeat;
	behavior: url(../scripts/iepngfix.htc);
}
.products_xsmall.blade {
	background-position: 0 0;
}
.products_xsmall.powerxd {
	background-position: -40px 0;
}
.products_xsmall.tribxd {
	background-position: -80px 0;
}
.products_xsmall.bcaaxd {
	background-position: -120px 0;
}
.products_xsmall.glutaminexd {
	background-position: -160px 0;
}
.products_xsmall.extreme_rush {
	background-position: -200px 0;
}
.products_xsmall.iso-smooth {
	background-position: -240px 0;
}
.products_xsmall.status {
	background-position: -280px 0;
}
.product_name {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0;
	font-variant: small-caps;
	text-decoration: none;
}
.product_name.xlarge {
	font-size: 24px;
	font-variant: small-caps;
}
.product_name.large {
	font-size: 20px;
	font-variant: small-caps;
}
.product_name.small {
	font-size: 14px;
	font-variant: small-caps;
}
.product_name_box {
	font-weight: bold;
	color: #FFFFFF;
	border-top: solid 1px #162051;
	padding-top: 5px;
	height: 32px;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 20px;
	font-variant: small-caps;
}
.product_name.error {
	color: #FF0000;
}
.product_claim {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 10px 0 20px 0;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.product_title {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.product_subhead {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 10px 0 20px 0;
	font-size: 13px;
	font-style: italic;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.product_author {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 10px 0 20px 0;
	font-size: 14px;
	font-style: italic;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.product_tagline {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin: 0 0 10px 0;
}
.product_heading {
	color: #dadef2;
	font-weight: bold;
	display: block;
	margin: 10px 0 5px 0;
}
.product_field {
	color: #dadef2;
	font-size: 14px;
	font-weight: bold;
}
.product_field_value {
	color: #e9ecf7;
	font-size: 11px;
	font-weight: bold;
}
.product_field_value_small {
	color: #bbc2db;
	font-size: 10px;
	font-weight: bold;
}
.more_info_link {
	background-image: url(../images/btn_more_info.png);
	behavior: url(../scripts/iepngfix.htc);
	display: block;
	height: 16px;
	width: 72px;
	margin: 12px 0 0 0;
}
.more_info_link:hover {
	background-position: -72px 0;
}
.stack.womens_health {
	height: 367px;
	width: 225px;
	float: left;
	background-image: url(../images/womens_health_bgs.jpg);
}
.stack.womens_health:hover {
	background-position: 0px -367px;
}
.stack.mens_health {
	height: 367px;
	width: 225px;
	float: left;
	background-image: url(../images/mens_health_bgs.jpg);
}
.stack.mens_health:hover {
	background-position: 0px -367px;
}
.stack.mens_bodybuilding {
	height: 367px;
	width: 225px;
	float: left;
	background-image: url(../images/mens_bodybuilding_bgs.jpg);
}
.stack.mens_bodybuilding:hover {
	background-position: 0px -367px;
}
.stack.elite_athlete {
	height: 367px;
	width: 225px;
	float: left;
	background-image: url(../images/elite_athlete_bgs.jpg);
}
.stack.elite_athlete:hover {
	background-position: 0px -367px;
}
.womens_health_stack {
	background-image: url(../images/womens_health_bgs.jpg);
	background-position: 0px -30px;
	margin: 0 0 20px 0;
}
.mens_health_stack {
	background-image: url(../images/mens_health_bgs.jpg);
	background-position: 0px -30px;
	margin: 0 0 20px 0;
}
.mens_bodybuilding_stack {
	background-image: url(../images/mens_bodybuilding_bgs.jpg);
	background-position: 0px -30px;
	margin: 0 0 20px 0;
}
.elite_athlete_stack {
	background-image: url(../images/elite_athlete_bgs.jpg);
	background-position: 0px -30px;
	margin: 0 0 20px 0;
}
.product_spec_btns {
	float: right;
	width: 250px;
	height: 60px;
}
.product_btn {
	display: block;
	height: 18px;
	width: 120px;
	margin: 0 0 2px 0;
	background-image: url(../images/product_btns_bgs.png);
	behavior: url(../scripts/iepngfix.htc);
}
.product_btn.specs {
	background-position: 0px 0px;
}
.product_btn.specs:hover {
	background-position: 0px -18px;
}
.product_btn.warnings {
	background-position: 0px -36px;
}
.product_btn.warnings:hover {
	background-position: 0px -54px;
}
.product_btn.facts {
	background-position: 0px -72px;
}
.product_btn.facts:hover {
	background-position: 0px -90px;
}
.product_btn.addtocart {
	margin: 0 0 0 10px;
	width: 92px;
	background-position: 0px -108px;
}
.product_btn.addtocart:hover {
	background-position: 0px -126px;
}
.product_btn.clearcart {
	float: left;
	margin: 0 10px 0 0;
	width: 84px;
	background-position: 0px -216px;
}
.product_btn.clearcart:hover {
	background-position: 0px -234px;
}
.product_btn.checkout {
	margin: 0 0 0 10px;
	width: 77px;
	background-position: 0px -252px;
}
.product_btn.checkout:hover {
	background-position: 0px -270px;
}
.product_btn.continue_shopping {
	margin: 0 0 0 10px;
	width: 120px;
	background-position: 0px -288px;
}
.product_btn.continue_shopping:hover {
	background-position: 0px -306px;
}
.product_btn.removeitem {
	margin: 0 0 0 10px;
	width: 61px;
	background-position: 0px -144px;
}
.product_btn.removeitem:hover {
	background-position: 0px -162px;
}
.product_btn.updateitem {
	margin: 0 0 0 10px;
	width: 58px;
	background-position: 0px -180px;
}
.product_btn.updateitem:hover {
	background-position: 0px -198px;
}
.product_btn.iteminfo {
	margin: 0 0 0 10px;
	width: 71px;
	background-position: 0px -324px;
}
.product_btn.iteminfo:hover {
	background-position: 0px -342px;
}
.product_btn.login {
	margin: 0 0 0 10px;
	width: 52px;
	background-position: 0px -360px;
}
.product_btn.login:hover {
	background-position: 0px -378px;
}
.product_btn.register {
	margin: 0 0 0 10px;
	width: 68px;
	background-position: 0px -396px;
}
.product_btn.register:hover {
	background-position: 0px -414px;
}
.product_btn.guide {
	margin: 0 0 0 10px;
	width: 98px;
	background-position: 0px -432px;
}
.product_btn.guide:hover {
	background-position: 0px -450px;
}
.product_btn.update {
	margin: 0 0 0 10px;
	width: 61px;
	background-position: 0px -468px;
}
.product_btn.update:hover {
	background-position: 0px -486px;
}
.product_btn.submit {
	margin: 0 0 0 10px;
	width: 58px;
	background-position: 0px -504px;
}
.product_btn.submit:hover {
	background-position: 0px -522px;
}
.product_btn.submitpayment {
	margin: 0 0 0 10px;
	width: 111px;
	background-position: 0px -540px;
}
.product_btn.submitpayment:hover {
	background-position: 0px -558px;
}

/* Band (homepage) */
#band_outer {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	background-image: url(../images/band_outer_bg.gif);
	background-repeat: repeat-x;
	background-color: #09123d;
}
#band_inner {
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/band_inner_bg.jpg);
	background-repeat: no-repeat;
	background-color: #09133e;
}
#band {
	padding: 0;
}

/* Footer */
#footer_outer {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 9px;
	background-color: #050d33;
}
#footer_inner {
	width: 100%;
	height: 140px;
	display: block;
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}
#footer_content {
	width: 960px;
	margin: 0 auto;
	color: #616991;
}
.footer_link {
	color: #6b77b2;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	text-decoration: none;
}
.footer_link:hover {
	text-decoration: underline;
	color: #FFF;
}

.index_pic {
	float: right;
	margin: -230px 0 0 0;
}
.content_pic {
	float: right;
	margin: -138px 0 -30px 0;
}
.image_thumb {
	cursor: pointer;
}
.backlink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.backlink:hover {
	text-decoration: underline;
}
.smallcaps {
	font-variant: small-caps;
}
.disclaimer {
	color: #606994;
	font-size: 9px;
	display: block;
	margin: 20px 0 0 0;
}
ul.errors {
	margin: 0;
	padding: 0;
}
ul.errors li {
	display: block;
	height: 15px;
	padding: 3px 0 0 0;
	margin: 0 0 0 10px;
	color: #CC0000;
}

#cart_steps {
	float: right;
	margin: -95px -20px 0 0;
}
#cart_steps .step_cart {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding: 7px 0 0 30px;
	margin: 0 20px 0 0;
	height: 17px;
	background-image: url(../images/cart_steps_bgs.png);
	background-position: 0px -72px;
	background-repeat: no-repeat;
}
#cart_steps .step_cart.active {
	float: left;
	font-size: 14px;
	color: #a6afdc;
	text-decoration: underline;
	padding: 4px 0 0 30px;
	height: 20px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#cart_steps .step_login {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding: 7px 0 0 30px;
	margin: 0 20px 0 0;
	height: 17px;
	background-image: url(../images/cart_steps_bgs.png);
	background-position: 0px -96px;
	background-repeat: no-repeat;
}
#cart_steps .step_login.active {
	float: left;
	font-size: 14px;
	color: #a6afdc;
	text-decoration: underline;
	padding: 4px 0 0 30px;
	height: 20px;
	background-position: 0px -24px;
	background-repeat: no-repeat;
}
#cart_steps .step_payment {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding: 7px 0 0 30px;
	margin: 0 20px 0 0;
	height: 17px;
	background-image: url(../images/cart_steps_bgs.png);
	background-position: 0px -120px;
	background-repeat: no-repeat;
}
#cart_steps .step_payment.active {
	float: left;
	font-size: 14px;
	color: #a6afdc;
	text-decoration: underline;
	padding: 4px 0 0 30px;
	height: 20px;
	background-position: 0px -48px;
	background-repeat: no-repeat;
}
.reg_help_text {
	font-size: 12px;
	color: #fff;
	border: solid 1px #162051;
	padding: 3px 5px;
	background-color: #0b112f;
	position: absolute;
}
.product_band_image {
	float: left;
	height: 160px;
	width: 130px;
	background-image: url(../images/product_band_bgs.png);
	background-repeat: no-repeat;
}
.product_band_image.products {
	background-position: 0px 0px;
}
.product_band_image.exposed {
	background-position: -130px 0px;
}
.product_band_image.performance {
	background-position: -260px 0px;
}
.product_band_link {
	float: left;
	height: 14px;
	padding: 4px 0 0 12px;
	background-image: url(../images/link_star.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 10px;
	font-variant: small-caps;
	color: #cfd4e8;
	text-decoration: none;
}
.product_band_link:hover {
	color: #FFF;
	text-decoration: underline;
}


/* Popup Mask */
.popup_container {
	position: absolute;
	z-index: 34998;
}
.popup_mask {
	position: absolute;
	z-index: 34999;
}
.popup_window {
	position: fixed;
	z-index: 35000;
}

.popup_header {
	float: left;
	width: 310px;
	height: 22px;
	padding: 18px 20px 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-image: url(/images/popup_bgs.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.popup_body {
	float: left;
	width: 310px;
	padding: 10px 20px;
	font-size: 10px;
	font-weight: bold;
	color: #618ba3;
	background-image: url(/images/popup_bgs.png);
	background-position: -350px 0;
	background-repeat: repeat-y;
}
.popup_divider {
	float: left;
	width: 350px;
	height: 2px;
	background-image: url(/images/popup_bgs.png);
	background-position: -700px 0;
}
.popup_buttons {
	float: left;
	width: 310px;
	padding: 10px 20px 0 20px;
	background-image: url(/images/popup_bgs.png);
	background-position: -350px 0;
	background-repeat: repeat-y;
}
.popup_footer {
	float: left;
	width: 350px;
	height: 30px;
	background-image: url(/images/popup_bgs.png);
	background-position: -1050px 0;
}


.popuperror_header {
	float: left;
	width: 310px;
	height: 22px;
	padding: 18px 20px 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	background-image: url(/images/popup_bgs.png);
	background-position: -1400px 0;
	background-repeat: no-repeat;
}
.popuperror_body {
	float: left;
	width: 310px;
	padding: 10px 20px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-image: url(/images/popup_bgs.png);
	background-position: -1750px 0;
	background-repeat: repeat-y;
}
.popuperror_body li {
	margin: 0 15px 8px 0;
	padding: 2px 0 0 10px;
	display: block;
	list-style-type: none;
	color: #993d3d;
	background-image: url(/images/errors_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
.popuperror_divider {
	float: left;
	width: 350px;
	height: 2px;
	background-image: url(/images/popup_bgs.png);
	background-position: -2100px 0;
}
.popuperror_buttons {
	float: left;
	width: 310px;
	padding: 10px 20px 0 20px;
	background-image: url(/images/popup_bgs.png);
	background-position: -1750px 0;
	background-repeat: repeat-y;
}
.popuperror_footer {
	float: left;
	width: 350px;
	height: 30px;
	background-image: url(/images/popup_bgs.png);
	background-position: -2450px 0;
}

/* normal size buttons */
a.pos_action_btn {
	position: relative;
	float: right;
	color: #32281d !important;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 5px 0 10px;
	padding: 3px 5px 0 10px;
	height: 15px;
	background-image: url(/images/btn_bgs.png);
	background-position: 0px 0px;
	text-decoration: none !important;
}
a.pos_action_btn:hover {
	background-position: -295px 0px;
	color: #553a1f !important;
}
a.pos_action_btn div {
	position: absolute;
	right: -5px;
	margin: -3px 0 0 0;
	height: 18px;
	width: 5px;
	background-image: url(/images/btn_bgs.png);
	background-position: -590px 0px;
}
a.pos_action_btn:hover div {
	background-position: -595px 0px;
}
a.alt_action_btn {
	position: relative;
	float: right;
	color: #fff !important;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 5px 0 10px;
	padding: 3px 5px 0 10px;
	height: 15px;
	background-image: url(/images/btn_bgs.png);
	background-position: 0px -36px;
	text-decoration: none !important;
}
a.alt_action_btn:hover {
	background-position: -295px -36px;
}
a.alt_action_btn div {
	position: absolute;
	right: -5px;
	margin: -3px 0 0 0;
	height: 18px;
	width: 5px;
	background-image: url(/images/btn_bgs.png);
	background-position: -590px -36px;
}
a.alt_action_btn:hover div {
	background-position: -595px -36px;
}
a.neg_action_btn {
	position: relative;
	float: right;
	color: #f2dcdc !important;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 5px 0 10px;
	padding: 3px 5px 0 10px;
	height: 15px;
	background-image: url(/images/btn_bgs.png);
	background-position: 0px -54px;
	text-decoration: none !important;
}
a.neg_action_btn:hover {
	background-position: -295px -54px;
}
a.neg_action_btn div {
	position: absolute;
	right: -5px;
	margin: -3px 0 0 0;
	height: 18px;
	width: 5px;
	background-image: url(/images/btn_bgs.png);
	background-position: -590px -54px;
}
a.neg_action_btn:hover div {
	background-position: -595px -54px;
}
a.dis_action_btn {
	position: relative;
	float: right;
	color: #333 !important;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 5px 0 10px;
	padding: 3px 5px 0 10px;
	height: 15px;
	background-image: url(/images/btn_bgs.png);
	background-position: 0px -18px;
	text-decoration: none !important;
}
a.dis_action_btn:hover {
	background-position: -295px -18px;
}
a.dis_action_btn div {
	position: absolute;
	right: -5px;
	margin: -3px 0 0 0;
	height: 18px;
	width: 5px;
	background-image: url(/images/btn_bgs.png);
	background-position: -590px -18px;
}
a.dis_action_btn:hover div {
	background-position: -595px -18px;
}

#shipping_price_band {
	background-image: url(/images/ship_price_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 26px;
	padding: 6px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#content .content_p_divider {
	display: block;
	height: 1px;
	background-color: #162051;
	border-top: solid 1px #000000;
	line-height: 1px;
	margin: 20px 0;
}
#content .pitch {
	width: 150px;
	float: right;
	padding: 10px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-left: solid 2px #162051;
}
#content ul {
	margin: 20px 0;
}
#content ul li {
	margin: 0 0 5px 30px;
	font-size: 11px;
}

.content_divider {
	height: 1px;
	background-color: #000000;
	margin: 10px 0;
}

hr {
	height: 1px;
	background-color: #000000;
	margin: 10px 0;
}


#home_menu {
	width: 160px;
	position: relative;
	float: left;
}
#home_video {
	width: 540px;
	position: relative;
	float: left;
}
#home_optin {
	width: 250px;
	position: relative;
	float: left;
}
#home_menu .item_submenu {
	left: 140px;
	position: absolute;
}
.menu_item {
	position: relative;
	height: 36px;
	width: 160px;
}
.menu_item a {
	display: block;
	height: 36px;
	width: 160px;
	background-image: url(/images/home_menu_bgs.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
}
.menu_item .item_submenu {
	display: none;
	position: absolute;
	left: 150px;
	top: 0px;
	padding: 36px 0 0 10px;
	z-index: 12;
}
.menu_item:hover .item_submenu {
	display: block;
}
.item_submenu a {
	display: block;
	height: 36px;
	width: 160px;
	background-image: url(/images/home_menu_bgs.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 12;
}
.menu_item .eliteprotein {
	background-position: 0px 0px;
}
.menu_item:hover .eliteprotein, .menu_item .eliteprotein:hover {
	background-position: 0px -360px;
	height: 46px;
	margin-bottom: -10px;
	z-index: 11;
}
.menu_item .preworkout {
	background-position: 0px -36px;
}
.menu_item:hover .preworkout, .menu_item .preworkout:hover {
	background-position: 0px -406px;
	height: 46px;
	margin-bottom: -10px;
	z-index: 11;
}
.menu_item .testosterone {
	background-position: 0px -72px;
}
.menu_item:hover .testosterone, .menu_item .testosterone:hover {
	background-position: 0px -452px;
	height: 46px;
	margin-bottom: -10px;
	z-index: 11;
}
.menu_item .recovery {
	background-position: 0px -108px;
}
.menu_item:hover .recovery, .menu_item .recovery:hover {
	background-position: 0px -498px;
	height: 46px;
	margin-bottom: -10px;
	z-index: 11;
}
.menu_item .fatloss {
	background-position: 0px -144px;
}
.menu_item:hover .fatloss, .menu_item .fatloss:hover {
	background-position: 0px -544px;
	height: 46px;
	margin-bottom: -10px;
	z-index: 11;
}
.menu_item .power {
	background-position: 0px -180px;
}
.menu_item:hover .power, .menu_item .power:hover {
	background-position: 0px -590px;
	height: 46px;
	margin-bottom: -10px;
	z-index: 11;
}
.menu_item .energy {
	background-position: 0px -216px;
}
.menu_item:hover .energy, .menu_item .energy:hover {
	background-position: 0px -636px;
	height: 46px;
	margin-bottom: -10px;
	z-index: 11;
}
.menu_item .performance {
	background-position: 0px -252px;
}
.menu_item:hover .performance, .menu_item .performance:hover {
	background-position: 0px -682px;
	height: 46px;
	margin-bottom: -10px;
	z-index: 11;
}
.item_submenu .bcaa {
	background-position: 0px -820px;
}
.item_submenu .bcaa:hover {
	background-position: 0px -1180px;
}
.item_submenu .blade {
	background-position: 0px -856px;
}
.item_submenu .blade:hover {
	background-position: 0px -1216px;
}
.item_submenu .rush {
	background-position: 0px -892px;
}
.item_submenu .rush:hover {
	background-position: 0px -1252px;
}
.item_submenu .glutamine {
	background-position: 0px -928px;
}
.item_submenu .glutamine:hover {
	background-position: 0px -1288px;
}
.item_submenu .isosmooth {
	background-position: 0px -964px;
}
.item_submenu .isosmooth:hover {
	background-position: 0px -1324px;
}
.item_submenu .powerxd {
	background-position: 0px -1000px;
}
.item_submenu .powerxd:hover {
	background-position: 0px -1360px;
}
.item_submenu .status {
	background-position: 0px -1036px;
}
.item_submenu .status:hover {
	background-position: 0px -1396px;
}
.item_submenu .trib {
	background-position: 0px -1072px;
}
.item_submenu .trib:hover {
	background-position: 0px -1432px;
}