* {
  margin: 0;
  padding: 0;
}

body {
	background-image: url(images/bg_wallpaper.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 14px;
	color: #ED6E00;
	margin-bottom: 5px;
}

h2 {
	font-size: 11px;
	color: #00B052;
	text-transform: uppercase;
	border-top: 1px solid #00B052;
	margin-top: 20px;
}

ul {
	list-style-type: none;
	padding-bottom: 10px;
}

li {
	background-image: url(images/bullet_orng.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	padding: 0 0 3px 18px;
	text-indent: 0;
	
}


/* Link Styles 
 ---------------------------------------------------------- */


a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #00B052;
}

a:active {
	text-decoration: none;
	color: #666666;
}
#ready_to_own a{
	color:#ED6E00;
	text-decoration:none;
}

#ready_to_own a:hover{
	color:#ED6E00;
	text-decoration:underline;
}

/* Side Content Styles 
 ---------------------------------------------------------- */
#contentSide {
	font-size: 11px;
	line-height: 17px;
}

#contentSide h2 {
	border-top: 0;
	margin-top: 0;
}

#contentSide h3 {
	font-size: 9px;
	line-height:14px;
	color: #ED6E00;
	text-transform: uppercase;
	margin-top: 15px;
}

#contentSide ul {
	list-style-type: none;
	padding-bottom: 10px;
}

#contentSide li {
	background-image: url(images/bullet_orng.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	padding: 0 0 3px 18px;
	text-indent: 0;
}

#contentSide li:hover {
	background-image: url(images/bullet_grn.gif);
}

#contentSide li a:hover {
	text-decoration: none;
	color: #732B8F;
}



/* Footer Styles
---------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 13px;
	color: white;
	margin-bottom: 0;
	margin-left:auto;
	margin-right:auto;
}

#footer p {
	margin-bottom: 4px;
}

#footer a:link {
	text-decoration: none;
	color: #732B8F;
}

#footer a:visited {
	text-decoration: none;
	color: #732B8F;
}

#footer a:hover {
	text-decoration: underline;
	color: #732B8F;
}

#footer a:active {
	text-decoration: none;
	color: #732B8F;
}


/* Form Styles
---------------------------------------------------------- */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

input:focus, select:focus, textarea:focus {
	background-color:#EFEFEF;
}

.formNote {
	color:#ED6E00;
}


/* Custom Misc. Styles
 ---------------------------------------------------------- */
.logo {
	margin-left:20px;
	margin-top:34px;
	height:81px;
	width:300px;
}

.image_mn_left {
	margin-right:10px;
	float:left;
}

.intro {
	font-size: 13px;
	line-height: 21px;
}

.note {
	font-size: 10px;
	line-height: 14px;
}


.nutritioninfo {
	font-size: 10px;
	line-height: 14px;
}

.nutritioninfo th {
	text-align:left;
}

.login {
	font-size: 10px;
	line-height: 13px;
	padding-top: 8px;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}


/* HIDE/SHOW STYLING
----------------------------------------------- */
.commenthidden {display:none}
.commentshown {display:inline}	

p.hide_expand {
	font-size: 10px;
	margin-top: -10px;
}

p.hide_expand2 {
	font-size: 10px;
	margin-top: 0px;
}



/* Table Banner Styles
---------------------------------------------------------- */
table.banner_home {
	background-image:url(images/banners/home_bg.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

table.banner_ab {
	background-image:url(images/banners/about_bg.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

table.banner_mn {
	background-image:url(images/banners/menu_bg.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

table.banner_lc {
	background-image:url(images/banners/locations_bg.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

table.banner_fr {
	background-image:url(images/banners/franchise_bg.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

table.banner_co {
	background-image:url(images/banners/contact_bg.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}