/* Styles for Page 1 */
.main_background {
	background-image:		url('../img/franchise/page1_background.jpg');
	background-position:	top right;
	background-repeat:		no-repeat;
}
#main_description_text {
	margin-left:			17px;
	width:					360px;
	z-index:				2;
}
#new_dimension {
	width:					545px;
}
#new_dimension .inner_container {
	background-image:		url('../img/franchise/new_dimension_tile.png');
	background-repeat:		repeat-y;
}
#new_dimension .inner_container p {
	margin:					0;
}
#new_dimension .inner_container h1 {
	margin-top:					0;
}
#new_dimension .inner_container ul {
	list-style-image:		url('../img/etc/bullet.png');
	padding-right:			30px;
	margin-top:				0;
	margin-bottom:			0;
}
#down_button {
	line-height:			0;
	white-space:			nowrap;
	margin:					0;
	padding:				0;
}
#down_button img {
	float:					left;
	margin:					0;
	padding:				0;
}

/* Styles for Franchise Network */
.franchise_network_with_background {
	background-image:		url('../img/franchise/network_background.jpg');
	background-position:	top right;
	background-repeat:		no-repeat;
	padding-top:			120px;
}
.franchise_network_with_background ul {
	padding-left:			20px;
	font-weight:			bold;
	margin-bottom:			8pt;
}
.franchise_network_with_background ul ul {
	list-style-type:		disc;
	padding-left:			16px;
	font-weight:			normal;
}
.franchise_network_list_title {
	width:					255px;
	background-color:		#b20008;
	padding:				5px;
	font-weight:			bold;
	color:					white;
}

