    
    /* Layout: One Column
	Theme: Basic Gray v.2

Controls fonts, colors and images.
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* Custom Style Sheet on main server 
** Moved to bottom of this file 05-14-2014 **
*
@import url("http://rikkazimmerman.com/wp-content/themes/rt_gantry_wp/css/infusionsoft.css");
*
*/


body {
	font: 15px/1.5  'Open Sans', Helvetica, Arial, sans-serif;
	color: #555;
    background: url(http://accessenergy.infusionsoft.com/Download?Id=230848) no-repeat top center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    }

#contentWide {background:#fff; margin: -15px 0 0 0;}
img.cartThumb {max-width:100px;}

#header {
    max-width: 1000px !important;
    margin: auto !important;
    padding-top: 20px !important;
    background: #FFF;
}


/* NAVIGATION
===============================================================*/

#nav {
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd2e8));
	background: -moz-linear-gradient(top,   #ffffff,  #ddd2e8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddd2e8');
	}

#nav li a {
	border-right: 1px solid #ddd;
	}


#nav li a:hover {
	background-color: #efefef;
	}

#nav a {
	text-decoration: none;
	color: #000;
	}

#nav a:hover {
	text-decoration: none;
	color: #333;
	}



/* CONTENT / PRODUCT
===============================================================*/

.priceBold {
    font-weight: bold;
    }

.productName {
     /* Product name in product grid */
	font-size: 14px;
	font-weight: bold;
    line-height: 1.2;
	}

.productLarge {
    border: 1px solid #ddd;
    }

.subscriptionPrice {
    font: 16px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #444;
    }

#productGrid a {
	color: #222;
    text-decoration: none;
	}

#productGrid img {
    border: 1px solid #ddd;
    }

#productGrid a:hover {
    text-decoration: underline;
    }


/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
    /* Discount shown in cart */
	color: #d44;
	}

.cartProduct {
	/* Product name in cart */
	font-weight: bold;
    color: #444;
	}

.cartThumb {
    border: 1px solid #ddd;
    }

.removeItem {
    /* Remove item link in cart */
	color: #999;
	}

.discountedPrice {
	/* Slashed price in cart */
    text-decoration:line-through;
    }

.promoField {
    /* Text fields for search and promo code */
	color: #000;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
    color: #777;
	}

.search {
    /* Text fields for search and promo code */
	color: #000;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 11px;
    color: #777;
	}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField, .checkoutInput  {
	/* Form fields used in checkout forms */
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
    color: #777;
	}

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .shippingTable, .paymentMethodTable, .signinTable {
	outline: 1px solid  #ddd;
    border-collapse: collapse;
	}


.promoCode th {
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd2e8));
	background: -moz-linear-gradient(top,   #ffffff,  #ddd2e8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddd2e8');
	
    }

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
	border-top: 1px solid #ddd;
	}

.subtotal {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd2e8));
	background: -moz-linear-gradient(top,   #ffffff,  #ddd2e8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddd2e8');
	font-weight: bold;
	}

.financeCharge {
    font-size: 12px;
    color: #777;
    }



/* UPSELLS
===============================================================*/

#upsellContainer {
  	overflow: hidden;
	}

.upsell {
	background-color: #fcfbe9;
	border: 1px solid #f1edb4;
	}

.upsellRegPrice {
	font-style: italic;
	}

.upsellPrice {
	color: #d44;
	}
	
.upsell img {
	border: 1px solid #ddd;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
	font-size: 32px;
    color: #444;
    font-weight: normal;
	}

#contentWide h1 {
    /* Headings on checkout pages */
    font-size: 24px;
    text-transform: uppercase;
    }

#upsellContainer h2 {
    /* Used for product description header */
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
    border: none; !important 
    }

h2 {
    /* Used for product description header */
    font-size: 18px;
    color: #444;
    border-bottom: 4px double #ddd;;
    }

h3 {
    /* Used for product grid headline */
    font-size: 18px;
    color: #444;	
    border-bottom: 4px double #ddd;
	}

.tableHeader {
    /* Used for billing address and shipping options header on summary page */
    font-weight: bold;
    }



