/* 
Theme Name: Mattress Firm 2009
Author URL: AN1
Version: 1
Description: CSS default subpage layout
*/

/*NOTES: 
	2 COLUMN SUB PAGE
	WRAPPER CONTAINER = 1000PX WIDE 
	SUBTRACT 5PX FROM RIGHT TO ALIGN UNDER HEADER
*/


#two_col {
	float:left;
	margin:0px 5px 0px 10px;
	padding:0px;
	width:817px;
}
.two_col_header {
	float:left;
	margin:0px;
	padding:0px;
	width:817px;
	height:40px;
	background-color:#ed1c24;
}
.two_col_header h1 {
	float:left; 
	padding:0px;
	margin:3px 0px 0px 25px;
	color:#fff;
	font-size:28px; 
	letter-spacing:1px;
}
#two_col h2 {
	float:left; 
	padding:0px;
	margin:10px 0px 0px 12px;
	font-size:24px; 
	letter-spacing:1px;
}
#two_col h5 {
	float:left; 
	padding:0px;
	margin:0px;
	font-size:30px; 
	letter-spacing:1px;
}
#two_col h6 {
	float:left; 
	padding:0px;
	margin:5px 0px 5px 15px;
	font-size:22px; 
	letter-spacing:1px;
}
.starting_at img{
	margin-top:20px;
}

/* ::::::: ALIGN LEFT / RIGHT SIDE ::::::: */
.two_col_lside {
	float:left;
	margin-top:5px;
	padding:0px;
	width:408px;
}
.two_col_lside ul {
	padding:0px;
	margin:0px 10px 0px 15px;
} 
.two_col_lside li {
	padding:0px;
	margin-bottom:10px;
	font-size:12px;
	color:#000;
	line-height:20px;
	list-style-image: url(Images/bullet.png);
} 
.two_col_rside {
	float:right;
	margin-top:5px;
	padding:0px;
	width:408px;
}
.two_col_rside ul {
	padding:0px;
	margin:0px 10px 0px 15px;
} 
.two_col_rside li {
	padding:0px;
	margin-bottom:10px;
	font-size:12px;
	color:#000;
	line-height:20px;
	list-style-image: url(Images/bullet.png);
} 
.red_txt_header {
	display:block;
	width:817px;
	margin:0px;
	padding:0px;
}
.red_txt_header h4{
	margin:0px;
	padding:0px;
	color:#ed1c24;
	font-size:65px; 
	font-weight:900;
	letter-spacing:1px;
}

