@charset "utf-8";
/* CSS Document */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Web Design and Marketing by: GB Promotions

http://www.gbpromotions.com

phone: (208) 639-7902

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code (Global Browser Reset)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}

font input {
	margin: 3px;
}

td img {
	padding: 3px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code (Universal Settings)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	position: relative;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

html, body (Universal Properties)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	background-color:#FFF;
	background: white;
	font: 12px/1.5 "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

.ucPassiveBranding {
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Focus (input forms)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Basic Universal Formatting Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a {
	text-decoration: none;
	color: #004080;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

ul, p, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 17px;
}

h3.ingredient {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3.direction {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3.faq {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3.small-title {
	font-size: 14px;
}

h3.left-nav-order {
	font-size: 15px;
	color: #EEE;
}

h3.left-nav-number {
	font-size: 18px;
	color: #EEE;
}

span.fa-answer {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

span.testimonial-name {
	font-style: italic;
}

ul.mailing-address li {
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
	padding: 0;
}

ul.normal-list li {
	font-weight: normal;
	color: #666;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Special SEO Links (Appear as normal text)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a.seo, a.seo:visited {
	color: #333;
}

a.seo:hover {
	text-decoration: none;
}

a.seo {
	cursor: text;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Body Wrapper

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrapper {
	width: 800px;
	margin: 10px auto;
	text-align: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Second Wrapper (For BG Repeater)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.sub-wrapper {
	width: 800px;
	float: left;
	background: #4B1D1B url(../images/left-nav-bg.png) top left repeat-y;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Left Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.left-column {
	width: 167px;
	height: 100%;
	float: left;
	z-index: 100;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Logo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.logo-container {
	width: 133px;
	height: 90px;
	padding: 10px 25px 0 9px;
	margin-bottom: 25px;
	float: left;
	background: transparent url(../images/logo-region.png) top left no-repeat;
}

	.logo-container h1 {
		display: block;
		width: 133px;
		height: 90px;
		margin: 0;
		float: left;
	}
	
		.logo-container h1 a {
			width: 133px;
			height: 90px;
			float: left;
			background: transparent url(../images/logo.png) top left no-repeat;
		}
		
		.logo-container span {
			display: none;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Left Nav

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.left-nav {
	width: 153px;
	padding-right: 14px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}

	.left-nav ul {
		width: 153px;
		float: left;
		text-indent: 10px;
		font-weight: bold;
		font-size: 13px;
	}
	
		.left-nav li {
			display: block;
			width: 153px;
			margin-bottom: 8px;
			float: left;
		}
		
			.left-nav li a, .left-nav li a:visited {
				display: block;
				width: 153px;
				padding: 3px 0;
				float: left;
				color: #FFF;
				background: #523A28;
			}
			
				.left-nav li a:hover {
					color: #333;
					background: #CEA539;
					text-decoration: none;
				}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Left Column Logos

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.left-column-logos {
	width: 153px;
	padding-right: 14px;
	float: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Left Column Logos

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.logos-split {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.right-column {
	width: 633px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Top Cap (With Phone Number)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.right-top-cap {
	width: 633px;
	height: 26px;
	float:left;
	line-height: 26px;
	background: #CEA539 url(../images/top-cap.png) top left no-repeat;
	text-align: right;
}

	.right-top-cap h5 {
		font-size: 14px;
		margin: 0;
		padding-right: 10px;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Main Body

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.right-column-main-body {
	width: 612px;
	height: 100%;
	padding: 10px 14px 10px 7px;
	float: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Header 1

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.right-column-header-1 {
		width: 612px;
		height: 125px;
		float: left;
		background: #CEA539 url(../images/header-1.png) top left no-repeat;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Header 2

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.right-column-header-2 {
		width: 612px;
		height: 125px;
		float: left;
		background: #CEA539 url(../images/header-2.png) top left no-repeat;
	}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Header 3

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.right-column-header-3 {
		width: 612px;
		height: 125px;
		float: left;
		background: #CEA539 url(../images/header-3.png) top left no-repeat;
	}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Header 4

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.right-column-header-4 {
		width: 612px;
		height: 125px;
		float: left;
		background: #CEA539 url(../images/header-4.png) top left no-repeat;
	}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Header 5

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.right-column-header-5 {
		width: 612px;
		height: 125px;
		float: left;
		background: #CEA539 url(../images/header-5.png) top left no-repeat;
	}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Header Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

		.right-header-text {
			width: 440px;
			height: 105px;
			padding: 10px 15px;
			overflow: hidden;
			float: left;
			text-align: center;
			color: #FFF;
		}
		
			.right-header-text h4 {
				font-size: 24px;
				margin-bottom: 5px;
			}
			
			.right-header-text h5 {
				font-size: 17px;
				margin-bottom: 5px;
			}
			
			.right-header-text h6 {
				font-size: 14px;
				font-weight: normal;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
	.right-body-content {
		width: 612px;
		padding: 10px 0;
		float: left;
		overflow: hidden;
	}
	
		.right-body-content li {
			list-style-position: inside;
			list-style-type: disc;
			padding: 3px 0;
			font-weight: bold;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Inner Container (Put Floats In This Div)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.inner-container {
	width: 612px;
	margin-bottom: 10px;
	overflow: hidden;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column List Box

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.list-box {
	width: 348px;
	padding: 10px;
	border: 1px #888 dotted;
	float: left;
	background: #F7F7F7;
}

	.list-box ul {
		margin: 0;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column Right Float Box {Money Back)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.right-float-box {
	float: right;
	width: 222px;
	padding: 5px;
	text-align: center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bottom Link Section Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bottom-link {
	width: 612px;
	padding: 10px 0 0 0;
	text-align: center;
}

	.bottom-link h2 {
		font-size: 18px;
		color: #411917;
		margin: 0;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bottom Button Inner Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bottom-button {
	padding-left: 190px;
}

	.bottom-button h1 {
		height: 53px;
		line-height: 50px;
		font-size: 24px;
		text-align: center;
	}
	
		.bottom-button h1 a, .bottom-link h1 a:visited {
			float: left;
			height: 53px;
			color: #FFF;
		}
		
		.bottom-button h1 a:hover {
			text-decoration: none;
		}
		
		.bottom-button a span.bottom-link-text {
			display: block;
			float: left;
			height: 53px;
			color: #FFF;
			background: #CCC url(../images/grgr-button-bg.png) top left repeat-x;
		}
		
		.bottom-button a span.bottom-link-left {
			display: block;
			float: left;
			height: 53px;
			color: #FFF;;
			padding-left: 15px;
			background: #CCC url(../images/grgr-button-left.png) top left no-repeat;
		}
		
		.bottom-button a span.bottom-link-right {
			display: block;
			float: left;
			height: 53px;
			color: #FFF;;
			padding-left: 15px;
			background: #CCC url(../images/grgr-button-right.png) top left no-repeat;
		}
		
		.bottom-button a:hover span {
			background-position: bottom left;
		}
		
		.bottom-button a:hover {
			background-position: bottom left;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bottom Cap

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bottom-cap {
	width: 800px;
	height: 26px;
	float: left;
	background: #CEA539 url(../images/bottom-cap.png) top left no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 780px;
	padding: 10px 10px 5px 10px;
	float: left;
	text-align: center;
	font-size: 11px;
}

	.footer li {
		display: inline;
		padding: 0 3px;
		color: #BBB;
	}
	
		.footer li a, .footer li a:visited {
			color: #BBB;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Styles from Old Site

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}

.yousave {
	font-size: 12px;
	color: #990000;
}

.space {
	font-size: 14px;
	padding-bottom: 3px;
}

.style2 {
	color: #8D1C00
}

.style3 {
	font-size: 24px
}

.style4 {
	font-size: 15px
}

.testimonial_intro{
text-indent:10px;
padding-top:5px;
font-size:14px;
}

.testimonial_name {
	font-style: italic;
	text-indent:10px;
	margin: 0 0 20px 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Silo Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.silo_footer {
	width: 800px;
	margin: 0 0 10px 0;
	border-top: 5px #CEA539 solid;
	float: left;
}

	div.silo_footer ul {
		width: 119px;
		padding: 20px;
		border-right: 1px #EEE solid;
		float: left;
	}
	
	div.silo_footer ul:hover {
		background: #FBFBFB;
	}
		
		div.silo_footer ul a, div.silo_footer ul a:visited {
			color: #888;
		}
		
		div.silo_footer ul a:hover {
			color: #333;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Has Coupon [ Order Page ]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p.hasCoupon {
	display: block;
	width: 580px;
	height: 72px;
	background: transparent url(../images/10percent_bar_order.png) top left no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

gbpsocom Form Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form.gbpsocom input, form.gbpsocom textarea {
	padding: 2px;
	border: 1px #AAA solid;
}