/* LINKS AND BUTTONS
===============================================================*/

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.newsButton, .formButton {
	background-color: #555;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	color: #fff;
	}

.cartButton, .codeButton, .continueButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #666;
	background: #ad95c8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ad95c8), to(#8a6bae));
	background: -moz-linear-gradient(top,  #ad95c8,  #8a6bae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad95c8', endColorstr='#8a6bae');
    }

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
    background: #8a6bae;
	background: -webkit-gradient(linear, left top, left bottom, from(#8a6bae), to(#ad95c8));
	background: -moz-linear-gradient(top,  #8a6bae,  #ad95c8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a6bae', endColorstr='#ad95c8');
	text-decoration: none;
	}

.searchButton:active, .cartButton:active, .codeButton:active, .continueButton:active, .upsellButton:active {
	position: relative;
	top: 1px;
    }

.searchButton, .upsellButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #666;
	background: #8a6bae;
	background: -webkit-gradient(linear, left top, left bottom, from(#ad95c8), to(#8a6bae));
	background: -moz-linear-gradient(top,  #ad95c8,  #8a6bae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad95c8', endColorstr='#8a6bae');
    }



/* FOOTER
===============================================================*/

#footer {
	color: #777;
    font-size: 13px;
    font-weight: 400;
    border-top: 4px double #ddd;
	}



/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949;
	}

input {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0,0,0, 0.2);
}

input:focus {
    box-shadow: 0 0 3px rgba(100,100,100, 1);
    -webkit-box-shadow: 0 0 3px rgba(100,100,100, 1); 
    -moz-box-shadow: 0 0 3px rgba(100,100,100, 1);
    border:1px solid rgba(100,100,100, 0.8); 
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 15px;
}
.large {
	font-size: 20px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.floatright {
	float: right;
}

.floatleft {
	flaot: left;
}

a.blue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #597db1), color-stop(100%, #3a6198));
  background-image: -webkit-linear-gradient(#597db1, #3a6198);
  background-image: -moz-linear-gradient(#597db1, #3a6198);
  background-image: -o-linear-gradient(#597db1, #3a6198);
  -pie-background: linear-gradient(#597db1, #3a6198);
  border: 1px solid #3b639b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #7d99bf;
  -webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
  -o-box-shadow: inset 0 1px 0 0 #7d99bf;
  box-shadow: inset 0 1px 0 0 #7d99bf;
  color: white;
  text-shadow: 0 1px 0 #2a4f83;
}

a.blue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #365a8c), color-stop(100%, #51719e));
  background-image: -webkit-linear-gradient(#365a8c, #51719e);
  background-image: -moz-linear-gradient(#365a8c, #51719e);
  background-image: -o-linear-gradient(#365a8c, #51719e);
  -pie-background: linear-gradient(#365a8c, #51719e);
  -moz-box-shadow: inset 0 1px 0 0 #728cb1;
  -webkit-box-shadow: inset 0 1px 0 0 #728cb1;
  -o-box-shadow: inset 0 1px 0 0 #728cb1;
  box-shadow: inset 0 1px 0 0 #728cb1;
  cursor: pointer;
}

a.button.green {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #668b46), color-stop(100%, #4a6d2c));
  background-image: -webkit-linear-gradient(#668b46, #4a6d2c);
  background-image: -moz-linear-gradient(#668b46, #4a6d2c);
  background-image: -o-linear-gradient(#668b46, #4a6d2c);
  -pie-background: linear-gradient(#668b46, #4a6d2c);
  border: 1px solid #4d702e;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #7fa95b;
  -webkit-box-shadow: inset 0 1px 0 0 #7fa95b;
  -o-box-shadow: inset 0 1px 0 0 #7fa95b;
  box-shadow: inset 0 1px 0 0 #7fa95b;
  color: white;
  text-shadow: 0 1px 0 #39571e;
}

a.green:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #436129), color-stop(100%, #5a7641));
  background-image: -webkit-linear-gradient(#436129, #5a7641);
  background-image: -moz-linear-gradient(#436129, #5a7641);
  background-image: -o-linear-gradient(#436129, #5a7641);
  -pie-background: linear-gradient(#436129, #5a7641);
  -moz-box-shadow: inset 0 1px 0 0 #739457;
  -webkit-box-shadow: inset 0 1px 0 0 #739457;
  -o-box-shadow: inset 0 1px 0 0 #739457;
  box-shadow: inset 0 1px 0 0 #739457;
  cursor: pointer;
}

a.yellow {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1c81a), color-stop(100%, #a79f0c));
  background-image: -webkit-linear-gradient(#d1c81a, #a79f0c);
  background-image: -moz-linear-gradient(#d1c81a, #a79f0c);
  background-image: -o-linear-gradient(#d1c81a, #a79f0c);
  -pie-background: linear-gradient(#d1c81a, #a79f0c);
  border: 1px solid #aca40c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #e4dc3a;
  -webkit-box-shadow: inset 0 1px 0 0 #e4dc3a;
  -o-box-shadow: inset 0 1px 0 0 #e4dc3a;
  box-shadow: inset 0 1px 0 0 #e4dc3a;
  color: white;
  text-shadow: 0 1px 0 #8a8305;
}

a.yellow:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98910b), color-stop(100%, #b6ae1b));
  background-image: -webkit-linear-gradient(#98910b, #b6ae1b);
  background-image: -moz-linear-gradient(#98910b, #b6ae1b);
  background-image: -o-linear-gradient(#98910b, #b6ae1b);
  -pie-background: linear-gradient(#98910b, #b6ae1b);
  -moz-box-shadow: inset 0 1px 0 0 #dbd229;
  -webkit-box-shadow: inset 0 1px 0 0 #dbd229;
  -o-box-shadow: inset 0 1px 0 0 #dbd229;
  box-shadow: inset 0 1px 0 0 #dbd229;
  cursor: pointer;
}


.button {
	display: inline-block;
    font-weight: bolder;
    margin: 10px 0;
    padding: 8px 1em 9px;
    text-align: center;
    text-decoration: none;
}

#customCheckoutTop, #customCheckoutBottom {
  	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd2e8));
	background: -moz-linear-gradient(top,   #ffffff,  #ddd2e8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddd2e8');
}

.upsell-div{
      display: none;
      margin: 0 auto;
      padding: 40px 0 10px 0;
      text-align: center;
      width: 100%;
      background-color: #fff;
  }
  .upsell-list{
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .upsell-list li{
      display: inline-block;
      vertical-align: top;
  }
  .upsell-list img{
      width: 100%;
      margin: 0;
      padding: 0 20px 0 0;
  }
  .upsell-list h3{
      text-align: left;
  }
  .order-btn{
      margin: 10px 0;
  }
  .upsell-div h3{
      text-decoration: none;
      margin: 2px 0;
      padding: 0;
      border: none;
  }
  .upsell-div p{
      text-align: left;
  }

/* Infusionsoft Custom Styling */
#contentWide {background:#fff; margin:0 !important;}
img.cartThumb {max-width:100px;}

.upsell-div {}

.upsale-img {float:left; width:35%; border:1px gray solid;}

.upsell-list {float:left; width:60%;}
.upsell-list li {padding-left:15px;}
.upsell-list h2 {font-size: 24px; border-bottom: 1px solid;}

.clear {clear:both;}

.checkoutLinksTop {display:none;}

/* Catalog Styling */
#NAVIGATION {margin-top: -10px; width: 960px;}
#NAVIGATION #nav {padding:0 10px;}
#NAVIGATION #nav li a {padding:5px 2px !important; font-size: 14px !important; border:none !important;}
#NAVIGATION #nav li a:hover {background:transparent !important;}
#header {margin-bottom: 0 !important;}

#content {background:#fff; padding:10px; margin-top:0 !important; margin-bottom: 0 !important;}
#contentProductDetail {background:white; padding:20px 40px !important; margin-top:0 !important; margin-bottom: 0 !important;}


br[clear="all"] {display:none;}

#footer {background: #fff; margin-top:0px !important; padding:0 10px 15px !important; width: 960px !important;}

/* Terms of Service */
/* .tos-check {position:absolute; top:-190px; right:40px;} */
.tos-check {display:none;}
.tos-check {background-color: white; padding:2px 10px;}
#NAVIGATION {
    display: none;
}

