/* Darren Ansley 09/09/2009*/
/*  =========================================================================  */
/*  Reset CSS  */
/*  -------------------------------------------------------------------------  */

* {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-family: inherit;
}

a img { border: none; }


/*  =========================================================================  */
/*  general styles  */
/*  -------------------------------------------------------------------------  */

html {
	font-family: "Georgia", "Times", serif;
	font-size: 13px;
	height: 100%;
}

body  {
	text-align: center;
	line-height: 1.5;
	color: #333333;
	background: transparent url(../images/bg_column.png) top center repeat-y fixed;
	height: 100%;
}

body.mp  {
	background: #000 url(../images/bg_mp.jpg) top center repeat-x fixed;
  color: #e5e5e5;
}

h1 {
  font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 38px;
  margin: -.3em 0 .75em;
  color: #593a17;
  line-height: 1;
  font-style: italic;
}

.home h1 {
  font-size: 42px;
}

.mp h1 {
  color: #bf2506;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -.15em;
	font-size: 28px;
}

h2, h3, h4, h5, h6 {
  margin: 0 0 .35em 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
  margin: 0 0 2px 0;
}

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
}


h3 {
	font-size: 14px;
	color: #cc3300;
	font-weight: bold;
font-family: "Georgia", "Times", serif;
}

.sidebar h3 {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: .5em;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color: #4c4a45;
  text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 1em;
	font-weight: normal;
}

p, ul, ol, dl, dt, dd, code {
  margin: 0 0 1.25em 0;
}

ol, ul {
  margin-left: 1.65em;
}

ol li, ul li { 
  margin: 0 0 .35em 0;
}

ul li { 
 list-style-type: circle;
}

ul li li { 
 list-style-type: disc;
}

/*dl {
  padding-top: 1em;
  border-top:1px solid #D0CDBE;
  margin: 1em 0 1.5em;
}*/

dt {
  margin-bottom: .25em;
  font-weight: bold;
  color: #665526;
  clear: both;
}

dt em {
  font-weight: normal;
  color: #333;
}

dl.fix dd {
  padding: 0 0 0 0;
  margin-left: 112px;
}

dl.fix dd.photo {
  float: left;
  width: 94px;
  margin-left: 0;
  margin-top: .3em;
}

em {
	font-style: italic;
}


blockquote {
	font-style: italic;
	margin-bottom: 1em;
	font-size: 14px;
	padding-right: 20px;
}

.mp iframe {
  background-color: #fff;
}

.cufon-active h1, .cufon-active #nav a, .cufon-active h2 {
  visibility: visible;
}

/*  general styles - links */
/*  -------------------------------------------------------------------------  */
a:link, a:visited {
	color: #c25e00;
}

a:hover, a:active {
	color: #262626;
}

.mp a:link, .mp a:visited {
	color: #fe7b00;
}

.mp a:hover, .mp a:active {
	color: #fff;
}

/*  =========================================================================  */
/*  layout  */
/*  ------------------------------------------------------------------------- */

div#wrapper {
  width: 960px;
  background-color: #efefe7;
  margin: 0 auto;
  text-align: left;
  position: relative;
  height: 100% !important;
}

#header {
  background-color: #efefe7;
}

#masthead {
  height: 120px;
  background: #7f6c33 url(../images/bg_masthead.png) no-repeat;
  position: relative;
}

#content {
  background-color: #efefe7;
  padding: 4em 32px;
}

#footer {
  background: #efefe7 url(../images/bg_footer.png) top left no-repeat;
  padding: 2em 32px 3em;
}

/*  layout - melting point */
/*  ------------------------------------------------------------------------- */
.mp div#wrapper {
  background: #000 url(../images/bg_mp_wrapper.png) repeat-y;
  width: 962px;
}

.mp #header {
  background: transparent none;
  border-right: 1px solid #1f0601;
  border-left: 1px solid #1f0601;
}

