.container-12 {
	background: none /*url(../images/12col.png) repeat-y scroll center*/;
	position: relative;
}

body {
	color: #4c453f;
	/*background: #212629 url(/img/bg.jpg) scroll no-repeat center top;*/
	background: #e6ddd5 url(/img/lighter.jpg) repeat scroll 0 0;
	font-family: arial, sans-serif;
}

#map {
	background: transparent url(/img/big-map.png) no-repeat fixed center 250px;
}

#head-wrap {
	height: 160px;
	width: 100%;
	background: #ccc3bb url(/img/header.jpg) repeat-x scroll 0 0;
	position: absolute;
	top: 30px;
}

/* Custom African Hunts Page */
#custom #no_results {
	display: none;
}

#custom form fieldset {
	padding-bottom: 18px;
}

#custom form .checkbox {
	padding-bottom: 6px;
}

#custom .column1, #custom .column2 {
	float: left;
	width: 289px;
}

#custom legend {
	font-size: 18px;
	padding-bottom: 18px;
}

#custom form {
	margin-bottom: 50px;
}

#custom #contact_form label.error {
	float:right;
	position: relative;
	top: 6px;
}

#custom .textarea {
	margin-bottom: 20px;
}

#custom form .hunt_input {
	float: left;
	clear: left;
	margin-bottom: 12px;
}

#custom .hunt_input label {
	float: left;
	padding-right: 18px;
	width: 50px;
}

#custom #main form {
	background: transparent url(/img/whiter-trans.png) repeat scroll 0 0;
	padding: 20px;
	border: 1px solid #4c453f;
}

#custom .hunt_input input {
	width: 210px;
	border: 1px solid #ccc3bb;
	height: 18px;
}

#custom textarea {
	border: 1px solid #ccc3bb;
	width: 578px;
	padding: 0px;
	overflow-y: auto;
}

h1 {
	font-family: Georgia, serif;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

h2 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 18px;
	font-weight: bold;
}

a {
	color: #e6ddd5;
	text-decoration: none;
}

a:hover {
	color: #4c453f;
}

strong {
	font-weight: bold;
}

.right {
	float: right;
	margin: 10px 0 10px 10px;
}

.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.lighter {
	color: #e6ddd5;
}

.medium {
	color: #ccc3bb;
}

.darker {
	color: #786d63;
}

.darkest {
	color: #4c453f;
	font-weight: bold;
}

hr {
	clear: both;
}

#logo {
	margin-top: 30px;
	width: 300px;
	height: 155px;
}

#logo a {
	display: block;
	background: #ccc3bb url(/img/logo-full.jpg) no-repeat scroll 0 -155px;
	width: 300px;
	height: 155px;
	text-indent: -9999px;
	overflow: hidden;
}

#logo a:hover {
	background-position: 0px -155px;
}

#tagline {
	position: absolute;
	top: 30px;
}

#wrapper {
	background: transparent url(/img/breadcrumbs.jpg) repeat-x scroll center top;
}

#contact_form label.error {
	color: red;
	font-size: 11px !important;
	position: relative;
	top: -1em;
}

/* Top Nav */

#top_nav {
	width: 620px;
	height: 43px;
	position: relative;
	top: 178px;
	margin-bottom: 250px;
	-webkit-box-shadow: 3px 3px 6px #bcafa7;
	-moz-box-shadow: 3px 3px 6px #bcafa7;
	box-shadow: 3px 3px 6px #bcafa7;
}

#top_nav li {
	float: left;
}

#top_nav li a {
	float: left;
	display: block;
	height: 43px;
	background: transparent url(/img/nav-full.jpg) no-repeat scroll;
}

#top_nav li #home_nav {
	background-position: 0 0;
	width: 190px;
	text-indent: -9999px;
	overflow: hidden;
}

#top_nav li #home_nav:hover, #top_nav li #home_nav:focus {
	background-position: 0 -43px;
}

#top_nav li #specials {
	background-position: -190px 0;
	width: 215px;
	text-indent: -9999px;
	overflow: hidden;
}

#top_nav li #specials:hover, #top_nav li #specials:focus {
	background-position: -190px -43px;
}

#top_nav li #contact_nav {
	background-position: -405px 0;
	width: 215px;
	text-indent: -9999px;
	overflow: hidden;
}

