/* BASIC CLASSES */
html, body {
	height: 100%;
	background: #ffffff url('http://dineequity.com/img/bg_bleed.jpg') repeat-x;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	background: #ffffff url('http://dineequity.com/img/bg_bleed.jpg') repeat-x;
}
body.home {
	background: #ffffff url('http://dineequity.com/img/bg_home.jpg') top center;
}
a, a:link, a:visited {
	color: #d32721;
	text-decoration: underline;
}
a:hover, a:active {
	color: #521c78;
	text-decoration: none;
}
a.selected {
	color: #521c78 !important;
	text-decoration: none;
}
#page-wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#content-wrapper {
	clear: both;
	padding-top: 55px;
}
body.investors #content-wrapper {
	clear: both;
	padding-top: 0;
}
#content {
	clear: both;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
}
body.home #content {
	clear: both;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}
.column-left {
	float: left;
	width: 210px;
}
.column-right {
	float: left;
	width: 430px;
	padding-bottom: 20px;
}
#header-wrapper {
	background: transparent url('http://dineequity.com/img/bg_header.jpg') repeat-x;
	height: 120px;
}
#header-print {
	display: none;
}
#footer-wrapper {
	clear: both;
	margin-top: 75px;
	padding-bottom: 50px;
}
#footer {
	font-size: 9px;
	line-height: 11px;
	color: #666666;
}
#footer a, #footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: none;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
}
h1 {
	font-size: 19px;
	color: #521c78;
	margin-bottom: 15px;
	line-height: 125%;
}
h2 {
	font-size: 12px;
	color: #521c78;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 125%;
}
.rule {
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 10px;
}
#subnav-wrapper {
	clear: both;
	height: 55px;
	border-bottom: 1px solid #ceced1;
}
#subnav {
	text-align: center;
	font-size: 11px;
	padding: 10px;
}
#nav-wrapper {
	background: transparent url('http://dineequity.com/img/nav2.gif') 0 0 no-repeat;
	width: 800px;
}
#nav UL {
	list-style-type: none;
}

#nav A {
	color: #000;
	text-decoration: none;
}
#nav A:hover {
	color: #000;
	text-decoration: underline;
}
#nav {
	height: 30px;
	width: 800px;
	list-style: none;
	overflow: hidden;
	padding-left: 0px;
}
#nav li {
	margin: 0; 
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
	width: 800px;
}
li#nav1 a {
	background: transparent url('http://dineequity.com/img/nav2.gif') -0px 0 no-repeat;
	width: 77px;
}
li#nav2 a {
	background: transparent url('http://dineequity.com/img/nav2.gif') -77px 0 no-repeat;
	width: 90px;
}
li#nav3 a {
	background: transparent url('http://dineequity.com/img/nav2.gif') -167px 0 no-repeat;
	width: 78px;
}
li#nav4 a {
	background: transparent url('http://dineequity.com/img/nav2.gif') -245px 0 no-repeat;
	width: 154px;
}
li#nav5 a {
	background: transparent url('http://dineequity.com/img/nav2.gif') -399px 0 no-repeat;
	width: 110px;
}
li#nav6 a {
	background: transparent url('http://dineequity.com/img/nav2.gif') -509px 0 no-repeat;
	width: 169px;
}
li#nav7 a {
	background: transparent url('http://dineequity.com/img/nav2.gif') -678px 0 no-repeat;
	width: 122px;
}
li#nav1.selected a, li#nav1 a:active, li#nav1 a:hover {
	background: transparent url('http://dineequity.com/img/nav2.gif') -0px -30px no-repeat;
}
li#nav2.selected a, li#nav2 a:active, li#nav2 a:hover {
	background: transparent url('http://dineequity.com/img/nav2.gif') -77px -30px no-repeat;
}
li#nav3.selected a, li#nav3 a:active, li#nav3 a:hover {
	background: transparent url('http://dineequity.com/img/nav2.gif') -167px -30px no-repeat;
}
li#nav4.selected a, li#nav4 a:active, li#nav4 a:hover {
	background: transparent url('http://dineequity.com/img/nav2.gif') -245px -30px no-repeat;
}
li#nav5.selected a, li#nav5 a:active, li#nav5 a:hover {
	background: transparent url('http://dineequity.com/img/nav2.gif') -399px -30px no-repeat;
}
li#nav6.selected a, li#nav6 a:active, li#nav6 a:hover {
	background: transparent url('http://dineequity.com/img/nav2.gif') -509px -30px no-repeat;
}
li#nav7.selected a, li#nav7 a:active, li#nav7 a:hover {
	background: transparent url('http://dineequity.com/img/nav2.gif') -678px -30px no-repeat;
}

