*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background:#131411 url(../images/header/tile-head2.jpg) center top repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;	
}

img 
{
	border: 0px;
}

hr
{
	clear: both;
	height: 0px;
	border-bottom: 1px dashed #ccc;
	border-top: 0px;
	margin: 30px 0px 30px 0px;	
}

a:link, a:active
{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	background-image:url(../images/header/background_header.gif);
	background-repeat:no-repeat;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	/*margin: 0px 0px 15px 0px;*/
	padding: 5px 0px 5px 10px;
	text-transform: uppercase;
}

h2
{
	color: #981f14;
	font-size:14px;
	margin: 0px 0px 10px 0px;
}

h3, h4, h5, h6
{
	color: #000;
	font-size:12px;
	margin: 0px 0px 10px 0px;
}

p
{
	margin: 10px 0px 15px 0px;
}


form
{
	margin: 0px;
	padding: 0px; 
}

input, select, textarea
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}

table
{
	border: 0px;
	padding: 0px;
}

/* Layout Creators */

div.wrapper-full
{
	background-image: url(../images/background_main.jpg);
	background-repeat:no-repeat;
	background-position:center 247px;
	text-align:center;
	width: 100%
}

div.wrapper
{
	background-image:url(../images/header/header.jpg);
	background-repeat:no-repeat;
	margin: auto auto;
	min-height: 400px;
	position:relative;
	width: 900px;
}

div.header
{
	background-image:url(../images/header/header.jpg);
	background-repeat: no-repeat;
	height: 247px;
	width: 900px;
}

div.content-area
{
	margin: auto auto;
	position:relative;
	text-align: left;
	width: 900px;
}

div.content
{
	background-color: #fff;
	display:inline;
	float: left;
	margin: 10px 0px 0px 25px;
	min-height: 400px;
	position:relative;
	width: 615px;
}

div.content-settings
{
	padding: 15px 20px 10px 20px;
}

* html div.content  /* hack to set height for IE6 */
{
  height: 400px;
  height: 400px;
}


div.sidebar
{
	float: right;
	position:relative;
	width: 230px;
}

