body {
  font-family: verdana, geneva, sans-serif;
  font-size: 10pt;
  background-color: #EEEEEE;
  background-repeat: repeat-x;
  background-image: url(/static/bgfade.jpg);
  color: #333333;
}


#enclosing {
  width: 1000px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 15px;
  text-align: left;
}

div.layout {
  text-align: center;
}

#content {
}

#menubar {
  background-color: #333333;
}

#titlebar {
  background-color: #fefad3;
}

#titlebarsmall {
  background-color: #fefad3;
}

#biglinks {
  height: 45px;
  background-color: black;
  clear: both;
}

#biglink1 {
  float: left;
  width: 313px;
  height: 28px;
  background-color: #c9242b;
  padding: 10px;
  cursor: pointer;
}

#biglink2 {
  float:left;
  width: 313px;
  height: 28px;
  background-color: #f47326;
  padding: 10px;
  cursor: pointer;
}

#biglink3 {
  float: left;
  width: 314px;
  height: 28px;
  background-color: #888888;
  padding: 10px;
  cursor: pointer;
}

#contentbar {
  clear: both;
  background-color: white;
  margin-top: 15px;
}

#footer {
  clear: both;
  background-color: #EEEEEE;
  height: 40px;
  padding-top: 22px;
  padding-right: 20px;
  text-align: right;
  color: #555555;
  margin-top: 15px;
}


#menulinks {
  float: right;
  width: 600px;
}

#menulinks img {
  margin-right: 0px;
  cursor: pointer;
}

#titlebar #bbb {
  text-align: center;
  float: left;
  margin-left: 80px;
  margin-top: 40px;
}

#titlebarsmall #bbb {
  text-align: center;
  float: left;
  margin-left: 80px;
  margin-top: 5px;
}

table.menulist {
  margin-top: 24px;
}

table.menulist td {
  padding-right: 15px;
}

table.menulist td div {
  overflow: hidden;
  position: relative;
}

table.menulist td img.a, ul.menulist td img.b {
  top: 0;
  left: 0;
  position: absolute;
}

table.menulist td img.a {
  z-index: 10;
}

div.column1 {
  float: left;
  width: 500px;
  padding: 20px;
  padding-top: 0;
  color: #444444;
  border-right: 1px solid #dddddd;
}

