body {
    padding: 0;
	margin: 0;
	background: url(../images/body_bg.gif) repeat bottom left;	
}
html {
overflow-x: hidden;
}

p, form, ul {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.bold_text {
	font-weight: bold;
}
.bold_text_orange {
	font-weight: bold;
	color: #FF7D00;	
}
.italic_text {
	font-style: italic;	
}
#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
	background: transparent url(../images/main_container_bg_1.gif) repeat-y top left;
	position: relative;
	left: -6px;
}
.clear {
    clear: both;
    margin-top: -1px;
    height: 1px;
    overflow: hidden;
	background: transparent;
}
#top_container {
	margin: 0;
	padding: 0;
}
#top_container_1 {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
#advertisement {
	width: 770px;
	background: #FFFFFF;
}
#advertisement img{
	margin: 5px;
}
#top_nav_left {
	background: #FFFFFF url(../images/overlander_magazine_logo.png) no-repeat top left;
	width: 166px;
	height: 56px;
	float: left;
	display: inline;
}
.screen_no {
	display: none;
	overflow: hidden;
}
#top_nav_right {
	height: 56px;
	width: 604px;
	float: left;
	display: inline;
}
/* top navigation */

#nav_bar {
	width: 604px;
	height: 56px;
	overflow: hidden;
}
ul,li {
	list-style-type: none;
}

ul#nav {
	width: 604px;
	height: 56px;
	/*overflow: hidden;*/
	background: transparent url(../images/nav_bar_1.png) no-repeat 0 -56px;
}
ul#nav li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}
ul#nav li a {
	border: 0;
	display: block;
	text-decoration: none;
	background: transparent url(../images/nav_bar_1.png) no-repeat;
}
li#home_nav a {
	width: 51px;
	height: 56px;
}
li#vehicle_tests_nav a {
	width: 94px;
	height: 56px;
}
li#equipment_nav a {
	width: 77px;
	height: 56px;
}	 
li#destinations_nav a {
	width: 88px;
	height: 56px;
}
li#wallpapers_nav a {
	width: 86px;
	height: 56px;
}	
li#forum_nav a {
	width: 56px;
	height: 56px;
}	 
li#directory_nav a {
	width: 73px;
	height: 56px;
}
li#subscribe_nav a {
	width: 79px;
	height: 56px;
}	  	 	 	 
li#home_nav a:hover, li#home_nav a:focus {
	background-position: 0px -56px;
}
li#vehicle_tests_nav a:link, li#vehicle_tests_nav a:visited {	
	background-position: -51px 0px;
}
li#vehicle_tests_nav a:hover, li#vehicle_tests_nav a:focus {	
	background-position: -51px -56px;
}
li#equipment_nav a:link, li#equipment_nav a:visited {	
	background-position: -145px 0px;
}
li#equipment_nav a:hover, li#equipment_nav a:focus {	
	background-position: -145px -56px;
}
li#destinations_nav a:link, li#destinations_nav a:visited {	
	background-position: -222px 0px;
}
li#destinations_nav a:hover, li#destinations_nav a:focus {	
	background-position: -222px -56px;
}
li#wallpapers_nav a:link, li#wallpapers_nav a:visited {	
	background-position: -310px 0px;
}
li#wallpapers_nav a:hover, li#wallpapers_nav a:focus {	
	background-position: -310px -56px;
}
li#forum_nav a:link, li#forum_nav a:visited {	
	background-position: -396px 0px;
}
li#forum_nav a:hover, li#forum_nav a:focus {	
	background-position: -396px -56px;
}
li#directory_nav a:link, li#directory_nav a:visited {	
	background-position: -452px 0px;
}
li#directory_nav a:hover, li#directory_nav a:focus {	
	background-position: -452px -56px;
}
li#subscribe_nav a:link, li#subscribe_nav a:visited {	
	background-position: -525px 0px;
}
li#subscribe_nav a:hover, li#subscribe_nav a:focus {	
	background-position: -525px -56px;
}	
body#home_selected ul#nav li#home_nav a {
	background-position: 0px -112px;
}
body#vehicle_tests_selected ul#nav li#vehicle_tests_nav a {
	background-position: -51px -112px;
}
body#equipment_selected ul#nav li#equipment_nav a {
	background-position: -145px -112px;
}
body#destinations_selected ul#nav li#destinations_nav a {
	background-position: -222px -112px;
}
body#wallpapers_selected ul#nav li#wallpapers_nav a {
	background-position: -310px -112px;
}
body#forum_selected ul#nav li#forum_nav a {
	background-position: -396px -112px;
}
body#directory_selected ul#nav li#directory_nav a {
	background-position: -452px -112px;
}
body#subscribe_selected ul#nav li#subscribe_nav a {
	background-position: -525px -112px;
}

