/* -------------------------------------------------------------- */
/* agecheck */
/* -------------------------------------------------------------- */
	#agecheck {
		text-align: center;
		background: url(../images/bg_agecheck.jpg) top center no-repeat #0b3516;
	}
	#agecheck #header {
		display: none;
		position: absolute;
		z-index: 1;
		top: 0;
    		text-align: center;
		margin:0 auto 0 auto;
		width:1000px;
		left: 50%;
		margin-left: -500px;
		
	}
	#agecheck #pagewrap {
		position: absolute;
		z-index: 100;
		text-align: center;
		width:1000px;
		top: 160px;
		left: 50%;
		margin-left: -500px;
	}
	#agecheck #pagewrap a {
		color:#ff0;
	}
	#agecheck #pagewrap a:hover {
		color:#fc0;
	}
	#agecheck #pagewrap form a {
		color:#000;
	}
	#agecheck .adult_oriented {
		background: #000;
		width:700px;
		padding:15px 0;
		margin:0;
		
		-moz-border-radius: 8px;
	 	-webkit-border-radius: 8px;
	 	border-radius: 8px;
	}
	#agecheck div {
		-moz-border-radius: 8px;
	 	-webkit-border-radius: 8px;
	 	border-radius: 8px;
	}

------------------------------------------------------ */
/* TOUR GLOBAL */
/* -------------------------------------------------------------- */
	em {
		font-style: italic;
		font-weight: bold;
	}
	td {
		vertical-align: top;
	}
	.tour {
		background: url(/images/bg_tour.jpg) top center no-repeat #0b3516;
		font-family: arial, sans-serif;
	}
	.tour #wrapper {
		position: relative;
		width: 980px;
		margin: 0 auto;
	}
	.tour #content {
		background:#111;
		color: #ddd;
		margin-bottom: 15px;
	}
	.tour #content_inner_padding {
		padding:10px 10px 10px 10px;
	}
	.tour #content .column {
		vertical-align: top;
	}
	.tour #content .column #rightcol_inner_padding {
		padding-left: 10px;
	}
	.tour ul#bottom_menu {
		display: block;
		text-align: center;
	}
	.tour ul#bottom_menu li {
		display: inline;
		margin: 0 10px;
	}
	.tour ul#bottom_menu li a {
		color: #fff38e;
		text-decoration: none;
	}
	.tour ul#bottom_menu li a:hover {
		text-decoration: underline;
	}
	.tour .widget ul.modelnames {
		font: normal 14px/120% helvetica, arial, sans-serif;
		color: #bfc48d;
	}
	.tour .widget table.modellistcolumns {
		width: 100%;
	}
	.tour .widget table.modellistcolumns .col {
		width: 50%;
	}
	.tour .widget ul.modelnames a {
		font-weight: bold;
		color: #eee;
	}
	.tour .widget ul.modelnames a:hover {
		color: #ffe033;
	}
	
	
/* -------------------------------------------------------------- */
/* TOUR quotes */
/* -------------------------------------------------------------- */
	div#quotes_bar {
		background: #6e5b18;
		padding: 20px;
	}
	div#quotes_bar h3.widget_headline {
		margin: 0 20px;
		border-bottom: 1px dotted #ccc;
	}
	div#quotes_bar table td.bottom_bar_col {
		width: 33%;
	}
	div#quotes_bar table td.bottom_bar_col p.bottom_bar_copy {
		font: normal 12px/120% arial, sans-serif;
		padding: 10px 20px 0 20px;
	}
	div#quotes_bar table #col_left_padding {
		padding-left: 0;
	}
	div#quotes_bar table #col_right_padding {
		padding-right: 0;
	}
	
/* -------------------------------------------------------------- */
/* TOUR GLOBAL widget */
/* -------------------------------------------------------------- */
	.tour #content .column .widget {
		background: #005616;
		margin-bottom: 10px;
		width: 315px;
	}
	.tour #content .column .widget .widget_padding {
		padding: 20px;
	}
	.tour #content h3.widget_headline {
		font:normal normal bold 24px/100% helvetica, arial, sans-serif;
		color: #f4ac00;
		padding-bottom: 5px;
	}
	.tour #content .column .widget p.copy {
		font:normal normal normal 14px/120% arial, sans-serif;
		color: #bfc48d;
	}
	.tour #content .column .widget p.copy a {
		font:normal normal bold 14px/120% arial, sans-serif;
		color: #fc2;
	}
	.tour #content .column .widget ul.featured_items li {
		display: block;
		border-top: 1px solid #ccc;
	}
	.tour #content .column .widget ul.featured_items li a {
		display: block;
		font:normal normal bold 24px/100% helvetica, arial, sans-serif;
		padding: 9px 5px 5px;
		text-decoration: none;
		color: #d5d5d5;
	}
	.tour #content .column .widget ul.featured_items li a:hover {
		color: #fff;
		background: #ac311d;
	}
	.tour .widget ul.stats li {
		border-top: 1px solid #aaa;
		font: normal 18px/100% helvetica, arial, sans-serif;
		padding: 2px;
		color: #bfc48d;
	}
	
