body {
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

a, a:hover, a:active {
	outline: none;
}

a {
	color: #1a6ea3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	background-color: #d9d9d9;
	border: 0;
	height: 1px;
	margin: 2px 0;
	padding: 0;
}

h1 {
	color: #3c3c3c;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

h2 {
	color: #3c3c3c;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

h3 {
	color: #3c3c3c;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}

ul {
	margin-bottom: 5px;
}

ul.top {
	margin-top: 5px;
}

li {
	margin: 0 0 1px 12px;
	list-style: disc outside;
}

.container {
	margin: 0 auto;
	width: 900px;
}

.holder {
	border-bottom: solid 1px #d9d9d9;
	border-top: solid 1px #d9d9d9;
	float: left;
	margin-bottom: 2px;
	padding: 10px 5px;
}

.holder img {
	float: left;
}

.holder .copy_holder {
	float: left;
	margin-left: 5px;
}


/* Header - Footer*/

.head_foot {
	text-align: center;
}

.head_foot .nav {
	background: url('/images/common/nav_back.gif') no-repeat top left;
	height: 20px;
	padding: 3px 0 0 118px;
	width: 782px;
}

.head_foot .nav a {
	border-right: solid 1px #666666;
	color: #666666;
	display: block;
	float: left;
	font-size: 13px;
	margin-left: 12px;
	padding-right: 12px;
}

.head_foot .nav a:hover {
	color: #1a6ea3;
	text-decoration: none;
}

.head_foot .nav a.last {
	border: 0;
}

.head_foot .footer {
	padding: 3px 0 0 55px;
	width: 845px;
}

.head_foot .copyright {
	font-size: 10px;
	margin-top: 5px;
	padding-bottom: 40px;
}

/* Main Template */

.main_content {
	float: left;
	margin-bottom: 45px;
	padding: 0 52px;
	width: 796px;
}

.main_content .wide {
	float: left;
	width: 485px;
}

.main_content .narrow {
	float: right;
	width: 273px;
}

.main_content .equal {
	float: left;
	width: 388px;
}

.main_content .left {
	margin-right: 20px;
}


/* Home */

a.badge {
	color: #3c3c3c;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 64px;
	margin-bottom: 10px;
	padding: 30px 0 0 120px;
	width: 153px;
}

a.badge:hover {
	color: #1a6ea3;
	text-decoration: none;
}

a.over_the_moon {
	background: url('/images/home/over_the_moon.gif') no-repeat top left;
}

a.swiss_tea {
	background: url('/images/home/swiss_tea.gif') no-repeat top left;
}

a.rbgh {
	background: url('/images/home/rbgh.gif') no-repeat top left;
}


/* Products */

.products {
	padding-top: 25px;
}


/* Other Pages */

.wide_holder {
	width: 475px;
}

.full_holder {
	width: 786px;
}

.full_holder .full_copy {
	width: 530px;
}

/* Promotions */

a.promo_link {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 55px 0 0 10px;
}

a.promo_link:hover {
	text-decoration: none;
}


/* Fun Facts */

.indent {
	margin-left: 25px;
}


/* Contact */

.contact_table td {
	padding: 3px 0;
	vertical-align: top;
}

.contact_table td.label {
	padding-right: 5px;
	text-align: right;
	width: 120px;
}

.contact_table input.text {
	border: solid 1px #d9d9d9;
	color: #666666;
	font-family: Arial,sans-serif;
	font-size: 12px;
	padding: 3px;
	width: 235px;
}

.contact_table textarea {
	border: solid 1px #d9d9d9;
	color: #666666;
	font-family: Arial,sans-serif;
	font-size: 12px;
	height: 50px;
	padding: 3px;
	width: 235px;
}

ul.error_list {
}

ul.error_list li {
	color: #ff0000;
	list-style: none;
	margin: 0;
}