/* HEADBOARDS AND FOOTBOARDS
--------------------------------------------------------------------------------------------------*/
.hb_header {
	float:left;
	margin:0px;
	padding:0px;
	/*width:550px;*/
	width: 100%;
	height:40px;
	background-color:#ed1c24;
}
.hb_header h1 {
	float:left; 
	padding:0px;
	margin:4px 0px 0px 25px;
	color:#fff;
	font-size:28px; 
	letter-spacing:1px;
}
.hb_header h2 {
	float:left; 
	padding:0px;
	margin:6px 0px 0px 25px;
	color:#fff;
	font-size:24px; 
	letter-spacing:1px;
}
.hb_item {
	float:left;
	margin:10px 2px 0px 1px;
	padding:0px;
	width:180px;
	height:280px;
	background: url(images/hb_item_bg.png) no-repeat;
}
.hb_item img{
	float:left;
	margin-left:7px;
	padding:0px;
	width:165px;
}
.hb_item_header{
	float:left;
	margin:15px 0px 0px 15px;
	padding:0px;
	width:150px;
}
.hb_item h2 {
	display:block;
	width:120px;
	height:18px;
	float:left; 
	padding:0px;
	margin:0px;
	color:#000;
	font-size:18px; 
	letter-spacing:1px;
	white-space:nowrap;
	overflow:hidden;
}
.hb_item h3 {
	display:block;
	width:30px;
	height:18px;
	float:left; 
	padding:0px;
	margin:0px;
	color:#000;
	font-size:16px; 
	letter-spacing:1px;
	white-space:nowrap;
	overflow:hidden;
	font-weight:lighter;
	line-height:21px;
}
.hb_item p {
	display:block;
	width:156px;
	height:50px;
	float:left; 
	padding:0px;
	margin:5px 15px 2px 12px;
	line-height:15px;
	color:#000;
	font-size:12px; 
	white-space:normal;
	overflow:hidden;
	text-align:center;
}
.hb_item_price {
	margin:0px 30px 0px 28px;
	padding:0px;
	width:120px;
}
.hb_item_price h4 {
	width:120px;
	height:28px;
	float:left; 
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:26px; 
	letter-spacing:1.5px;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	line-height:30px;
}
.hb_item_price h5 {
	width:120px;
	height:28px;
	float:left; 
	padding: 0px 0px 2px 0px;
	margin:14px 0px 0px 0px;
	color:#fff;
	font-size:10px; 
	white-space:normal;
	overflow:hidden;
	text-align:center;
	line-height:15px;
}
.hb_more_info {
	float:left;
	display:block;
	margin-left:7px;
	padding:0px;
	width:165px;
	height:20px;
	overflow:hidden;
}
.hb_more_info img {
	display:block;
	width:165px;
	border:none;
	margin:0px;
	padding:0px;
}
.hb_more_info a {
	border:none;
}
.hb_more_info a:hover img {
	border:none;
	margin-top:-20px;
}

.hb_header_txt
{    
	float: left;
	width: 60%;
	position: relative;
	padding-top: 10px;
}

/* PRODUCT ITEM
--------------------------------------------------------------------------------------------------*/
.prod_item {
	float:left;
	margin:10px 1px 0px 5px;
	padding:0px;
	width:180px;
	height:240px;
	background: url(images/prod_item_bg.png) no-repeat;
}
.prod_item img{
	float:left;
	margin:16px 0px 0px 7px;
	padding:0px;
	width:165px;
}
.prod_item p {
	display:block;
	width:156px;
	height:30px;
	float:left; 
	padding:0px;
	margin:5px 15px 0px 10px;
	line-height:15px;
	color:#000;
	font-size:12px; 
	white-space:normal;
	overflow:hidden;
	text-align:center;
}
.prod_item_price {
	margin:0px 30px 0px 28px;
	padding:0px;
	width:120px;
}
.prod_item_price h4 {
	width:120px;
	height:28px;
	float:left; 
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:26px; 
	letter-spacing:1.5px;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	line-height:30px;
}
.prod_item_price h5 {
	width:120px;
	height:28px;
	float:left; 
	padding: 0px 0px 4px 0px;
	margin:20px 0px 0px 0px;
	color:#fff;
	font-size:12px; 
	white-space:normal;
	overflow:hidden;
	text-align:center;
	line-height:15px;
}

/* ::::::: MORE INFO BUTTON ::::::: */
.prod_more_info {
	float:left;
	display:block;
	margin-left:7px;
	padding:0px;
	width:165px;
	height:20px;
	overflow:hidden;
}
.prod_more_info img {
	display:block;
	width:165px;
	border:none;
	margin:0px;
	padding:0px;
}
.prod_more_info a {
	border:none;
}
.prod_more_info a:hover img {
	border:none;
	margin-top:-20px;
}

/* LEARN ABOUT SLEEP / FAQs
--------------------------------------------------------------------------------------------------*/
#learn_header {
	display:block;
	width:817px;
	padding:0px;
	margin:0px;
}
#lq_box {
	float:left;
	margin-top:10px;
	padding:0px;
	width:388px;
}
#lq_box p {
	display:block;
	width:358px;
	padding:0px;
	margin:0px 0px 5px 15px;
	white-space:normal;
}
#rq_box {
	float:right;
	margin-top:10px;
	padding:0px;
	width:388px;
}
#rq_box p {
	display:block;
	width:358px;
	padding:0px;
	margin:0px 0px 5px 15px;
	white-space:normal;
}

