@CHARSET "ISO-8859-1";

.TheSlide {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-170px;
	margin-top:			-225px;
	width:				674px;
	height:				499px;
}

#TheContent {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-161px;
	margin-right:			5px;
	margin-top:			-216px;
	width:				620px;
	height:				480px;
	
	overflow-x:			hidden;
	overflow-y:			auto;
	
	font-family:		arial;
	font-size:			11px;
	color:				#000;
}
#TheContent a {
	text-decoration:	none;
	color:				#b30000;
}
#TheContent a:hover {
	text-decoration:	underline;
}
#TheContent table img {
	border-color: #900;
}

.hBarBackground {
	position:			absolute;
	top:				50%;
	left:				0px;
	margin-top:			-257px;
	width:				100%;
	height:				32px;
	background-image:	url(../images/hbar.background.gif);
	
}

.MCCLogo {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-372px;
	margin-top:			-256px;
	width:				202px;
	height:				30px;
	
	background-image:	url(../images/mcc.logo.gif);
}
.MCCSubLogo {
	position:			absolute;
	top:				50%;
	right:				50%;
	margin-right:		189px;
	margin-top:			-226px;
	padding-top:		3px;
	padding-right:		8px;
	
	font-family:		arial;
	font-size:			11px;
	color:				#FFF;
	font-weight:		bold;
}
.KIALogo {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-471px;
	margin-top:			-226px;
	width:				100px;
	height:				500px;
	
	background-image:	url(../images/kia.logo.gif);
}

#LocationBar {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-171px;
	margin-top:			-276px;
	padding:			4px;
	padding-left:		10px;
	
	font-family:		arial;
	font-size:			10px;
	color:				#999;
}
#LocationBar a {
	color:				#999;
	text-decoration:	none;
	cursor:				pointer;
}
#LocationBar a:hover {
	color:				#b30000;
}

#SecondaryBar {
	position:			absolute;
	top:				50%;
	right:				50%;
	margin-right:		-472px;
	margin-top:			-256px;
	padding-top:		8px;
	padding-right:		10px;
	
	font-family:		arial;
	font-size:			14px;
	color:				#000;
	font-weight:		bold;
}
#SecondaryBar a {
	color:				#000;
	text-decoration:	none;
	cursor:				pointer;
}
#SecondaryBar a.active {
	color:				#b30000;
	cursor:				default;
}
#SecondaryBar a:hover {
	color:				#b30000;
	text-decoration:	underline;
}

.MenuContainer {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-372px;
	margin-top:			-276px;
	width:				202px;
	height:				550px;
	
	background-color:	#b30000;
}
.Menu {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-372px;
	margin-top:			-195px;
	width:				170px;
}
.Menu ul {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
}
.Menu ul li {
	padding:			0px;
	margin-bottom:		8px;
	
	border-width:		0px 0px 2px 0px;
	border-color:		#FFF;
	border-style:		dotted;
	
	font-family:		arial;
	font-size:			11px;
	font-weight:		bold;
	color:				#FFF;
	text-align:			right;
}
.Menu ul li a {
	text-decoration:	none;
	color:				#FFF;
}
.Menu ul li a:hover {
	text-decoration:	none;
	color:				#ffff33;
}

#MenuBox {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin-left:		-359px;
	margin-top:			-29px;
	width:				178px;
	height:				300px;
}

#MenuBox img {
	border-width:		1px 1px 1px 1px;
	border-color:		#fff;
	margin-left:		-2px;
	margin-top:			-10px;
	*margin-top:		0px;
	_margin-top:		0px;
}

.SlideImageLink a img {
	border-color:		#B30100;
}

.SlideMsgContainer {
	border-width: 		1px 0px 1px 0px;
	border-color: 		#b30000;
	border-style: 		solid;
	height: 			20px;
	vertical-align:		middle;
	background-color: 	#000;
}

.SlideMsgContainer a {
	margin: 			0px 5px 0px 5px;
	font-size: 			14px;
	text-decoration: 	none;
	vertical-align:		middle;
	color: 				#ddd;
}

.SlideMsgContainer a:hover {
	color:				#fff;
	cursor:				pointer;
}

.SlideMsgCarName {
	color: 				#b30000;
	font-weight: 		bold;
}

.SlideMsgCarName:hover {
	color:				#ed1f24;
}