/* overlander 4wd content */

#inner_container {
	margin-top: -4px;
	padding: 0;
	width: 770px;
}
#inner_container_news {
	margin-top: -4px;
	width: 770px;
	padding: 0;
}
#content_left {
	float: left;
	width: 180px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#content_middle {
	float: right;
	background: #FFFFFF;
	width: 406px;
	padding: 0;
	margin: 0;
}
#content_right {
	float: right;
	width: 180px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

/* footer */
#footer_container_main {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 170px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent url(../images/footer_bg_main.gif) no-repeat top left;
	position: relative;
	left: -6px;
}	
#footer {
	padding: 0;
	height: 40px;
	text-align: center;
}
#footer_inner {
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B2B2B;
	padding-bottom: 15px;
	background: url(../images/body_bg.gif) repeat left bottom;
}
#footer_inner a {
	text-decoration: none;
	color: #2B2B2B;
}
#footer_inner a:hover {
	text-decoration: underline;
}
#fpc_logo {
	height: 21px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* general links */

.on_sale_now_text a, .latest_offer_text a, .wallpapers_text a, .directory_page_text a, .special_offers_index_text a, .features_left_text a, #inner_container_news a {
	color: #FF7D00;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.on_sale_now_text a:hover, .latest_offer_text a:hover, .wallpapers_text a:hover, .directory_page_text a:hover, .special_offers_index_text a:hover, .features_left_text a:hover, #inner_container_news a:hover {
	text-decoration: underline;
}


/* on sale now */

#on_sale_now {
	background: #F1EBD5;
	margin: 0;
	padding: 0;
	width: 180px;
}
.on_sale_now_title {
	background: url(../images/on_sale_now_title.gif) no-repeat top left;
	width: 180px;
	height: 44px;
	margin: 0;
	padding: 0;
}
.on_sale_now_text {
	background: #F1EBD5;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
}

/* vehicle search left */

#vehicle_search_left {
	background: #F1EBD5;
	margin: 0;
	padding: 0;
	width: 180px;
}
.vehicle_search_left_title {
	background: url(../images/vehicle_search_title.gif) no-repeat top left;
	width: 180px;
	height: 44px;
	margin: 0;
	padding: 0;
}
.vehicle_search_left_text {
	background: #F1EBD5;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
}
.drop_down_1 {
	height: 18px;
	width: 157px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	padding: 1px 3px;
	margin-top: 4px;
}

/* newsletter */