.mp #masthead {
  background: transparent url(../images/bg_mp_masthead.jpg) left bottom repeat-x;
}

.mp #content {
  background-color: #000;
  border-right: 1px solid #1f0601;
  border-left: 1px solid #1f0601;
}

.mp #footer {
  background: #000 url(../images/bg_mp_footer.png) top left no-repeat;
  border-right: 1px solid #1f0601;
  border-left: 1px solid #1f0601;
}

/*  layout - columns */
/*  ------------------------------------------------------------------------- */
.colone, .coltwo, .colthree, .colfour, .colfive, .colsix, .colseven, .coleight {
  float: left;
  margin: 0 18px;
  padding-bottom: 1px;
}

.colone {
  width: 76px;
}

.coltwo {
  width: 188px;
}

.colthree {
  width: 300px;
}

.colfour {
  width: 412px;
}

.colfive {
	width: 524px;
}

.colsix {
	width: 636px;
}

.colseven {
	width: 748px;
}

.coleight {
	width: 860px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  clear: both;
}

.alpha {
  margin-left: 0 !important;
}

.omega {
  margin-right: 0 !important;
}

img.left {
  margin: .4em 18px 5px 0;
}

img.right {
  margin: .4em 0 5px 18px;
}

p.left img {
  margin-top: .4em;
}

.group {
  padding-top: .6em;
  border-top: 1px solid #D0CDBE;
  margin: .65em 0 2em 0;
}


/*  =========================================================================  */
/*  header  */
/*  -------------------------------------------------------------------------  */

#logo {
  width: 350px;
}

#logo a {
  display: block;
  width: 350px;
  height: 120px;
  overflow: hidden;
  text-indent: -999em;
  background: url(../images/bg_logo.png) 49px 0 no-repeat;
}

.mp #logo a {
  background: url(../images/mp_logo.png) 49px center no-repeat;
}

#secondarynav {
  list-style: none;
  position: absolute;
  right: 35px;
  top: 40px;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#secondarynav li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  background: transparent url(../images/bg_divider.png) right center no-repeat;
}

.mp #secondarynav li {
  background-image: url(../images/bg_mp_divider.png);
}

#secondarynav li:last-child, #secondarynav li.omega {
  background-image: none;
}

#secondarynav li a {
  color: #efefe7;
  padding: 0 15px;
  text-decoration: none;
  font-weight: bold;
  line-height: 40px;
  display: block;
}

#secondarynav li a:hover {
  color: #262626;
}

.mp #secondarynav li a {
  color: #d96900;
  font-weight: normal;  
}

.mp #secondarynav li a:hover {
  color: #fff;
}

#headerimage {
  clear: both;
}

#headerimage img {
  display: block;
  margin: 0;
}


/*  header - nav  */
/*  -------------------------------------------------------------------------  */
#nav {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#navwrapper {
  float: right; 
  position: relative; 
  left: -50%;
  padding: 18px 0 14px;
}

#nav ul {
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  right: -50%;
}

#nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;  
}

#nav a {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  border: 1px solid #efefe7;
  padding: 2px 9px 3px;
  color: #262626;
  line-height: 18px;
}

#nav a:hover {
  border-color: #c8c1a8;
  color: #c25e00;
}

#nav .active a {
  border-color: #c8c1a8;
  font-weight: bold;
  color: #1a1a1as;
} 


/*  =========================================================================  */
/*  content  */
/*  -------------------------------------------------------------------------  */
.summary {
  font-size: 15px;
}

/*  content - home  */
/*  -------------------------------------------------------------------------  */
.offers {
  background: transparent url(../images/bg_special_offers_home.png) no-repeat;
  padding-top: 1em;
}

.offer {
  float: left;
  width: 100%;
}

.offer img {
  margin: .3em 0 1em;
}

.offerdetails {
  margin-left: 111px;
  padding-right: 15px;
  font-size: 11px;
  font-family: Arial, Helvetrica, sans-serif;
  color: #4d4d4d;
}