div.tips
{
	background-image: url(../images/sidebar/tips.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height: 225px; 
	position:relative;
	width: 230px;
}

div.purchase
{
	background-image:url(../images/sidebar/buynow.gif);
	background-repeat:no-repeat;
	height: 124px;
	padding: 20px 0px 0px 0px;
	position:relative;
	text-align:center;
	width: 230px;
}

div.footer-wrapper
{
	background-image: url(../images/footer/footer_background.gif);
	background-repeat:repeat-x;
	height: 106px;
	position:relative;
	text-align:center;
	width: 100%;
}

div.footer
{
	background-image:url(../images/footer/footer.jpg);
	background-repeat:no-repeat;
	height: 106px;
	margin: auto auto;
	position:relative;
	width: 900px;
}

div.footer ul
{
	left: 30px;
	position:absolute;
	text-align:left;
	top: 10px;
	width: 845px;
}

div.footer ul li
{
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;	
	display: inline;
	list-style: none;
	margin: 0px 20px 0px 0px;
}


div.footer ul li a:link, div.footer ul li a:active
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

div.footer ul li a:visited
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

div.footer ul li a:hover
{
	color: #ffbb0e;
	font-weight: normal;
	text-decoration: none;
}

div.credit
{
	background-image:none;
	height: 25px;
	position:absolute;
	right: 40px;
	bottom: 9px;
	width:145px;
}

div.credit a:link, div.credit  a:active, div.credit a:visited, div.credit a:hover
{
	display:block;
	height: 25px;
}

/* Main Nav */

ul.topnav
{
	height: 32px;
	left: 53px;
	position:absolute;
	text-align:left;
	top: 201px;
	width: 839px;
	padding-top:12px;
}

ul.topnav li
{
	list-style: none;
	position:relative;
	float: left;
}

ul.topnav li a{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: normal;
	/*margin: 0px 0px 15px 0px;*/
	padding: 10px 20px 0px 0px;
	text-transform: uppercase;
	text-decoration:none;
}

ul.topnav li a:hover{
	color:#F90;	
}


.map
{
	background-image: url(../images/map.jpg);
	background-repeat:no-repeat;
	height:369px;
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 450px;
}

/* Custom */

img.newsletter
{
	margin: 10px 0px 0px 0px;
}

img.img-left
{
	float: left;
	margin: 10px 0px 10px 0px;
}

img.img-right, input.img-right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

img.img-right-no-top
{
	float: right;
	margin: 0px 0px 10px 10px;
}

img.img-right-border
{
	border: 2px solid #981f14;
	float: right;
	margin: 0px 0px 10px 10px;
}

img.img-left-border
{
	border: 2px solid #981f14;
	float: left;
	margin: 0px 10px 10px 0px;
}

img.img-border
{
	border: 2px solid #981f14;
}

div.purchase-buttons
{
	margin: 10px auto 0px auto;
	position:relative;
	width: 80%
}

table.table-product
{
	border: 1px solid #9d2614;
	margin:20px auto 0px auto;
	padding: 0px;
	width: 85%;
}

table.table-product td
{
	border-bottom: 1px dotted #ebebeb;
	padding: 3px;
}

table.table-product th
{
	background-color:#9d2614;
	color:#fff;
	font-size:16px;
	padding: 3px;	
}

.yellow td, .yellow
{
	background-color:#ffba0e;
	color:#fff;
	font-weight:bold;
}


.grey td, .grey
{
	background-color:#ebebeb;
	font-weight: bold;
}


div.content ul
{
	margin: 0px 45px 0px 45px;
}

div.content ul li
{
	margin: 0px 0px 10px 0px;
}

.clear
{
	clear: both;
}

div.areas-products
{
	float: right;
	margin: 0px 0px 0px 0px;
	width: 210px;	
}

div.areas
{
	float: right;
	margin: 10px 20px 0px 30px;
	width: 130px;	
}

div.areas ul, div.areas-products ul
{
	margin: 10px 0px 0px 30px !important;
}

div.areas ul li, div.areas-products ul li
{
	margin: 0px 0px 4px 0px !important;
}

h2.products-header
{
	color: #981f14;
	font-size:14px;
	margin: 0px 0px 0px 0px !important;
	padding:0px;
}

div.tours{
	margin-top:40px;	
}

.padimagecontact{
	margin-left:20px;
	margin-bottom:10px;
}


/* ---------------- Begin  Ticker box CSS ----------------- */

.tickerbox
{
	color: #fff;
	font-size:14px;
	line-height:18px;
	width:200px;
	margin:0px;
	padding:20px 4px 4px 4px;
}

.tickerbox ul 
{
	width:205px; 
	position:relative;
}

.tickerbox li 
{
	width:100%;
	list-style:none;
	list-postion:inside;
	position:absolute;
	top:3px;left:3px;
	padding:5px;
	overflow:hidden
}

.tickerbox li a
{
	color:#fff;
	display: block;
	text-decoration:none;
}

.hovered 
{
	background:yellow;
}

/* ---------------- End  Ticker box CSS ----------------- */

/* Form Styling */

form.cmxform
{
	border: 0px;
	width: 600px;	
}

form.cmxform legend 
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 150px; /* Width of labels */	
	vertical-align: top;
}

form.cmxform ul 
{
	margin: 0 !important;
	padding: 0 !important;
}

form.cmxform li 
{
	list-style: none;
	padding: 5px !important;
	margin: 0 !important;
}

form.cmxform em 
{
	font-weight: bold;
	color: #f00;
}

form.cmxform textarea
{
	height: 90px;
	width: 250px;
}

div.buffalo_head{
	background:url(../images/header/buffalo.png) no-repeat;
	width:155px;
	height:304px;
	position:absolute;
	right:60px;
	top:-10px;
}

div.catch{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#000;
	position:absolute;
	left: 181px;
	top: -23px;
	background:url(../images/header/glow.png) no-repeat;
	width:567px;
	height:131px;
}

div.catch p{
	margin-top:30px;
	margin-left:70px;
}
	

.tours-side
{
	background-image: url(../images/sidebar/tours.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	height: 225px; 
	position:relative;
	width: 230px;	
}

.tours-settings
{
	color:#fff;
	padding:70px 10px 10px 10px;
}

.tours-settings a
{
	color:#fff;	
}