#newsletter {
	background: #F1EBD5;
	margin: 0;
	padding: 0;
	width: 180px;
}
.newsletter_title {
	background: url(../images/newsletter_title.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	margin: 0;
	padding: 0;
}
.newsletter_text {
	background: #2F4B34;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.button_submit {
	cursor: pointer;
	padding: 0;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
}


/* feature left */

#features_left {
	background: #F1EBD5;
	margin: 0;
	padding: 0;
	width: 180px;
}
.features_left_title {
	background: url(../images/feature_title_left.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	margin: 0;
	padding: 0;
}
.features_left_text {
	background: #2F4B34;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* latest offer */

#latest_offer {
	background: #D6C78E;
	margin: 0;
	padding: 0;
	width: 180px;
}
.latest_offer_title {
	background: url(../images/latest_offer_title.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	margin: 0;
	padding: 0;
}
.latest_offer_text {
	background: #D6C78E;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4536;
}

/* wallpapers */

#wallpapers {
	background: #4E4536;
	margin: 0;
	padding: 0;
	width: 180px;
}
.wallpapers_title {
	background: url(../images/wallpapers_left_title.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	margin: 0;
	padding: 0;
}
.wallpapers_text {
	background: #4E4536;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 9px;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4F0ED;
}

/* search  */

#search_overlander {
	background: #FF7E00;
	margin: 0;
	padding: 0;
	width: 180px;
}
.search_overlander_title {
	background: url(../images/search_title.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	margin: 0;
	padding: 0;
}
.search_overlander_text {
	background: #FF7E00;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 9px;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4F0ED;
}
input.search_overlander {
	height: 15px;
	width: 120px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	padding: 1px 3px;
}

/* search  */

#feature_links {
	background: #4E4536;
	margin: 0;
	padding: 0;
	width: 180px;
}
.feature_links_title {
	background: url(../images/feature_links_title.gif) no-repeat top left;
	width: 180px;
	height: 45px;
	margin: 0;
	padding: 0;
}
.feature_links_text {
	background: #4E4536;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 9px;
	padding-bottom: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4F0ED;
	text-align: left;
}

.feature_links_text p {
	margin: 5px 0;
}

.feature_links_text a {
	color: #fff;
	text-decoration: none;
}


/* advertisement column */

#advertisement_column {
	background: #2F4B34 url(../images/right_advertisement_title_2.gif) no-repeat top left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* special offers */

#special_offers_index {
	padding-bottom: 5px;
	margin: 0;
}
.special_offers_index_title {
	background: url(../images/special_offer_title.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.special_offers_index_text {
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
}
.top_space {
	margin: 0;
	padding-top: 4px;
}

/* latest articles */

#latest_articles {
	padding-bottom: 5px;
	margin: 0;
}
.latest_articles_title {
	background: url(../images/latest_articles_title.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.latest_articles_text {
	margin: 0;
	padding: 0;
}

/* article display */

.article_layout {
	margin-top: 12px;
}
.article_layout_pic {
	padding-left: 12px;
	float: left;
	width: 124px;
}
.article_layout_info {
	float: right;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7D00;
	font-weight: bold;
	width: 246px;
}
.article_layout_info a, .article_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none;
}
.article_layout_info a:hover, .article_links a:hover {
	text-decoration: underline; 
}
.article_layout_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	width: 246px;
}
.article_layout_content a, .article_detail a {
	color: #FF7D00;
	text-decoration: none; 
	font-size: 11px;
}
.article_layout_content a:hover, .article_detail a:hover {
	text-decoration: underline; 
}
.article_detail_image {	
	float: left;
	width: 124px;
	margin-left: 0;
	margin-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
}
.text_flow {
	font-weight: bold;
	overflow: hidden;
}
.text_flow a {
	overflow: hidden;
}
#article_detail {
	margin: 0;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
}
#article_detail a {
	color: #FF7D00;
	text-decoration: none; 
	font-size: 11px;
	overflow: hidden;
}
#article_detail a:hover {
	text-decoration: underline; 
}
.article_detail_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4C4533;
	font-weight: bold;
	width: 382px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.article_links {
	width: 382px;
	margin-top: 7px;
	margin-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 11px;
	color: #4C4533;
}

/* standard tool bar */

#standard_tools {
	width: 124px;
	height: 33px;
	margin-top: 10px;
	margin-bottom: 4px;
	position: relative;
	display: block;
	padding: 0;
}
/* top navigation */

#standard_tools_button {
	position: absolute;
	width: 124px;
	height: 33px;
	display: inline;
	overflow: hidden;
	list-style: none;
    margin: 0;
	padding: 0;
}
#standard_tools_button li {
	display: inline;
	list-style-type: none;		
}
#standard_tools_button a:link, #standard_tools_button a:visited {
	float: left;
	width: 124px;
	padding: 33px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
}
#s1 a:link, #s1 a:visited  {
	background-image: url(../images/standard_tools_print.gif);
	width: 31px;
	height: 33px;
}
#s2 a:link, #s2 a:visited  {
	background-image: url(../images/standard_tools_email.gif);
    width: 30px;
	height: 33px;	
}
#s3 a:link, #s3 a:visited  { 
    background-image: url(../images/standard_tools_text_small.gif); 
	width: 30px;
	height: 33px;
}
#s4 a:link, #s4 a:visited { 
    background-image: url(../images/standard_tools_text_large.gif); 
	width: 33px;
	height: 33px;
}
#standard_tools_button a:hover { 
	background-position: 0px -33px; 
}


/* vehicle test finder */

#vehicle_test_finder {
	padding-bottom: 25px;
	margin: 0;
}
.vehicle_test_finder_title {
	background: url(../images/vehicle_test_finder_title.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.vehicle_test_finder_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
}
.vehicle_manufacturer_container {
	margin-top: 10px;
	padding: 0;
	margin-left: 8px;
}
.vehicle_manufacturer_links {
	width: 71px;
	height: 50px;
	padding: 4px;
	float: left;
	clear: none;
}

/* forum */

#forum {
	padding-bottom: 7px;
	margin: 0;
	clear: both;
}
.forum_title {
	background: url(../images/forum_title.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.forum_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	font-weight: normal;
}
.forum_join_link {
	padding: 5px;
	width: 274px;
	float: right;
	margin-right: 7px;
	
}
.forum_header_image {
	width: 83px;
	float: left;
}
.forum_join_link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none;
}
.forum_join_link a:hover {
	text-decoration: underline; 
}
.forum_latest_discussions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: bold;
	margin-top: 7px;
}
.forum_latest_discussions_results {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
}
.forum_latest_discussions_results a {
	color: #FF7D00;
	text-decoration: none;
}
.forum_latest_discussions_results a:hover {
	text-decoration: underline; 
}

