body{
  background: url(../images/background.jpg) repeat-y center top;
  background-color: #000000;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

p{
  font-size: 14px;
  color: #502408;
  line-height: 20px;
  padding-bottom: 12px;
}

h1{
  font-size: 24px;
  color: #33190c;
  line-height: 20px;
  padding-bottom: 6px;
}

h2{
  font-size: 20px;
  color: #33190c;
  line-height: 20px;
  padding-bottom: 6px;
}

h3{
  font-size: 16px;
  color: #33190c;
  line-height: 20px;
  padding-bottom: 6px;
}

a:link, a:visited{
  color: #6a7842;
/*  text-decoration: underline;*/
  text-decoration: none;
}

a:hover{
/*  color: #6a7842;*/
  text-decoration: none;
}
/************************************** header styles */
#header{
  background: url(../images/bg_header.jpg) no-repeat center;
/*  width: 1522px;*/
  height: 81px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#header-content{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/*top nav styles*/
#header-content ul.top-nav{
  margin: 5px 0 0 15px;
  display: block;
}

#header-content ul.top-nav li{
  float: left;
  padding-left: 8px;
  font-weight: bold;
}

#header-content ul.top-nav li a{
  color: #030000;
  text-transform: uppercase;
  margin-right: 5px;
}

#header-content ul.top-nav li a:hover{
  color: #ffffff;
}

/*newsletter styles*/
#header-content p.newsletter{
  float:right;
  padding-right:15px;
}

#header-content p.newsletter a{
  color:#363D21;
  font-size:18px;
}

/*#header-content form{
  float:right;
  padding-right:3px;
}

#header-content label{
  color: #363d21;
  font-size: 14px;
  float: left;
}

#header-content input{
  background: url(../images/bg_top_input.jpg) no-repeat;
  font-weight: bold;
  padding: 3px 0 0 10px;
  border:medium none;
  float:left;
  height:21px;
  margin-left:3px;
  margin-top:-3px;
  width:145px;
}

#header-content #newsletter-submit{
  background: url(../images/button_top_submit.jpg) no-repeat;
  border: none;
  color:transparent;
  display:block;
  float:left;
  height:26px;
  margin-top:-5px;
  text-indent:-9999px;
  text-transform:capitalize;
  width:25px;
}*/

/*shopping cart styles*/
#shopping-cart{
  left:20px;
  position:absolute;
  top:45px;
}

#shopping-cart form{
  float: left;
}

#shopping-cart input{
  background: none;
  border: none;
  height: 20px;
  width: 162px;
  margin: 0;
}

#phone-number{
  right:20px;
  position:absolute;
  top:45px;
}

#phone-number p{
  color: #f5d6a8;
  font-weight: bold;
  text-transform: uppercase;


}

/*#shopping-cart p{
  color: #f5d6a8;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  padding: 2px 0 0 5px;
}

#shopping-cart a{
  color: #f5d6a8;
}

#shopping-cart a:hover{
  color: #d9a362;
}

#shopping-cart img{
  float:left;
  margin-top:-2px;
}*/

#home-link a{
  display:block;
  height:45px;
  left:310px;
  position:absolute;
  top:27px;
  width:481px;
}
/************************************** flash styles */
#flash-home{
  background: url(../images/bg_flash_holder.jpg) no-repeat;
  max-width: 1000px;
  height: 253px;
  margin: 0 auto;
  position: relative;
}
/************************************** main navigation styles */
#main-nav{
  background: url(../images/bg_main_nav.jpg) no-repeat center;
/*  width: 1522px;*/
  height: 95px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#navigation{
  height:25px;
  margin:30px auto 0;
  position:relative;
  width:1000px;
}

#navigation ul{
  padding-left:84px;
}

#navigation ul li{
  background: url(../images/bg_main_nav_div.png) no-repeat center left;
  float:left;
  padding:0 0 0 23px;
}

#navigation ul li.first{
  background: none;
  padding: 0;
}

