/* 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 a {
	color: #6E6A68;
}
.franchise_network_with_background a:hover {
	text-decoration: underline;
}
.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;
}

/*CSS added by shrikant*/

.table_wrap{
	width:960px;
	margin:0 auto;
	padding:0px;
}

.tbl_border{
	background:url(../img/franchise/tbl_bg_border.png) repeat-y top;
	width:960px;
}
.middle_border{
	border-left:1px solid #7c7c7a;
}

.tbl_footer{
	background:url(../img/franchise/tbl_btm_crnr.png) no-repeat top;
	height:53px;
	width:960px;
}
.table_leftcontent{
	padding:5px 10px 10px 5px;
	width:390px;
}
.table_rightcontent{
	padding:5px 15px 10px 10px;
	width:560px;
	font-size:12px;
	vertical-align:top;
}
.go_btn{
	float:right;
	margin-right:15px;
}
.go_btn a{
	float:right;
	background:url(../img/franchise/go.png) no-repeat top;
	height:30px;
	width:53px;
}
.go_btn a:hover{
	background:url(../img/franchise/go_hover.png) no-repeat top;
}
.textimg{
	background:url(../img/franchise/text_image.png) no-repeat top;
	height:45px;
	width:438px;
}
.top_crn{
	background:url(../img/franchise/tbl_top_crnr.png) no-repeat bottom;
	height:7px;
	width:960px;

}
.inner_container .link_off {
	color:#6e6a68;
	text-decoration:none;
	background-position:center right;
	background-repeat:no-repeat;
	padding-right:10px;
	font-size:12px;
}

.inner_container a:hover {
	color:#b20008;
	background-position:center right;
	background-repeat:no-repeat;
	font-size:12px;
	cursor:pointer;
}

