/* BNW CSS */

/* TOC
	1) DEFAULTS
		1.1) Resets
		1.2) Baseline
		1.3) Tables
		1.4) Forms
		1.5) Links
		1.6) Special Classes
			1.6.1) CMS
	2) SITE SPECIFIC
		2.1) Elements
		2.2) Classes
		2.3) ID's
	3) Page Specific

	HACKS:
		IE6:
		* html #ie6 { background-color: red; }

		IE7:
		*:first-child+html #ie7 { background-color: blue; }

		Safari2:
		body:last-child:not(:root:root) #safari2 { background-color: yellow; }

		"Modern" browsers:
		html>body #modern { background-color: pink; }

		Safari 3:
		html*:first-of-type #safari3 { background-color: orange; }
		html*#id_of_body:first-of-type to target the body

		Safari 2/3:
		html* #safari2and3 { background-color: gray; }
		html*#id_of_body to target the body
		
*/

/* 1) DEFAULTS ---------------------------------------------------------- */
	/* 1.1) Resets ---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	}

input, textarea {
	font-family: inherit;
	}
	/* /Resets ------------------------------------------------- */

	/* 1.2) Baseline ------------------------------------------- */
html {
	overflow-y: scroll;
	height: 100%;
	}

body	{
	font-family: sans-serif;
	font-size: 100%;
	}
	/* /Baseline ----------------------------------------------- */

	/* 1.3) Tables --------------------------------------------- */
table	{ /* tables still need cellspacing=0 in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td {
	font-weight: normal;
	}
	/* /Tables ------------------------------------------------- */

	/* 1.4) Forms ---------------------------------------------- */
input[type='text'],
input[type='password'],
textarea,
select	{
	padding: 1px;
	}
	/* /Forms -------------------------------------------------- */

	/* 1.5) Links ---------------------------------------------- */
a:hover	{
	text-decoration: underline;
	}
	/* /Links -------------------------------------------------- */
	/* 1.6) Special Classes ------------------------------------ */
.clear	{
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	visibility: hidden !important;
	float: none !important;
	padding: 0 !important;
	display: block !important;
	}

.show {
	display: block;
	}

.hide {
	display: none;
	}


		/* 1.6.1) CMS ------------------------------------ */
.cms p	{
	margin: 0 0 1em 0;
	}
	
.cms h1 {
	font-size: 3em;
	margin: 0 0 .5em 0;
	}
	
.cms h2 {
	font-size: 2em;
	margin: 0 0 .5em 0;
	}

.cms h3 {
	font-size: 1.5em;
	margin: 0 0 .5em 0;
	}

.cms h4 {
	font-size: 1.2em;
	margin: 0 0 .5em 0;
	}

.cms h5 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	}

.cms h6 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	}

.cms ul,
.cms ol,
.cms blockquote {
	margin: 0 0 1.5em 1.5em;
	}
	
.cms ul,
.cms ul li {
	list-style-type: disc;
	}

.cms ol,
.cms ol li {
	list-style-type: decimal;
	}

.cms dl {
	margin: 1.5em 0;
	}

.cms dl dt {
	font-weight: bold;
	}

.cms strong {
	font-weight: bold;
	}

		/* /CMS ------------------------------------------ */

		/* SWFALT ---------------------------------------- */
.swf object,
.swf embed {
	display: none;
	}
		/* /SWFALT --------------------------------------- */
	/* /Special Classes ---------------------------------------- */
/* /DEFAULTS ------------------------------------------------------------ */

/* 2) SITE SPECIFIC ----------------------------------------------------- */
	/* 2.1) Elements ------------------------------------------- */
body	{
	width: 100%;
	color: #5b5b5b;	
	background: #fff url(/images/site/global_header_bg.gif) left top repeat-x;
	}

h2 {
	font-size: 30px;
	color: #7d7d7d;
	}

p {
	font-size: 12px;
	line-height: 1.4em;
	}

strong {
	color: #f9940d;
	font-weight: normal;
	}

