/* --------------- General -------------- */
html {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #65523f;
  font-size: 14px;
  font-family: Arial, Tahoma, sans-serif;
}
img {
  border: none;
}
a:link, a:visited, a:active {
  color: #007bd1;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #007bdd;
}
h1, h2, h3, h4, h5, h6{
  color: #4f5d1a;
  text-transform: lowercase;
}
h2{
  font-size: 24px;
  margin: 0 0 0 0;
  padding: 0;
}
h3 {
  font-size: 20px;
  clear: left;
  margin: 0.25em 0 0.25em 0;
  padding: 0;
}
h4{
  font-size: 16px;
  margin: 0;
  padding: 0;
}
form{
  clear: both;
  padding: 0;
  margin: 0;
}
form fieldset{
  border: none;
}
form fieldset input.submitbutton{
  margin: 0 0 0 5px;
}

/* --------------- Header --------------- */
#header {
  background-image: url(../images/headerbg.jpg);
  background-repeat: repeat-x;
  background-position: 0 2px;
  background-color: #67A6D1;
  text-align: center;
}
#title {
  height: 272px;
  background-image: url(../images/people.jpg);
  background-position: 300px 58px;
  background-repeat: no-repeat;
  width: 770px;
  margin: 0px auto;
  text-align: center;
}

#title div#search {
  padding: 0;
  text-align: right;
}

#title div {
  width: 350px;
  height: 54px;
  margin: 16px 0 0;
  padding: 0 0 0 64px;
  text-align: left; 
  float: left;
}
#title .logo {
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
}
#title div h1{
  margin: 0;
  padding: 4px 0 0 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
}
#header p {
  margin: 0; padding: 0;
  color: #caf4ff;
  text-transform: lowercase;
  font-size: 16px;
}
#header #search_site {
  background: none;
  padding: 0;
  margin: 0;
  float: right;
}
#header #search_site form input.textfield {
  width: 150px;
  border: 0;
  background: #7CBBDC;
}
#header #search_site form input.submitbutton{
  border: 0;
  background: transparent;
  font-family: Tahoma, Arial, sans-serif;
  color: #ffffff;
  text-transform: lowercase;
}

/* --------------- Navigation ------------ */
#navigation .menu_primary   { background: #393E20 url(../images/navbg.jpg) repeat-x top; }
#navigation .menu_secondary { background: transparent url(../images/subnavbg.jpg) repeat-x bottom; }

#navigation .menu_primary,
#navigation .menu_secondary {
  float: left;
  width: 100%;
  padding: 5px 0;
}

#navigation ul {
  width: 760px;
  list-style: none;
  margin: 0pt auto;
  padding: 0;
}

#navigation .menu_primary ul li,
#navigation .menu_secondary ul li {
  float: left;
  margin-right: 10px;
}

#navigation a {
  text-decoration: none;
}

#navigation .menu_primary ul a:link,
#navigation .menu_primary ul a:visited,
#navigation .menu_primary ul a:active {
  height: 30px;
  color: #d6dda2;
  text-decoration: none;
  padding: 0px 3px;
}

#navigation .menu_primary ul li.current a {
  font-weight: bold;
  text-decoration: underline;
}

#navigation .menu_primary ul a:hover {
  background-color: #d6dda2;
  color: #4a551b;
}

#navigation .menu_secondary ul a:link,
#navigation .menu_secondary ul a:visited,
#navigation .menu_secondary ul a:active {
  height: 30px;
  color: #4a551b;
  text-decoration: none;
  padding: 0px 3px;
}

#navigation .menu_secondary ul li.current a {
  font-weight: bold;
  color: #4a551b;
}

#navigation .menu_secondary ul a:hover {
  background-color: #4a551b;
  color: #d6dda2;
}

/* --------------- Body ----------------- */
#bodyarea {
  padding-bottom: 30px;
  background-color: #fff;
  float: left;
  width: 100%;
}
#bodyarea_container {
  width: 760px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}
#bodyarea ul, #bodyarea ol{
  padding: 0;
}
#bodyarea ul {
  list-style-type: none;
  margin-left: 0;
}
#bodyarea ol {
  margin: 0 0 1em 1.3em;
}
#bodyarea ol li {
  margin-bottom: 5px;
}
#bodyarea ul li {
  padding:0 0 10px 0;
}
#bodyarea .sort ul{
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
  border-bottom: 3px solid #DDDDDD;
}
#bodyarea .subscribe{
  clear: both;
  padding: 10px 0 0 0;
  margin: 0;
}
#bodyarea .sort ul li{
  padding: 0 10px 0 0;
  background-image: none;
  display: inline;
  margin: 0;
}
#bodyarea .sort ul li form{
  display: inline;
}
#bodyarea .col_full {
  margin: 0;
  width: 745px;
}
#bodyarea .col_large, #bodyarea .store_main{
  margin-right: 40px;
  width: 430px;
  float: left;
}
#bodyarea .col_medium, #bodyarea .store_sidebar {
  width: 240px;
  margin-right: 40px;
  float: left;
  font-size: 12px;
  background-color:#f6f6f6;
  padding:5px 5px 20px 5px;
}
blockquote {
  background-color: #ffe;
  border-top: 1px solid #eed;
  border-bottom: 1px solid #eed;
  padding: 6px;
  color: #666;
}

/* --------------- Footer --------------- */
#footer {
  clear: both;
  text-align: center;
  background-image: url(../images/footerbg.jpg);
  background-repeat: repeat-x;
  background-color: #5c6e1a;
  text-transform: lowercase;
}
#footer p {
  margin: 0;
  padding: 22px 0 54px 0;
  color: #d6dda2;
  font-size: 12px;
}
#footer p a, #login a {
  color: #d6dda2;
}
#footer p a:hover {
  text-decoration: none;
}