/* ::::::: QUESTION HEADERS ::::::: */
.q_header {
	float:left;
	margin:5px 0px 10px 0px;
	padding:0px;
	width:388px;
	background-color:#f1f1f2;
}
.q_header h2 {
	float:left;
	display:block;
	width:358px;
	margin:0px 0px 0px 15px;
	padding-top:3px;
	color:#000;
	font-size:22px; 
	letter-spacing:1px;
	font-weight:lighter;
}


/* ::::::: QUESTION LISTS ::::::: */
.q_list {
	float:left;
	margin:0px 10px 0px 0px;
	padding-left:30px;
}
.q_list ul {
	padding:0px;
	margin:0px;
} 
.q_list li {
	padding:0px;
	margin-bottom:10px;
	font-size:12px;
	color:#989697;
	line-height:20px;
	/*list-style-image: url(../images/bullet.png);*/
} 
.q_list li a {
	color:#989697;
	text-decoration:none;
} 
.q_list li a:hover {
	color:#ed1c24;
	text-decoration:none;
}

/* ::::::: LEARN MORE BTN ::::::: */
.learn_more {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	width:388px;
	height:25px;
	overflow:hidden;
}
.learn_more img {
	display:block;
	width:100px;
	border:none;
	margin:0px;
	padding:0px;
	
}
.learn_more a img {
	float:right;
	display:block;
}
.learn_more a:hover img {
	border:none;
	margin-top:-25px;
}

/* ::::::: LEARN VIDEO ::::::: */
#learn_vid {
	margin:0px;
	padding:0px;
	width:388px;
}
#learn_vid img {
	margin-top:10px;
	padding:0px;
	width:388px;
}

/* GUARANTEES
--------------------------------------------------------------------------------------------------*/
.happy_header
{
    width: 817px;
    height: 265px;
    background: url('/images/Page_Images/WhyMF/HeaderSeal.png') no-repeat;
    padding: 60px 0px 0px 20px;
}

.happy_header h3
{
    font-size: 18px;
    font-weight: bold;
}

.happy_txt
{
    margin-top: -10px;
    width: 425px; 
    line-height: 18px;
}

.happy_sig
{
    margin: 5px 0px 0px 100px;
}

.happy_sig_name
{
    font-family:Comic Sans MS;
    font-size:24px;
    font-weight:bold;
}

.happy_tag_line1
{    
	padding:0px;
	margin: 60px auto 0px auto;
	color:#000;
	font-size:18px; 
	font-weight:lighter;
	line-height:26px;
}

.happy_g_tags
{
    width: 817px;
}

.happy_comf_head
{
    background: url('/Images/Page_Images/WhyMF/HappinessHeaderSeal.png') no-repeat;
    width:815px;
    height:800px;
    display:block;
    padding: 80px 0px 0px 20px;
}

.happy_comf_head h3
{
    font-size: 18px;
    font-weight: bold;
}

.happy_comf_txt_1
{
    margin: 30px 0px 0px 0px;
    width: 351px;
	font-size:18px; 
	line-height:24px;
}

.happy_comf_txt_2
{
    margin: 20px auto 20px auto;
    width: 287px;
	font-size:36px; 
	text-align:center;
}

.happy_comf_left
{
    float: left;
    width: 351px;
}

.happy_comf_img
{
    margin: -100px 0px 0px 0px;
    float:left;
    width: 411px;
}

.happy_comf_txt_3
{
    background: url('/Images/Page_Images/WhyMF/HappinessDetailsBox.png') no-repeat;
    width: 330px;
    height: 290px;
    padding: 40px 35px 0px 15px;
	font-size: 11px; 
	line-height: 12px;
}