em {
	color: #67bc04;
	font-style: normal;
	}

a {
	color: #f9940d;
	}

a:visited {
	color: #5b5b5b;
	}
	/* /Elements ----------------------------------------------- */

	/* 2.2) Classes -------------------------------------------- */
		/* Addedit ---------- */
.addedit {
	display: block;
	font-size: 0.95em;
	}

.addedit .required {
	color: #F9940D;
	}

.addedit .error {
	color: red;
	}

.addedit .hiddens {
	display: none;
	}

.addedit .fieldwrapper {
	clear: both;
	}

.addedit .description {
	float: left;
	clear: left;
	width: 110px;
	text-align: right;
	padding-right: 10px;
	}

.addedit .data {
	float: left;
	clear: right;
	}

.addedit input,
.addedit textarea,
.addedit select {
	width: 210px;
	font: 0.95em "Trebuchet MS", Tahoma, sans-serif;
	background-color: #fff;
	border: 1px solid #c6c6c6;
	}

.addedit .inputs {
	display: table;
	}

.addedit fieldset {
	border: none;
	}

.addedit .description p,
.addedit .data p {
	padding: 0.5em 0 0 0;
	margin: 0;
	}

.addedit .error p {
	padding: 1em 0;
	margin: 0;
	}

.addedit div.error {
	clear: both;
	}

.addedit .submits {
	text-align: center;
	}

.addedit .submits input {
	width: auto;
	}

.addedit .type_submit .data {
	text-align: center;
	float: none;
	clear: both;
	}

.addedit .type_checkbox input,
.addedit .type_submit input {
	width: auto;
	}

.addedit .type_checkbox input {
	border: none;
	}
		/* /Addedit */

.divider_bar_left {
	width: 860px;
	height: 17px;
	background: url(/images/site/misc_divider_bar_left.gif) left top no-repeat;
	}

.divider_bar_right {
	height: 17px;
	background: url(/images/site/misc_divider_bar_right.gif) right top no-repeat;
	}

	/* /Classes ------------------------------------------------ */

	/* 2.3) ID's ----------------------------------------------- */

#page {
	position: relative;
	top: 0;
	left: 0;
	width: 864px;
	margin: 15px auto;
	padding-bottom: 50px;
	}

#top_logo_area {
	clear: both;
	width: 800px;
	padding: 0 0 20px 10px;
	}

#closing_text {	
	clear: both;
	padding: 50px 20px 0;
	}

#header {
	height: 53px;
	white-space: nowrap;
	width: 1000px;
	}

#header img,
#header ul {
	float: left;
	}

#header ul {
	position: relative;
	top: 0;
	left: 0;
	}

#header li {
	position: absolute;
	top: 0;
	left: 0;
	}

#header li.current {
	z-index: 5;
	}

#header #fission {
	left: 0;
	}

#header #metabolean {
	left: 159px;
	}

#header #greens {
	left: 318px;
	}
	
#header #energy {
	left: 516px;
	}

#header .on_top {
	z-index: 10;
	}

#nav {
	margin-bottom: 15px;
	padding: 0 5px;
	}
* html #home #nav {
	margin-left: 3px;
	}

#nav li {
	float: left;
	padding-left: 17px;
	}

#nav li.first_child {
	float: left;
	padding-left: 0;
	}

#footer {
	margin-top: 15px;
	background: url(/images/site/global_legal_box_bg.gif);
	}

#footer .n {
	background: url(/images/site/global_legal_box_top.gif) left top no-repeat;
	}

#footer .s {
	background: url(/images/site/global_legal_box_bottom.gif) left bottom no-repeat;
	padding: 25px;
	}

#footer #logo_area {
	float: left;
	width: 200px;
	margin-top: 20px;
	}

#footer #logo_area p {
	padding: 3px 5px;
	font-style: italic; 
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	color: #71927f;
	}

#footer #legal_info {
	float: left;
	width: 595px;
	margin: 5px 0 15px;
	padding-left: 15px;
	border-left: 3px solid #eeeeee;
	}

