body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4d4d4d;
	background: url(../images/rftools/site-bg-wide.jpg) no-repeat center top;
	background-color: #d7d7d7;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
p {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
span {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
img { border: none }

a, a:visited {
	color: #536187;
}
a:hover {
	color: white;
}
ol, ul, li {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
#wrapper {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: -294px;*/
	position: relative;
}

/* @group Center BG groups */
#tcenter {
	width: 906px;
	margin-left: auto;
	margin-right: auto;
}

#center_center {
	width: 876px;
	background-color: #f0ece6;
	margin: 0;
	padding: 0;
}
#center_left_channel {
	width: 15px;
	height: 100%;
	background: url(../images/rftools/center-mid-left-bg.jpg) repeat-y;
}
#center_right_channel {
	width: 15px;
	height: 100%;
	background: url(../images/rftools/center-mid-right-bg.jpg) repeat-y;
}
#center_high_left {
	width: 15px;
  	height: 531px;
	background: url(../images/rftools/center-high-left-bg.jpg) no-repeat top;
}
#center_high_right {
	width: 15px;
  	height: 531px;
	background: url(../images/rftools/center-high-right-bg.jpg) no-repeat top;	
}
#center_low {
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	height: 28px;
	background: transparent url(../images/rftools/center-low-bg.jpg) no-repeat center top;
}

#footer_txt {
	color: #999999;
	font-size: 10px;
	padding-bottom: 20px;
}
#footer_txt_left {
	float: left;
	padding-left: 40px;
}
#footer_txt_right {
	float: right;
	padding-right: 40px;
}
#footer_txt a, a:visited {
	color: #999999;
}
#footer_txt a:hover {
	color: white;
}

/* @end */

#head_top {
	height: 139px;
	background: #efece5 url(../images/rftools/head-top-bg.jpg) no-repeat;
	width: 867px;
	margin-right: auto;
	margin-left: auto;
}

/* @group Home */

#home_content {
	width: 842px;
	background: url(../images/rftools/home-content-bg.jpg) no-repeat;
	background-color: #9fb5b8;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #734418;
  	height:346px;
	margin-bottom: 15px;
}
/*#content {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 29px;
	padding-right: 29px;
}*/

#home_big_nav {
	width: 842px;
	height: 131px;
	background-color: #f0ece6;
	margin-bottom: 6px;
	clear: both;
}

#home_order_today {
	width: 267px;
	height: 131px;
	float: left;
	background: url(../images/rftools/home-big-nav-order-today.jpg) no-repeat;
	background-color: #f0ece6;
	border: 1px solid #734418;
	margin-right: 18px;
}

#home_tools {
	width: 267px;
	height: 131px;
	float: left;
	background: url(../images/rftools/home-big-nav-free-tools.jpg) no-repeat;
	background-color: #f0ece6;
	border: 1px solid #734418;
	margin-right: 17px;
}

#home_sign_up {
	width: 267px;
	height: 131px;
	float: left;
	background: url(../images/rftools/home-big-nav-sign-up.jpg) no-repeat;
	background-color: #f0ece6;
	border: 1px solid #734418;
}

.home_big_desc {
	padding-right: 20px;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
	padding-top: 46px;
	font-weight: bold;
	line-height: 14px;
}

.home_btns {
	text-align: right;
	padding-right: 14px;
	padding-top: 14px;
}

#home_content_tbl {
	padding-top: 24px;
	vertical-align: top;
}
#home_rf_book {
	margin-left: 96px;
}
#home_text {
	padding-left: 56px;
	padding-right: 64px;
	text-align: left;
	vertical-align: top;
}
#home_text h2 {
	color: #724418;
	font: 40px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	margin-top: 40px;
}
#home_text p {
	font-size: 18px;
	color: white;
	text-align: left;
	padding-top: 0px;
	margin-top: 4px;
}

/* @end */

#menu {
	padding-bottom: 10px;
}
#main_content {
	width: 842px;
	background: url(../images/rftools/main-content-bg.jpg) no-repeat;
	background-color: #a8bfc2; /*#9fb5b8;*/
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #734418;
	margin-bottom: 15px;
	text-align: left;
}

#crumbs {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	margin-top: 20px;
	margin-left: 26px;
	margin-bottom: 20px;
}
#crumbs a {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}
#crumbs a:hover {
	color: #bdb1ae;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

/* @group Main */

.main_layout_tbl {
	
}
.main_left_col {
	padding-left: 20px;
	width: 142px;
}
.main_center_col {
	padding-right: 20px;
	padding-left: 20px;
}
.main_center_col a, a:visited {
	color: #536187;
}
.main_center_col a:hover {
	color: white;
}
.main_right_col {
	padding-right: 20px;
	width: 211px;
}

