@charset "utf-8";
/* CSS Document */

#container {
	margin-bottom: 0 !important;
}

#nav_front {
	margin: -28px 15px 0;
	padding: 0 15px;
	width: 920px;
	height: 33px;
	position: absolute;
	z-index: 5;
	background: transparent url(../images/nav_bg.gif) 0 0 no-repeat;
	display: inline;
}

#flash_flipperContainer {
	margin: 0 auto;
	width: 924px;
}

#leftCol, #middleCol, #rightCol {
	float: left;
	display: inline;
}

#leftCol {
	margin: 0 10px 0 11px;
}

#searchContainer_front {
	margin: 0;
	width: 462px;
	height: 157px;
	background: #fff url(../images/search_bg.jpg) 0 0 no-repeat;
}

#search_front {
	padding: 0;
	color: #000;
}

#tabs {
	height: 38px;
}

#tabs a {
	margin: 0;
	padding: 0;
	width: 154px;
	display: block;
	background: url(../images/tab_bk.jpg) 0 0 repeat-x;
	border: none;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
}

#tabs a.active-tab {
	color: #ccc;
	background: transparent none;
}

/*  Front Page Tabs panels */
.panel {
	margin: 0;
	padding: 5px 0 0;
	height: 107px;
	overflow: auto;
	background: transparent;
	border: 0;
}

.panel.active-tab-body {
	width: 460px; 
}

.panel.active-tab-body p {	
	margin: 0 5px;
	padding: 0;
	font-size: 80%;
	color: #000;
}

/* form rules - front page search */
.panel label {
	margin: 0.2em 0 0.5em 0;
	padding: 0 3px 0 6px;
	width: 53px;
	float: left;
	display: inline;
	text-align: left;
	font-size: 80%;
}

.panel label.wideLabel {
	width: 70px;
}

.panel select, .panel input {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #000;
	font-size: 90%;
	width: 85px;
}

.panel input, #button2 {
	margin: 0 auto; 
	width: 150px; 
	height: 28px; 
	font-weight: 700; 
	font-size: 130%; 
	float: none;
	clear: both;
	
}

/* end form rules - front page search */

#address {
	margin-top: 8px;
}

#middleCol a {
	margin: 0 0 7px;
	width: 222px;
	height: 75px;
	display: block;
}

#middleCol {
	width: 222px;
}

#rightCol {
	margin: 0 11px 0 10px;
	width: 222px;
}

#footer {
	margin: 0 auto;
	padding: 20px 0 10px;
	width: 950px;
	background: transparent url(../images/roundedCorner_bttm.gif) 0 0 no-repeat;
	color: #fff;
}

#footer a {
	color: #981c1e;
}

#footertext {
	width: 950px;
	margin: 0.5em auto;
	}
	
#footertext a {	
	color: #981c1e;
	}
	
.footerright { /* per Kia.com compliance */
	display: none;
}