body, td 
{
	font-family: verdana, arial, helvetica;
	font-size:12px;
}
.headerImage span {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.headerImage h1
{
	position: relative;
	float:left;
	width:757px;
	height:147px;
	font-weight: normal;
	font-size: 1.5em;
	overflow: hidden;
	margin: 0;

} 
.headerImage h1 span
{
	background-image: url(/images/top_main_image_dealer_web_s.jpg);

}


/* ::::::::::::::::::::::::::::: HOME PAGE :::::::::::::::::::::::::::::::::: */
#homeBoxes ul {
	 margin-left: 10px;
    padding-left: 0;
    list-style: none;
	font-size:11px;
	padding-right:3px;

}
#homeBoxes li{
	padding-left: 14px;
	background: url(/images/li_arrowYellow.jpg) 0 6px no-repeat;
	padding-bottom:10px;
}
/* ::::::::::::::::::::::::::::: CONTENT :::::::::::::::::::::::::::::::::: */

#content .pageTitle
{
	font-family:arial;
	margin:0px;
	padding:0px;
	font-size:12pt;
	color:#576d82;
}

#content .pageTitleSub
{
		padding-left:20px;
		padding-top:3px;
}		

#content ul
{
	margin-left: 10px;
    padding-left: 0;
    list-style: none;
	padding-right:3px;
	padding-top:0px;
	margin-top:0px;

}		
#content li{
	padding:3px 0px 3px 14px;
	background: url(/images/li_arrowYellowLeftMenu.gif) 0 6px no-repeat;
}	

#content h4 {
	font-family:arial;
	font-size:11pt;
	margin:0px;
}

h3.heading
{
	margin:0px;
	padding:0px;
	color:#58587c;
}
#list30 li {
	padding:3px 0px 8px 2px;
	background: url(/images/spacer.gif) 0 2px no-repeat;
}
/* ::::::::::::::::::::::::::::: LEFT MENU :::::::::::::::::::::::::::::::::: */
#leftMenu ul
{
	margin-left: 10px;
    padding-left: 0;
    list-style: none;
	font-size:11px;
	padding-right:3px;
	padding-top:0px;
	margin-top:0px;

}		
#leftMenu li{
	padding:3px 0px 3px 14px;
	background: url(/images/li_arrowYellowLeftMenu.gif) 0 6px no-repeat;
	border-bottom:1px solid #DEDEDE;
}	
#leftMenu li:hover{
	background: url(/images/li_arrowBlueLeftMenu.gif) 0 6px no-repeat;
}	
#leftMenu li a{
	text-decoration:none;
	color:#000000;
}	
#leftMenu li a:hover{
	color:#576d82;
}

#leftMenu li.active {
	padding:3px 0px 3px 14px;
	background: url(/images/li_arrowBlueLeftMenu.gif) 0 6px no-repeat;
	border-bottom:1px solid #DEDEDE;
}	

#leftMenu li.active a{
	text-decoration:none;
	color:#576d82;
}	

#leftMenu h3.heading
{
	color:#668093;
	font-size:11pt;
	padding:5px 3px 3px 3px;
}
#leftMenu div.imgTitle
{
	margin:0px;
	padding:5px 0px 5px 10px;
}
#rBlogBox
{
	background-color:#DCE5D5;
	font-weight:bold;
	color:#4d5e72;

}
div.rBlogBox
{
	background-color:#DCE5D5;
	font-weight:bold;
	color:#4d5e72;

}
/*::::::::::::::::::::::::::::: SECTIONS :::::::::::::::::::::::::::::*/
/*////////////// FEATURES CHART /////////////// */

#features td.feature
{
	background-color:#FFFFFF;
	padding-left:20px;
}
#features td.basic
{
	background-color:#eff8ff;
	font-weight:bold;
	color: #58587c;
}
#features td.advance
{
	background-color:#d3e7f7;
	font-weight:bold;
	color: #58587c;
}
#features td.addon
{
	background-color:#d0dae2;
	font-weight:bold;
	color: #58587c;
}

#features td.featureTitle
{
	background-color:#FFFFFF;
	color: #58587c;
	font-weight:bold;

}
#features td.heading
{
	background-color:#FFFFFF;
	font-weight:bold;
	color:#000000;
}

/*////////////// LINKS DIRECTORY  /////////////// */