#footer #legal_info #copyright {
	padding-bottom: 5px;
	font-size: 14px;
	color: #808080;
	}

#footer #site_map li {
	float: left;
	margin: 10px 0;
	padding: 0 5px;
	line-height: 1em;	
	font-size: 12px;
	border-left: 1px solid #f9940d;
	}

#footer #site_map li.first-child {
	padding-left: 0;
	border-left: 0 none;
	}

#footer #site_map li a {
	color: #f9940d;	
	}

#footer #phone {
	clear: both;
	font-size: 14px;	
	color: #54953b;
	}
	
	/* /ID's --------------------------------------------------- */
/* /SITE SPECIFIC ------------------------------------------------------- */

	/* /HOME -------------------------------------------------- */
/* 3) PAGE SPECIFIC ----------------------------------------------------- */


#home #primary_content {
	clear: both;
	margin-bottom: 5px;
	}
* html #home #primary_content {
	margin-top: 20px;
	}
*:first-child+html #home #primary_content {
	margin-top: 20px;
	}

#home #top_logo_area {
	padding-top: 6px;
	}


#home #primary_content #video_flash_area {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 855px;
	height: 430px;
	padding: 21px 0 0 27px;
	background: url(/images/site/home_video_bg.gif) top left no-repeat;
	}
* html #home #primary_content #video_flash_area {
	height: 422px;
	}
*:first-child+html #home #primary_content #video_flash_area {
	height: 422px;
	}

#home #primary_content #video_area {
	float: left;
	}

#home #primary_content #video_box {
	width: 356px;
	height: 246px;
	border: 5px solid #6dae3b;
	}

#home #primary_content #player {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	border-right: 1px solid #000;
	}

#home #primary_content #video_selection_area {
	width: 366px;
	margin-top: 3px;
	padding: 6px 0 2px;
	background-color: #6dae3b;
	}

#home #primary_content #video_selection_area ul {
	width: 330px;
	margin: 0 auto;
	}
* html #home #primary_content #video_selection_area ul {
	width: 330px;
	}


#home #primary_content #video_selection_area li {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-right: 5px;
	}

#home #primary_content #video_selection_area .arrow {
	position: absolute;
	top: 49px;
	left: 49px;
	z-index: 10;
	}


#home #primary_content #video_selection_area a:hover .border  {
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 55px;
	border: 3px solid #fff;	
	}

#home #primary_content #video_selection_area .current_video .border {
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	width: 55px;
	border: 3px solid #fff;	
	}


#home #primary_content .video_text_area_all {
	position: absolute;
	top: 346px;
	left: 30px;	
	}

#home #primary_content .video_text_area_all h3 {
	padding-top: 9px;
	font-size: 24px;
	color: #6dae3b;
	}

#home #primary_content .video_text_area_all .video_text {
	width: 320px;
	font-size: 13px;
	line-height: 1.3em;
	color: #333;	
	}

#home #primary_content #home_flash {
	float: left;
	position: relative;
	top: -50px;
	left: 0;
	}

#home .divider_bar_left {
	clear: both;
	margin-bottom: 28px;
	}

#home #secondary_content {
	position: relative;
	top: 0;
	left: 0;
	background: url(/images/site/home_dotted_bg.gif) top left repeat-y;
	zoom: 1;
	}

#home #secondary_content .column {
	float: left;
	display: block;
	top: 0;
	left: 0;
	width: 200px;
	margin: 0 15px 0 1px;
	zoom: 1;
	}
*html #home #secondary_content .column {
	width: 195px;
	margin: 0 17px 0 1px;
	}
*:first-child+html #home #secondary_content .column {
	width: 195px;
	margin: 0 17px 0 1px;
	}

#home #secondary_content .column img {
	display: block;
	margin: 0 auto;
	}

#home #secondary_content h2,
#home #secondary_content p {
	padding: 0 20px;
	}  

#home #secondary_content h2 {
	height: 85px;
	font-size: 22px;
	}

