body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f2e3c2;
}.banner {
	background-color: #FFFFFF;
	height: 124px;
	text-align: center;
}
.goldRule {
	background-color: #FFCC00;
	height: 2px;
}
.navigation {
	background-image: url(../images/template/navBack.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 19px;
	font-weight: bold;
	padding-top: 1px;
	font-style: normal;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B2314;
	background-color: #FFFFFF;
	width: 770px;
	float: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.navigation a:hover {
	color: #FFCC00;
}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	width: 770px;
	margin: auto;
}
.homeBrownContent {
	background-image: url(../images/home/brownBackground.jpg);
	background-repeat: no-repeat;
	height: 266px;
	width: 299px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	line-height: 20px;
	background-position: bottom;
	background-color: #6a4322;
}
.white16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.brown16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3b2314;
}
.brown12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b2314;
}
.brown12 a {
	color: #006600;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B2314;
	width: 770px;
	float: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
}
.footer a {
	color: #006600;
}
.tempTitle {
	background-image: url(../images/template/titleBackground.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 770px;
	padding-top: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.tempContent {
	width: 730px;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.greenBorder {
	border: 1px solid #006600;
}
.error {
  color: #f00;
}
.activitiesBox {
	height: 180px;
	border: 1px solid #663300;
	padding: 5px;
	background-color: #dcc490;
}
.destinations {
	clear: both;
}
.mediaBox {
	float: left;
	width: 250px;
	margin-right: 55px;
	text-align: center;
	margin-bottom: 40px;
	margin-left: 60px;
}
.mediaBox img {
	margin-bottom: 3px;
}
.subNav {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.subNav a {
	margin-right: 10px;
	margin-left: 10px;
}

.caption {
	font-size: 11px;
	font-style: italic;
}

/***********************************************************************/

.cart a{
	font-size:15px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.cart a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.pagination {
	width: 593px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: right;
}
.pagination a {
	color: #666;
}
.pagination a:hover {
	color: #000;
}
.productRow {
	float: left;
	margin-bottom: 15px;
	width: 740px;
	clear: left;
	margin-top: 15px;
	border:0px solid red;
}
.productThumbnail {
	float: left;
	width: 140px;
	text-align: center;
	margin-left: 7px;
	
	height:173px;
	min-height:173px;
}
.productThumbnail a {
	color: #666;
	text-decoration: none;
}
.productThumbnail a:hover {
	color: #000;
	text-decoration: underline;
}
.salePrice {
	color: #F00;
}
.error {color:red; font-size:11px;}
.alert {color:red; font-size:12px;}
.siteAlert {color:red; font-weight:bold; font-size:15px;}
.detailCopyArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	float: left;
	width: 415px;
	margin-left: 10px;
	border:0px solid red;
}
.detailCopyArea ul {
	margin-top: 10px;
	padding-top: 0px;
}

.detailImageArea {
	float: left;
	width: 300px;

	text-align: center;
	
	border:1px solid #301D0E;
}
.detailImageArea img {
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
.detailImageCaption {
	font-style: italic;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tableForm {
	border-collapse: collapse;
	width:100%;
	margin-bottom:25px;
	border:1px solid black;
} 
.tableForm th{
	background-color:#442918;
	color:white;
	padding:7px 10px 3px 7px;
	text-align:left;
} 
.tableForm td{
	padding:7px 10px 3px 7px;
	vertical-align:top;
	border:0px
}

.tableCart {
	border-collapse: collapse;
	width:100%;
	margin-bottom:25px;
	border:1px solid black;
} 
.tableCart th{
	background-color:#442918;
	color:white;
	padding:7px 10px 3px 7px;
	text-align:left;
} 
.tableCart td{
	padding:7px 10px 3px 7px;
	vertical-align:top;
	border:0px
}
