/* ---------- COLORS (FOR REFERENCE ONLY) ---------- */
/*
primary		#000000
secondary	#000000
tertiary	#000000
*/


/* ---------- TYPOGRAPHY ---------- */
h1 {
color: #6f9aa1;
font-size: 20px;
}
h2 {
color: #333;
font-size: 16px;
}
h3 {
color: #333;
font-size: 14px;
}
h4 {
}
h5 {
}
h6 {
}
a {
text-decoration: none;
color: #af3522;
}
a:hover {
color: #7f0502;
text-decoration: underline;
}


/* ---------- MAIN STRUCTURE ---------- */
html {
background-image: url(../img/background-main.jpg);
}
body {
font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
font-size:11px;
color: #666;
background-image: url(../img/back-top.jpg);
background-repeat: repeat-x;
background-color: transparent;
}
#container {
width:912px;
margin:0 auto;
padding-bottom: 20px;
}
#mainContent {
border-top: 4px solid #292319;
background-color: #e1ddd1;
background-image: url(../img/pageBg.jpg);
background-repeat: no-repeat;
}

#pageContent {
float:left;
width: 650px;
padding: 35px 0 20px 30px;
color: #666;
min-height: 400px;
margin-top: 4px;
}

h1.pageTitle {
font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
font-size: 20px;
line-height: 40px;
height: 40px;
color: #272219;
padding: 0;
text-indent: 5px;
margin: 0;
float: left;
width: 100%;
}
h1.pageTitle span {
font-size: 12px;
}
h1.pageTitle a {
color: #272219;
text-decoration: none;
}
h1.pageTitle a:hover {
color: white;
}


/* ---------- HEADER ---------- */
.header{
position: relative;
height: 130px;
}
.logo{
top: 30px;
left: 17px;
position: absolute;
}
#theCart {
position: absolute;
top: 105px;
right: 0;
font-size: 11px;
color: white;
}
#theCart a img {
padding-right: 5px;
}
#theCart a {
color: #6c1f14;
text-decoration: none;
font-weight: bold;
margin-right: 15px;
}
#theCart a:hover {
color: #8c3f34;
}


/*---------- NAVIGATION ----------*/
ul#nav ul {
padding:0;
margin: 0;
}
ul#nav {
display: block;
height: 30px;
padding:0;
margin: 0;
list-style-type:none;
font-size: 11px;
text-transform: uppercase;
position: absolute;
top: 50px;
right: 0;
z-index: 1000;
}
ul#nav a {
display: block;
text-decoration: none;
}
/* top level */
ul#nav li {
float: left;
display: block;
position: relative;
text-align: center;
}
ul#nav li a {
padding: 0 15px;
background-color: #352e22;
height: 26px;
line-height: 26px;
border-right: 1px solid #1a160f;
color: #b3ac96;
}
ul#nav li a:hover {
background-color: #231d15;
}
/* second level */
ul#nav ul {
position: absolute;
top: 26px;
left: 0;
background-color: white;
text-transform: none;
}
ul#nav li li {
float: none;
text-align: left;
}
ul#nav li li a {
width: 160px;
padding-left: 15px;
padding-right: 0;
background-color: white;
color: #231d15;
border: none;
height: 24px;
line-height: 24px;
}
ul#nav li li a:hover {
background-color: white;
color: #999;
}
/* third level */
ul#nav ul ul {
display: none;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
width:181px;
float:left;
line-height:1.2em;
font-size: 12px;
font-weight: bold;
color: white;
min-height: 100px;
}
#sidebar h1{
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #999;
display: none;
}
#sidebar ul {
list-style:none;
margin:0; padding:0;
}
#sidebar ul ul {

}
#sidebar ul li {
margin: 0;
padding: 0;
background-image: url(../img/nav-side-back.png);
}
#sidebar ul li a {
height: 30px;
line-height: 30px;
padding-left: 10px;
text-decoration:none;
color: #272219;
font-weight: normal;
}
#sidebar ul li a:hover {
color: #af3522;
}


/*---------- FOOTER ----------*/
#footer{
margin-top: 5px;
color: white;
font-size: 10px;
padding: 0 5px;
}
#footer ul{
list-style:none;
margin: 0;
float: left;
}
#footer ul li{
list-style:none;
margin-right:10px;
display:inline;
}
#footer a{
text-decoration: none;
line-height: 18px;
color: white;
}
#footer a:hover{
text-decoration:underline;
color: white;
}
.copyright{
float: right;
}



/*---------- HOMEPAGE ----------*/
#homeCallout {
background-image: url(../img/img-home2.jpg);
background-repeat: no-repeat;
height: 468px;
background-color: #d5d0c2;
position: relative;
}
#homeCallout #headline {
position: absolute;
top: 60px;
left: 50px;
}
#homeCallout #headline h1 {
font-size: 40px;
color: #fff;
font-weight: normal;
margin: 0;
margin-bottom: 15px;
}
#homeCallout #headline p {
margin-bottom: 5px;
color: #fff;
}
#homeCallout #headline h2 {
color: #fff;
font-size: 26px;
margin-top: 5px;
}
#homeProductBoxes {
position: absolute;
bottom: 0;
width: 100%;
height: 93px;
}
#homeProductBoxes div {
height: 93px;
width: 25%;
float: left;
background-image: url(../img/home-prod-box.png);
position:relative;
}
#homeProductBoxes div a {
display:block;
left:0;
bottom:0;
position: absolute;
width: 228px;
text-align: center;
}




