@import url(menu.css);

/*------------------*\
|* global interface *|
\*------------------*/

html { min-height: 100%; margin-bottom: 1px; }

body {
  margin: 0px;
  padding: 0px;
  color: #50130E;
  background: url(../../images/background_fabric_tile.jpg);
  font: normal 11px verdana, sans-serif;
  text-align: center;
  line-height: 1.5;
}

#home #content {
  line-height: 1.6;
}

img {
  border: 0px;
}

/* links */
a {
  color: #00582C;
}
a:visited {
  color: #166F43;
}
a:hover {
  color: #C13C14;
  text-decoration: none;
}



/* headings */
h1 {
  font-size: 16px;
}
h2 {
  color: #73001A;
  font-size: 11px;
  margin: 20px 0px 20px 0px;
  text-transform: uppercase;
}
h3 {
  border: 0px solid;
  clear: left;
  margin: 0px 0px 0px 0px;
  padding:0px;
  font-size: 12px;
}
h4 {
  font-size: 11px;
  text-transform: uppercase;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}
#wrapper {
  margin: 0px auto;
  width: 779px;
  text-align: left;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 779px;
  height: 142px;
}
#logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}
#header {

}

.ltexture {
  float: left;
  margin: 0px 0px 0px -7px;
  border: 0px solid;
  position:relative;
}

.rtexture {
  float: right;
  margin: -142px -7px 0px 0px;
  border: 0px solid;
  position:relative;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 0px;
}

#contentbottom {
 position:relative;
 top:50px;
}

.bottomnav {
  color: #166F43;
  border: 0px solid;
  margin: 10px 0px 0px -100px;
  padding-bottom:px;
  text-align:center;
}



.bottomnav a {
  padding:0 9px;
  font-weight:bold;
  font-size:10px;
}

.bottomnav a.home {
  padding-left:0px;
}
.bottomnav a.last {
  padding-right:0px;
}

.navigation a:visited {
  color: #166F43;
}
.navigation a:hover {
  color: #C13C14;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  height: 28px;
  margin: 0px;
  padding: 8px 0 0 0px;
  background: url(../../images/page_footer_main.gif) top left no-repeat;
  width: 779px;
  float:left;
  border: 0px solid #FFF;
}

#footer p, #footer a, 
#footer a:visited,
#footer a:hover {
  color: #EBA164;
  margin: -2px 0px 0px 0px;
  padding: 0px;
  font-size: 10px;
}

.bltexture {
  float: left;
  margin: 0px 0px 0px -7px;
  border: 0px solid;
  position:relative;
}

.brtexture {
  float: right;
  margin: 0px -7px 0px 0px;
  border: 0px solid;
  position:relative;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #e2e1eb;
  display: none;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
 border-right: 0px solid #e2e1eb;
 background:#ffe596;
}

#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: right;
  position: relative;
  display: none;
}
.social {
 text-align:right;
 position:fixed;
 right:30px;
 top:145px;
 z-index:999;
}
.social a img{
 padding-bottom:6px;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 0px;
}

#content {
  margin: 0px 0px 0px 26px;
  padding: 10px 45px 100px 133px;
  background:  url(../../images/content_background.jpg) no-repeat;
}

#content
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

#content img {
  border: 1px solid #6a0016;
}
.floatleft {
 float:left;
 margin-right:15px;
}
.floatright {
 float:right;
 margin-left:15px;
 margin-right:10px;
}

/*-----------------*\
|* global elements *|
\*-----------------*/
.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 26px;
  font-size: 1px;
}
.shadowtop {
  display:none;
}
.shadowbottom {
 background: url(../../images/content_footer_wood.gif) top left no-repeat;
 border:0px solid pink;
 height:33px;
 margin-top:-33px;
 margin-left:26px;
}
.shadowleft {
  background: url(../../images/wood_sides_tile.jpg) top left repeat-y;
}
.shadowright {
  background: url(../../images/wood_sides_tile.jpg) top right repeat-y;
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

/* links */
.linklisting {
  border: 0px solid;
  margin: 15px 0px 0px 0px;
  
}

.linkcontent {
 margin-right:160px;
}

#reviews .linklisting {
  border: 0px solid;
  color: #7F0024;
  font-style: italic;
  margin: 15px 0px 0px 0px;
}
.linkimage {
  margin-top:25px;
  float: right;
  margin-right: 0px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
  font-style: normal;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 0px solid #bbbfa1;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

.crumb {
  font-size: 9px;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}



/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#jump_frame .jumpwrapper {
  height: 40px;
  background: transparent url(http://absolutenirvana.com/static/absolute/images/swirls.gif) bottom right no-repeat;
}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

.catimage {
  float: right;
  margin: 0px 0px 0px 20px
}

.mapimage {
  float: right;
}

.imagenav {
  float: right;
  margin-top:30px;
}
#category1 .imagenav table td {
  padding:0px 0px 10px 25px;

}
.imagenav a {
  font-weight: bold;
  text-transform: uppercase;
}
.imagenav img {
  margin-top: 2px;
}

#content .newborder {
  border: 1px solid #00582c;
}

#slideshow {
  float: right;
  height: 213px;
  margin: 3px 0px 10px 10px;
  width: 214px;
}

#slideshow img {
  border: 0px;
}

#ss_img {
  filter:progid:DXImageTransform.Microsoft.Fade();
}

#quotebox {
  border: 0px solid;
  position:relative;
  margin-left:-110px;
}

#quotes {
  color: #7F0024;
  margin: 0px;
  padding: 0px;
}

.quote {
  padding: 0px 10px 10px 10px;
}
.limage {

}
span.byline {
  font-size: 9px;
  font-weight: normal;
  margin: 0px 0px 0px 10px;
}

#homegiftcert {
  border: 0px solid;
  font-size: 9px;
  margin-top: 0px;
}

#catgiftcert {
  border: 0px solid;
  float: left;
  font-size: 9px;
  /*margin: -274px 0px 0px -120px;*/
  position:absolute;
  top:440px;
  left:40px;
}

#catgiftcert img,
#homegiftcert img {
  margin-bottom: 5px;
}

#category5 table td {
  border: 0px solid;
  padding: 10px 30px 10px 0px;
}

.snippet {
  color: #7F0024;
}

#content .noborder {
  float: left;
  border: 0px solid #000;
}

.bottomnav center {
  color: #50130E;
  padding-bottom: 15px;
}