/* -------------------------------------------------------------- */
/* TOUR GLOBAL entry */
/* -------------------------------------------------------------- */
	.tour #content .column .entry {
		width: 630px;
		background: #005616;
		margin-bottom: 10px;
	}
	.tour #content .column .entry .entry_inner_padding {
		padding: 20px;
	}
	.tour #content .column .entry h3.entry_headline {
		font:normal normal bold 28px/100% helvetica, arial, sans-serif;
		color: #f4ac00;
		margin-bottom: 10px;
	}
	.tour #content .column .entry p.description {
		font:normal normal normal 14px/120% arial, sans-serif;
		color: #bfc48d;
	}
	.tour #content .column .entry table.thumbs {
		position: relative;
		margin-bottom: 10px;
	}
	/* ------------------------- */
	/* mainpic_cell */
	/* ------------------------- */
	.tour #content .column table.thumbs .mainpic_cell {
		position: relative;
	}
	.tour #content .column table.thumbs .mainpic_cell a img.playflash {
		position: absolute;
		bottom: 0px;
		right: 0px;
		
		/* centered */
		/* top: 90px; */
		/* left: 130px; */
	}
	.tour #content .column table.thumbs .mainpic_cell a img.downloadwmv {
		position: absolute;
		bottom: 0;
		left: 0px;
	}
	/* ------------------------- */
	.tour #content .column .entry .thumbs .thumb_large {
		margin-right: 0px;
	}
	.tour #content .column .entry .thumbs .thumbs_cluster {
		display: block;
		position: relative;
		width: 200px;
		height: 265px;
		margin-left: 10px;
	}
	.tour #content .column .entry .thumbs img.topleft {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tour #content .column .entry .thumbs img.topright {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.tour #content .column .entry .thumbs img.bottomleft {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.tour #content .column .entry .thumbs img.bottomright {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.tour #content .column .entry span.date {
		font-weight: bold;
		color: #f4ac00;
	}
		
/* -------------------------------------------------------------- */
/* TOUR GLOBAL header */
/* -------------------------------------------------------------- */
	.tour #header {
		position: relative;
	}
	.tour #top_nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100px;
		width: 980px;
	}
	.tour h1#top_headline a {
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
		text-indent: -9999px;
		background: url(../images/logo_ftgw.png) no-repeat;
		width: 561px;
		height: 54px;
	}
	.tour h2#top_subhead {
		display: block;
		position: absolute;
		top: 70px;
		left: 20px;
		color: #fff;
		font:normal normal normal 22px/100% helvetica, arial, sans-serif;
	}
	.tour h3#groobyproduction {
		display: block;
		position: absolute;
		top: 28px;
		right: 30px;
		color: #eee;
		font:normal normal normal 14px/100% helvetica, arial, sans-serif;
	}
	.tour ul#top_links {
		display: block;
		position: absolute;
		top: 47px;
		right: 30px;
		font:normal normal bold 14px/100% helvetica, arial, sans-serif;
	}
	.tour ul#top_links li {
		display: inline;
		margin-left: 20px;
	}
	.tour ul#top_links li a {
		color: #fff38f;
		font:normal normal bold 28px/100% helvetica, arial, sans-serif;
		text-decoration: none;
	}
	.tour ul#top_links li a:hover {
		text-decoration: underline;
	}

/* -------------------------------------------------------------- */
/* TOUR GLOBAL footer */
/* -------------------------------------------------------------- */
	#footer {
		clear: both;
		width:940px;
		margin: 20px auto 20px auto;
		text-align: center;
		color: #717023;
	}
	#footer p{
		font: normal normal normal 10px/130% verdana, sans-serif;
		margin:8px 0 8px 0;
	}
	#footer #compliance {
		border-top: 1px dotted #999;
		border-bottom: 1px dotted #999;
	}
	#footer a{
		color:#b19b21;
		font-weight: bold;
	}

/* -------------------------------------------------------------- */
/* TOUR GLOBAL pagination */
/* -------------------------------------------------------------- */
	.tour .pagination_wrap{
		width: 100%;
		margin: 8px 0 10px;
	}
	.tour .pagination_wrap td{
		width: 50%;
	}
	.tour .pagination {
		display: block;
		text-decoration: none;
		font:normal normal bold 34px/100% helvetica, arial, sans-serif;
		color: #f4ac00;
	}
	.tour #back.pagination {
		padding-left: 32px;
		text-align: left;
		background: url(../images/arrow_left.png) top left no-repeat;
	}
	.tour #next.pagination {
		padding-right: 32px;
		text-align: right;
		background: url(../images/arrow_right.png) top right no-repeat;
	}

