/* ------------------------------------------------------------------------------*/ 
/*	Designed and Produced by Carlson Digital - a division of Carlson Marketing.  */
/*	Build start date: 15/08/07                                                   */
/*	Developer: Nik	 	                                                         */
/* ------------------------------------------------------------------------------*/


/*-----------------------------------*/
/* Main image slot in top section    */

#mainImageSlot {
	width: 1000px;
	height: 150px;
	border-bottom: 1px solid #fff;
	background: transparent url(/a/img/aboutHyundai/news/3/feature.jpg) top left no-repeat;
}

/* Page */
#page {
	background: #fff;
	width: 100%;
	border: 0;
}

	#page #pageInner {
		padding: 10px;
		border: 0;
	}

		#page #pageInner ul {
			margin: 0;
			list-style-type: none;
			padding: 0;
		}

		#page #pageInner ol {
			margin: 25px 0 10px 20px;
			padding: 0;
		}

			#page #pageInner ol li {
				margin-bottom: 20px;
			}
		
		#page h3 {
			font-size: 1.5em;
		}

		#page h4,
		#page h5 {
			font-size: 1.1em;
		}

		#page .newsSummary {
			background: #5E7376;
			padding: 10px;
			color: #fff;
			font-weight: bold;
		}
		



#pSitemap #pageInner ul{
	margin-left:10px !important;
	margin-bottom:5px !important;
}		