#home #secondary_content .text {
	padding-bottom: 75px;
	}

#home #secondary_content .button_area {
	position: absolute;
	bottom: 0;
	left: 0;
	zoom: 1;
	}

#home #secondary_content #button_1 {
	left: 0px;	
	}
	
#home #secondary_content #button_2 {
	left: 215px;	
	}
	
#home #secondary_content #button_3 {
	left: 435px;	
	}
	
#home #secondary_content #button_4 {
	left: 650px;	
	}

#home .button_area a {
	display: block;
	width: 189px;
	height: 47px;
	margin-left: -7px;
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url(/images/site/home_promos_button_off.gif) left top no-repeat;
	zoom: 1;
	}

#home .button_area a:hover {
	background: url(/images/site/home_promos_button_on.gif) left top no-repeat;
	}

#home .free_wii_button a {
	background: url(/images/site/home_promos_button_special_off.gif) left top no-repeat;
	}

#home #closing_text {
	padding-top: 25px;	
	}
	

	/* /HOME -------------------------------------------------- */
	/* /BENEFITS -------------------------------------------------- */

#benefits #primary_content {
	padding: 10px 0 20px;
	}
* html #benefits #primary_content {
	padding-top: 40px;
	}
*:first-child+html #benefits #primary_content {
	padding-top: 40px;
	}
	
#benefits #primary_content h2 {
	font-size: 30px;
	}
* html #benefits #primary_content h2 {
	font-size: 27px;
	}
	
#benefits img,
#benefits  .text_area{
	float: left;
	}

#benefits .text_area {
	width: 430px;
	padding: 5px 45px;
	}

#benefits #primary_content p,
#benefits #secondary_content p {
	padding: 5px 0;
	}

#benefits #secondary_content .text_area_w_img  {
	width: 856px;
	margin-top: 3px;
	padding-bottom: 1px;
	background: #f9f9f9 url(/images/site/misc_dotted_bg_horiz.gif) bottom left repeat-x;
	}	

#benefits #secondary_content h3 {
	font-size: 20px;
	}

#benefits #secondary_content h4 {
	margin: 20px 0 3px 0;
	padding-left: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #f9940d;
	background: url(/images/site/benefits_talk_bubble.gif) top left no-repeat;
	}
*html #benefits #secondary_content {
	zoom: 1;
	}

	/* /BENEFITS -------------------------------------------------- */

	/* /DETAILS -------------------------------------------------- */
#details #primary_content {
	padding: 10px 0 20px;
	}
* html #details #primary_content {
	padding-top: 45px;
	}
*:first-child+html #details #primary_content {
	padding-top: 45px;
	}
	
#details img,
#details  .text_area{
	float: left;
	}

#details .bar_image {
	margin-bottom: 20px;
	}

#details .text_area {
	width: 450px;
	padding-left: 30px;
	}

#details #primary_content h2 {
	padding-top: 5px;
	font-size: 30px;
	}
* html #details #primary_content h2 {
	font-size: 27px;
	}

#details #primary_content p,
#details #secondary_content p {
	padding: 5px 0;
	}

#details #secondary_content li {
	width: 860px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	}

#details #secondary_content h3 {
	margin-top: 30px;
	padding-left: 30px; 
	font-size: 20px;
	background: url(/images/site/details_checkmark.gif) top left no-repeat;
	}

#details #secondary_content .top_text {
	width: 568px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 1.3em;
	background: url(/images/site/details_dotted_bg.gif) bottom left repeat-x;
	}

#details #secondary_content h4 {
	clear: both;
	}
	
#details #secondary_content .order_now {
	display: block;
	margin: 12px 0 20px;
	}

	/* /DETAILS -------------------------------------------------- */

	/* CONTACT -------------------------------------------------- */


#contact .divider_bar_left {
	clear: both;
	}
* html #contact .divider_bar_left {
	margin-top: 30px;
	}
*:first-child+html #contact .divider_bar_left {
	margin-top: 30px;
	}
	