div.column2 {
  float: right;
  width: 430px;
  line-height: 130%;
  color: #444444;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.column2 hr {
  height: 1px;
  color: black;
  background-color: black;
  border-width: 0;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.column2 .header {
  font-size: 1.6em;
  background-color: #c9242b;
  padding-top: 20px;
  padding-bottom: 2px;
  color: white;
}

.col2box {
  background-color: #fefad3;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0.8em;
}

div.sidemenu {
  float: left;
  width: 140px;
  padding-right: 20px;
}

div.contentpane {
  margin-left: 160px;
  padding-left: 20px;
  padding-top: 10px;
  border-left: 1px solid #dddddd;
  padding-bottom: 20px;
}


ul.nav {
  list-style-type: none;
  padding: 0;
  margin-left: 3px;
}

ul.nav ul
{
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

ul.nav li {
  width: 180px;
  color: #333333;
  padding: 3px;
  margin: 0px;
}

ul.nav ul li
{
  padding: 3px;
  color: #333333;
}

ul.nav li a {
  color: #333333;
  text-decoration: none;
}

ul.nav ul li a {
  margin-left: 20px;
}

ul.nav li.selected {
}

ul.nav li.selected a {
  color: #CC494D;
  text-decoration: none;
  font-weight: bold;
}

ul.nav li.unselected a {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}

ul.nav a:hover {
  text-decoration: underline;
}

ul.nav ul li a {
  font-size: 0.9em;
}

a img {
  border: none;
}

.contentpane h1 {
  display: none;
}

.col2item {
  margin-top: 8px;
}

.col2item h3 {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 11pt;
}

.col2item p {
  margin: 0;
  margin-bottom: 7px;
  padding: 0;
  font-size: 1em;
}

.col2item .readmore {
  text-align: right;
}

.col2item a {
  color: ;
  font-size: 1em;
}

/* This is used to lay out the product page */
table.product {
  width: 100%;
}

table.product td {
  vertical-align: top;
}

.productImage {
  padding: 20px;
  width: 300px;
}

/* Content */

body * {
  font-size: 100%;
}

a {
  color: #f47326;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.2em;
  color: #8C292D;
}

h2 {
  font-size: 1.1em;
  color: #8C292D;
}

.contentpane li {
  padding-right: 60px;
  line-height: 150%;
  margin-bottom: 5px;
  color: black;
}

p.headerlogo {
  text-align: center;
}

.headline {
  font-weight: bold;
  color: #c9242b;
}

table.data {
  margin-left: 40px;
  font-size: 0.8em;
  border: 1px solid #c9242b;
  border-collapse: collapse;
}

table.data tr.header {
  background-color: #c9242b;
  color: #fefad3;
  font-weight: bold;
}

table.data td {
  border: 1px solid #c9242b;
  padding: 2px;
}

table {
  font-size: 100%;
}

table th {
  text-align: left;
}

ul {
  list-style-type: square;
  list-style-position: outside;
}


.highlightPara {
  background-color: #EEEEEE;
  padding: 15px;
  color: #333333;
  margin-top: 15px;
  line-height: 150%;
}

.highlightNews {
  background-color: #EEEEEE;
  padding: 15px;
  color: #333333;
  margin-top: 15px;
  line-height: 150%;
}

table.productTable {
  background-color: #EEEEEE;
  color: #333333;
  border-collapse: collapse;
}

table.productTable td {
  padding: 4px;
  border: 2px solid white;
}

table.productTable thead td
{
  background-color: #888888;
  color: white;
}

div.photoGallery {
}

div.imageHolder {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding: 5px;
  background-color: #DDDDDD;
  border: 1px solid black;
  margin: 5px;
}

div.miniProduct {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  margin: 5px;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
  width: 140px;
}

div.miniProduct img {
  margin-bottom: 5px;
}



.ed_form_group {
  background-color: #EEEEEE;
  padding: 15px;
  color: #333333;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 150%;
}

.ed_form_group_name {
  font-size: 1.1em;
  color: #8C292D;
  font-weight: bold;
  margin-bottom: 5px;
}

.ed_form_element {
  padding: 5px;
}

.ed_form_label {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  width: 260px;
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
}

.ed_form_submit_button {
  background-color: #EEEEEE;
  border: 1px solid black;
  color: #8C292D;
  font-size: 11pt;
  padding: 8px;
}

.ed_form_textbox {
  width: 400px;
}

.ed_form_textbox_multiline {
  width: 400px;
  height: 80px;
  font-family: arial, helvetica, sans-serif;
}

.ed_form_element_separator {
  padding-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #666666;
}

.ed_form_validation_summary {
  color: #8C292D;
}

.ed_form_summary_message {
  margin-left: 20px;
}

div.productBuy {
  background-color: #EEEEEE;
  padding: 8px;
  text-align: right;
}

div.productBuy table {
  text-align: left;
}

div.productBuy .name {
  color: #8C292D;
  width: 190px;
}

div.productBuy .quantity {
  width: 25px;
}

.button {
  background-color: white;
  border: 1px solid black;
  color: #8C292D;
}


div.basket {
  background-color: #EEEEEE;
  padding: 15px;
}

div.basket thead {
  font-weight: bold;
}

div.basket .name {
  color: #8C292D;
  width: 400px;
}

div.basket .price {
  width: 150px;
}

div.basket .quantity {
  width: 25px;
}

div.basket .subtotal {
  padding-left: 25px;
}

div.basket .total {
  font-weight: bold;
  border-top: 1px dashed black;
  padding-left: 25px;
}


div.quotes
{
  margin-top: 15px;
  font-size: 14pt;
  line-height: 20pt;
  height: 160px;
  font-family: book antiqua, palatino;
  font-style: italic;
  overflow: hidden;
  background-color: #c9242b;
  color: white;
  padding: 0px;
}

div.quotes table
{ 
  margin-top: 10px;
  width: 430px;
}

div.quotes td
{
  text-align: center;
}

div.quotes .quote
{
  font-size: 20pt;
  font-family: times;
  font-weight: bold;
}

div.smallquotes
{
  font-size: 10pt;
  height: 40px;
  font-family: verdana;
  font-style: italic;
  visibility: hidden;
  padding: 3px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;
  color: #666666;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