/* -------------------------------------------------------------- */
/* TOUR frontpage */
/* -------------------------------------------------------------- */
	.tour #bottom_bar {
		background: #0b3516;
		padding: 25px 0;
		margin-bottom: 10px;
	}
	.tour #bottom_bar .bottom_bar_col {
		width:33%;
		vertical-align: top;
	}
	.tour #bottom_bar #col_left_padding,
	.tour #bottom_bar #col_middle_padding,
	.tour #bottom_bar #col_right_padding {
		padding: 0 25px;
	}
	.tour #bottom_bar p.bottom_bar_copy {
		font:normal normal normal 13px/120% arial, sans-serif;
	}
	.tour #bottom_bar #col_middle {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.tour .join_banner a {
		display: block;
		text-align: center;
		background: #ffe033;
		padding: 10px 10px 6px 10px ;
		text-decoration: none;
		color: #b43700;
		font:normal normal bold 18px/100% helvetica, arial, sans-serif;
		margin-bottom: 10px;
	}
	#frontpage.tour #bottom_bar .button {
		margin-top: 15px;
	}

/* -------------------------------------------------------------- */
/* TOUR frontpage */
/* -------------------------------------------------------------- */
	.tour #bottom_bar {
		background: #0b3516;
		padding: 25px 0;
		margin-bottom: 10px;
	}
	.tour #bottom_bar .bottom_bar_col {
		width:33%;
		vertical-align: top;
	}
	.tour #bottom_bar #col_left_padding,
	.tour #bottom_bar #col_middle_padding,
	.tour #bottom_bar #col_right_padding {
		padding: 0 25px;
	}
	.tour #bottom_bar p.bottom_bar_copy {
		font:normal normal normal 13px/120% arial, sans-serif;
	}
	.tour #bottom_bar #col_middle {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
	.tour .join_banner a {
		display: block;
		text-align: center;
		background: #ffe033;
		padding: 10px 10px 6px 10px ;
		text-decoration: none;
		color: #b43700;
		font:normal normal bold 18px/100% helvetica, arial, sans-serif;
		margin-bottom: 10px;
	}
	#frontpage.tour #bottom_bar .button {
		margin-top: 15px;
	}

/* -------------------------------------------------------------- */
/* TOUR frontpage_direct */
/* -------------------------------------------------------------- */
	#frontpage_direct.tour #content h3.widget_headline {
		font:normal normal bold 22px/100% helvetica, arial, sans-serif;
		color: #f4ac00;
		padding-bottom: 5px;
	}
	#frontpage_direct.tour #bottom_bar .button {
		margin-top: 15px;
	}

/* -------------------------------------------------------------- */
/* TOUR tourstart */
/* -------------------------------------------------------------- */
	#tourstart.tour .join_banner {
		margin-bottom: 10px;
	}
	#tourstart.tour #quotes_bar {
		margin-bottom: 10px;
	}
	
/* -------------------------------------------------------------- */
/* TOUR prev_updates */
/* -------------------------------------------------------------- */
	#prev_updates.tour .join_banner {
		margin-bottom: 10px;
	}
	#prev_updates.tour #quotes_bar {
		margin-bottom: 10px;
	}
	#prev_updates.tour #content {
		position: relative;
		top: 100px;
	}
	#prev_updates.tour #footer {
		position: relative;
		clear: both;
		width:940px;
		margin: 100px auto 20px auto;
		text-align: center;
		color: #717023;
	}
	
/* -------------------------------------------------------------- */
/* Join */
/* -------------------------------------------------------------- */
	#join.tour {
		background: url(../images/bg_join.jpg) top center no-repeat #0b3516;
	}
	#join.tour #header {
		position: absolute;
		top: 0;
	}
	#join.tour #content {
		margin-top: 180px;
	}
	#join.tour img.thumb_large {
		margin-right: 15px;
	}
	#join.tour #content .column .widget ul.featured_items li {
		display: block;
		border-top: 1px solid #ccc;
		font:normal normal bold 20px/100% helvetica, arial, sans-serif;
		padding: 9px 5px 2px;
		text-decoration: none;
	}