#contact h2 {
	padding: 10px 0 25px 20px;
	text-transform: uppercase;
	color: #f9940d;
	}
*:first-child+html #contact h2 {
	padding-top: 0;
	}

#contact h3 {
	font-size: 24px;
	color: #f9940d;
	}

#contact #text_area,
#contact #form_area {
	float: left;
	}

#contact #text_area {
	width: 365px;
	padding: 0 50px 0 20px; 
	}

#contact #address {
	margin: 20px 0 15px;
	padding: 10px 150px 10px 0;
	font-size: 14px;
	border-top: 1px dotted #e0e0e0;
	border-bottom: 1px dotted #e0e0e0;
	}

#contact #text_area #phone {
	padding-bottom: 15px;
	font-size: 20px;
	color: #6abd08;
	}

#contact #form_area {
	width: 300px;
	}

#contact #form_area h2 {
	display: none;
	}

#contact #form_area #note {
	font-size: 14px;
	}

#contact #form_area #note span {
	color: #f9940d;
	}

#contact #form_area .leftcol {
	padding: 10px 0;
	}
*html #contact #form_area .leftcol {
	padding: 7px 0;
	}
*:first-child+html #contact #form_area .leftcol {
	padding: 7px 0;
	}

#contact #form_area #formreq {
	padding-right: 5px;
	font-size: 12px;	
	color: #f9940d;	
	}

#contact #form_area #error {
	color: #f00;
	}
	
#contact #form_area #form {
	vertical-align:top;
	font-size: 12px;	
	color: #7a7a7a;	
	}

#contact #form_area input,
#contact #form_area textarea  {
	width: 250px;
	padding: 3px;
	background-color: #fafafa;
	}

#contact input#button {
	width: 189px;
	height: 47px;
	margin-left: 130px;
	border: medium none;
	cursor: pointer;
	text-indent: -1000px;
	background: transparent url(/images/site/contact_btn_submit.gif) no-repeat scroll center top;
	}
* html #contact input#button {
	margin-left: 125px;
	text-indent: 0;
	overflow: hidden;
	line-height: 1000px;
	cursor: hand;
	}
*:first-child+html #contact input#button {
	margin-left: 125px;
	text-indent: 0;
	overflow: hidden;
	line-height: 1000px;
	cursor: hand;
	}

#contact #footer {
	margin-top: 80px;
	}
	
#contact #text_area_submit p {
	padding: 10px 0 100px 50px;
	font-size: 14px;
	}
	
	/* /CONTACT -------------------------------------------------- */

	/* /legal_pages -------------------------------------------------- */	
#legal_pages .divider_bar_left {
	clear: both;
	margin-top: 20px;
	}	
* html #legal_pages .divider_bar_left {
	margin-top: 30px;
	}
*:first-child+html #legal_pages .divider_bar_left {
	margin-top: 30px;
	}

#legal_pages #primary_content {
	padding: 0 30px 5px 20px;
	}

#legal_pages h2 {
	padding: 20px 0 20px;
	font-size: 25px;
	text-transform: uppercase;
	color: #f9940d;
	}	
*:first-child+html #legal_pages h2 {
	padding-top: 0;
	}

#legal_pages h3 {
	padding: 25px 0 10px;
	font-size: 20px;
	color: #f9940d;
	}

#legal_pages #primary_content p,
#legal_pages #secondary_content p  {
	padding-bottom: 15px;
	}
	
	/* /legal_pages -------------------------------------------------- */	

	/* Purchase Select -------------------------------------------------- */	


#purchase_select #top_logo_area {
	padding-top: 6px;
	}

#purchase_select #status {
	color: #e54045;
	padding: 0 0 10px 220px;
	}

#purchase_select form {
	width: 650px;
	float: left;
	}

#purchase_select #product_top {
	background: url(/images/site/purchase_sep.gif) left bottom no-repeat;
	padding: 0 0 30px 0;
	margin-bottom: 15px;
	}
* html #purchase_select #product_top {
	margin-top: 40px;
	}