#linksDirectory .titleRow
{
	background-color:#DBE5D5;
	font-weight:bold;
}
#linksDirectory .oddRow
{
	background-color:#D4E7F7;
	
}
#linksDirectory .evenRow
{
	background-color:#FFFFFF;
	
	
}


/*/////////// Testimonails /////////////*/
#testimonailBox div.text
{
	text-align:justify;
	font-size:10px;
	margin:0px;
	padding:5px;
	font: italic 8pt Georgia, Times, serif;
	line-height:1.8em;
}
#testimonailBox div.by
{
	margin:0px;
	padding:5px;
	font-style: italic;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}


/*/////////// SIGN UP /////////////*/
   #signupTemplates {
	    text-align:center;
   }
   #signupTemplates td {
     padding-left: 3px;
	  background-color:#FBF9F5;
   }
   #signupTemplates td.heading {
	  background-color:#e0ecf7;
   }
   #signupTemplates .spacer1 {
     padding-top:5px;
   } 
   #signupTemplates .spacer2 {
     padding-top:40px;
	 background-color:#ffffff;
   } 
   #signupFrom .spacer {
	    background-color:#ffffff;
	}
   #signupFrom td.heading {
        background-color:#e0ecf7;
		color: #000000;
		font-weight:bold;
		padding-left:6px;
   }	
   #signupFrom td {
        background-color:#f6fbff;
   }
   #signupForm td.width10 {
        width:10px;
   }

  /*---------------------------- DISPLAY RELATED -----------------------------*/	
		.redText {
		    color: #990000;
		}
		.hidden {
		    display:none;
		}
		.clearBoth {
		    clear: both;
		}
		/*//// DO 40% Columns ////*/
	    .left40 {
		    float:left; 
			width: 40%; 
			clear:both;
		}
		.right40 {
		    float:right; 
			width: 40%;
		}
/* ::::::::::::::::::::::::::::: Used Car News Promotion :::::::::::::::::::::::::::::::::: */

		.ucn_text {
		color:#576d82;
		font-size: 11px;
		text-decoration: none;
		font-style: italic;
		font-weight: none;
		}
		.ucn_steptext {
		color:#ffffff;
		font-size: 16px;
		text-decoration: none;
		font-weight: none;
		}
		.ucn_heading2 {
		color:#576d82;
		font-size: 22px;
		text-decoration: none;
		font-weight:none;
		}  

		.ucn_heading {
		color:#576d82;
		font-size: 13px;
		text-decoration: none;
		font-weight:none;
		}
		  
		.ucn_body
		{
		font-family: verdana, arial, helvetica;
		font-size:13px;
		color:#000000;
		text-decoration: none;
		font-weight:none;
		font-style: none;
		}
/* ::::::::::::::::::::::::::::: FOOTER :::::::::::::::::::::::::::::::::: */
.top {
	padding: 20px 2px 5px 10px;
	text-align: right;
	font-size: 11px; 
	border-bottom: 1px solid #999999;}

#footer
	{
		border-top: 3px solid #626262;
	}
#footerMenu
	{
		color:#353535;
		padding-top:8px;
		font-size: 10px;
	}
#footerMenu a
	{
		color:#5c778a;
		text-decoration: none;
	}
#footerMenu a:hover
	{
		text-decoration: underline;
	}		
#footer td.footerCopyright
	{
		color:#353535;
		padding-top:4px;
		font-size: 10px;
	}
#footer td.footerCopyright a
	{
		color:#5c778a;
		text-decoration: none;
	}	
#footer td.footerCopyright a:hover
	{
		text-decoration: underline;
	}				

	.dealerLogin a{
		width:183px;
		display:block;
		border:1px solid #b5b5b5;
		color:#565656;
		text-transform:uppercase;
		font-size:16px;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
		padding-top:5px;
		padding-bottom:5px;
		font-family:Arial;
		background:url(/images/btnLoginBg.jpg) repeat-x #ebebeb;
	}
	.dealerLogin a:hover{
		border:1px solid #000;
	}
	
	.ajbanner a{
		background:url(/images/splash/bannerAj.png) no-repeat top left;
		width:184px;
		height:171px;
		display:block;
	}
	.ajbanner a:hover{
		background-position:-186px;
	}
	#fancybox-overlay{
		opacity:1 !important;
		background:#fff !important;
		filter: alpha(opacity = 100) !important;
	}