﻿/* CSS Document */
html, body 
{
    color: #666666;
    font-family: Arial,Helvetica;
    font-size: 12px;
}    
p,a,h1,h2,h3,h4,h5,h6,li {
	font-family:Arial, Helvetica ;
	color: #666;
	font-weight: normal;
	font-size:12px;
	}
h1 { 
	font-size:18px;
	font-weight:normal;
	margin:5px 0;
	text-transform:uppercase;
}
.companyContent h1 
{
    color:#e18b1a;/* orange */
}
.whyContent h1 
{
    color:#b8c11d;/* light green */
}
.foilContent h1 
{
    color:#0088a6;/* blue */
}
.beansContent h1 
{
    color:#f7cc04;/* yellow */
}
.shopContent h1 
{
    color:#89ae2f;/* green */
}
h2 { 
    font-size: 16px;
    font-weight:normal;
    margin-bottom:5px 0;
}
h3 { 
	font-size:14px;
	margin:0;
	font-weight:normal;
	}
h4 { 
	font-size:12px;
	font-weight:bold;
	margin:0px;
	line-height:18px;
}
p { 
    font-size:12px;
    line-height:20px;
}
a { 
	font-weight:normal; 
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:underline;
	cursor:pointer;
}
ul, ol, li, td {
	text-decoration: none;}
li {
	line-height:18px;
	margin-bottom:0px;
	color:inherit;
}
ul {
    padding: 0px 15px;
}
.formright input, .error input {
	font-size: 12px;
	color: #666;
	height: auto;
	text-align: left;
	border:1px solid #cccccc;
	padding:3px;
	margin:3px;
	width:220px;}
.input {
	font-size: 12px;
	color: #666;
	width:200px;
	margin:5px;}
.button
{
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	width:auto;
	height:auto;
	margin:0px;
	background-color:#6b6f2a;
	border:1px solid #4c4f19;
	color:#ffffff;
	padding:2px 8px;
	text-transform:uppercase;
}
.inputSearch {
    color:#999;
    font-size:10px;
    margin:0 5px 0;
    padding:2px 3px 2px 3px;
    text-align:right;
    width:104px;
    height:15px;
    background-image:url(/images/searchBg.jpg);
    background-repeat:no-repeat;
    border:0;
}
select {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
	height: auto;
	text-align: left;
	margin:1px;
	border:1px solid #cccccc;
	}
option {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
	height: auto;
	text-align: left;
	margin:3px;}
textarea{
	font-size: 12px;
	padding:3px;
	color:#666;
	font-family: Arial,Helvetica;
	}
input[type="radio"] { 
	border:0;
	width:auto;}
input[type="checkbox"] { 
	border:0;
	width:auto;}
hr {
	height: 0px; 
	border-top: 1px solid #d5d8d7;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;}
normal {
	color: #666;
	font-weight: normal;
	font-size:12px;}
.yellow {
	color:#FDB930;}
.greyBg {
	font-size:14px;
	font-weight:bold;
	background-color:#FDB930;
	color:#666;
	padding:10px;}
.picture {
	border:1px solid #ccc;
	margin-left:10px;}
.greyBorder {
	border:1px solid #cccccc;}
.red {
	color:#FF0000;
}
.green {
	color:#009900;
}
.inputQuantity{
	width:20px;
	height:20px;
	padding-left:5px;
	padding-top:5px;
}
.strikeThrough {
	text-decoration:line-through;
	font-weight:lighter;
}
.goButton {
	background-image:url(/images/goButton.jpg);
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
	height:22px;
	position:relative;
	width:19px;
	background-position:center bottom;
	background-color:transparent;
}