#top_nav li #contact_nav:hover, #top_nav li #contact_nav:focus {
	background-position: -405px -43px;
}

/* Search */

#search_field {
	position: absolute;
	top: 0;
	right: 10px;
	width: 300px;
	height: 49px;
	background: transparent url(/img/search-box.jpg) no-repeat scroll; 
}

#search_field p {
	float: left;
}

#keywords {
	width: 280px;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 16px;
	background-color: #e6ddd5;
}

#search_field .submit {
	position: absolute;
	left: 252px;
	top: 12px;
	background: transparent url(/img/magnifing-glass.png) no-repeat scroll;
	width: 28px;
	height: 23px;
	text-indent: -9999px;
	border: 0px;
	cursor: pointer;
	display: block;
	font-size: 0px;
	line-height: 0px;
}


/* Search Nav */

#search-nav {
	margin-bottom: 50px;
}

#search-nav li {
	max-width: 160px;
}

#search-nav * {
	z-index: 100 !important;
}

#search-nav ul a {
	display: block;
	width: 142px;
	padding: 8px;
	border: 1px solid #344739;
	border-bottom: 0;
	background: transparent url(/img/darker.jpg) repeat scroll 0 0;
	text-indent: 0px;
}

.arrow {
	color: #25360a;
}

#search-nav ul a:hover, #search-nav ul a:focus {
	color: #4c453f;
	text-decoration: none;
}

#search-nav ul li a.top-level {
	background:  transparent url(/img/darker.jpg) repeat scroll 0 0;
	text-indent: 0px;
}

#search-nav ul li:hover a.top-level, #search-nav ul li:focus a.top-level {
	background: #4c453f url(/img/darkest.jpg) repeat scroll 0 0;
	color: #ccc3bb;
}

#search-nav ul li a.top-level:hover, #search-nav ul li a.top-level:focus {
	background: #4c453f url(/img/darkest.jpg) repeat scroll 0 0;
}

#search-nav .last-item {
	border-bottom: 1px solid #344739;
}

#search-nav li {
	float: left;
}

#search-nav li:hover>a, #search-nav li:focus>a {
	background:  transparent url(/img/medium.jpg) repeat scroll 0 0;
	color: #4c453f;
}


#search-nav ul li ul li ul {
	display: none;
}

#search-nav ul li ul li ul li .subspecies {
	display: none;
}

#search-nav ul li ul li ul li:hover .subspecies, #search-nav ul li ul li ul li:focus .subspecies {
	display: block;
}


#search-nav ul li ul li:hover ul, #search-nav ul li ul li:focus ul {
	display: block;
	position: absolute;
	left: 159px;
	top: 0px;
	z-index: 100;
}

#search-nav ul li ul li {
	position: relative;
}

#search-nav ul li ul li .col1 {
	display: block;
	position: absolute;
	left: -10px;
	padding-left: 10px;
}
#search-nav ul li ul li .col2 {
	display: block;
	position: absolute;
	left: 159px;
}

#search-nav ul li ul li .col3 {
	display: block;
	position: absolute;
	left: 318px;
}

#search-nav ul li ul li .two {
	top: 35px;
}

#search-nav ul li ul li .three {
	top: 70px;
}

#search-nav ul li ul li .four {
	top: 105px;
}

#search-nav ul li ul li .five {
	top: 140px;
}

#search-nav ul li ul li .six {
	top: 175px;
}

#search-nav ul li ul li .seven {
	top: 210px;
}

#search-nav ul li ul li .eight {
	top: 245px;
}

#search-nav h3 {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;	
	line-height: 1.3em;
}


/* Home Page */

#main #home_images {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: 0px;
	width: 230px;
}

#main #home_images p {
	font-size: 12px !important;
	text-align: center !important;
	margin-top: 0px;
}

#main #home_images h3 {
	text-align: center;
}

#main #home_images a {
	color: #786d63;
	text-decoration: underline;
}

#index .main_content {
	width: 440px;
	margin-top:  -5px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #ccc3bb;
	border-left: 1px solid #ccc3bb;
}

#index #main p {
	font-size: 16px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

#index #main {
	margin-bottom: 40px;
	margin-left: -120px;
	width: 748px;
}

