@charset "UTF-8";
/* CSS Document */

div#brandinternal {
	background:#FFFFFF;
	height:180px;
	position:relative;
}
div#distinctive {
	background:#ebebeb url(../assets/bkg_distinctive.gif) repeat-x;
	height:360px;
	/*margin:150px 0px 0px 0px;*/
	padding:0px 0px 0px 50px;	
	border-bottom:1px solid #e5e5e5;
}

div.distinctive_one_col img {
	margin:12px 0px;
}

div.distinctive_two_col img {
	margin:12px 0px;
}

div.distinctive_one_col {
	width:148px;
	padding:0px 15px;
	float:left;
}

div.distinctive_two_col {
	width:328px;
	padding:0px 15px;
	float:left;
}

div.distinctive_separator {
	height:180px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	float:left;
}