/* vehicle tests page */

#vehicle_tests_page {
	padding-bottom: 15px;
	margin: 0;
}
.vehicle_tests_page_title {
	background: url(../images/vehicle_tests_title.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.vehicle_tests_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
}
.vehicle_tests_page_text_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.latest_tests_articles_title {
	background: url(../images/latest_tests_title.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}

/* pagination */
.previous_link a, .next_link a {
	color: #000000;
	text-decoration: none;
	padding: 4px 7px;
	margin-right: 3px;
	margin-left: 3px;
}
.previous_link a:hover, .next_link a:hover {
	text-decoration: underline;
}
.non_selected_page a {
	color: #000000;
	text-decoration: none;
	padding: 4px 7px;
	margin-right: 3px;
	margin-left: 3px;
	
}
.non_selected_page a:hover {
	text-decoration: underline;
}
.selected_page {
	background: #FC7C00;
	color: #FFFFFF;
	padding: 4px 7px;
	margin-right: 3px;
	margin-left: 3px;
}
#all_tests_paging {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #F2EBD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

/* vehicle search page */

#test_finder {
	padding: 0px;
	margin: 0;
}
.test_finder_title {
	background: url(../images/test_finder_title.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.test_finder_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
}
#vehicle_search_page {
	padding-bottom: 25px;
	margin: 0;
}
.vehicle_search_page_title {
	background: url(../images/vehicle_tests_title.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.vehicle_search_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
}
.drop_down {
	height: 18px;
	width: 310px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	padding: 1px 3px;
	margin-top: 4px;
}
.vehicle_tests_drop_down {
	margin: 0;
	padding: 0;
}

/* equipment */

#equipment_page {
	clear: both;
	padding-bottom: 15px;
	margin: 0;
}
#equipment_page_index {
	padding-bottom: 5px;
	margin: 0;
}
.equipment_page_title {
	background: url(../images/equipment_title.gif) no-repeat bottom left;
	height: 36px;
	width: 406px;
}
.equipment_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.equipment_page_text_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
}
.equipment_page_result_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}

/* destinations */

#destinations_page {
	padding-bottom: 15px;
	margin: 0;
}
#destinations_page_index {
	padding-bottom: 25px;
	margin: 0;
}
.destinations_page_title {
	background: url(../images/destinations_title.gif) no-repeat bottom left;
	height: 36px;
	width: 406px;
}
.destinations_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.destinations_page_text_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
}
.destinations_page_result_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.destinations_page_text_2 {
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
/* wallpapers */

#wallpapers_page {
	padding-bottom: 15px;
	margin: 0;
}
.wallpapers_page_title {
	background: url(../images/wallpapers_title.gif) no-repeat bottom left;
	height: 36px;
	width: 406px;
}
.wallpapers_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
}
.wallpapers_page_text_1 {
	margin: 0;
	padding: 0;
}
/* directory */

#directory_page {
	padding-bottom: 15px;
	margin: 0;
}
.directory_page_title {
	background: url(../images/directory_title.gif) no-repeat bottom left;
	height: 36px;
	width: 406px;
}
.directory_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}
.directory_feature_listings_title {
	background: url(../images/directory_feature_listings.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.directory_search_results_title {
	background: url(../images/directory_search_results.gif) no-repeat top left;
	height: 34px;
	width: 406px;
}
.directory_search_results {
	width: 382px;
	margin: 0;
}
.directory_feature_listings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 12px;
	padding-top: 0px;
	margin: 0;
}
.directory_search_results_repeat {
	width: 382px;
	overflow: hidden;
}
.directory_feature_listings a {
	text-decoration: none;
	color: #4C4533;
}
.directory_feature_listings a:hover {
	text-decoration: underline;
}
#directory_feature_display {
	padding-top: 15px;
	margin: 0;
}
.result_heading {
	color: #FF7D00;
	font-weight: bold;
	font-size: 11px;
}
.result_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	
}
.result_body {
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;	
}
.result_body a {
	color: #4C4533;
	text-decoration: none;
	font-weight: normal;
}
.result_body a:hover {
	text-decoration: underline;
}

/* subscribe */

#subscribe_page {
	padding-bottom: 15px;
	margin: 0;
}
.subscribe_page_title {
	background: url(../images/subscribe_title.gif) no-repeat bottom left;
	height: 36px;
	width: 406px;
}
.subscribe_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}
.subscribe_page_text a {
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none;
}
.subscribe_page_text a:hover {
	text-decoration: underline; 
}

/* latest offer */