#index #main h2 {
	padding: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#main .callout {
	float: left;
	width: 300px;
	margin-left: -120px;
	margin-bottom: 0px;
	margin-right: 10px;
}

#main .callout p {
	margin-bottom: 0px;
	font-size: 18px;
	text-align: left;
}

/* Breadcrumbs */

#breadcrumbs {
	position: absolute;
	top: 6px;
	left: 10px;
	z-index: 1000;
}

/* Tabbed Content Boxes */

.thumbnail {
	border: 3px solid #fff;
	margin-right: 12px;
	margin-bottom: 12px;
	-webkit-box-shadow: 1px 1px 2px #786d63;
	-moz-box-shadow:  1px 1px 2px #786d63;
	box-shadow:  1px 1px 2px #786d63;
}

.thumbnail:hover {
	border: 3px solid #ccc3bb;
}

.thumbnail-last {
	margin-right: 0px;
}

h2.title {
	position: relative;
}
.details {
	padding-left: 20px;
	padding-bottom: 0px;
	/*background: transparent url(/img/bg-bottom-3.png) no-repeat scroll 0 0;*/
	clear: both;
}


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none; 
	width: 620px;
	position: relative;
	z-index: 20;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: none;
	margin-bottom: -1px; 
	overflow: hidden;
	position: relative;
	background: transparent;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0px 0px;
	outline: none;
	width: 206px;
	height: 40px;
	text-indent: -9999px;
	/*width: 110px;
	text-transform: uppercase;
	margin-left: 40px;
	font-weight: bold;*/
}


html ul.tabs li.active a.hunt_info_tab, html ul.tabs li.active a.hunt_info_tab:hover  { 
	background-position: -1px -40px !important;
}

html ul.tabs li.active a.outfit_info_tab, html ul.tabs li.active a.outfit_info_tab:hover  { 
	background-position: -206px -40px !important;
}

html ul.tabs li.active a.pictures_tab, html ul.tabs li.active a.pictures_tab:hover  { 
	background-position: -413px -40px !important;
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	/*background: transparent url(/img/old-paper_620.jpg) repeat-y scroll 40px 0;*/
	padding-top: 0px; /* for gap between top rounded corner and content section */
}

.tab_content {
	padding: 20px;
	font-size: 1em;
}

.simpleTabs {
	margin-bottom: 0px;
	float: left;
	width: 618px;
	background: transparent url(/img/whiter-trans.png) repeat scroll 0 0;
	/*background: transparent url(/img/bg_top.png) no-repeat scroll 0 0;*/
	margin-bottom: 100px;
	border: 1px solid #786d63;
	border-top: 0px;
	position: relative;
	-webkit-box-shadow: 3px 3px 6px #bcafa7;
	-moz-box-shadow: 3px 3px 6px #bcafa7;
	box-shadow: 3px 3px 6px #bcafa7;
}

ul.tabs li a.hunt_info_tab {
	background: transparent url(/img/hunt-info-nav.jpg) no-repeat scroll -1px 0;
	
}

ul.tabs li a.hunt_info_tab:hover {
	background-position: -1px -40px;
}


ul.tabs li a.outfit_info_tab {
	background: transparent url(/img/hunt-info-nav.jpg) no-repeat scroll -206px 0;
}

ul.tabs li a.outfit_info_tab:hover {
	background-position: -206px -40px;
}

ul.tabs li a.pictures_tab {
	background: transparent url(/img/hunt-info-nav.jpg) no-repeat scroll -413px 0;
}

ul.tabs li a.pictures_tab:hover {
	background-position: -413px -40px;

}

ul.tabs li.active a.hunt_info_tab, ul.tabs li.active a.outfit_info_tab, ul.tabs li.active a.pictures_tab,
ul.tabs li.active a.hunt_info_tab:hover, ul.tabs li.active a.outfit_info_tab:hover, ul.tabs li.active a.pictures_tab:hover {
	/*background: transparent url(/img/tab_active_new.png) no-repeat scroll 0 1px !important;*/
	position: relative;
	z-index: 40;

}

.simpleTabs .price {
	font-size: 36px;
	line-height: 1em;
	position: absolute;
	right: 20px;
	bottom: 70px;
	color: #362f2d;
	font-family: Georgia, serif;
}

