/*------------------*\
|* global interface *|
\*------------------*/
html {
  max-width:100%;
  overflow-x:hidden
}
body {
  margin: 0px;
  padding: 0px;
  color: #1b1718;
  background: #59411D url(/images/CowCreek-Stationary-BG-Image02.jpg) top center fixed;
  font: normal 16px Arial,Helvetica;
  text-align: center;
  max-width:100%;
  min-height:100%
}
img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #212126;
}
a:visited {
  color: #212126;
}
a:hover {
  color: #5c5b66;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 24px;
  color:#660019;
  margin-top:0px;
  font-weight:normal;
  padding-top:8px;
  clear:left
}
h3 {
  font-size: 20px;
}
#category-description h3 {
 font-size:15px;text-transform:uppercase;
  display:inline
}
b.h3 {font-size:15px;text-transform:uppercase;}
b.h3 a {text-decoration:none;}
.subcategory p {margin-bottom:19px;}
h4 {
  font-size: 12px;
}
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: 1430px;
  width: 100%;
  max-width: 1360px;
  text-align: left;
  -moz-box-shadow:0px 0px 7px 5px#59411d;
  -webkit-box-shadow:0px 0px 7px 5px#59411d;
  box-shadow:0px 0px 7px 5px#59411d;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 1000px;
  height: 171px;
  background: transparent url(/images/CowCreek-Header3.jpg) top left no-repeat;
  text-indent: -9999px;

}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {
  position:relative;
      background:#CFC9B3;
max-width:100%;
overflow:hidden;
}

#byline {
  position:absolute;
  right:0px;
  padding:48px 26px 48px 20px;
  top:0;
  text-align:center;
  font-family:georgia;
  line-height:20px;
  font-size:15px;
  color:#58411c;
  transition: all .5s ease;
    background:#CFC9B3;
background: transparent url(/images/CowCreek-Header3.jpg) top right no-repeat;
  height:calc(100% - 96px)
}
@media(max-width:640px) {
  #byline {
    display: block;
   position:relative;
  height:auto;
    top:0;
    right:0;
    padding:10px;
    transition: all .5s ease
  }
}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 25px;
  padding: 10px 30px 10px 0px;
  color: #212126;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {

}
#loginbar a.out {

}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #57594b;
  background: #edf2cb;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {

  padding: 5px 5px 10px 5px;

  border-top:2px solid #e6b60e;
  background: #6D532A url(/images/CowCreek-Footer.jpg) top left no-repeat;
  min-height:100px;
  color:#e6e3d2 !important;
  
}
#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}
#footer-inner {
 border:0px solid;
 color:#e6e3d2;
 margin-left:280px;
  margin-top:33px;
  font-size:16px;
  font-family:georgia;
}
.footer-phone {font-size:19px;}
#footer-inner a { color:#e6e3d2;}
.f-between {padding:0px 12px;}
#copyright {
  margin-left:280px;
  margin-top:26px;  
  color:#9a825c;
  font-size:12px;
}
#copyright a {
  color:#9a825c;
  float:right;
  padding-right:15px;
  text-decoration:none;
}

@media(max-width:640px) {
  #footer {
    background: #6D532A url(/images/CowCreek-Footer.jpg) top left no-repeat;}
  .f-between {display: block;padding:3px}
#footer-inner {
  margin-top:120px;
  margin-left:35px;
}
#copyright {margin-left:2.5%;}
  
  
}

/*---------------*\
|* 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;
}

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

}
#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;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 0px;
  padding: 19px 17px 17px 17px;
  line-height:20px;
  background: #e8e3cf;

 }
#home #content {border-top:2px solid #e6b60e;
  line-height:28px;
  background: #e8e3cf url(/images/CowCreek-Content-Logo-BG02.jpg) 45vw 80vh no-repeat;
}
#description-right {
 padding-top:8px;
  float:right;
  width:300px;
  margin-left:20px;
  min-height:200px;
}

@media(max-width:640px) {
  #description-right {
  float:none;
    width:100%;
  }

}

#cat-wrapper-top {
/*
  border-top: 16px solid #e8e3cf;
  border-left: 15px solid #e8e3cf;
*/
   background:#e8e3cf
}

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

/*-----------------*\
|* global elements *|
\*-----------------*/
.floatleft {float:left;margin-right:17px; margin-bottom:17px;}
.floatright {float:right;margin-left:17px; margin-bottom:17px;}

.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 0px;
  font-size: 1px;
}
.shadowtop {
}
.shadowbottom {
}
.shadowleft {
}
.shadowright {
}
.shadowtopleft {
  float: left;
}
.shadowtopright {
  float: right;
}
.shadowbottomleft {
  float: left;
}
.shadowbottomright {
  float: right;
}

/* links */
.linklisting {
  margin: 15px 15px 20px 20px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}



/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}


/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

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


/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

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

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.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 *|
\*---------------*/
#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}




.gallerywrapper,.gw1,.gw2,.gw3,.gw4,.gw5,.gw6,.gw7,.gw8,.gw9,.gw10,.gw11,.gw12{float:left;position:relative;text-align:left;}

.gallerywrapper {
  max-height: 540px;
  height: calc(100vh - 285px);
  width: 100%!important;;
  border-bottom: 7px solid #6e5326;
  position:relative;
}

