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


/* ---------- TYPOGRAPHY ---------- */
h1 {
font-size:54px;
color:#065E9D;
font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
font-size:32px;
color:#a1ba2a;
}
h3 {
font-size:24px;
color:#a1ba2a;
}
h4 {
font-size:18px;
font-weight: bold;
color:#a1ba2a;
}
h5 {
font-size:18px;
font-weight: bold;
color:#603814;
}
h6 {
color:#603814;
font-weight: bold;
}
a {
color: #cf362e;
text-decoration: underline;
}
a:hover {
color: #cf362e;
text-decoration: none;
}


/* ---------- MAIN STRUCTURE ---------- */
body, html {
height: 100%;
width: 100%;
}
body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#603814;
background-image: url(../img/bg.jpg);
background-repeat: repeat-y;
background-position: center;
background-color: #1e1005;
}
#container {
width:934px;
margin:0 auto;
background-color:#FFFFFF;
background-image: url(../img/pageBg.jpg);
background-repeat: repeat-y;
min-height: 100%;
position: relative;
}
#mainContent {
padding: 15px 130px 50px 130px;
}



#newsletterButton {
display: block;
position: absolute;
z-index: 2000;
right: 100px;
top: 200px;
height: 130px;
width: 130px;
background-image: url(../img/newsletter.png);
}

/* ---------- HEADER ---------- */
.header{
position: relative;
height: 317px;
background-image: url(../img/header.jpg);
}
.logo{
top: 20px;
left: 20px;
position: absolute;
}
.headerCart {
position:absolute;
top:0px;
right:60px;
padding:3px 0 0 23px;
z-index: 101;
color: #cce27b;
background: url(../img/headerCart.png) no-repeat;
width:280px;
height: 30px;
}
.headerCart a {
text-decoration: none;
color: #572500;
}
.headerCart a:hover {
text-decoration: none;
color:#064E8D;
}

/*---------- NAVIGATION ----------*/
#tagWrapper {
position: relative;
}
#tagLeft {
background-image: url(../img/tagLeft.png);
width: 55px;
height: 75px;
position: absolute;
top: 14px;
left: -55px;
}
#tagRight {
background-image: url(../img/tagRight.png);
width: 55px;
height: 75px;
position: absolute;
top: 14px;
right: -55px;
}
ul#nav ul {
padding:0;
margin: 0;
}
ul#nav {
display: block;
height: 76px;
/* font-size: 12px; */
background-color: #a2ba26;
margin:0;
padding: 12px 0 0 70px;
list-style-type:none;
background-image: url(../img/navBg.jpg);
background-repeat: no-repeat;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
position:relative;
z-index:100;
}
ul#nav a {
padding-top: 5px;
height: 25px;
display: block;
text-decoration: none;
color: #572500;


}
ul#nav a:hover {
background-color: transparent;
color:#064E8D;
}
/* top level */
ul#nav li {
float: left;
display: block;
position: relative;
text-align: left;
/* border-right: 1px solid #999; */
}
ul#nav li a {
padding-left: 20px;
padding-right: 20px;
}
/* second level */
ul#nav ul {
position: absolute;
top: 30px;
left: 0;
background-color: #E9E5C2;
}
ul#nav li li {
float: none;
text-align: left;
border: none;
border-top: 1px solid #D2D1A1;
}
ul#nav li li a {
width: 150px;
padding-left: 10px;
padding-right: 0;
}
/* third level */
ul#nav ul ul {
top: 0px;
left: 160px;
border-left: 1px solid #999;
}


/* ---------- SIDEBAR (subnav) ---------- */
#sidebar{
float: left;
width:200px;
margin:0px 0 0 110px;
background-color:#888;
background: url(../img/bg-box-store.jpg) repeat-y;
}
.sidebar-top {
width:200px;
height:10px;
margin:0 0 0 0;
background:url(../img/bg-box-store-top.jpg) no-repeat;
}
.sidebar-bottom {
width:200px;
height:10px;
margin:-15px 0 0 0;
background: url(../img/bg-box-store-bottom.jpg) no-repeat;
}
.sidebar-container {
padding: 10px 20px 20px 20px;
}

#sidebar h1{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #572500;
margin-bottom: 5px;
padding-bottom: 5px;
}
#sidebar ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#sidebar ul ul {
margin-left: 20px;
}
#sidebar ul li {
list-style:none;
display:block;
padding:2px 0;
}
#sidebar ul li a {
color:#fff;
text-decoration:none;
list-style:none;
display:block;
color:#065E9D;
font-weight:bold;
}
#sidebar ul li a:hover {
text-decoration:none;
list-style:none;
display:block;
color:#572500;
font-weight:bold;
}


/*---------- FOOTER ----------*/
#footer{
text-align:center;
padding: 10px 0;
color: #fff;
background-image: url(../img/footerBg.jpg);
background-repeat:repeat-y;
font-size: 10px;
}
#footer ul{
list-style:none;
margin: 0;
}
#footer ul li{
list-style:none;
margin:0 10px;
line-height:18px;
display:inline;
}
#footer a{
text-decoration: none;
line-height: 18px;
color: #fff;
}
#footer a:hover{
text-decoration:underline;
background-color: transparent;
}
.copyright{
}


/*---------- MISCELLANEOUS ----------*/
.clear{
clear:both;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.message{
margin-bottom:15px;
padding:5px 10px;
background:#CF362E;
color:white;
-moz-opacity:0.75;
filter:alpha(opacity=75);
text-align:center;
}
#siteSeal{
margin-top: 20px;

}
.textCenter {
text-align: center;
}
.imageRight {
float: right;
margin: 0 0 10px 20px;
}
.imageLeft {
float: left;
margin: 0 20px 10px 0;
}
.imageCenter {
text-align: center;
margin: 0 auto;
}
.pageImageBorder {
	border: 3px solid #9cb525;

}
.caption{
display: none;
}