/* -------------------------------------------------------------- */
/* Country */
/* -------------------------------------------------------------- */
	#country.tour #wrapper {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -490px;
	}
	#country.tour #header {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -490px;
	}
	#country.tour #content {
		position: relative;
		width: 770px;
		margin: 0 auto 0 auto;
		background: #1c1c1c;
		top: 108px;
		left: 50%;
		margin-left: -385px;
	}
	#country.tour #content .country_entry .entry_inner_padding {
		position: relative;
		background:url(../images/bg_countries_entry.jpg) top repeat-x #54472c;
		padding:20px;
	}
	#country.tour h3.entry_headline {
		font: bold 47px/100% helvetica, arial, san-serif;
		color: #fff;
	}
	#country.tour p.description {
		font: 14px/120% arial, san-serif;
		color: #fff;
		margin-bottom: 10px;
	}
	#country.tour p.description a {
		color: #fc3;
		font-weight: bold;
	}
	#country.tour ul#bottom_menu {
		margin: 15px auto 0 auto;
	}
	#country.tour #columns {
		margin: 10px auto 15px auto;
	}
	#country.tour img.country_pic {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	#country.tour td#leftcol {
		width: 522px;
		
	}
	#country.tour td#rightcol {
		padding-left: 15px;
	}
	#country.tour #thumb_cluster {
		margin: 15px 0 0 0;
	}
	#country.tour #thumb_cluster img {
		display: block;
		width: 172px;
		height: 232px;
		margin: 0;
	}
	#country.tour .pagination {
		margin-top: 10px;
	}
	#country.tour #frank.ear {
		position: absolute;
		bottom: 10px;
		left:-100px;
	}
	#country.tour #join.ear {
		position: absolute;
		bottom: 10px;
		right:-115px;
	}
	#country.tour #footer {
		position: relative;
		margin-top: 120px;
	}
	
/* -------------------------------------------------------------- */
/* TOUR billing-support */
/* -------------------------------------------------------------- */
	#billing_support.tour #content {
		position: relative;
		top: 100px;
	}
	#billing_support.tour #footer {
		position: relative;
		clear: both;
		width:940px;
		margin: 100px auto 20px auto;
		text-align: center;
		color: #717023;
	}
	#billing_support.tour .widget hr {
		margin: 30px auto;
	}
	#billing_support.tour .widget a {
		color:#fc0;
		text-decoration: underline;
	}
	#billing_support.tour h4.question {
		font:normal normal bold 18px/100% helvetica, arial, sans-serif;
		color: #f4ac00;
		margin: 0 0 10px 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #f4ac00;
	}
	#billing_support.tour p.answer {
		font:normal normal normal 14px/120% arial, sans-serif;
		color: #bfc48d;
		margin-bottom: 20px;
	}
	#billing_support.tour p.answer a {
		font-weight: bold;
		color: #f4ac00;
	}
	#billing_support.tour p.description a {
		font-weight: bold;
		color: #f4ac00;
	}
	#billing_support.tour #password_problems ul li {
		list-style: disc outside;
		margin:10px 0 10px 30px;
		font:normal normal normal 14px/120% arial, sans-serif;
		color: #bfc48d;
	}

/* -------------------------------------------------------------- */
/* TWITTER UPDATE BOX */
/* -------------------------------------------------------------- */
	#twitter_div {
		font: normal normal normal 12px trebuchet, arial, sans-serif;
		width: 250px;
		color: #bfc48d;
		padding-top:5px;
		padding-left:15px;
		padding-bottom: 10px;
	}
	#twitter_div li {
		padding-bottom:7px;
	}
	#twitter_div a {
		color:#F4AC00;
		display:block;
		align:left;
	}
	#twitter_div a:visited {
		color:#BF8600;
	}
	#twitter_update_list {
		text-align:left;
		list-style-type: disc;
		border-bottom: 1px solid #bfc48d;
	}


/* -------------------------------------------------------------- */
/* FREE TOUR AUTOMATION */
/* -------------------------------------------------------------- */
#tour_container			{ background-color:#efefef; padding:1px 10px;}
.tour_item					{ background-color:#FFFFFF; margin:0 10px 10px 0; }
.tour_item h2				{ font-family:Arial, Helvetica, sans-serif; color:#222; letter-spacing:-1px; font-style:normal; margin:2px 0; font-size:24px }
.tour_mainitemlink		{ float:left; display:block; width:400px; }
.tour_mainimage			{ float:left; }
.tour_thumbscontainer	{ }
.tour_thumblink			{ float:left; display:block; margin:0 0 5px 5px ;}
.tour_thumbimage		{}
.tour_clear					{ clear:both; height:10px;}
.tour_nextlink				{}
.tour_prevlink				{}
.tour_joinnowlink			{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }
.tour_nextlink				{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }
.tour_prevlink				{ background-color:#000000; color:#FFFFFF; padding:10px; margin:10px; }

/* -------------------------------------------------------------- */
/* IE6 PNG FIX */
/* -------------------------------------------------------------- */
img, div { behavior: url(/js/iepngfix.htc) }