/* CANISTER PAGE */
#ckeditorContainer {
width: 912px;
margin: -20px 0 0 -30px;
}
#canisterCallout {
/* background-image: url(../img/img-home1.jpg); */
background-repeat: no-repeat;
height: 468px;
background-color: #dddbcc;
position: relative;
width: 912px;
}
#canisterCallout img {
position: absolute;
z-index: 0;
}
#canisterCallout #headline {
position: absolute;
top: 60px;
left: 50px;
color: white;
z-index: 10;
}
#canisterCallout #headline h1 {
font-size: 40px;
color: #fff;
font-weight: normal;
margin: 0;
margin-bottom: 15px;
}
#canisterCallout #headline p {
margin-bottom: 5px;
}
#canisterCallout #headline h2 {
color: #fff;
font-size: 26px;
margin-top: 5px;
}
#canisterPic {
position: absolute;
top: 200px;
left: 0px;
}
#buyNowBox {
position: absolute;
bottom: 35px;
right: 20px;
color: #5b6e64;
font-size: 14px;
}
#buyNowBox img {
margin-bottom: -10px;
position: relative;
}
#buyNowBox span {
color: #af3522;
}
.canisterPage {
padding-top: 30px;
}
.canisterPage .pageTitle {
display: none;
}
.canisterPage #pageContent {
width: auto;
}
.canisterPage .theImages img {
width: 100px;
}

.bulletPoints {
font-size:18px;
margin:50px 0 0 0;
padding-left:40px;
color:#333;
}

/* COFFEE VAULT PAGE */
#ckeditorVault {
width: 912px;
margin: -20px 0 0 -30px;
}
#vaultCallout {
/* background-image: url(../img/img-home1.jpg); */
background-repeat: no-repeat;
background-color: #d3cfbf;
position: relative;
padding:10px 30px;
}
#vaultCallout img {
position: absolute;
z-index: 0;
}
#vaultCallout #headline {
position: absolute;
top: 20px;
right: 50px;
color: white;
z-index: 10;
text-align: right;
}
#vaultCallout #headline h1 {
font-size: 32px;
color: #352e22;
margin: 0;
}
#vaultCallout #headline p {
margin-bottom: 5px;
}
#vaultCallout #headline h2 {
color: #352e22;
font-size: 42px;
font-weight: bold;
margin:0;
}
#vaultPic {
position: absolute;
top: 120px;
left: 630px;
}
#vaultVid {
position: absolute;
top: 140px;
left:30px;
}
#vaultLogo {
position:absolute;
left:30px;
top:25px;
width:330px;
height:100px;
background: #927a60;
text-align: center;
color:#fff;
line-height:100px;
font-size:20px;
}
#vaultCallout .vaultContent {
margin-top:370px;
}
#vaultCallout .logos {
background: #927a60;
padding:5px;
margin-bottom:5px;
height: 50px;
}
#vaultCallout .logos img {
background: #fff;
padding:0 10px;
}
#vaultCallout #orderBtn {
float: right;
padding:10px 30px;
text-align: center;
position:relative;
right:-25px;
top:-10px;
}
#vaultCallout #orderBtn a {
background: url(../img/btn-order-red.png) no-repeat;
background-position: 0 0;
display:block;
width:230px;
height:80px;
text-align: center;
}
#vaultCallout #orderBtn a:hover {
background-position: 0 -79px;
}

.vaultPage {
padding-top: 20px;
}
.vaultPage .pageTitle {
display: none;
}
.vaultPage #pageContent {
width:850px;
}
.vaultPage .theImages img {
width: 100px;
}


#ckeditorVault .bulletPoints {
font-size:18px;
margin:50px 0 0 0;
padding-left:40px;
color:#333;
}


/* RICH FOOTER */
#richFooter {
height: 200px;
background-image: url(../img/back-bottom.jpg);
background-repeat: repeat-x;
background-color: #cfc8b6;
padding: 25px 30px;
}
#richFooter .column1 {
border-right: 1px solid #b7b2a4;
width: 380px;
padding-right: 20px;
margin-right: 10px;
float: left;
height: 180px;
padding-top: 25px;
}
#richFooter .column2 {
width: 240px;
border-right: 1px solid #b7b2a4;
margin-right: 10px;
float: left;
height: 205px;
}
#richFooter .column3 {
float: left;
height: 165px;
width: 180px;
}




/* GLOSSARY */
#glossaryAlphabet {
border-bottom: 1px solid #d5d1cf;
padding-bottom: 15px;
}
#glossaryAlphabet a {
padding: 0 2px;
color: #666;
text-decoration: none;
}
#glossaryAlphabet .article_search {
float: right;
height: 25px;
line-height: 25px;
margin-top: -7px;
}
#glossaryAlphabet .article_search * {
vertical-align: middle;
}
#glossaryDefinitions {
padding-top: 20px;
color: #3a3326;
}

.paging {
width: 600px;
color: #999;
}
.paging a {
color: #666;
text-decoration: none;
}
.paging a:hover {
color: #333;
}


/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.message{
margin-top:5px;
padding:5px 10px;
color: white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
position: absolute;
right: 0;
top: 137px;
z-index: 2000;
background-color: #ff0c1b;
border: 1px solid white;
}

.imageRight {
float:right;
}
.notice {
padding: 5px;
text-align: center;
width: 686px;
}