h4 {
  position: relative;

}

h4 span {
  position: absolute;
  right: 0;
  text-transform: none;
  font-size: 11px;
}

.offer h3 a {
  text-decoration: underline;
}

/*  content - subnav  */
/*  -------------------------------------------------------------------------  */
.subnav {
  margin: 0 0 2em 0;;
  list-style: none;
  border-top: 3px double #d0cdbe;
  border-bottom: 1px solid #d0cdbe;
  padding-bottom: 1px;
}

.subnav li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #d0cdbe;
}

.subnav a {
  display: block;
  text-decoration: none;
  padding: .4em 15px;
}

.subnav a:hover {
  background-color: #e7e6dd;
}

.subnav .selected a {
  font-weight: bold;
  color: #1a1a1a;
} 

/*  content - subnav - melting point  */
/*  -------------------------------------------------------------------------  */
.mp .subnav {
  border-top: 1px solid #400c02;
  border-bottom: 0 none;
  padding-bottom: 0;
}

.mp .subnav li {
  border-bottom-color: #400c02;
}

.mp .subnav a {
  font-family: Arial, Helvetica, sans-serif;
  padding: .4em 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.mp .subnav a:hover {
  background-color: #0d0d0d;
}

.mp .subnav .active a {
  color: #fff;
}

/*  content - sidebar  */
/*  -------------------------------------------------------------------------  */
a.action {
  display: block;
  padding: .8em 15px;
  text-decoration: none;
  border: 1px solid #d0cdbe;
  margin-bottom: .8em;
  text-align: center;
  font-size: 14px;
}

a.action:hover {
  background-color: #e7e6dd;
}

.mp a.action {
  border-color: #400C02;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

.mp a.action:hover {
  background-color: #0d0d0d;
}

.mp a.twitter {
  background: url(../images/bg_action_twitter.png) center 10px no-repeat;
  padding-top: 31px;
  line-height: 1.25;
}

.mp a.facebook {
  background: url(../images/bg_action_facebook.png) center 10px no-repeat;
  padding-top: 31px;
  line-height: 1.25;
}

a.gallerylink {
/*   text-align: left; */
  padding: .55em 14px;
}

.gallerytitle {
  display: block;
  margin-bottom: .2em;
}

a.gallerylink img {
  border: 3px solid #d0cdbe;
  width: 68px;
  height: 68px;
}

.mp a.gallerylink img {
  border-color: #400C02;
}

a.gallerylink span {
  margin-right: 6px;
}

a.gallerylink span.gallerytitle {
  margin-right: 0;
}

.promo {
  background-color: #dcd9ca;
  padding: 12px 15px 10px 15px;
  margin-bottom: 1.25em;
}

.details {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}

/*  content - forms  */
/*  -------------------------------------------------------------------------  */
label {
  font-size: 11px;
  color: #fff;
}

input, select, textarea {
  font-size: 12px;
  font-family: Arial, sans-serif
}

input.small {
  padding: 1px 2px;
  margin-left: 2px;
  width: 17px;
}

input.medium {
  padding: 1px 2px;
  margin-left: 2px;
  width: 85px;
}

input.regular {
  padding: 1px 2px;
  margin-left: 2px;
  width: 140px;
}

input.button {
  border: 0 none;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  color: #fff;
  background: #400C02;
  font-size: 12px;
  font-family: Georgia, Times, serif;
}

input.button:hover {
  cursor: pointer;
  background-color: #66572a;
  background-image: none;
}

input.large {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  font-weight: bold;
}

p.buttons {
  clear: both;
  padding-top: 5px;
  margin-bottom: 0;
}

.requestform fieldset {
  padding: 10px 20px 6px;
  border: 1px solid #400C02;
  margin-bottom: 1.5em;
}

.requestform p {
  margin-bottom: 12px;
}

.requestform legend {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  color: #999999;
  margin-bottom: 0;
}

.requestform label {
  display: inline-block;
  width: 130px;
  margin-right: 8px;
  text-align: right;
  vertical-align: top;
  line-height: 1.8;
}

.requestform .radiobuttons label {
  display: inline;
  margin-right: 10px;
  width: auto;
  line-height: 1.9;
}

.requestform .checkbox label {
  display: inline;
  margin-left: 5px;
  width: auto;
  line-height: 1.9;
}

.requestform p.checkbox {
  margin-left: 138px;
  margin-bottom: 5px;
}

label.long {
  line-height: 1.2;
}

.requestform input {
  margin-left: 0;
}

.requestform input.second {
  margin: 6px 0 0 141px;
}

.requestform p.buttons {
  text-align: right;
}

.requestform input.button {
  padding: 5px 13px;
}

span.required {
  color: #a51600;
}

p.meta {
  font-size: 11px;
}

.requestform textarea {
  width: 200px;
}

p.meta a {
  text-decoration: none;
}


/*  content - sidebar - check availability  */
/*  -------------------------------------------------------------------------  */
#checkavailability {
  background-color: #dcd9ca;
  padding: 12px 15px 5px;
  margin-bottom: 1.25em;
}

#checkavailability h3 {
/*   padding-left: 10px; */
}

