/* ------------------------------------------------------------------------------*/ 
/*	Designed and Produced by Carlson Digital - a division of Carlson Marketing.  */
/*	Build start date: 31/7/2007                                                  */
/*	Developer: Rick Hurst                                                        */
/* ------------------------------------------------------------------------------*/


	

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

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

/* Page */
#page {
	background: transparent url(/a/img/common/backgroundStripes/greyPages.gif);
	width: 100%;
	border: 0;
}

		#page h3 {
			font-size: 1.5em;
			margin: 0 0 5px 0;
		}

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

		/* Columns */
		#page .col {
			padding: 10px;
			width: 453px;
			widt\h: 433px;
			margin-right: 1px;
			float: left;
		}
		


			#page .col h4 {
				margin-top: 10px;
			}

			#page .col ul {
				list-style-type: none;
			}

		#page .last {
			width: 394px;
			background: #ccc;
			margin-right: 0;
			padding: 0;
		}
		
		#page .last img {
			border-bottom: 1px solid #fff;
		}
			#page .last .inner {
				padding: 10px;
			}

		#page .featureBlock {
			background: #5e7376;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			width: 395px;
		}

		#page .featureBlock img {
			border-right: 1px solid #fff;
		}