/* Low Price Guarantee 
--------------------------------------------------------------------------------------------------*/
.pg_main
{
    background: url('/Images/Page_Images/PG_Background_Img.png') no-repeat;
    width: 800px;
    height: 873px;
    padding: 80px 0px 0px 20px;
}

.pg_header
{
    width: 415px;
}

.pg_header h1
{
    font-size: 18px;
    font-weight: bold;
}

.pg_text1
{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 80px;
    margin-bottom: 20px;
    width: 375px;
}

.pg_text2
{
    background: url('/Images/Page_Images/PG_GuaranteeDetails_Img.png') no-repeat;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    width: 380px;
    height: 215px;
    padding: 50px 10px 3px 10px;
}

.rcd_main
{
    background: url('/Images/Page_Images/Service_Background_Img.png') no-repeat;
    width: 800px;
    height: 740px;
    padding: 80px 0px 0px 20px;
}

.rcd_header
{
    width: 415px;
    font-weight: bold;
    line-height: 18px;
}

.rcd_header h1
{
    font-size: 18px;
    font-weight: bold;
}

.rcd_text
{
    width: 350px;
    margin-top: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.rcd_button a
{
	display: block;
    width: 167px;
    height: 43px;
    text-indent: -9999px;
    background: url('/Images/Page_Images/Service_DeliveryButton_Img.png') no-repeat;
}

.rcd_button a:hover
{
    background: url('/Images/Page_Images/Service_DeliveryButton_Img.png') no-repeat;
	background-position: 0 -43px;
}

.rcd_foot_txt
{
    margin-top: 170px;
    font-size: 11px;
    width: 465px;
}

.rcd_footer
{
    margin-top: 10px;
    font-size: 10px;
    font-weight: bold;
}

/* ::::::: GUARANTEE TAG LINE ::::::: */
.tag_line {
	padding:0px;
	margin:10px 0px 10px 0px;
	text-align:center
}
.tag_line h1 {
	padding:0px;
	margin:0px;
	color:#000;
	font-size:29px; 
	font-weight:lighter;
	line-height:29px;
}
.tag_line h3 {
	padding:0px;
	margin:0px;
	color:#000;
	font-size:22px; 
	font-weight:lighter;
	line-height:25px;
}
.tag_line h4 {
	padding:0px;
	margin:0px;
	color:#000;
	font-size:18px; 
	font-weight:lighter;
	line-height:20px;
}

/* ::::::: GUARANTEE TAGS / BOXES ::::::: */
.g_tags {
	float:left;
	display:block;
	margin:0px 0px 10px 4px;
	padding:0px;
	width:200px;
}
.g_tags img {
	border:none;
	margin:0px;
	padding:0px;
}
.g_tags p {
	display:block;
	width:180px;
	padding:0px;
	margin:10px 0px 0px 10px;
	white-space:normal;
	text-align:center;
}
.g_tags_small {
	float:left;
	display:block;
	margin:0px 0px 10px 4px;
	padding:0px;
	width:135px;
}
.g_tags_small img {
	border:none;
	margin:0px;
	padding:0px;
}
.g_tags_small p {
	display:block;
	width:180px;
	padding:0px;
	margin:10px 0px 0px 10px;
	white-space:normal;
	text-align:center;
}

.g_tags_three
{
	float:left;
	display:block;
	margin:0px 36px 10px 36px;
	padding:0px;
	width:200px;
}
.g_tags_three p {
	display:block;
	width:180px;
	padding:0px;
	margin:10px 0px 0px 10px;
	white-space:normal;
	text-align:center;
}

.g_tags_three_short_img
{
	float:left;
	display:block;
	margin:0px 36px 10px 36px;
	padding:0px;
	width:200px;
	text-align: center;
}
.g_tags_three_short_img p {
	display:block;
	width:180px;
	padding:0px;
	margin:5px 0px 0px 0px;
	white-space:normal;
	text-align:center;
}

.g_tags_three_short_img a:link
{
    text-decoration: none;
	color: #ed1c24;
	font-weight: bold;
	font-size: 18px;
}

.g_tags_three_short_img a:hover
{
    text-decoration: none;
	color: #000;
}

.g_tags_three_short_img a:visited {
	text-decoration: none;
	color: #ed1c24;
}

.g_tags_three_short_img a:active {
	text-decoration: none;
	color: #000;
}

/* ::::::: LEARN MORE BTN ::::::: */
.g_tag_learnbtn {
	float:left;
	margin:5px 0px 10px 50px;
	padding:0px;
	height:25px;
	overflow:hidden;
}
.g_tag_learnbtn img {
	display:block;
	width:100px;
	border:none;
	margin:0px;
	padding:0px;
	
}
.g_tag_learnbtn a img {
	display:block;
}
.g_tag_learnbtn a:hover img {
	border:none;
	margin-top:-25px;
}
/* Small Version */
.g_tag_learnbtn_small {
	float:left;
	margin:15px 0px 10px 20px;
	padding:0px;
	height:25px;
	overflow:hidden;
}
.g_tag_learnbtn_small img {
	display:block;
	width:100px;
	border:none;
	margin:0px;
	padding:0px;
	
}
.g_tag_learnbtn_small a img {
	display:block;
}
.g_tag_learnbtn_small a:hover img {
	border:none;
	margin-top:-25px;
}

/* MIDDLE CONTENT
--------------------------------------------------------------------------------------------------*/
#middle {
	float:left;
	margin:0px 10px 0px 10px;
	padding:0px;
	width:560px;
}
.mid_header {
	float:left;
	margin:0px;
	padding:0px;
	width:560px;
	height:40px;
	background-color:#ed1c24;
}
.mid_header h1 {
	float:left; 
	padding:0px;
	margin:3px 0px 0px 25px;
	color:#fff;
	font-size:28px; 
	letter-spacing:1px;
}
.mid_header h2 {
	float:left; 
	padding:0px;
	margin:6px 0px 0px 25px;
	color:#fff;
	font-size:21px; 
	letter-spacing:1px;
}
.mid_left {
	float:left;
	margin-top:10px;
	padding:0px;
	width:280px;
}
.mid_left p {
	display:block;
	width:245px;
	padding:0px;
	margin:5px 0px 5px 15px;
	white-space:normal;
}
.mid_right {
	float:right;
	margin-top:10px;
	padding:0px;
	width:280px;
}
.mid_right p {
	display:block;
	width:245px;
	padding:0px;
	margin:5px 0px 5px 15px;
	white-space:normal;
}

