html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
	font-size: 75%; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #392348;
	color: #888;
	text-align: center;
	min-width: 998px;
}

body.radio {
	background-color: #27431b;
}

body.blog {
	background-color: #392348;
}

body.advice {
	background-color: #234842;
}

body.tv {
	background-color: #594d36;
}

body.about {
	background-color: #907b4d;
}

body.products {
	background-color: #6d1715;
}

/* LAYOUT */

#wrapper {
	width: 998px;
	margin: 0px auto;
	height: auto;
/* 	height: 100%; */
	overflow: hidden;
	background-color: #e4e0e0;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#content_wrap {
	width: 998px;
	height: auto;
	margin: 0px auto;
	overflow: auto;
	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-y;
}

#home #content_wrap {
	background-image: none;
}

#content {
	font-size: 1em;
	float: left;
	padding: 0;
	margin: 0;
/* 	width: 568px; */
	width: 577px;
	background-color: white;
}

#content .content {
	padding: 9px 18px;
	height: auto;
	overflow: hidden;
}

/* END LAYOUT */

/* HEADER */
#header {
	margin: 0px auto;
	padding: 0;
	height: 141px;
	width: 100%;
	overflow: hidden;
	background-color: white;
	background-image: url(images/mel_robbins_logo.gif);
	background-repeat: no-repeat;
}

#header a#logo {
	position: relative;
	float: left;
	display: block;
	width: 450px;
	height: 97px;
}
/* END HEADER */

/* TOP MENU */
#tools {
	width: 500px;
	height: 97px;
	overflow: hidden;
	position: relative;
	float: right;
	text-align: left;
}

#search_menu {
	width: 220px;
	height: 33px;
	margin-top: 6px;
	position: relative;
	float: right;
	background-image: url(images/bg_search.gif);
	background-repeat: no-repeat;
}

#search_menu form {
	padding-top: 6px;
	padding-left: 13px;
	padding-right: 6px;
}

#search_menu input#s {
	position: relative;
	float: left;
	clear: none;
	background-color: #e9e6e6;
	border: none;
	width: 135px;
	height: 18px;
	text-align: left;
	color: #5c5a5a;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#search_menu #searchinput {
	position: relative;
	float: left;
	width: 66px;
	height: 18px;
	border: none;
	background-color: #e9e6e6;
	margin: 0;
	padding: 0;
	color: #5c5a5a;
	font-size: 12px;
	text-align: right;
	clear: none;
	text-transform: uppercase;
}

#tools ul {
	position: relative;
	float: right;
	width: auto;
	margin-top: 10px;
	list-style: none;
	padding-right: 14px;
}

#tools ul li {
	position: relative;
	float: left;
	text-transform: uppercase;
	line-height: 16px;
	font-size: 1em;
	padding-right: 20px;
	list-style: none;
}

#tools ul li.last {
	padding-right: 0px;
}

#tools ul li a {
	color: #5c5a5a !important;
	text-decoration: none !important;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 16px;
}

#tools #share,
#tools #newsletter {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	text-align: right;
}

#tools #share {
	width: 65px;
}

#tools #newsletter {
	width: 200px;
}

#tools #social-media {
	position: relative;
	float: right;
	clear: both;
	margin-top: 5px;
	width: 77px;
	padding-left: 3px;
}

#tools #social-media a {
	position: relative;
	float: left;
	width: 34px;
}

#tools li.rss-link {
	padding-left: 18px;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/* END TOP MENU */

/* MAIN MENU */
div#menu {
	height: 44px;
	width: 998px;
	font-size: 1.3em;
	position: relative;
	float: left;
	clear: both;
	z-index: 20;
/* 	display: block; */
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	width: auto;
/* 	padding: 0 9px; */
	color: white;
/* 	display: block; */
	height: 44px;
}

#nav li:hover a,
#nav li.sfhover a,
#nav a.selected {
	color: #333;
	text-decoration: none;
}

#nav li {
	float: left;
	z-index: 10;
	display: inline-block;
	line-height: 27px;
	clear: none;
	position: relative;
}

#nav li a {
	position: relative;
	display: block;
	height: 44px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#nav li a:hover {
	background-position: 0 100%;
}

#nav li a.selected,
#nav li a.selected:hover {
	background-position: 0 -44px;
}

#nav #m_blog {
	width: 158px;
	background-image: url(images/btn_m_blog.gif);
}

#nav #m_advice {
	width: 170px;
	background-image: url(images/btn_m_advice.gif);
}

#nav #m_radio {
	width: 168px;
	background-image: url(images/btn_m_radio.gif);
}

#nav #m_tv {
	width: 167px;
	background-image: url(images/btn_m_tv.gif);
}

#nav #m_about {
	width: 168px;
	background-image: url(images/btn_m_about.gif);
}

#nav #m_products {
	width: 167px;
	background-image: url(images/btn_m_products.gif);
}
/* END MAIN MENU */

/* BREADCRUMBS */
.breadcrumb {
	color: #8a888a;
	font-size: 1em;
/* 	padding: 10px 0 5px 24px; */
	text-align: left;
/* 	margin-bottom: 10px; */
	height: 34px;
	line-height: 34px;
	padding-left: 18px;
	background-image: url(images/bg_breadcrumb.gif);
	background-repeat: repeat-x;
}

.breadcrumb a {
	color: #8a888a;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}

/* END BREACRUMBS */

/* PAGE HEADERS */
.page-headers {
	padding-left: 20px;
	text-transform: uppercase;
	text-align: left;
	width: 780px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.page-headers h1 {
	display: inline;
	font-size: 60px;
	margin-right: 20px;
	color: inherit;
	line-height: 1em;
}

.page-headers h2 {
	display: inline;
	font-size: 32px;
	color: inherit;
	line-height: 1em;
}

.page-headers h3 {
	display: block;
	font-weight: normal;
	font-size: 18px;
	color: #6b6b6b;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-indent: 0.2em;
}

/* section colors */
.blog-color {
	color: #392348 !important;
}

.advice-color {
	color: #234842 !important;
}

.radio-color {
	color: #27431b !important;
}

.tv-color {
	color: #594d36 !important;
}

.about-color {
	color: #907b4d !important;
}

.products-color {
	color: #6d1715 !important;
}

/* end section colors */
/* END PAGE HEADERS */

/* SHARE TOOLBAR */
#content .share-options {
	height: 1em;
	margin-top: 1em;
}

#content .share-options .addthis_toolbox {
	float: left;
	padding: 0;
}

#content .share-options .addthis_toolbox a {
	padding: 0;
}

#content .share-options .addthis_toolbox a span {
	width: 1px;
	overflow: hidden;
	margin: 0;
}

#content .share-options a {
	position: relative;
	float: left;
	color: black;
	margin-right: 10px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
}

#content .share-options a:hover {
	color: black;
	text-decoration: underline;
}
/* END SHARE TOOLBAR */

/* FOOTER */
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 998px;
	height: 36px;
	font-size: 0.9em;
	margin-top: 15px;
	text-transform: uppercase;
}

#footer a {
	color: #8a8a8a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	position: relative;
	float: left;
	text-align: left;
	padding-left: 9px;
}

#footer_right {
	position: relative;
	float: right;
	text-align: right;
	line-height: 1.2em;
	padding-right: 9px;
}

#footer p {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
}

/* END FOOTER */