.main_para {
	margin-bottom: 24px;
}
.main_para h2 {
	color: #673710;
	font: 20px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	margin-top: 0;
}
.main_para .posted {
	font-weight: bold;
	font-size: 10px;
}
.main_para p {
	font-size: 12px;
	color: #505050;
	text-align: left;
	padding-top: 0px;
	margin-top: 4px;
}
.main_para a {
	color: #536187;
}
.main_para a:visited {
	color: #536187;
}
.main_para a:hover {
	color: white;
}


/* @end */

/* @group Inside */

#inside_order_today {
	width: 210px;
	height: 110px;
	background: url(../images/rftools/inside-big-nav-order-today.jpg) no-repeat;
	background-color: #f0ece6;
	border: 1px solid #734418;
	margin-bottom: 20px;
}
/*.inside_big_desc {
	font-size: 11px;
	text-align: left;
	padding-top: 36px;
	padding-right: 2px;
	padding-left: 12px;
	font-weight: bold;
	line-height: 14px;
}*/
#inside_tools {
	width: 210px;
	height: 110px;
	background: url(../images/rftools/inside-big-nav-free-tools.jpg) no-repeat;
	background-color: #f0ece6;
	border: 1px solid #734418;
	margin-bottom: 20px;
}
#inside_sign_up {
	width: 210px;
	height: 110px;
	background: url(../images/rftools/inside-big-nav-sign-up.jpg) no-repeat;
	background-color: #f0ece6;
	border: 1px solid #734418;
	margin-bottom: 20px;
}
.inside_btns {
	text-align: left;
	padding-left: 4px;
	padding-top: 70px;
}
.inside_sign_btn {
	text-align: right;
	padding-left: 4px;
	padding-top: 70px;
}

/* @end */
/* @group Submenu LEFT */

#main_sub_menu {
	width: 142px;
}
#main_sub_menu .head {
	width: 142px;
	/*height: 37px;*/
	background-color: #a19780;
	color: white;
	font: 15px Georgia, "Times New Roman", Times, serif;
}
#main_sub_menu .head #subcat {
	padding: 12px;
}


#subcat_body { background:#e6e9ea; width:142px; margin:0px; padding-top:8px; padding-bottom: 0px;
}
#subcat a, a:visited, a:hover {
	color: white;
	text-decoration: none;
}

.subsection { width:142px; border:0; margin:0; padding:0; list-style-type:none; color:#40494b; }
.subsection a { display: block; font-size: 12px; width:100%; height:100%; overflow:hidden; color:#40494b; text-decoration:none; }
.subsection a:link, a:visited {
	color:#40494b; text-decoration:none;
}
.subsection span { display: block; margin:0; padding: 8px 10px 8px 20px; }
.subsection a:hover { color: #bdb1ae; background:#f9fafa; background-image:none; }
.subsection a:active { color: black; }
.subsection .selected { background:#f9fafa; }
.subsection_last {
	padding: 0;
	margin: 0;
	height: 10px;
}

/* @end */

/*#rfbannerwrap {
	padding-top: 20px;

}*/
#rfbanner {
	width: 140px;
	height: 150px;
	background: url(../images/rftools/rf-org-banner.jpg) no-repeat;
	background-color: #f0ece6;
	border: 1px solid #734418;
	margin-top: 10px;
	margin-bottom: 20px;
}

#rfbanner_btn {
	padding-top:112px;
	padding-right: 2px;
	text-align: right;
}

.bolded {
	font-weight: bold;
}
.selected_media {
	font-style: italic;
}

#qt_movie {
	width: 324px;
	height: 258px;
	border: 1px solid #734418;
	vertical-align: middle;
	padding-top:2px;
}
#qt_movie_audio {
	width: 324px;
	height: 18px;
	border: 1px solid #734418;
	vertical-align: middle;
	padding-top:2px;
}
.buy_dvd {
	margin-top: 10px;
	margin-bottom:20px;
}
.buy_txt {
	padding-left: 20px;
}
.buy_title {
	font-size: 14px;
	font-weight: bold;
}
.buy_link {
	font-size: 11px;
}

#benefits {
	font-size: 12px;
}
#benefits ol li {
	padding-bottom: 10px;
}
.left_promo {
	/*border: 1px solid #734418;*/
	padding-left: 15px;
	padding-right: 10px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}
.left_promo a, a:visited {
	color: #536187;
}
.left_promo a:hover {
	color: white;
}