.simpleTabs .thumb {
	border: 5px solid #fff;
	float: right;
	position:relative;
	top: -80px;
	-webkit-box-shadow: 1px 1px 2px #786d63;
	-moz-box-shadow:  1px 1px 2px #786d63;
	box-shadow:  1px 1px 2px #786d63;
}

.simpleTabs .title {
	width: 370px;
}

/* Info inside Tabbed Content Areas */



/* View */

#view #main {
	background: transparent url(/img/whiter-trans.png) repeat scroll center top;
	margin-bottom: 40px;
	border: 1px solid #786d63;
	width: 618px;
	-webkit-box-shadow: 3px 3px 6px #bcafa7;
	-moz-box-shadow: 3px 3px 6px #bcafa7;
	box-shadow: 3px 3px 6px #bcafa7;
}

#view #main .view_wrap {
	margin: 20px;
}

#view-pictures {
	margin-top: 40px;
}

.thumb-view {
	border: 5px solid #fff;
	float: right;
	-webkit-box-shadow: 1px 1px 2px #786d63;
	-moz-box-shadow:  1px 1px 2px #786d63;
	box-shadow:  1px 1px 2px #786d63;
	margin-left: 10px;
	margin-bottom: 10px;
}

#view #main a {
	color: #197b30;
}

#view #main a:hover {
	color: #197b30;
	text-decoration: underline;
}

.details-title {
	background: #4c453f url(/img/darker.jpg) repeat scroll 0 0;
	padding: 20px;
	color: #ccc3bb;
	text-align: center;
}

/* Footer */

#footer {
	height: 40px;
	overflow: hidden;
	background: #786d63 url(/img/footer.jpg) repeat-x scroll 0 0;
	color: #e6ddd5;
	font-size: 11px;
}

/* Search Results */

#search_results #main a {
	color: #786d63;
}

#search_results #main {
	font-size: 14px;
}

.resultRowOne {
	background: transparent url(/img/whiter-trans.png) repeat scroll center top;
}

.resultRowOne ul, .resultRowOne h2 {
	padding-left: 20px;
	padding-right: 20px;
}

.resultRowTwo ul, .resultRowTwo h2 {
	padding-left: 20px;
	padding-right: 20px;
}

.resultRowTwo h2, .resultRowOne h2 {
	padding-top: 20px;
}

.resultRowTwo h2 a, .resultRowOne h2 a {
	text-decoration: underline;
}

#search_results .resultRowTwo h2 a:hover, #search_results .resultRowOne h2 a:hover {
	color: #4c453f !important;
}

.resultRowTwo p, .resultRowOne p {
	padding-bottom: 20px;
}


/* Contact Form */

#the_contact_form #name, #the_contact_form #email, #the_contact_form #subject, #the_contact_form #message {
	background: #4c453f;
	border: 1px solid #fff;
	height: 24px;
	color: #e6ddd5;
	width: 498px;
	font-size: 16px;
	padding: 0;
}

#the_contact_form #name:focus, #the_contact_form #email:focus, #the_contact_form #subject:focus, #the_contact_form #message:focus {
	background: #786d63;
}

#the_contact_form #message {
	height: 200px;
	padding: 0px;
}

#the_contact_form label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
}

#the_contact_form #submit {
	margin-left: 120px;
}

#contact_email a {
	color: #786d63;
}

#contact_email a:hover {
	text-decoration: underline;
}

#contact_email {
	font-size: 12px;
}

/* No Results */

#no_results {
	position: absolute;
	top: 300px;
	left: 40%;
}

/* Directory */

#outfitters-page #logo a {
	display: block;
	background: #ccc3bb url(/img/ttc-directory-logo.png) no-repeat scroll 0 6px;
	width: 300px;
	height: 155px;
	text-indent: -9999px;
	overflow: hidden;
}

#outfitters #logo a {
	display: block;
	background: #ccc3bb url(/img/ttc-directory-logo.png) no-repeat scroll 0 6px;
	width: 300px;
	height: 155px;
	text-indent: -9999px;
	overflow: hidden;
}

#directory_results #logo a {
	display: block;
	background: #ccc3bb url(/img/ttc-directory-logo.png) no-repeat scroll 0 6px;
	width: 300px;
	height: 155px;
	text-indent: -9999px;
	overflow: hidden;
}