#navigation ul li a{
  color: black;
  font-size:17.6px;
  text-transform: capitalize;
}

#navigation ul li.first a{
  margin-left: 0px;
}

#navigation ul li a:hover, #navigation ul li.active a{
  color: #ffffff;
}
/************************************** content styles */
#content{
  background: url(../images/bg_content.jpg) repeat-y;
  max-width: 1000px;
  min-height:450px;
  margin:-10px auto 0;
  position: relative;
  overflow: auto;
}

/*home content*/
#home-content{
  float:left;
  padding-left:40px;
  position:relative;
  width:475px;
}

#home-content .paragraph{
  height:200px;
  position:relative;
  overflow: hidden;
}

/*home news*/
#home-news{
  margin:0 auto 0;
  position:relative;
  width:438px;
}

#news-top{
  background: url(../images/bg_news_top.jpg) no-repeat;
  width: 438px;
  height: 41px;
  position: relative;
}

#news-content{
  background: url(../images/bg_news_repeat.jpg) no-repeat;
  height:194px;
  overflow:hidden;
  padding-top:12px;
  position:relative;
  width:438px;
}

#news-content p{
  width: 340px;
  color: #2b1307;
  margin: 0 auto 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

#news-content a{
  color: #2b1307;
}

#news-content a:hover p{
  color: white;
}

#news-bottom{
  background: url(../images/bg_news_bottom.jpg) no-repeat;
  width: 438px;
  height: 25px;
  position: relative;
}

/*home feature boxes*/
#home-features{
  float:left;
  padding-left:15px;
  position:relative;
  width:440px;
}

#feature{
  background: url(../images/bg_featurebox.jpg) no-repeat;
  width: 436px;
  height: 150px;
  padding-bottom: 11px;
}

#feature p{
  font-weight: bold;
  color: #ffffff;
  float: left;
  max-width: 250px;
  font-size: 12px;
}

#feature p img{
  border:1pt solid black;
  float:left;
  margin:18px 8px 0 20px;
}

#feature a{
  color: #d9a362;
}

#feature a:hover{
  color: #ffffff;
}

#feature h1{
  color:#000000;
  float:left;
  font-size:21.47px;
  padding-top:17px;
  width: 250px;
}

#video{
  overflow: hidden !important;
}

#fancybox-inner{
  overflow: hidden !important;
/*  width:625px;
  height:575px;*/
}

/************************************** interior content */
/*sub nav*/
#sub-nav{
  background: url(../images/bg_sub_nav.jpg) no-repeat right top;
  width: 200px;
  float: left;
  position: relative;
  min-height: 447px;
}

#sub-nav ul{
  display: block;
/*  height: 447px;*/
/*  width: 185px;*/
  padding-right: 15px;
}

#sub-nav ul li{
  text-align: right;
  padding: 0px 0px 10px 6px;
}

#sub-nav ul li a{
  color: #6a7842;
  font-weight: bold;
  font-size: 14px;
}

#sub-nav ul li.active{
/*  padding-bottom: 3px;*/
}

#sub-nav ul li a:hover, #sub-nav ul li.active a{
  color: #502408;
}

#sub-nav ul ul.tertiary{
  margin-top:-7px;
  padding-bottom:15px;
  padding-right:5px;
}

#sub-nav ul ul.tertiary li{
  padding-bottom: 0;
}

#sub-nav ul ul.tertiary li a{
  color: #7c633e;
  font-size: 11px;
}

#sub-nav ul ul.tertiary li.active a, #sub-nav ul ul.tertiary li a:hover{
  color: #502408;
}

/*interior content*/
#interior-content{
  float:left;
  padding-left:35px;
  position:relative;
  width:720px;
}

#interior-content a{
  text-decoration: underline;
}

#interior-content a:hover{
  text-decoration: none;
}

#interior-content ul{
  padding-bottom: 12px;
}

#interior-content ul.sitemap{
  padding: 0;
}

