/* CSS for the BuicGMC2 Home page layout*/
#heroRow {
	width: 1000px;
	height: 300px;
	margin: 0px 0px 20px;
}
#ribbonRow {
	width: 984px;
	height: 135px;
	margin: 0px 8px 20px;
}
#dealerImageRow, #aboutDealerRow, #aboutCellRow {
	width: 940px;
	margin: 0px 30px 20px;
}
#bottomImageRow {
	margin: 0px 30px;
}

#aboutDealerText {
	margin-right:18px;
	float:left;
	width:620px;
    overflow-x:auto;
	padding-bottom:3px;
}

.hRibbonAssembly{width:980px;}
.dealerImage
{
	width:300px;
	float: left;
	margin-right:18px;
	overflow: hidden;
	font-size:0px;
}
.dealerImageBorder{
	border:1px solid black;	 
	font-size:0px;
 }

body.editMode .dealerImage {
	height: 298px;
	width: 298px;
}
body *
{
	text-align:left;
}
.dealerImage.lastDealerImage
{
	margin-right:0px;
}
.welcomeTabHeadline{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.welcomeTabText{
	font-size:12px;
}
#aboutDealerImage
{
	width:300px;
	float:right;
    border:0;
	overflow:hidden;
	font-size:0px;
}

/* H Cell */
#aboutCell 
{
	width:918px;
	margin-right:15px;
	border:1px solid black;
	padding: 10px;
	background-color:white;
	overflow-x:hidden;
}


#bottomImage
{
	width:938px;
	padding:0px;
	border:0;
	overflow-x:hidden;
	font-size:0px;
}