.mainimage{
  overflow:hidden;z-index:999;
/*customizations */
  position:relative;
  height:100%!important;;
  overflow:hidden;
  width:100%!important;;
}
.mainimage .fade {
  position:relative;
  height:100%;
  max-height:100%;
  display: inline-block;
  width:100%;
}
.tgwrapper,
.mainimage .mainimage-inner{
  position:relative;
  height:100%;
  text-align:center!important;
  width:100%!important;;    
}
.mainimage .mainimage-inner .bigimage{
  position: relative;
  height:100%;
  text-align:center;
  margin:0 auto;
  float:none!important;
  display: inline-block;
  width:100%!important;
  background:#fff;
}
.mainimage .mainimage-inner .bigimage img{
margin:0 auto;
  visibility: hidden
}
.mainimage-caption{text-align:justify;}
.fph{margin:-1px;}
.float-inside{position:absolute;}
.gw5 .float-inside{bottom:0px;}
.gw6 .float-inside{bottom:0;}
.gw7 .float-inside{bottom:0;}
.columns-numerical .float5{height:40px;}
.columns-numerical .fph5{float:right;width:1px;height:80%;}
.scrollablewrapper{z-index:99999}
.scrollable{position:relative;overflow:hidden;height:100%;width:auto;}
.scrollh{width:20000em;position:absolute;}
.scrollh .scrollable-column{float:left;}
.scrollv{position:absolute;}
.slider-h a:link{border-top:5px solid yellow}
.slider-h a.current{background:#880C23;border-top:5px solid red}
.slider-v a.current{background:#880C23;border-top:5px solid red}
.item{float:left;}
a.forward, a.backward{position:relative;z-index:9999;}
.next {
       background:url(/images/Quinlan-Arrow_Down.gif) top left no-repeat;
       bottom:-25px;right:7px;width:20px;height:12px;
      }
.prev {
       background:url(/images/Quinlan-Arrow_Up.gif) top left no-repeat;
       bottom:-25px;right:27px;width:20px;height:12px;
      }
.browse{position:absolute;cursor:pointer;}
.browse{color:#7F8A5E;}
.browse:hover{color:#924523;text-decoration:none;}
.scrollable a.current{}
.scrollablewrapper span.right{margin:0;z-index:99999;}
.scrollablewrapper span.left{margin:0;z-index:99999;}
.scrollablewrapper span.disabled{visibility:hidden !important;}
.scrollable a,
.scrollable a:link,
.scrollable a:visited{display:block;text-align:center;}
.image img{max-width:100%;max-height:100%;}
.arrows{text-align:justify;}
.arrows .inner-item{}
.arrows a{height:auto;width:auto;}
.arrows a:link{float:left;height:auto;width:auto;}
.arrows a.current{float:left;height:auto;}
.char a{
   color:blue;font-size:20px;text-decoration:none;
   background:url(/images/button_radial_non-activated.png) center center no-repeat;
}
.char a:link{}
.char a.current{color:#DC871D;
   background:url(/images/button_radial_activated.png) center center no-repeat;
}
.tip{cursor:pointer;border:1px solid;padding:0px 3px;border-radius:8px;background:#fff;font-size:10px;vertical-align:super;}
.thetip{display:none;border:3px solid green;background:#fff;padding:5px;z-index:99999;box-shadow:0px 5px 15px #000;width:100%;}
.td-name .thetip{font-weight:normal;}
.tooltip{z-index:9999;display:none;padding:5px 5px 15px 5px;font-size:11px;border:3px solid gold;background:#fff;text-align:left;}
.tooltip .label{color:yellow;width:35px;}
.tooltip a{color:#ad4;font-size:11px;font-weight:bold;}



.menu{border-top:1px solid #e6b60e; width:100%; background:#59411d;position:relative;float:left;margin:0px 0 0px 0px;padding:0px 0 0px 0;font-family:Arial, Helvetica, sans-serif;z-index:999999;}
.menu ul{z-index:0;padding:0px 0px 0px 0px;margin:0;list-style-type:none;line-height:1.5em;}
.menu li{float:left;margin:0px;padding:0px;position:relative;}
.menu ul li table{margin:-1px 0;m\argin:0;border-collapse:collapse;}
.menu ul li ul{display:none;padding:1px;font-size:14px;} 
.menu li ul li{width:15em;margin-left:0px;z-index:999}
.menu li.li-first{width:100%;}
.menu li.li-alpha{float:left;width:1.5em;text-align:center}
.menu li.column-2{float:left;width:52%;}
.menu li.column-3{float:left;width:45%;}
.a-span{float:left;width:100%;}
.a-span a{float:left;}
.menu ul li a, .menu ul li a:visited, .nolink {
  float:left;text-decoration:none;
  margin:0px 0px 0px 0px;
  padding:10px 5px 10px 12px;
  text-decoration:none;
  border:0px solid;
  margin-right:10px;
  color:#e9e2cf;
  font-weight:bold;
  font-size:15px;
}
.menu ul li.home a, #filter_nav ul li.home a:visited{}
.menu ul li.last a, #filter_nav ul li.last a:visited{padding-right:0px;}

.menu ul li:hover{position:relative;z-index:999;}
.menu ul li:hover a, .menu ul li a:hover{ color:#e6b60e;text-decoration:underline;}
.menu ul li:hover ul, .menu ul li a:hover ul{display:block;position:absolute;margin:0 0 0 0;
  top:41px;left:0px;height:auto;
  
  width:110%;
  background:#e8e3cf;
  border:1px solid #574118;
  padding:8px 10px 6px 10px;
  z-index:9999}
.menu ul li:hover ul li a, .menu ul li a:hover ul li a{font-weight:normal;text-transform:capitalize;border:0px solid green;margin:0;padding:4px 0px;height:auto;
  color:#4d6317;background:#e8e3cf;
  font-size:14px;max-width:100%;
  font-weight:bold;
  text-decoration:none;
}
.menu ul li:hover ul li:hover a:hover, .menu ul li a:hover ul li a:hover{
   text-decoration:underline;
   background:transparent;}
.menu ul li:hover ul li a.active,
.menu ul li a:hover ul li a.active{font-weight:bold;}