#interior-content ul li{
  margin-left: 20px;
  list-style: disc;
  font-size: 14px;
  color: #502408;
  line-height: 20px;
}

#interior-content img#right{
  float: right;
  border: 1pt solid #573c29;
  margin: 5px 0 15px 15px;
}

#interior-content img#left{
  float: left;
  border: 1pt solid #573c29;
  margin: 5px 15px 15px 0;
}

#interior-content #map{
  height:450px;
  margin-bottom:25px;
  width:675px;
}

/* interior newsletter form styles */
/*form styles*/
#interior-content form.newsletter{
/*  float:right;*/
  padding-right:3px;
}

#interior-content form.newsletter label{
  color:#363D21;
  float:left;
  font-size:14px;
  text-align:left;
  width:130px;
}

#interior-content form.newsletter input{
  font-weight: bold;
/*  padding: 0px 0 0 10px;*/
  border: 2pt solid #d4d3be;
  color: #d4d3be;
  height: 21px;
/*  float:left;
  height:21px;
  margin-left:3px;
  margin-top:-3px;*/
  width:145px;
}

#interior-content form.newsletter #newsletter-submit{
  background: url(../images/button_buy.jpg) no-repeat;
  border: none;
  display:block;
  float:left;
  height:19px;
  padding:0;
  width:72px;
  color: black;
}

/********************************** artist feature styles */
#artist-feed{
  margin-top:10px;
}
#artist-feature{
  background: url(../images/bg_artist_feature.jpg) no-repeat;
  float:left;
  height:138px;
  margin:7px 3px;
  position:relative;
  width:353px;
}

#artist-feature img{
  border:1pt solid black;
  float:left;
  margin:15px 8px 0 18px;
  max-height:77px;
  max-width:66px;
}

#artist-feature .info{
  float:left;
  height:120px;
  overflow:hidden;
  padding-left:0;
  padding-top:10px;
  width:230px;
}

#artist-feature h4{
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0;
}

#artist-feature p{
  font-weight: bold;
  line-height: 14px;
  color: #e6d0c4;
  font-size: 12px;
  padding-bottom: 0;
}

#artist-feature .info a{
  background: url(../images/button_buy.jpg) no-repeat;
  color:black;
  display:block;
  font-size:12px;
  font-weight:bold;
  height:19px;
  margin-top:5px;
  padding-top:1px;
  text-align:center;
  text-decoration:none;
  width:72px;
}

#artist-feature .info a:hover{
  color: white;
}

#artist-feature .info form img{
  display:none;
  margin:0;
}

/******************************* interior news feed*/
#news-feed h2{
  padding-top: 10px;
}
#news-feed p{
  padding-bottom: 10px;
}

/************************************** footer styles */
#footer{
  background: url(../images/bg_footer.jpg) no-repeat center;
  clear:both;
  height:192px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
}

#footer-content{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/*
#footer-content ul li{
  float: left; 
}*/

#footer-nav{
  margin: 60px auto 0;
}

#footer-nav ul{
  display:block;
  height:12px;
  padding-bottom: 8px;
  text-align: center;
  width: 100%;
}

#footer-nav li{
  display: inline;
}

#footer li.first{
  padding-left: 10px;
}

#footer li.last{
  border: none;
}

#footer-nav a{
  color:black;
  font-size:12px;
  font-weight:bold;
  padding:0 5px;
}

#footer-nav a:hover{
  color: #ffffff;
}

#share{
  margin:10px auto 0;
  position:relative;
  width:1000px;
  z-index:15;
}

#share p{
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  padding-bottom: 0px;
}

#share ul{
  display:block;
  height:48px;
  margin-left:438px;
}

#share ul li{
  padding:0 0 0 8px;
  float: left;
}

#footer-content p.scully{
  color:#CCA181;
  font-size:11px;
  left:385px;
  position:absolute;
  text-align:center;
  top:112px;
  z-index:15;
}

#footer-content p.scully a{
  color: #fbead0;
}

#footer-content p.scully a:hover{
  color: #cca181;
}

