/*** GLOBAL SETTINGS

pale green: #c4deb0;
pale blue:  #b0c4de;
cream:      #fff8db;
dark blue:  #24466B;
dark brown: #4f3b21; 
dark red:   #800000;
alert red:  #A52A2A;
dark green: #214f4c;
**/

body { 
  margin: 0;
  padding: 0;
  background-color: #c4deb0;
  z-index: -1;
  }
  
body, p, form, select, option {
  font-family: Verdana, sans-serif;
  font-size: 9pt;  
  color: black;
  }

a { color: #214f4c; font-weight: bold; }
a:link { text-decoration: none;  }
a:visited { text-decoration: none;  }
a:hover { color: #800000; text-decoration: underline; }
a.nohover:hover { color: #214f4c; text-decoration: none; }

.c_left  { 
  width: 200px; 
  float: left; 
  padding-right: 25px;
  text-align: left;
  }

.b_left { 
  padding-right: 24px;
  border-right: 1px dotted #4f3b21; 
  }

.c_right { 
  width: 200px; 
  float: right;
  padding-left: 25px;
  text-align: left;
  }

.b_right { 
  padding-left: 24px;
  border-left: 1px dotted #4f3b21;
  }
  
.alert {
  padding: 10px 20px;
  margin: 20px;
  border: 1px solid #A52A2A;
  color: #A52A2A;
  font-weight: bold;
  }
  
.alert h3 { 
  margin: 0;
  text-align: center;
  }

.error {
  color: #A52A2A;
  }

.highlight { 
  color: #CF6500;
  }

.dotted {
  border-top: 1px dotted #24466B;
  border-bottom: 1px dotted #24466B;
  }
  
.note { 
  font-size: 8pt;
  font-weight: normal;
  } 

.smaller {
  font-size: smaller;
}

.clickMe { cursor: pointer; }

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.space_b { padding-bottom: 10px; }

.breadcrumb {
  font-size: 8pt;
  font-weight: normal;
  margin: 5px;
  margin-bottom: 0;
  }

.breadcrumb .icon {
  vertical-align: bottom;
  }
  
img.icon {
  border: 0;
  width: 16px;
  height:16px;
  vertical-align: text-top;
  }
  
img.store {
  width: 100px;
  height: 65px;
  border: 0;
  }

  
/*** CENTER COLUMN ***/

#col_center {
  position:absolute; 
  top: 0px; 
  left: 165px;
  width: 550px;
  background-color: #b0c4de;
  border-left: 6px solid #4f3b21;
  border-right: 2px solid #4f3b21;
  border-bottom: 2px solid #4f3b21;
  }

#col_center a { color: #00398C; }
#col_center a:hover { color: #800000; }
#col_center a.nohover:hover { color: #00398C; }

#header {
  font-size: 9pt;  
  line-height: 130%;
  }

#header a { color: #4f3b21; }
#header a:hover { color: #800000; text-decoration: none; }

#header #contact { 
  width: auto;
  padding: 5px;
  padding-bottom: 0;
  height: 25px;
  background-color: #c4deb0;
  text-align: center;
  font-weight: bold;
  font-size: 8pt;  
  color: #24466B;
  }
  
#header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff8db;
  border-top: 2px solid #4f3b21;
  text-align: center;
  }  
  
#header ul#top {
  height: 20px;
  width: 100%;
  border-bottom: 2px solid #4f3b21;
  font-weight: bold;
  }

#header ul#top li.top_li {
  width: 109px;
  height: 100%;
  float: left;
  position: relative;
  border-left: 1px solid #4f3b21;
  padding-top: 2px;
  }

#header ul.menu {
  display: none;
  position: absolute;
  top: 20px;
  left: -1px;
  width: 11em;
  font-weight: normal;
  border: 1px solid #4f3b21;
  border-top: 2px solid #4f3b21;
  z-index: 1000;
  }
  
#header ul.menu a { font-weight: normal; }

#header ul.menu li {
  width: 100%;
  font-size: 8pt;  
  z-index: 1001;
  margin-bottom: 5px;
  }

#header ul#top li.top_li:hover ul { display: block;}
#header ul#top li.over ul { display: block; z-index: 2000; }
#header ul.menu li:hover { background: white; }

#main {
  margin-top: 0;
  padding: 0 50px;
  text-align: justify;
  line-height: 130%; 
  z-index: 0;
  }

#main ul li { padding-bottom: 10px; }
#main ol li { padding-bottom: 10px; }

#col_center h1, h2, h3 { 
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  line-height:100%;
  clear: both;
  } 
  
#col_center h1 {
  width: 100%;
  color: #4f3b21; 
  line-height: 100%;
  font-size: 18pt; 
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px dotted #4f3b21;
  }

#col_center h1 a {
  text-decoration: none; 
  font-weight: normal;
  }

#col_center h2, h3 { 
  text-align:left;
  font-style: italic;
  } 
  
#col_center h2 { 
  font-size: 15pt; 
  color: gray; 
  font-weight: normal;
  }

#col_center h3 { 
  font-size: 12pt; 
  color: #4f3b21; 
  }

#col_center dl dd {
  padding-bottom: 15px;
  }

#col_center form {
  border-bottom: 1px dotted #4f3b21;
  color: #24466B;
  font-size: 10pt;
  }
  
#col_center #footer { 
  clear: both;
  text-align: center;
  font-size: smaller;
  color: gray;
  padding: 50px 0;
  }
  
#col_center #footer a { font-weight: normal; }

/*** LEFT COLUMN ***/

#col_left { 
  background: url('/images/logo-www.gif') top left no-repeat;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 10pt;
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 155px;
  padding: 5px;
  }

#col_left h1 { 
  margin: 0;
  margin-top: 95px;
  color: #24466B;
  font-size: 14pt;
  border-bottom: 1px dotted #24466B;
  text-align: center;
  font-weight: normal;
  }

#col_left h1 a { 
  font-weight: normal;
  text-decoration: none;
  }
  
#col_left #menu {
  color: #24466B;
  text-align: right;
  font-size: 9pt;
  padding: 0;
  }

#col_left #left_foot {
  margin-top: 15px;
  text-align: right;
  border-top:1px dotted #24466B; 
  border-bottom:1px dotted #24466B; 
  }

#col_left form input[name="search_text"] {
  width: 100%;
}

/*** RIGHT COLUMN ***/

#col_right { 
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  position: absolute; 
  left: 721px;
  top: 0;
  width: 275px;
  z-index: 0;
  }

#col_right #news_title {
  color: #4f3b21;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
  height: 44px;
  padding-top: 8px;
  width: 100%;
  border-bottom: 2px solid #4f3b21;
  }

#cart_summary {
  border: 1px solid #A52A2A;
  padding: 0;
  margin: 15px;
  }

#cart_summary p {
  margin: 0;
  padding: 0;
  }

#cart_summary p.head {
  width: 100%; 
  border-bottom: 1px dotted #A52A2A; 
  text-align: center; 
  font-variant:small-caps;
  }

#col_right .news {
  font-size: 9pt;
  padding: 15px;
  border-bottom: 1px dotted #4f3b21;
  }

#col_right .news p { margin: 0; }

#col_right .news h3 {
  text-align: left;
  font-weight: bold;
  color: #4f3b21; 
  margin: 2px 0;
  font-size: 9pt;
  font-style: normal;
  line-height: 120%;
  }
#col_right .news a { font-weight: normal; }
#col_right .news h3 a { color: #24466B; font-weight: bold; }
#col_right .news h3 a:hover { color: #800000 }
  
#col_right .news span {
  color: #24466B;
  font-weight:bold;
  }