@import url(reset.css);
@import url(nav.css);

/* --------- GENERAL --------- */

html {
}

body {
	margin: 0;
	background: #fff url('/images/bg_body_new.jpg') repeat-x;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
}

body.nobg {
	background: #fff;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	margin: 0;
	font-size: 28px;
	line-height: 22px;
	color: #f26d7d;
	font-weight: normal;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 20px;
	color: #f26d7d;
	font-weight: normal;
	padding: 6px 4px 4px 15px;
	background: #fff;
}
h2 a {
  padding: 4px 6px 0 0;
	float: right;
	font-size: 15px;
	color: #f37786;
	text-transform: uppercase;
}
h2 a:hover {
	text-decoration: none;
}

h5 {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
}

h6 {
	margin: 0 0 3px 0;
	font-size: 14px;
	line-height: 16px;
	color: #f26d7d;
}

h6.subhead {
	margin: 0 0 4px 0;
	font-size: 12px;
	line-height: 12px;
	color: #464646;
	text-transform: uppercase;
	padding: 6px 4px 6px 15px;
	background: #fff;
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dadbdc;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

ul {
	margin: 5px 0 12px 0;
}
ul li {
	list-style-type: disc;
	margin: 0 0 2px 14px;
}
a {
  text-decoration: none;
	outline: 0px;
}
a:hover {
	text-decoration: underline;
}

p { margin: 0 0 10px 0; }

blockquote { padding: 0 0 0 20px; }


/* --------- DIV IDS --------- */

#coverpage {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=0);
	moz-opacity: .0;
	opacity: .0;
	text-align: center;
}
#coverpage img {
	margin-top: 200px;
}

#page {
  margin: 0 auto;
	width: 980px;
}

#page-center {
  clear: both;
  margin: 0 auto;
	width: 800px;
}

#main-nav {
  position: relative;
  clear: both;
	height: 40px;
	margin: 0 0 10px 0;
  padding: 11px 0 0 0;
  font-size: 14px;
	text-align: center;
}
#main-nav a {
  padding: 0 0 10px 27px;
	text-decoration: none;
	font-weight: bold;
	color: #f49ac1;
}

#header {
  position: relative;
	clear: both;
	height: 98px;
}
#header img#logo {
	position: absolute;
	top: 10px;
	left: 0;
}

h1 {
	margin: 0;
	font-size: 28px;
	line-height: 22px;
	color: #f26d7d;
	font-weight: normal;
}

#sub-nav {
	clear: both;
	height: 46px;
	padding: 18px 0 0 0;
	text-align: center;
}
#sub-nav a {
  padding: 0 0 0 27px;
	text-decoration: none;
	font-weight: bold;
	color: #464646;
}
#sub-nav a:hover {
	color: #898989;
}

#sub-nav a.on, #sub-nav a.on:hover {
	color: #898989;
}

#home-1 {
  float: left;
  margin: 34px 0 0 46px;
  width: 320px;
}
#home-1 h1 {
  padding: 0 0 4px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #515151;
}

#home-2 {
  float: left;
  margin: 64px 0 0 23px;
  width: 590px;
}

#graphic {
  float: left;
  width: 374px;
}

#content {
  position: relative;
  float: left;
  margin: 0 0 0 16px;
  padding: 16px 16px 40px 16px;
  width: 558px;
  min-height: 344px;
  background: #e9e9e9 url('/images/bg_content_box.jpg') repeat-x left bottom;
}
#content .indent {
  padding: 0 0 0 15px;
}
#content #left-txt {
  float: left;
  width: 230px;
}
#content #right-txt {
  float: right;
  margin: 32px 0 0 10px;
  width: 290px;
}

#footer {
	clear: both;
	float: left;
	margin: 48px 0 0 0;
	width: 100%;
	height: 46px;
	font-size: 11px;
	line-height: 16px;
	color: #a9a9a9;
	background: url('/images/bg_footer.jpg') repeat-x;
}
#footer div {
  margin: 0 auto;
	width: 980px;
	text-align: right;
}
#footer a {
	color: #a9a9a9;
}

* html #left, #right {
	display: inline;
}


/* --------- DIV CLASSES --------- */

.clearfix {
	clear: both;
}

