html, BODY
{
	background-color:#000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	font-family: Arial, Verdana;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

a { outline:none; border: 0; }

img { border: 0; }

a:link {color: #0066cc;}
a:visited {color: #0066cc;}
a:active{color: #0066cc;}
a:hover {color: #dc2028;}

a.caffeveloce:link {color: #634c03;}
a.caffeveloce:visited {color: #634c03}
a.caffeveloce:active{color: #634c03;}
a.caffeveloce:hover {color: #dc2028;text-decoration:underline;}
.caffeveloce {font-size:16px;text-decoration:none;}

#Page 
{
	position: absolute;
	z-index: 3;
	
	background-image: url(../images/sub_background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 950px;
	top: 0px;	
	/*min-height: 100%;*/
}

#MainPage 
{
	position: absolute;
	z-index: 3;	
	background-image: url(../images/main_background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 950px;
	top: 0px;	
	/*min-height: 100%;*/
}

#BackgroundMaintenance 
{
	position: absolute;
	top: 363px;
	left: 708px;
	z-index: 4;
}

#HomeLogo 
{
	position: absolute;
	top: 69px;
	left: 792px;
	z-index: 22;
}

/* NAV CSS */
#Navigation 
{
	position: absolute;
	top: 17px;
	height: 29px;
	width: 930px;
	background-image: url(../images/menu/nav_background.gif);
	padding-left: 20px;
	z-index: 10;
}


ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}

li 
{
	float: left;
	position: relative;
	z-index: 10;
}


li ul 
{
	display: none;
	position: absolute;
	left: 0;
	top: 28px;
	background-color: #DC2028;
	z-index: 10;
	border-bottom: solid 8px #DC2028;
}

li ul li 
{
	height: 22px;
	width: 128px;
	background-color: #DC2028;
	z-index: 10;
}


.DropDownTopBorder 
{
	background-image: url(../images/menu/dropdown_top_border.gif);
	width: 128px;
	height: 9px;
	z-index: 10;
}


li:hover ul { display: block; z-index: 10; }

/* END NAV CSS */

#PageHeader 
{
	position: absolute;
	left: 31px;
	top: 74px;
	z-index: 9;
}

#ContentHeader 
{
	position: absolute;
	left: 105px;
	top: 213px;
}

#Content 
{
	font-family: Arial, Verdana;
	font-size: 0.96em;
	line-height: 18px;
	position: relative;
	left: 105px;
	top: 247px;
	width: 519px;
	/*height: 100%;*/
	height: 350px;
	z-index: 3;
	overflow: hidden;
}

.intro { font-size: 16px; line-height: 22px; }

.mid { font-size: 11px; line-height: 15px; }

#linktangle {
	background: #dc2028;
	color: #ffffff;
	padding: 3px;
}

a.linktangletext:link {color: #ffffff; text-decoration: none;}
a.linktangletext:visited {color: #ffffff; text-decoration: none;}
a.linktangletext:active{color: #ffffff; text-decoration: none;}
a.linktangletext:hover {color: #ffffff; text-decoration: underline;}

#direct { text-align: center; padding: 5px; background: #e1e1e1; width: 239px; }

#pageimage 
{
	position: absolute;
	left: 672px;
	top: 252px;
}

#AbsoluteFooter 
{
	background-image: url(../images/footer/footer.gif);
	width: 950px;
	height: 188px;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

#RelativeFooter 
{
	background-image: url(../images/footer/footer.gif);
	width: 950px;
	height: 188px;
	position: relative;
	bottom: -188px;
	z-index: 1;
}

#contactus 
{
	position: absolute;
	left: 30px;
	top: 154px;
	z-index: 3;
}

#privacy 
{
	position: absolute;
	left: 878px;
	top: 154px;
	z-index: 3;
}

#nowmedia 
{
	position: absolute;
	left: 862px;
	top: 174px;
	z-index: 3;
}

.CarSearchIFrame 
{
	z-index: 12;
	border: solid 1px #C9CCD1;
}

#MainContentHomeContainer 
{
	height: 300px;
}

#MainContentTag 
{
	position: absolute;
	top: 413px;
	left: 34px;
	z-index: 1111;
	clear: both;
}

#MainContentRow 
{
	position: absolute;
	top: 451px;
	left: 33px;
	z-index: 1111;
}

.MainContentBlock 
{
	border: solid 1px #C9CCD1;
	padding: 13px 13px 13px 11px;
	margin-right: 12px;
	width: 191px;
	height: 114px;
	background-color: #FFFFFF;
	z-index: 50;
	float: left;
}

.MainContentBlock .ImageBlock 
{
	background-color: #D4D6DB;
	.margin-top: 1px;
	.height: 114px;
	.width: 51px;
	float:right;
}

.MainContentBlock .Content 
{
	width: 140px;
	height: 114px;
	float: left;
}

.MainContentBlock .Content .Copy 
{
	font-size: 11px;
	color: #626469;
	width: 133px;
	line-height: 15px;
	position: relative;
	top: 10px
}

.MainContentBlock .Content .Copy a 
{
	text-decoration: underline;
	color: #626469;	
}