/* --------------- Miscellaneous --------- */
.tableevent{
  clear: both;
}
.tableevent table{
  border-collapse: collapse;
  margin: 0;
}
.tableevent table th{
  border-bottom: 2px solid #A7987C;
  vertical-align: top;
  color: #595241;
  width: 75px;
  text-align: left;
}
.tableevent table td{
  border-bottom: 1px solid #A7987C;
  vertical-align: top;
  font-size: 80%;
}
.tableevent table td.datehighlight{
  color: #A7987C;
  background-color: #ffc;
}
.tableevent table td.datehighlight p{
  background-color: #ffc;
}
.tableevent table td p{
  padding: 0;
  margin: 0;
}
#bodyarea .tableevent table td ul{

  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
#bodyarea .tableevent table td ul li{
  padding: 0 0 10px 0;
  line-height: 1em;
  background-image: none;
}
.clear {
  clear: both;
}
#searchcontent {
  text-align: right;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #eee;
  padding: 3px 5px;
  margin: 1em 0 1em 0;
  clear: both;
}
#searchcontent fieldset {
  border: 0;
}
#bodyarea div.content_item {
  margin-bottom: 1em;
}
#bodyarea div.content_item p {
  padding: 0;
  border: 0;
}
#bodyarea p.meta {
  color: #999;
  font-size: 0.8em;
  margin: 0.5em 0 1em 0;
  padding: 0;
}
#bodyarea div.content_item p.meta {
  margin: 0;
}
#bodyarea div.content_item img.imgfloat {
  float: right;
  border: 1px solid black;
  margin-left: 10px;
  position: relative;
  top: -15px;
}
#bodyarea div.functions {
  text-align: right;
}
#bodyarea div.functions p {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
#paginate {
  padding-top: 2em;
  font-size: 1.2em;
  clear: both;
}
#paginate .previous {
  float: left;
}
#paginate .next {
  float: right;
}
.imagecaption {
  float: right;
  width: 260px;
}
.imagecaption img {
  border: 1px solid black;
  margin: 0 0 0 20px;
}
.imagecaption p {
  font-size: 10px;
  margin: 0 0 0 20px;
}
.datehighlight {
  font-weight: bold;
  background-color: #ffe;
}
div.current {
  background-color: #ffc;
  border-top: #aa8;
  border-bottom: #aa8;
  padding: 3px;
}
#bodyarea .thumb{
  float: left;
  width: 90px;
  margin: 10px 10px 10px 0;
  border: 1px solid black;
}
#bodyarea .thumb a:link,
#bodyarea .thumb a:visited{
  margin: 0 0 0 0;
  display: block;
}
#bodyarea .thumb a:hover,
#bodyarea .thumb a:active{
}
#bodyarea .thumb a img{
  display: block;
  margin: 0;
  border: none
}

/*=STORE
=== === === === === === === === === === */
#bodyarea #buysteps{
  margin: 0 0 10px 0;
  font-size: 85%;
}
#bodyarea #buysteps ul{
  padding: 24px 0 24px 0;
  margin: 0;
  list-style: none;
}
#bodyarea #buysteps ul li{
  padding: 0 10px 0 0;
  display: inline;
  color: #999;  
  background-image: none;
}
#bodyarea #buysteps ul li.current{
  font-weight: bold;
  color: #666;
}
#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
#bodyarea ul.products_list li{
  background-image: none;
  font-size: 85%;
  padding: 12px 0 12px 0;
  float: left;
  border-bottom: 1px solid #ccc;
}
#bodyarea ul.products_list li .product_img{
  width: 120px;
  overflow: hidden; 
  float: right;
  text-align: right;  
  display: inline-table;
  /* Hides from IE-mac \*/
    height: 1%;
    display: block;
  /* End hide from IE-mac */  
}
html>body #bodyarea ul.products_list li .product_img {
  height: auto;
}
#bodyarea ul.products_list li .product_img:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#bodyarea ul.products_list li .product_img img{
  margin: 0 0 0 0;
}
#bodyarea ul.products_list li .product_desc{
  width: 300px;
  float: left;
}
#bodyarea ul.products_list li p{
  padding: 0 0 10px 0;
  margin: 0;
  font-size:1.15em;
}
#bodyarea #cart p{
  text-align: right;
  font-size: 85%;
  margin: 0;
  padding: 10px 20px 0 20px;
}
#bodyarea table.products_list {
  margin: 24px 0px 40px 0px;
  border-collapse: collapse;
}
#bodyarea .summary table {
  margin: 0px 0px 40px 0px;
  border-collapse: collapse;
}
#bodyarea table.products_list tr th,
#bodyarea .summary table th{
  padding: 3px;
  color: #999;
  font-weight: normal;
  font-size: 85%;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 6px;
  border-top: 1px solid #ccc;
  font-size: 85%;
}
#bodyarea div#searchcontent fieldset {
  border: none;
}
div#paginate {
  clear: both;
  display: block;
  height: 20px;
  padding: 12px 24px 12px 12px;
}

div#paginate div.next {
  display: inline; 
  float: right;
}

div#paginate div.previous {
  display: inline;
  float: left;
}
p {
  line-height:1.075em;
  padding-bottom:10px;
  margin-top: 4px;
}

.widget p {
  margin:0 !important;
}

#bodyarea form label {
  padding: 0;
  line-height: 100%;
}
p.top_cart_links {
  padding: 0 0 12px 0 ;
}
p.more {
  font-weight: bold;
  text-align: right;
}
#bodyarea .products_list p {
  float:none;
}

.creds {
  padding:5px 0 0 0;
}

.subscribe_nav {
  margin:10px 0 !important;
}