#checkavailability p {
  text-align: right;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  white-space: nowrap;
}

#checkavailability .double p {
  float: right;
  white-space: nowrap;
  width: auto;
}

#checkavailability .double p.alpha {
  width: 85px;
}

#checkavailability .buttons {
/*   padding-left: 10px; */
}

.calendaricon, .ui-datepicker-trigger {
  display: block;
  position: absolute;
  right: 6px;
  top: .15em;
  margin: 2px 0px 0px 0px;
  cursor: pointer;
}

/*  content - home - check availability  */
/*  -------------------------------------------------------------------------  */
.home #content {
  padding-top: 0;
}

.home .horizontal {
  margin: 0 -32px 3em;
  padding: 8px 50px 11px;
  border-bottom: 1px solid #d0cdbe;
  width: 860px;
}


.horizontal #checkavailability {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.horizontal #checkavailability h3 {
  float: left;
  margin-top: .35em;
  margin-bottom: 0;
  padding: 6px 30px 7px 0;
  font-size: 15px;
}

.horizontal #checkavailability p {
  float: left;
  width: auto;
  text-align: left;
  margin-right: 30px;
  margin-bottom: 0;
}

.horizontal #checkavailability p.smallinput {
  width: 45px;
  margin-right: 20px;
}

.horizontal #checkavailability label {
  display: block;
  margin-bottom: .1em;
}

.horizontal #checkavailability input {
  margin-left: 0;
}

.horizontal #searchcheckavailability {
  margin-top: .5em;
  width: 155px;
}

.horizontal #checkavailability p.buttons {
  padding-top: 0;
  float: right;
  margin: 0;
  clear: none;
}

.horizontal .calendaricon {
}

span.datewrapper {
  display: block;
  position: relative;
}

/*  content - gallery  */
/*  -------------------------------------------------------------------------  */
#gallery {
  padding-top: .3em;
}

#gallery ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#gallery li {
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0 6px 6px 0;
}

#gallery li a img {
  display: block;
  margin: 0;
  width: 75px;
  height: 75px;
}

/*  =========================================================================  */
/*  footer  */
/*  -------------------------------------------------------------------------  */

#footer ul {
  list-style: none;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

#footer li {
  list-style: none;
  margin: 0;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #262626;
}

.mp #footer a:hover, .mp #footer a:active {
	color: #fff;
}

#footer div img {
  display: block;
  margin-top: .6em;
}

/*  =========================================================================  */
/*  fix - floats  */
/*  -------------------------------------------------------------------------  */

.fix:after {
 	display:block; 
 	visibility:hidden; 
 	clear:both; 
 	height:0; 
 	content: ".";
 }
 
.fix {
 	display:inline-block;
 }
 
.fix {
 	display: block;
 }