/* Generic page styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #565656;
	background-image: url(../images/diamond_upholstery.jpg);
}

h1 {
	font-size: 1.15em;
		color: #CC0000;
}
#maincintent h1 {
	font-size: 1.15em;
	color: #CC0000;
}
h2 {
	font-size: 1.15em;
	color: #2E392E;
}
h3 {
	font-size: 1.05em;
	color: #CC0000;
}
h4 {
	font-size: 1.05em;
	color: #2E392E;
}
h5 {
	font-size: 1em;
	color: #CC0000;
}
h6 {
	font-size: 1em;
	color: #2E392E;
}


.red_highlight {
	font-size: 0.9em;
	font-weight:bold;
	color: #cc0000;
}

/* site menu styles */
#leftmenu {
	background-color: #d91822;
	background-image: url(../images/franchisee_hatbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#leftmenu td {
	padding:5px 10px;
	text-align: right;
}
#leftmenu a:link, #leftmenu a:visited {color: #FFFFFF;text-decoration:none;}
#leftmenu a:hover, #leftmenu a:active {color: #FFFFFF;text-decoration:underline;} 

/* house ads styles */
.housead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
	padding-right: 40px;
}
.housead_header {
	color: #cc0000;
	font-weight: bold;
}
.housead a:link, .housead a:visited {
	color: #cc0000;
	text-decoration:none;
}
.housead a:hover, .housead a:active {
	color: #d91822;
	text-decoration:none;
}

/* footer styles */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
		line-height: 120%;

	text-align: center;
}
#footer a:link, #footer a:visited {color: #666666;text-decoration:underline;}
#footer a:hover, #footer a:active {color: #565656;text-decoration:underline;} 

/* homepage type (2 column full gradient) main content area styles */
#homecontent {
	background-color: #f4f4f4;
	background-image: url(../images/franchisee_contenttile.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #d6d5d6;
	border-bottom: 1px solid #d6d5d6;
	border-left: 1px solid #d6d5d6;
	padding: 0px 10px 0 40px;
}
#homepg_special{
}
#homepg_copy{
	padding-top: 50px;
	line-height: 120%;
}

/* aboutus type ( single column full gradient) content area styles */
#maincontent {
	background-color: #f4f4f4;
	background-image: url(../images/franchisee_contenttile.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #d6d5d6;
	border-bottom: 1px solid #d6d5d6;
	border-left: 1px solid #d6d5d6;
	line-height: 120%;
	padding: 50px 40px 0 40px;
	min-height: 450px;
}

/* menu type ( small yellow bar at top) content area styles */
#menucontent {
	background-color: #ffffff;
	background-image: url(../images/franchisee_menucontentbg.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #d6d5d6;
	border-bottom: 1px solid #d6d5d6;
	border-left: 1px solid #d6d5d6;
		line-height: 120%;
padding: 50px 40px 0 40px;
	min-height: 550px;
}

/* aboutus type ( white content area) content area styles */
#mapcontent {
	background-color: #ffffff;;
	border-top: 1px solid #d6d5d6;
	border-bottom: 1px solid #d6d5d6;
	border-left: 1px solid #d6d5d6;
	padding: 50px 0px 0 0px;
}
#extrascontent {
	background-color: #ffffff;;
	border-top: 1px solid #d6d5d6;
	border-bottom: 1px solid #d6d5d6;
	border-left: 1px solid #d6d5d6;
	padding: 0px 0px 0 0px;
}
#arbys-div
{
	width    : 692px;
	height   : 1150px;
	overflow : hidden;
	position : relative;
}
#arbys-div2
{
    width    : 575px;
    height   : 850px;
    overflow : hidden;
    position : relative;
}
 
#arbys-iframe
{
	position : absolute;
	top      : -150px;
	left     : 25px;
	width    : 600px;
	height   : 1250px;
	border: none;
}
#arbys-iframe2
{
    position : absolute;
    width    : 550px;
    height   : 650px;
}
.menu_on {
	background-color: #b10c12;
}
