/* CSS Document */

body {
	margin: 0px;
	background-color: #F8F8F8;
	font-style : normal;
	font-weight : normal;
	font-size : 70%;
	font-family : arial;
	color: #666666;
}

#center {	
	width: 752px;
	margin: 0px auto;
	height: auto;
}

#layoutframe {
	float: left;
	width: 750px;
	border: 1px solid #CCCCCC;
}

#header {
	float: left;
	width: 750px;
	height: 100px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

#main {
	float: left;
	width: 750px;
	background-color: #FFFFFF;
	padding: 0px;
}

#mainForm {
	float: left;
	width: 690px;
	background-color: #FFFFFF;
	padding: 30px;
}

#contentCol {
	float: left;
	width: 509px;
	/*height: 250px;*/
	border-right: 1px solid #CCCCCC;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px 20px 40px 20px;
}

#contentCol2 {
	float: left;
	width: 509px;
	/*height: 600px;*/
	border-right: 1px solid #CCCCCC;
	text-align: left;
	background-color: #FFFFFF;
	padding: 0px 20px 40px 20px;
}

#rightCol {
	float: left;
	width: 200px;
	text-align: center;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 50px;
	margin-bottom: 218px;
}

#base {
	float: left;
	width: 750px;
}

#baseMain {
	float: left;
	width: 549px;
	height: 21px;
	border-right: 1px solid #CCCCCC;
	text-align: left;
	background-color: #b4d33e;
}

#baseRight {
	float: left;
	width: 200px;
	height: 21px;
	text-align: center;
	background-color: #C5C3C3;
}

#footMain {
	float: left;
	width: 550px;
	height: 32px;
	text-align: left;
	margin-top: 10px;
}

#footRight {
	float: left;
	width: 200px;
	height: 32px;
	text-align: right;
	margin-top: 10px;
}

#homeList {
	width: 500px;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
}

#homeListLeft {
	float: left;
	width: 240px;
	height: 100px;
	border: 0px solid #CCCCCC;
	margin-right: 20px;
}

#homeListRight {
	float: left;
	width: 240px;
	height: 100px;
	border: 0px solid #CCCCCC;
}

#homeButtons {
	float: left;
	/*padding-bottom: 15px;*/
	margin-bottom: 20px;
	width: 100%;
}

#homeCarparking {
	float: left;
	width: 260px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	border-right: 0px dashed #CCCCCC;
}

#homeOfferGroup {
	float: left;
	width: 508px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}

#homeOfferContent {
	background-color: #bfde48;
	background-image: url(../images/page/homeoffers-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 24px;
	width: 488px;
	padding: 8px 10px 8px 10px;
	color: #fff;
}

#homeMeetGreet {
	float: left;
	width: 205px;
	border: 0px solid #CCCCCC;
	margin-right: 10px;
}

#homeSellingPoints {
	float: left;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#homeSellingPoints1 {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 15px;
}

#homeSellingPoints2 {
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#homeSellingPoints3 {
	float: left;
	width: 220px;
	margin-right: 10px;
}

#homeRightCol {
	float: left;
	width: 180px;
	text-align: left;
	background-color: #ffffff;
	/* padding: 50px 10px 218px 10px; */
	padding: 50px 10px 100px 10px;
}


	