#latest_offer_page {
	padding-bottom: 15px;
	margin: 0;
}
.latest_offer_page_title {
	background: url(../images/latest_offer_main_title.gif) no-repeat bottom left;
	height: 34px;
	width: 406px;
}
.latest_offer_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 5px;
}
.latest_offer_page_text a {
	color: #FF7D00;
	font-weight: bold;
	text-decoration: none;
}
.latest_offer_page_text a:hover {
	text-decoration: underline; 
}

/* privacy policy */

#privacy_policy_page {
	padding-bottom: 15px;
	margin: 0;
}
.privacy_policy_page_title {
	background: url(../images/privacy_policy_title.gif) no-repeat bottom left;
	height: 36px;
	width: 406px;
}
.privacy_policy_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}
.privacy_policy_page_text a {
	color: #FF7D00;
	text-decoration: none;
}
.privacy_policy_page_text a:hover {
	text-decoration: underline; 
}

/* legal notices */

#legal_notices_page {
	padding-bottom: 15px;
	margin: 0;
}
.legal_notices_page_title {
	background: url(../images/legal_notices_title.gif) no-repeat bottom left;
	height: 36px;
	width: 406px;
}
.legal_notices_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}
.legal_notices_page_text a {
	color: #FF7D00;
	text-decoration: none;
}
.legal_notices_page_text a:hover {
	text-decoration: underline; 
}

/* advertise */

#advertise_page {
	padding-bottom: 15px;
	margin: 0;
}
.advertise_page_title {
	background: url(../images/advertise_with_us_title.gif) no-repeat bottom left;
	height: 36px;
	width: 406px;
}
.advertise_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4533;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
}
.advertise_page_text a {
	color: #FF7D00;
	text-decoration: none;
}
.advertise_page_text a:hover {
	text-decoration: underline; 
}

/* more great titles */

#fpc_sites {
	height: 170px;
	width: 770px;
	display: block;
	overflow: visible;
}

#fpc_sites h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 10px 5px 30px;
	line-height: 20px;
	text-align: left;
	margin: 0px;
}
#fpc_sites_1 {
	height: 50px;
	position: relative;
	display: block;
	margin-left: 40px;
	overflow: hidden;
}
#fpc_titles_1 {
	width: 700px;
	height: 50px;
	display: inline;
	overflow: hidden;
	list-style: none;
    margin: 0;
	padding: 0;
}
#fpc_titles_1 li {
	display: inline;
	list-style-type: none;		
}
#fpc_titles_1 a:link, #fpc_titles_1 a:visited {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
}
#fpc_sites_2 {
	height: 50px;
	position: relative;
	display: block;
	margin-left: 156px;
	overflow: hidden;
}
#fpc_titles_2 {
	width: 700px;
	height: 50px;
	display: inline;
	overflow: hidden;
	list-style: none;
    margin: 0;
	padding: 0;
}
#fpc_titles_2 li {
	display: inline;
	list-style-type: none;		
}
#fpc_titles_2 a:link, #fpc_titles_2 a:visited {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
}
#australian_golf_digest a:link, #australian_golf_digest a:visited  {
	background: #FFF url(../images/logos/australian_golf_digest.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 10px;
}
#fast_fours a:link, #fast_fours a:visited  {
	background: #FFF url(../images/logos/fast_fours.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 10px;
}
#gq a:link, #gq a:visited  {
	background: #FFF url(../images/logos/gq.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 10px;
}
#live_to_ride a:link, #live_to_ride a:visited  {
	background: #FFF url(../images/logos/live_to_ride.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 10px;
}
#modern_boating a:link, #modern_boating a:visited  {
	background: #FFF url(../images/logos/modern_boating.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 20px;
}
#modern_fishing a:link, #modern_fishing a:visited  {
	background: #FFF url(../images/logos/modern_fishing.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 10px;
}
#two_wheels_scooter a:link, #two_wheels_scooter a:visited  {
	background: #FFF url(../images/logos/scooter.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 10px;
}
#truck_australia a:link, #truck_australia a:visited  {
	background: #FFF url(../images/logos/truck_trailer.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 10px;
}
#truckin_life a:link, #truckin_life a:visited  {
	background: #FFF url(../images/logos/truckin_life.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 20px;
}
#two_wheels a:link, #two_wheels a:visited  {
	background: #FFF url(../images/logos/two_wheels.gif) -105px 0px no-repeat;
	width: 105px;
	margin-left: 10px;
}
#fpc_titles_2 a:hover, #fpc_titles_2 a.current { 
	background-position: 0px 0px; 
}
#fpc_titles_1 a:hover, #fpc_titles_1 a.current { 
	background-position: 0px 0px;  
}