html, body, div { margin:0; padding:0; }

body {
  font: 100% Verdana, Ariel, Helvetica, sans-serif;
  color: #111;
  background: #FFFFFF;
}

a {
  text-decoration: none;
  color: #990000;
}

a:hover {color: #990000;}

.hidden {display: none;}

.footer,
.clear {clear: both;}

#container {
  position: relative;
  width: 800px;
  margin: 0 auto 15px auto;
  border-top: 8px solid #800;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  background-color: #ddd;
}

#head {
  height: 196px;
  width: 800px;
  background: transparent url(head.png) no-repeat;
}

#logo h1 {margin: 0;}

#logo a:hover {background-position: bottom left;}

#logo h1 span {display: none;}

/*** NAV ***/
#nav {
  margin: 0;
  padding: 0;
  width: 800px;
  background: #ffffff;
  border-bottom: 1px solid #888;
}

#nav li {  /*float the main list items*/
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}

#nav li a {  /*for all links in the list*/
  display: block;
  height: 28px;
  width: 400px;
  padding: 4px 0;
  text-decoration: none;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  font-size: 22px;
  border-bottom: 8px solid #ddd;
}

#nav #nav-pricing a {
  background-color: #FFFFFF;
}

#nav #nav-how a {
  background-color: #B9A697;
}

#nav #nav-options a {
  background-color: #B9A697;
}

#nav #nav-gallery a {
  background-color: #FFFFFF;
  width: 266px;
}

#nav #nav-pricing a:hover,
#nav #nav-how a:hover,
#nav #nav-options a:hover,
#nav #nav-gallery a:hover {
  border-bottom: 8px solid #800;
  color: #800;
}

#nav #nav-pricing,
#nav #nav-gallery { display: none; }

/*** Main Content ***/

#main {
  clear: both;
  background: #fff;
}

#main #boxcolumn {
  float: right;
  margin: 0 0 15px 15px;
}

#main .copy {
  clear: both;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #888;
}

#main #items {
  background-color: #fff;
}

#main .item {
  float: left;
  text-align: center;
  width: 160px;
  background-color: #fff;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

#main .item a {
  display: block;
  padding: 4px 0 10px 0;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
}

#main .item a:hover {
  color: #800;
}

#main .item a .title{
  display: block;
  margin-bottom: 5px;
}

#main .item a img {
  border: 3px solid #555;
}

#main .item a:hover img {
  border-color: #800;
}

#footer {
  height: 18px;
  font-size: 75%;
  clear: both;
  background-color: #fff;
  text-align: center;
  padding: 6px;
}

a.order-button {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #800;
  color: #fff;
  padding: 8px;
  border: 2px solid #800;
  white-space: nowrap;
}

a.order-button:hover {
  background-color: #fff;
  border-color: #800;
  color: #800;
}

.cta,
.cta a,
.cta a:link,
.cta a:visited {
font-weight: bold;
font-size: 14px;
color: #c00;
text-align: center;
display: block;
line-height: 2.0;
}

.cta a:hover,
.cta a:active {
color: #800;
text-decoration: underline;
}

/*****************/
/*  TPL Content  */
/*****************/

.product-info {text-align: justify;}

.boxContent {border: none;}

.content-title {
  text-align: left;
  margin: 0 0 25px 0;
  font-size: 16px;
  color: #765;
}

#styles img {border: none;}

#latest-products #product-list,
#viewcatagories #product-list {
  text-align: center;
  margin: auto;
  width: 510px;
}

#latest-products .products,
#viewcatagories .products {
  text-align: center;
  padding: 8px;
  float: left;
}

#viewproduct .addbasketframe {
  font-size: 17px;
  margin-bottom: 25px;
}

#viewproduct .price {
  float: left;
  background: #dfd;
  padding: 15px;
  border: 2px solid #aba;
  color: #252;
}

#viewproduct .addbasket {
  text-align: center;
  font-weight: bold;
  background: #f8f8f8;
  padding: 13px;
  border: 2px solid #bbb;
  float: right;
  color: #777;
  width: 300px;
}

#viewproduct .addbasket .textbox {
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #bbb;
  color: #888;
}

#viewproduct .tipbox {
  background: #f8f8f8;
  border: 2px solid #bbb;
  color: #777;
  padding: 11px 8px;
  font-size: 12px;
}

#viewproduct .optionsframe {
  padding: 10px 3px 10px 7px;
  margin-bottom: 25px;
  clear: both;
}

#viewproduct #visual-radio-options {
  text-align: center;
  margin: 0;
  padding: 0;
}

#viewproduct .frame {
  clear: both;
  padding-bottom: 10px;
}

#viewproduct .title,
#styles .title {
  text-align: left;
  margin: 0 0 25px 0;
  padding: 15px;
  font-size: 16px;
  color: #765;
  background: #f3f0e5;
}

#viewproduct #visual-radio-options .option-frame {
  text-align: center;
  display: table;
  margin: auto;
}

#viewproduct #visual-radio-options .options {
  float: left;
  margin: 5px;
}

#viewproduct #visual-radio-options .options img {margin-bottom: 15px;}

#viewproduct #visual-radio-options .description {clear: both;}

#viewproduct #frame-size select {
  font-size: 17px;
  background: #f3eedd;
  border: 2px solid #cba;
  color: #520;
}

#viewproduct #customer-image-upload {
  margin-bottom: 25px;
  border: 2px solid #cba;
}

#viewproduct #customer-image-upload .textbox {
  font-size: 18px;
  background-color: #f3f0e5;
  border: 2px solid #cba;
  width: 350px;
}

#viewproduct #customer-image-upload .txtButton {font-size: 18px;}

#viewproduct #std,
#viewproduct #frame-size {margin: 0 0 25px 0; border: 2px solid #cba;}
#viewproduct #tone {border-top: 2px solid #cba; border-right: 2px solid #cba; border-left: 2px solid #cba;}
#viewproduct #brushstrokes {border-right: 2px solid #cba; border-left: 2px solid #cba;}
#viewproduct #restoration {margin-bottom: 25px; border-right: 2px solid #cba; border-left: 2px solid #cba;border-bottom: 2px solid #cba;}
#viewproduct #delivery {margin-bottom: 15px; border: 2px solid #cba;}

#items {display: none;}

#footer {
  background: #ffffff;
  border-top: 1px solid #888;
}

#footer a {color: #990000;}

#footer a:hover {color: #990000;}