.directory-tagline {
	text-indent: -99999px;
	height: 149px;
	background: transparent url(/img/directory-tagline.jpg) scroll no-repeat 0 0;
	margin-top: 39px;
}

.searchby-head h3 {
	background: #4c453f url(/img/darker.jpg) repeat scroll 0 0;
	padding: 10px;
	color: #ccc3bb;
	text-align: center;
}

#outfitters-page .searchby-head a, #directory_results a, #outfitters-page .featured a {
	/*color: #4c453f;*/
	color: #4D604E !important;
	text-decoration: underline;
}

#outfitters-page .searchby-head a:hover, #directory_results a:hover, #outfitters-page .featured a:hover {
	/*color: #6e675f;*/
	color: #627F65 !important;
}

.featured p {
	font-weight: bold;
	text-align: left;
}

.featured img {
	max-width: 300px;
}

ul.us-states, ul.continent-list, ul.outfitter-species {
	padding: 20px;
	padding-top: 0px;
}

.states-search, .continent-search, .species-search, .list-container {
	background: transparent url(/img/directory-bg.png) repeat scroll center top;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.states-search h3 {
	text-indent: -99999px;
	height: 50px;
	background: transparent url(/img/us-canada.png) scroll no-repeat 0 0;
}

.species-search h3 {
	text-indent: -99999px;
	height: 50px;
	background: transparent url(/img/continents-species.png) scroll no-repeat 0 0;
}

ul.us-states {
	float: left;
	width: 110px;
}

ul.us-states2 {
	float: left;
	padding: 20px;
	padding-top: 0px;
	width: 110px;
}

.states-search h4 {
	margin-left: 20px;
	margin-bottom: 6px;
}

.states-search .canada {
	padding: 20px;
	padding-top: 0px;
}

.states-search {
	overflow: auto;
}

#outfitters ul li {
	margin-bottom: 12px;
	font-size: 13px;
}

#outfitters a {
	color: #4D604E !important;
	text-decoration: underline !important;
}

#outfitters a:hover {
	color: #627F65 !important;
}

a#directory-foot {
	color: #e6ddd5 !important;
}

a:hover#directory-foot {
	color: #e6ddd5 !important;
}

.the_list {
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.outfitter-species li {
	font-weight: bold;
	text-transform: uppercase;
}

.outfitter-species ul li {
	text-indent: 1em;
	font-weight: normal;
	text-transform: none;
}

#dir_n_america .outfitter-species ul li a {
	font-weight: bold;
}

#dir_n_america .outfitter-species ul li ul li a {
	font-weight: normal;
}


.featured-outfitter {
	text-indent: -99999px;
	height: 50px;
	background: transparent url(/img/featured-outfitters.png) scroll no-repeat 0 0;
}

.top-outfitters {
	text-indent: -99999px;
	height: 50px;
	background: transparent url(/img/top-outfitters.png) scroll no-repeat 0 0;
}

.outfitter-directory {
	/*text-indent: -99999px;
	height: 50px;
	background: transparent url(/img/outfitter-directory.png) scroll no-repeat 0 0;*/
	padding-left: 20px;
}


#dir_n_america, #dir_africa, #dir_rest {
	width: 180px;
	float: left;
}

#dir_n_america, #dir_africa {
	margin-right: 10px;
}

#dir_n_america {
	width: 200px;
}

#dir_rest ul li {
	margin-bottom: 20px;
}

#dir_rest ul li ul li {
	margin-bottom: 0px;
}


/* Landing Page */

#landing-page h1 {
	text-indent: -99999px;
	height: 114px;
	background: transparent url(/img/welcome.jpg) scroll no-repeat 0 0;
	position: relative;
	top: 50px;
	margin-bottom: 100px;
}

.landing-content {
	font-size: 16px;
	text-align: justify;
}

.landing-content:first-line {
	font-weight: bold;
}

#landing-page h2 {
	text-indent: -99999px;
}

#landing-page h2 .custom-landing {
	display: block;
	height: 81px;
	background: transparent url(/img/ttc-landing.png) scroll no-repeat 0 0;
	margin-top: 100px;
}

#landing-page h2 .directory-landing {
	display: block;
	height: 106px;
	margin-top: 90px;
	background: transparent url(/img/directory-landing.png) scroll no-repeat 0 0;
}