* {
	font-family:			georgia;
}

html, body {
	margin: 				0px;
	padding: 				0px;
	font-family:			georgia;
	font-size:				12px;
	background-color:		#819176;	
	color:					#000000;
	width:					100%;
	height:					100%;
}

h1 {
	color:					#000000;
	font-size:				24px;
	font-weight:			bold;
	margin-bottom:			0px;
}

h2 {
	color:					#000000;
	font-size:				18px;
	font-weight:			bold;
	margin-bottom:			0px;
}

hr {
	color:					#000000;
	border:					1px solid #000000;
}

td {
	line-height:			1.5;
}

#header {
	padding-top:			9px;
	padding-bottom:			9px;
	background-image:		url( assets/header_rptr.jpg );
	background-position:	top left;
	background-repeat:		repeat-x;
	text-align:				left;
}

#splash_banner {
	color:					#784818;
	font-size:				12px;
	text-height:			1;
	text-align:				center;
	background-color:		#EFE8DB;
}

#splash_banner .banner_top {
	background-image:		url( assets/banner_top.jpg );
}

#splash_banner .banner_bottom {
	background-image:		url( assets/banner_bottom.jpg );
}


#menu {
	background-image:		url( assets/menu_rptr.jpg );
	background-position:	top left;
	background-repeat:		repeat-y;
	padding-left:			10px;
}


#menu TD, #menu A {
	color:					#784818;
	font-size:				12px;
	text-decoration:		none;
}

#menu UL {
	margin-top:				10px;
}

#menu LI {
	margin-bottom:			10px;
}

#content {
	color:					#000000;
	background-color:		#FFFFFF;
	font-size:				12px;
	padding: 				15px;
	padding-right:			0;	
}

#footer {
	color:					#000000;
	font-size:				11px;
	padding:				4px;
	text-align:				center;	
}

#footer A {
	color:					#000000;
	text-decoration:		none;
}

#footer A:hover {
	color:					#000000;
	text-decoration:		underline;
}

LI A {
	color:					#000000;
}

A {
	color:					#000000;
}

.image {
	border:					2px solid #526A33;
}
form {margin-top:5px; }
.form,.form_checkout, .continue_shopping {
	border: 				2px solid #653313;
	background-color:		#FFFFFF;
	color:					#653313;
}
.continue_shopping {
	position:absolute;
	top:0px;
	left:-327px;
	font-size:13px;
	padding: 0 9px 0px 9px;
	text-decoration:none;	
	height:20px;
	font-family:			georgia;

}
.form_checkout {position:relative; left:280px; }
.book_tour_now {
	position:relative;
	top:60px;
	left:600px;
	color:red;
	font-weight:normal;
	font-size:1px;
	padding:6px 0px 7px 25px;		
	width:1px;	
	background-color:#8A7759;
	/*background: url("assets/booktournow.jpg") 0 4px no-repeat;*/
}
.book_now {
	color:#8A7759;
	font-weight:normal;
	font-size:.1em;
	padding:6px 0px 27px 5px;		
	width:99px;	
	border:none;
	height:38px;
	background: url("assets/booknow.jpg") 0 4px no-repeat;
}
.msg {position:relative;color:#FF0000;font-size:16px;font-weight:bold;}
/* date picker */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
a.dp-choose-date {
	float: left;
	width: 20px;
	height: 22px;
	padding: 3px 0 0 0;
	margin: 3px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(assets/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

#header a:visited, a:link, a:active {
text-decoration: none;
font-family: "times new roman";
font-weight: none;
font-size: 16px;
letter-spacing: 1px;
word-spacing: 1px;
color: 					#784818;
}

#header a:hover {
text-decoration: underline;
}

#header A {
padding-right: 50px;
}