*:first-child+html #purchase_select #product_top {
	margin-top: 40px;
	}
	
#purchase_select h3 {
	font-size: 15px;
	padding-bottom: 10px;
	}

#purchase_select .product {
	padding: 0 0 5px 0;
	}

#purchase_select .product p {
	font-size: 13px;
	line-height: 1.35em;
	}

#purchase_select #info_box {
	width: 204px;
	float: left;
	margin-right: 15px;
	}

#purchase_select #info_box img {
	display: block;
	}

#purchase_select #proceed {
	clear: both;
	padding: 30px 0 0 70px;
	}

#purchase_select #recurring_info {
	background-color: #f7f7f7;
	border: 1px solid #fff;
	padding: 10px;
	float: left;
	}

#purchase_select #recurring_info #recurring {
	float: left;
	}

#purchase_select #recurring_info #recurring_text {
	float: left;
	padding: 0 0 0 5px;
	}

#purchase_select #recurring_info label {
	font-size: 15px;
	}

#purchase_select #recurring_info em {
	font-size: 20px;
	}

#purchase_select #product_descriptions {
	background: url(/images/site/misc_dotted_bg_vert.gif);
	margin-top: 10px;
	padding: 0 1px;
	width: 209px;
	float: left;
	}
* html #purchase_select #product_descriptions {
	margin-top: 40px;
	}
*:first-child+html #purchase_select #product_descriptions {
	margin-top: 40px;
	}


#purchase_select #product_descriptions .product {
	width: 187px;
	background: #fff;
	padding: 11px;
	}

#purchase_select #product_descriptions h3 {
	font-size: 20px;
	padding-bottom: 5px;
	}

#purchase_select #free_shipping {
	display: none;
	}

#purchase_select #tax_free {
	display: none;
	}

#purchase_select #no_free_shipping {
	display: none;
	}

#purchase_select #no_tax_free {
	display: none;
	}

#purchase_select #total_sale_message {
	background: url(/images/site/misc_dotted_bg_horiz.gif);
	padding: 1px 0;
	margin: 10px 10px 10px 0;
	display: none;
	line-height: 22px;
	}

#purchase_select #total_sale_message .n {
	background: #fff;
	font-size: 20px;
	padding: 15px 5px;
	display: block;
	}

#purchase_select #you_saved {
	background: url(/images/site/product_save_bg.gif);
	width: 318px;
	display: block;
	display: none;
	margin-top: 10px;
	}

#purchase_select #you_saved .n {
	background: url(/images/site/product_save_n.gif) left top no-repeat;
	display: block;
	}

#purchase_select #you_saved .s {
	background: url(/images/site/product_save_s.gif) left bottom no-repeat;
	display: block;
	padding: 25px 15px;
	font-size: 30px;
	line-height: 30px;
	}

#purchase_select #you_saved em {
	float: left;
	}

#purchase_select #you_saved #discount_amount {
	float: left;
	padding-left: 10px;
	}
	
#purchase_select #bottom_text {
	margin: 0 10px;
	}
	
	/* /Purchase Select -------------------------------------------------- */

	/* Purchase Credit Card Information ---------------------------------- */

*:first-child+html #purchase_index  h2 {
	clear: both;
	margin-top: 30px;
	}

#purchase_index #front-h2 {
	display: none;
	}

#purchase_index #order_info {
	background-color: #f7f7f7;
	margin-bottom: 20px;
	padding: 15px;
	}

#purchase_index #cart {
	float: left;
	}

#purchase_index #cart p {
	padding-bottom: 5px;
	text-transform: uppercase;
	}

#purchase_index #change_order {
	float: right;
	}

#purchase_index #order_totals_incentives {
	clear: both;
	width: 832px;
	background: url(/images/site/product_index_order_info_bg.gif) repeat-y;
	}

#purchase_index #order_totals_incentives .n {
	background: url(/images/site/product_index_order_info_n.gif) left top no-repeat;
	}

