/*---------------------------------------------*/
/* Car Profile				       */
/*---------------------------------------------*/	


#topprofile {
	/*background-color:	#d3d3d3;*/
    border: 1px solid #d3d3d3;
    background-color:	#ffffff;
	width:			635px;
	height:			290px;
	min-height:		290px;
	}
	
#contact {
	height: 		258px;
	min-height:		258px;
	padding:		0px;
	margin:			5px;
	width:			150px;
	float:			right;
	}

#contacttable {
	font-size:		8pt;
	width:			150px;
	padding:		0px;
	margin:			10px 5px;
	}
	
#mainimage {
	height: 		258px;
	min-height:		258px;
	padding:		0px;
	margin:			2px 0px 0px 0px;
	width:			300px;
	float:			left;
	}

#gallery {
	height: 		258px;
	min-height:		258px;
	padding:		0px;
	margin:			0px;
	width:			175px;
	float:			right;
	}

#greybar {
	background-image:	url('../images/style/greybar.jpg');
	width:			625px;
	height:			20px;
	min-height:		20px;
	padding:		0px 5px;
	margin:			2px 0px 15px 0px;
	font-size: 		11pt;
	font-family:		Arial;
	color:			#484848;
	text-align:		left;
	}

.greybutton {
	background-image:	url('../images/style/greybutton.jpg');
	height:			18px;
	min-height:		18px;
	width:			125px;
	padding:		0px;
	margin:			2px 10px;
	font-size:		8pt;
	font-color:		#000000;
	text-align:		center;
	line-height:		1.75em;
	}

.whitebutton {
	height:			20px;
	min-height:		20px;
	width:			75px;
	font-size:		10pt;
	font-color:		gray;
	text-align:		center;
	background-color: 	white;
	border:			1px solid gray;
	}

.contactlink {
	margin:			2px 5px;
	}

.features li{
	float:			left;
	padding:		3px 0px;
	width:			49%;
	}

.ul features {
	list-style-type:   	disc;
	list-style-image:	none;
	list-style-position:	outside;

	}