.hold {
	clear: both;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.homepromo {
  clear: both;
  margin: 10px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #515151; 
  line-height: 22px; 
}

.homepromo-alt {
  clear: both;
  margin: 10px 0 0 0;
  line-height: 22px; 
}

.altRow {
	background-color: #d1d1d1;
}
.altRow2 {
	background-color: #e9e9e9;
}

.half {
  float: left;
  width: 50%
}

.showerrors {
  clear: both;
  margin-bottom: 20px;
  padding: 10px 20px 6px 20px;
  background: #f26d7d;
  color: #fff;
  font-weight: bold;
}

.error {
  color: #f26d7d !important;
}


/* --------- FONTS / LINKS --------- */

.regcopy {
	font-size: 12px;
	line-height: 20px;
	color: #464646;
}
.regcopy a {
	color: #464646;
}

a.gallery {
  clear: both;
  float: left;
  margin: 0 0 4px 16px;
  display: block;
  width: 200px;
  padding: 2px 5px 2px 5px;
  color: #f2f1f0;
  background: #252525;
}
a.gallery:hover {
  text-decoration: none;
  color: #f49ac1;
}

a.cta {
  font-weight: bold !important;
  /*font-style: italic;*/
  color: #f37786 !important;
}

a.pink, .pink { color: #f37786 !important; }

.ar16 { font-size: 16px; }

.ar11 { 
  font-size: 11px;
  line-height: 14px;
}

.dkgrey { color: #464646; }

.ltgrey { color: #737373; }



/* --------- TABLES --------- */

table.pictage {
  margin: 0 0 0 40px;
}
table.pictage td {
  width: 230px;
  padding: 0 0 6px 0;
}
table.pictage td a {
  font-weight: bold;
}

table.priceTbl {
  clear: both;
	border-collapse: collapse;
}
table.priceTbl td {
  vertical-align: top;
  padding: 10px;
  font-weight: bold;
}
table.priceTbl td input[type='text'] {
  text-align: right;
}
table.priceTbl td .smtxt { 
  font-size: 11px;
  font-weight: normal;
}



/* --------- IMAGES --------- */

img#votedbest {
  float: left;
  margin: 20px 0 20px 30px;
}

img#bookform, img#map {
  float: right;
  margin: 0 20px 0 20px;
}


/* --------- GALLERY --------- */

#thumbnails {
  float: left;
  margin: 0 10px 0 0;
	width: 120px;
	height: 500px;
	padding: 0 10px 0 0;
	SCROLLBAR-FACE-COLOR: #000000; 
	scrollbar-arrow-color: #636363;
	SCROLLBAR-HIGHLIGHT-COLOR: 252525; 
	SCROLLBAR-SHADOW-COLOR: #636363; 
	SCROLLBAR-TRACK-COLOR: #636363; 
	SCROLLBAR-DARKSHADOW-COLOR: #636363; 
	SCROLLBAR-BASE-COLOR: #636363;
	overflow: scroll;
	overflow-x: hidden;
}
#thumbnails table td img {
  margin-bottom: 4px;
}


table.indexMain {
  float: right;
	height: 488px;
	width: 844px;
}
table.indexMain td {
	vertical-align: top;
}
table.indexMain td.holdlarge {
  width: 722px;
  background: #e9e9e9;
	border: 1px solid #e9e9e9;
}
table.indexMain td.largeimage {
  width: 722px;
  height: 438px;
  text-align: center;
  vertical-align: middle;
  background: #e9e9e9;
	border: 1px solid #e9e9e9;
}


table.cc {
  clear: both;
}
table.cc td {
	vertical-align: top;
	width: 25%;
	padding: 6px 0 6px 0;
	font-weight: bold;
}
table.cc td.xtra {
	font-size: 11px;
}
table.cc td input[type='text'] {
	width: 250px;
	margin: 0 10px 0 0;
	border: 1px solid #cccccc;
}
table.cc td textarea {
	width: 250px;
	height: 90px;
	border: 1px solid #cccccc;
}
table.cc td input[type='image'] {
	margin: 0 12px 0 0;
}
table.cc td input.num {
	width: 40px;
}



table.tabular {
	width: 100%;
}
table.tabular td {
	vertical-align: top;
	width: 50%;
}


.hold-scroller {
  clear: both;
  padding: 20px 20px 0 20px;
  background: #fff;
}
.testimonials-scroller { clear: both; }
.testimonials-scroller ul li {
  margin: 0 0 20px 0;
  display: block;
  height: 80px;
}