#purchase_index #order_totals_incentives .s {
	background: url(/images/site/product_index_order_info_s.gif) left bottom no-repeat;
	padding: 20px 11px;
	display: table;
	width: 100%;
	}

#purchase_index #order_totals_incentives .content {
	display: table;
	}
* html #purchase_index #order_totals_incentives .content {
	display: block;
	}
*:first-child+html #purchase_index #order_totals_incentives .content {
	display: block;
	}
	
#purchase_index #totals {
	display: table-cell;
	padding-right: 10px;
	}
* html #purchase_index #totals {
	padding-right: 10px;
	float: left;
	}
*:first-child+html #purchase_index #totals {
	padding-right: 10px;
	float: left;
	}

#purchase_index #totals p {
	text-align: right;
	}

#purchase_index #total_total {
	font-size: 18px;
	}

#purchase_index #order_totals_incentives .sep {
	display: table-cell;
	background-color: #f7f7f7;
	border: 1px solid #eee;
	padding: 3px;
	}
* html #purchase_index #order_totals_incentives .sep {
	height: 50px;
	float: left;
	}
*:first-child+html #purchase_index #order_totals_incentives .sep {
	height: 50px;
	float: left;
	}

#purchase_index #incentives {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	}
* html #purchase_index #incentives {
	float: left;
	padding-top: 10px;
	}
*:first-child+html #purchase_index #incentives {
	float: left;
	padding-top: 10px;
	}

#purchase_index #input_card_expiration_wrapper label {
	display: none;
	}

#purchase_index #input_card_expiration_wrapper select {
	width: auto;
	margin-right: 15px;
	}

#purchase_index #input_Add_wrapper {
	width: 210px;
	padding-left: 110px;
	clear: both;
	}

#purchase_index #input_Add_wrapper input {
	width: 189px;
	height: 47px;
	border: medium none;
	cursor: pointer;
	text-indent: -1000px;
	background: transparent url(/images/site/contact_btn_submit.gif) no-repeat scroll center top;
	}
* html #purchase_index #input_Add_wrapper input {
	text-indent: 0;
	overflow: hidden;
	line-height: 1000px;
	cursor: hand;
	}
*:first-child+html #purchase_index #input_Add_wrapper input {
	text-indent: 0;
	overflow: hidden;
	line-height: 1000px;
	cursor: hand;
	}

#purchase_index #incentives a {
	color: #f9940d;
	}
	/* /Purchase Credit Card Information --------------------------------- */

	/* Order Summary ----------------------------------------------------- */

* html #order_summary h2 {
	margin-top: 30px;
	}

#order_summary pre {
	margin: 20px  0 25px 200px;
	font-size: 15px;
	}

#order_summary #confimation_text {
	margin: 20px  0 25px 200px;
	}	
	
#order_summary #confimation_text p {
	clear: both;
	padding-left: 50px;
	line-height: 1.2em;
	font-size: 15px;	
	}

#order_summary #confimation_text #summary_text {
	float: left;
	}
	
#order_summary #confimation_text #summary_box {
	float: left;
	width: 100px;
	padding-left: 5px;
	font-size: 15px;	
	}

#order_summary #confimation_text .sub_header {
	margin-bottom: 3px;
	padding-left: 0;
	}

#order_summary #confimation_text .divider {
	margin: 15px 0 15px;
	padding-left: 0;
	}

	
	/* /Order Summary ---------------------------------------------------- */
	/* error_404 ----------------------------------------------------- */

#error_404 .divider_bar_left {
	clear: both;
	}
* html #error_404 .divider_bar_left {
	margin-top: 30px;
	}
*:first-child+html #error_404 .divider_bar_left {
	margin-top: 30px;
	}
	
#error_404 #primary_content {
	padding: 20px 0 100px 20px;
	}
*:first-child+html #error_404 #primary_content {
	padding-top: 0;
	}
	
#error_404 #primary_content h2 {
	padding-bottom: 7px;
	}

	/* error_404 ----------------------------------------------------- */
/* /PAGE SPECIFIC ------------------------------------------------------- */