/* CUSTOMER SERVICE PAGES 
--------------------------------------------------------------------------------------------------*/
.contact_box 
{
    float:left;
    width:250px;
    height:100px;
}

.contact_txt_hd
{
    font-size: 18px;
    font-weight: bolder;
    color:#ed1c24;
}

.white_txt_gray_back
{
    background-color: #bfbfbf;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    height: 30px;
    padding: 0px 0px 0px 5px;
    clear: left;
}

.white_txt_red_back
{
    background-color: #ed1c24;
    color: #ffffff;
    font-size: 18px;
    font-weight: bolder;
    height: 24px;
    width: 350px;
    padding: 3px 0px 0px 5px;
}

.franchise_contact
{
    width: 817px;
}

.franchise_contact a { color: #ed1c24; }
.franchise_contact a:hover { color: #000000; }

.franchise_contact td 
{
    vertical-align: top;
    line-height: 15px;
}

.indented_text
{
    margin-left: 30px;
}

/* BRAND PAGES 
--------------------------------------------------------------------------------------------------*/
.brand_sub_header {
	float:left;
	margin-top:10px;
	padding:0px;
}
/* ::::::: PRODUCT INFO LISTS ::::::: */
.brand_info_list {
	float:left;
	margin:0px;
	padding:0px;
}
.brand_info_list ul {
	float:left;
	padding:0px;
	margin: 0px 5px 0px 20px;
}  
.brand_info_list li {
	padding:0px;
	margin-bottom:10px;
	font-size:12px;
	/*color:#989697;*/
	line-height:18px;
	/*list-style-image: url(../images/bullet.png);*/
} 
.brand_info_left {
	float:left;
	margin:0px;
	padding:0px;
	width:280px;
}
.brand_info_left2 {
	float:left;
	margin:0px;
	padding:0px;
	width:400px;
}
.brand_info_right {
	float:right;
	margin:0px;
	padding:0px;
	width:280px;
}

.brand_rbar_ad {
	float:right;
	display:block;
	margin:5px 6px 0px 0px;
	padding:0px;
	width:236px;
}
.brand_rbar_ad img {
	border:none;
	margin:0px;
	padding:0px;
	
}
.brand_rbar_ad a {
}
.brand_rbar_ad a:hover img {
	border: none;
}

.brand_mfd_top_left
{
    float:left;
    width: 262px;
    font-size: 24px;
    text-align: center;
}

.brand_mfd_top_right
{
    float:left;
    width: 295px;
}

.brand_mfd_top_right img
{
    width: 295px;
}
.brand_mfd_large_txt
{
    margin: 5px auto 5px auto;
    font-size: 48px;
    text-align: center;
}
.brand_mfd_mattresses
{
    margin: 0px auto 0px auto;
}

/* Tempur-Pedic Page */
.tempur_page
{
    color: #515151;
}

.tempur_page a
{
    font-weight: bold;
    color: #515151;
    vertical-align:middle;
}

.tempur_page a img
{
    margin: auto 0px;
}

.tempur_top_img
{
    float:left;
}

.tempur_txt1
{
    clear: left;
}

.tempur_col
{
    width: 269px;
    float:left;
    padding-bottom: 15px;
}

/* Mattress Firm Foundation */

.mff_header
{   
    background-image: url(/Images/Page_Images/Charity/Charity_HeaderLogo.png);
    /*background: url(/images/Page_Images/Demand/DCPg_SleepHealthy.png) no-repeat;*/
    width: 999px;
    height: 264px;
    
}
.mff_header_txt
{
    font-size: 18px; 
    padding: 200px 20px 0px 20px;
}
.mff_col
{
    width: 333px;
    float:left;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;    
    margin: 0 0px 0 0px;
}

.mff_col a
{
    color: #5c0081;
}

.mff_events
{
    margin: 50px auto;
    vertical-align: top;
    width: 600px;
}

.mff_events a
{
    text-decoration: underline;
    color: #5c0081;
    font-weight: bold;
}

.mff_events_date
{
    width: 150px;
    vertical-align: top;
    font-weight: bold;
}

.mff_dream
{
    font-size: 48px;
    font-weight: bold;
}

.mff_cure
{
    font-size: 18px;
    font-weight: bold;
}

.mmf_txt_hdr
{
    font-size: 18px;
    font-weight: bold;
}

.mff_sub
{
    width: 500px;
    margin: 0 auto;
}

.mff_sub a
{
    text-decoration: underline;
    color: #5c0081;
    font-weight: bold;
}

/* Sleep Healthy */
.sh_header
{
    width:772px;
    height:240px;
    background: url(/images/Page_Images/Demand/DCPg_SleepHealthy.png) no-repeat;
    padding-top: 88px; 
    padding-left: 15px; 
}

.sh_header h1
{
    font-weight: bold; 
    font-size: 18px;
}

.sh_left
{
    width: 400px; 
    margin-top: -150px; 
    margin-left: 15px;
    font-size: 14px;
    float: left;
}

.sh_dm_bb
{
    width: 277px;
    height: 83px;
    margin: 20px auto 0 auto;
}

.sh_dm_bb a
{
    text-indent: -9999px;
    width: 277px;
    height: 83px;
    display:block;
    background: url(/images/Page_Images/Demand/Compare_RO_White.png) no-repeat;
}

.sh_dm_bb a:hover
{
    background: url(/images/Page_Images/Demand/Compare_RO_Red.png) no-repeat;
}

.sh_q_head
{
   text-decoration: underline;
   margin-top: 15px;
}

.sh_q_txt
{
    margin-left: 15px;
}

.sh_q_txt a
{
    color: Blue;
}

.sh_right
{
    width:332px;
    height:250px;
    background: url(/images/Page_Images/Demand/DCPg_DustMiteBox.png) no-repeat;
    float: left;
    padding: 300px 0px 0px 25px;
}

.sh_ref
{
    clear: both; 
    width: 725px; 
    margin-left: 15px;
}

.sh_ref a
{
    color: Blue;
}

/* Bed Bugs vs Dust Mites */
.bb_dd_header
{
    height: 188px;
    font-weight: bold;
    font-size: 16px;
}

.bb_dd_header h1
{
    color: #ed1c24;
    font-size: 36px;
}

.bb_dd_chart
{
    font-weight: bold;
    width:821px;
    height:795px;
    background: url(/images/Page_Images/Demand/Chart_Info_Background_Image.png) no-repeat;
}

.bb_dd_left_header
{
    color: #ed1c24;
    font-size: 36px;
    width: 200px; 
    margin-top: 30px; 
    margin-left: 20px; 
    float: left;
    height: 44px;
}

.bb_dd_right_header
{
    color: #ed1c24;
    font-size: 36px;
    width: 200px; 
    margin-top: 30px; 
    margin-left: 220px;
    float: left;
    height: 44px;
}

.bb_dd_content
{
    /*margin-top: 50px;*/
    clear: both;
    padding-top: 25px;
}

.bb_dd_row
{
    margin-left: 150px;
}

.bb_dd_row li
{
    margin-left: 0px;
}

.bb_dd_col_lt
{
    float: left;
    width: 250px;
    margin: auto 0 auto 0; 
}

.bb_dd_col_rt
{
    margin: auto 0 auto 300px; 
    width: 250px;
}

.bb_dd_buttons
{
    text-indent: -9999;
}

.bb_dd_buttons a
{
    font-weight: bold;  
    display: block;
}

.bb_dd_buttons_dm a
{
    width: 401px;
    height: 60px;
    float: left;
    background: url(/images/Page_Images/Demand/DustMite101_RedButton.png) no-repeat;
}

.bb_dd_buttons_dm a:hover
{
    background: url(/images/Page_Images/Demand/DustMite101_GrayButton.png) no-repeat;
}

.bb_dd_buttons_bb a
{
    width: 401px;
    height: 60px;
    float: left;
    background: url(/images/Page_Images/Demand/BedBugs101_RedButton.png) no-repeat;
}

.bb_dd_buttons_bb a:hover
{
    background: url(/images/Page_Images/Demand/BedBugs101_GrayButton.png) no-repeat;
}

.bb_dd_buttons_nyc a
{
    margin: 0 auto 0 auto;
    width: 487px;
    height: 60px;
    clear:both;
    background: url(/images/Page_Images/Demand/NYC_HealthGuide_Button.png) no-repeat;
}

.bb_dd_buttons_nyc a:hover
{
    background: url(/images/Page_Images/Demand/NYC_HealthGuide_GrayButton.png) no-repeat;
}

/* From Old site */
/*ul.contentHeader { list-style: none; clear: both; height: 22px; padding: 10px 0 ; margin-bottom: 19px; border-top: solid 1px #e4e4e4; border-bottom: solid 1px #e4e4e4; overflow: visible; font: 24px "Times New Roman", Times, serif; color: #4d4d4f; }
ul.contentHeader li { display: block; }
*/



/* YuMe */
.yume_couple
{
    float:left;
    height: 285px;
}
.yume_video
{
    float: left;
    height: 285px;
    padding-top: 5px;
}
.yume_text
{
    color:#515151;
    font-size: 18px;
}
