/**
 * CSS STYLE SHEET FOR HYPERLINKS 
 *	Note: Navigation and Menu-specific links are on the "menus.css" file.
 * 	Note: Hyperlink styles for the homepage are on the "homepage.css" file.
 */

/* 
 * GENERIC LINK STYLES:
 */
a:link {
	color:#012973;
	}
a:visited {
	color:#666666;
	}
a:hover {
	color:#880413;
	}
/* 
 * HEADER LINK STYLES:
 */
h1 a:link, 
h2 a:link,
h1 a:visited, 
h2 a:visited {
	color:#222222;
	text-decoration:none;
	}
h1 a:hover, 
h2 a:hover {
	color:#880413;
	text-decoration:underline;
	}
/*
 * NEWMAR LOGO LINK (in the main header)
 */
#head h1 a {
	display: none;
	}
/* 
 * FEATURED LINKS (right sidebar)
 */
#featured_links_content a:link {
	color:#222;
	}
#featured_links_content a:visited {
	color:#666666;
	}
#featured_links_content a:hover {
	color:#880413;
	}
/*
 * FIND A DEALER (right sidebar)
 * COMPARE MODELS (right sidebar)
 */
#find_dealer a:link,
#model_comparison a:link {
	color:#fff;
	}
#find_dealer a:visited,
#model_comparison a:visited {
	color:#ccc;
	}
#find_dealer a:hover,
#model_comparison a:hover {
	color:#b2c0db;
	}
/*
 * WATCH A VIDEO (right sidebar)
 * REQUEST A BROCHURE (right sidebar)
 */
#videos_mid a:link,
#request_brochure a:link  {
	text-decoration:none;
	color:#222;
	}
#videos_mid a:visited,
#request_brochure a:visited  {
	text-decoration:none;
	color:#666666;
	}
#videos_mid a:hover,
#request_brochure a:hover  {
	text-decoration:underline;
	color:#880413;
	}
/* 
 * FOOTER LINKS
 */
#foot a:link {
	color:#fff;
	margin:0 7px;
	text-decoration:none;
	}
#foot a:visited {
	color:#ccc;
	text-decoration:none;
	}
#foot a:hover {
	text-decoration:underline;
	}

/* 
 * ABSOLUTELY POSITIONED DIV LINKS
 *  (site search & dealer login)
 */
#top_menu a {
	margin:0 8px;
	color:#222;
	text-decoration:none;
	}
#login_box a {
	padding:10px;
	color:#fff;
	background:transparent url(../images/background/bg_dealer_login.gif) no-repeat left bottom;
	text-decoration:none;
	display:block;
	}
#login_box a:hover {
	background:transparent url(../images/background/bg_dealer_login_on.gif) no-repeat left bottom;
	}
#login_box a span {
	background:transparent url(../images/arrows/redarrow.gif) no-repeat left center;
	padding-left:16px;
	}
/*
 * MODELS PAGES LINKS:
 */
#sections_list a:link {
	text-decoration:none;
	color:#222;
	}
#sections_list a:visited {
	text-decoration:none;
	color:#666666;
	}
#sections_list a:hover {
	text-decoration:underline;
	color:#880413;
	}
/* gallery tabs */
#tabs a {
	display:block;
	float:left;
	padding:7px 10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
#tabs a.unselected_tab { 
	background:transparent url(../images/buttons/bttn_pg_ip.gif) no-repeat center right; 
	}
#tabs a.unselected_tab:hover { 
	background:transparent url(../images/buttons/bttn_pg_ip_selected.gif) no-repeat center right; 
	}
#tabs a.selected_tab { 
	background:transparent url(../images/buttons/bttn_pg_ip_selected.gif) no-repeat center right;
	cursor:default;
	}
#tabs.bttm_border a.unselected_tab,
#tabs.bttm_border a.unselected_tab:hover { 
	border-left:solid 1px #353535;
	}
/* gallery table links */
.gallery a { 
	color:#1D1D1D; 
	}
/* gray box (right sidebar) */
#gray_box a:link {
	color:#222;
	}
#gray_box a:visited {
	color:#666666;
	}
#gray_box a:hover {
	color:#880413;
	}
/* red box (right sidebar) */
#red_box a:link {
	color: #fff;
	text-decoration:underline;
	}
#red_box a:visited {
	color:#fff;
	}
#red_box a:hover{
	color:#b2c0db;
	}
#red_box h4 a {
	color: #fff;
	text-decoration:underline;
	}
#red_box h4 a:hover {
	text-decoration:underline;
	}

