/*-------------------------------------------------------------	
	McCormick Grill Mates
	-------------------------------------------------------------	
	Description:	Common styles
	Filename:		global.css
	Version:		1.0
	Date:			Abr 16, 2008
	-------------------------------------------------------------	*/
/* ========================================================================//
   Index of styles used in specific elements and components for the
   website within this CSS.

   1. BODY
   2. COMMON TEXT
   3. LINKS
   4. STRUCTURE
   5. BOX STRUCTURE
   6. MENU
   
   Used in: All files but popups
   ========================================================================//
*/

/* ========================================================================//
   COMMON PREFIXES:
   ========================================================================//
   ttl: title
   subttl: subtitle
   subttllnk: subtitle link
   cont: content
   txt: text
   lnk: links
   ctn: containers
   box: boxes
   fld: fields
   img: images
   bg: backgrounds
   drop: dropdown
   dash: line
   tbl: table
   pos: positioning
   ctnr: container
*/


/* ========================================================================//
   1. BODY:
   These styles contain the setup for the background and body of the page.
   ========================================================================//
*/

body {background:#000 url(/MCC/GrillMates/images/bg.jpg) no-repeat center top;_background:#000 url(/MCC/GrillMates/images/bg2.jpg) no-repeat center top;font:12px Arial, Helvetica, sans-serif;}
#bg{background:#00000 url(/MCC/GrillMates/images/bg3.jpg) no-repeat center top;_background:#000 url(/MCC/GrillMates/images/bg4.jpg) no-repeat center top;}

/* ========================================================================//
   2. COMMON TEXT:
   These styles contain the font faces.
   ========================================================================//
*/


.pngfix { behavior: url(/MCC/Grillmates/css/iepngfix.htc) }

.txt_ttl {font-weight:bold;color:#fff;}
.txt_ttl2 {font-weight:bold;color:#fff; font-size:17px;}
.txt_ttl3 {font-weight:bold;color:#fff; font-size:18px;}
.txt_ttl4 {font-weight:bold;color:#fff; font-size:13px;}
.txt_ttl5 {font-weight:bold;color:#fff; font-size:18px; line-height:20px; font-family:Arial, Helvetica, sans-serif;}
.txt_ttl8 {font-weight:bold;color:#fed18b; font-size:24px; line-height:20px;}
.txt_ttl9 {font-family:Arial Black;font-weight:bold;color:#fff; font-size:18px; line-height:20px;}
.txt_ttl20 {font-weight:bold;color:#fff; font-size:18px; line-height:19px;}
.txt_cont {font-weight:normal;color:#ffcc99; line-height:15px; font-size:11px; font-family:"Lucida Sans Unicode ","Lucida Sans","Lucida Grande",Arial,Verdana,Helvetica,sans-serif}
.txt_cont_giveaway {font-weight:normal;color:#ffcc99; line-height:18px; }

.txt_cont2 {font-weight:normal;color:#ffcc33;}
/*.txt_cont2 p{background:transparent url(/MCC/GrillMates/images/bull.gif) no-repeat 0 0 scroll; padding: 0 5px 5px 10px; width:220px; font-size:12px}*/
.txtItems {background:transparent url(/MCC/GrillMates/images/bullet.png) no-repeat 0 5px scroll; padding: 0 5px 5px 10px; width:220px; font-size:12px}
.txtItems a {color:#ffcc33; text-decoration:none; line-height:13px; _top:-4px}
.txtItems a:hover {color:#ffcc33; text-decoration:underline;}
.txt_cont2 a {color:#ffcc33; text-decoration:none; line-height:13px; }
.txt_cont2 a:hover {text-decoration:underline;}
.txt_cont3 {font-weight:normal;color:#FFCC99;}
.txt_legal {font-size:11px; line-height:11px; color:#4c4d3c; text-decoration:none;}
.txt_legal a {color:#4c4d3c; text-decoration:none;}
.txt_legal a:hover {text-decoration:underline;}

/*McCormick Grill Mates PART II*/
.txt_ttl6 {font-weight:bold;color:#fff; font-size:20px; line-height:19px;}
.txt_ttl7{color:#ff3333; text-decoration:none; }


p {font-size:11px; line-height:14px}

/* ========================================================================//
   4. STRUCTURE:
   These styles contain the structure of the page.
   ========================================================================//
*/
#cntr_main{margin:auto; width:auto}
#container
{
   /*width: 980px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -480px;*/
    
}
#flacontainer{padding-top:4px;margin-bottom:4px;}
#footermcc{float:left;position:relative;margin-left:-20px;}
#masthead_top {width:980px;background-color:#000; text-align:right; }
#masthead_top img{display:block;}
/*#masthead_top
{
    width: 980px;
    background-color: #000;
    text-align: center;
}
#masthead_top img{display:block;}*/
/*#mastheadleft_top{text-align:left;float:left;width:236px;height:79px;}
#mastheadleft_top img {margin-top:0px;}
#mastheadcenter_top {float:left; width:724px; height:79px;}*/
#mastheadcenter_top {float:left; width:980px; height:136px; background:url(/mcc/grillmates/images/ttl_top.jpg);}/*APRIL29*/

.mainlink{position:relative;height:135px;top:11px;width:199px;float:left}
.mainlink a{height:135px;width:199px;display:block;float:left}
.mainlink a span {display:none;}

.productsmenu{position:relative;top:79px;left:122px;float:left}
.productsmenu a{background:transparent url(/mcc/grillmates/images/GrillMatesProduct.gif) no-repeat top left; height:57px;float:left;width:186px;}
.productsmenu a:hover {background-position:bottom left;}

.recipesmenu{position:relative;top:79px;left:115px; float:left}
.recipesmenu a{background:transparent url(/mcc/grillmates/images/GrillingRecipes.gif) no-repeat top left; height:57px;float:left;width:186px;}
.recipesmenu a:hover {background-position:bottom left;}

.mastergrillmenu{position:relative;top:79px;left:72px;float:left}
.mastergrillmenu a{background:transparent url(/mcc/grillmates/images/MasterTheGrill.gif) no-repeat top left; height:57px;float:left;width:186px;}
.mastergrillmenu a:hover {background-position:bottom left;}

.whatshotmenu{position:relative;top:79px;left:29px;float:left}
.whatshotmenu a{background:transparent url(/mcc/grillmates/images/WhatsHot.gif) no-repeat top left; height:57px;float:left;width:186px;}
.whatshotmenu a:hover {background-position:bottom left;}


/*#masthead_bottom 
{


font:12px Arial, Helvetica, sans-serif;
width:960px;background:#000 url(/MCC/GrillMates/images/bg_cont_home.gif) no-repeat top;

width:980px;background-color:#000; text-align:center;overflow:hidden}
/*#masthead_bottom {width:960px;background-color:#000; text-align:right;overflow:hidden}*/
/*#masthead_bottom img{display:block;}*/
#masthead_bottom {width:960px;background-color:#000; text-align:right;}
#masthead_bottom img{display:block;}
#mastheadleft_bottom{text-align:left;float:left;width:236px;height:58px;}
#mastheadleft_bottom img {margin-top:0px;}
#mastheadcenter_bottom {float:left; width:724px; height:58px;}
#mastheadright {float:left;width:219px;height:58px;}
#content {width:960px;height:640px;background:#000;}
/*#content {width:960px;background:#000;}/*march20**/
/*#content {
font:12px Arial, Helvetica, sans-serif;
width:960px;background:#000 url(/MCC/GrillMates/images/bg_cont_home.gif) no-repeat top;}*/
#content_recipelanding {font:12px Arial, Helvetica, sans-serif;width:960px;background:#000;}
#content_productlanding {font:12px Arial, Helvetica, sans-serif;width:960px;background:#000;}
#content_mastergrill_gas {font:12px Arial, Helvetica, sans-serif;width:960px;background:#000;}
#content_mastergrill_charcoal {font:12px Arial, Helvetica, sans-serif;width:960px;background:#000;}
#content_mastergrill_cookingcharts {font:12px Arial, Helvetica, sans-serif;width:960px;background:#000;}
#content_mastergrill_smart {font:12px Arial, Helvetica, sans-serif;width:960px;background:#000;}
#content_giveaway_container {font:12px Arial, Helvetica, sans-serif;width:960px;background:#000;}
#content_holidays {font:12px Arial, Helvetica, sans-serif;width:960px;background:#000;}
#content_home {font:12px Arial, Helvetica, sans-serif;width:960px;height:486px;background:#000 url(/MCC/GrillMates/images/bg_cont_home.gif) no-repeat top;}
#content_home_Top10 {font:12px Arial, Helvetica, sans-serif;width:960px;height:580px;background:#000 url(/MCC/GrillMates/images/bg_cont_home.gif) no-repeat top;}
#bg_bottom_home {width:940px;height:204px;background:#000 url(/MCC/GrillMates/images/bg_bottom_home.jpg) no-repeat top left;}
#right_content {float:left;display:inline;width:980px;}/*April6*/
#content_ttl{float:left;width:582px;height:113px;}/*April29*/
#content2_ttl{float:left;width:696px;height:118px;}/*April29*/
#content3_ttl{float:left;width:720px;height:118px;}/*APRIL29*/
#content4_ttl{float:left;width:892px;height:118px;}/*APRIL29*/
#content_picHome {float:left; width:964px;text-align:right;}
#content_pic {float:left; width:310px; height:113px;}
#content_pic2 {float:left; width:196px; height:118px;}
#content_pic3 {float:left; width:172px; height:118px;}
.content_sp {width:68px;background:url(/MCC/GrillMates/images/blank.gif) left top no-repeat;height:1px;float:left;}
.content_sp2 {width:68px;background:url(/MCC/GrillMates/images/blank.gif) left top no-repeat;height:1px;float:left;}
.content_sp3 {width:74px;background:url(/MCC/GrillMates/images/blank.gif) left top no-repeat;height:1px;float:left;}
.mastcont_bottom {width:980px;text-align:right;}/*April6*/
.mastcont_bottom img {display:block;}
.mastcont_home {width:940px;padding:3px 10px 0 10px;}
#mastcontright {float:left;width:256px;height:41px;}
#content_tab {width:818px;background:#392612 url(/MCC/GrillMates/images/bg_cont2.jpg) no-repeat top;float:left; text-align:left;}/*April29*/
/*#content_tab {width:818px;background:#392612;float:left; text-align:left;}*/
#content2_tab {width:818px;background:#392612 url(/MCC/GrillMates/images/bg_cont3.jpg) no-repeat top;float:left; text-align:left;}/*April29*/
#content3_tab {width:818px;background:#392612 url(/MCC/GrillMates/images/bg_cont4.jpg) no-repeat top;float:left; text-align:left;}/*April29*/
#content4_tab {width:818px;background:#392612 url(/MCC/GrillMates/images/bg_cont5.jpg) no-repeat top;float:left; text-align:left;}/*April29*/
#content5_tab {width:818px;background:#392612 url(/MCC/GrillMates/images/bg_cont6.jpg) no-repeat top;float:left; text-align:left;}/*April29*/
#content6_tab {width:818px; height:476px; background:url(/MCC/GrillMates/images/bg_cont7.jpg) no-repeat top;float:left; text-align:left;}
#content7_tab {width:818px; height:476px; float:left; text-align:left;}/*April29*/
#content_border_tab {float:left; width:818px; height:5px;}
#content_tab_pic {float:left; width:74px; height:66px;} 
#content_tab_pic2 {float:left; width:74px; height:250px;} 
#content_tab_pic3 {float:left; width:74px; height:363px;} 
.table {padding:21px 84px 0 41px; float:left;}

.table_1{border: 1px solid #ffcc99; text-align:left; padding:1px 1px 1px 5px;}
.table2 {float:left; padding-right:20px; padding-top:28px;}
.table3 {padding:21px 60px 0 41px;float:left;}
.table4 {padding:30px 60px 10px 41px;#padding:15px 60px 40px 41px;float:left;}
.table5 {float:left; padding-right:30px; padding-top:28px;}
.table6 {padding:28px 0 10px 107px;#padding:28px 0 25px 107px;float:left;}
.table7 {float:left; padding-right:41px; padding-top:28px;}
.table8 {float:left; padding-right:41px; padding-top:4px;}
.table9 {padding:28px 0 10px 107px;#padding:10px 0 25px 107px;float:left;position:relative;margin-top:-205px}
.table10 {padding:0 46px 0 0;float:left;width:214px;}
.table10 p { margin-bottom:0px;}/*march24*/
.table10 li { list-style:disc; font-size:12px; margin-bottom:5px;}/*march20*/
.table10 ul { padding-left:13px; *padding:0}/*march20*/
#table14 {padding:0 46px 30px 0;float:left;width:214px;}
#table14 p { margin-bottom:17px;}
#table14 li { list-style:disc; }
#table14 ul { padding-left:13px;}
.table12 {float:left;width:190px;}
.table12 p { margin-bottom:13px;}
.table12 li { list-style:disc;}
.table12 ul { padding-left:13px;}
.table11 {padding:40px 0 0 215px;float:left;}
.table13 {padding:37px 0 0 227px;float:left;margin-top:-200px;}/*April8*/
.table15 {padding:13px 0 10px 16px;float:left;}
.table15 li { list-style:disc;}
.table15 ul { padding-left:13px;}
/*.table16 {padding:0 10px 0 18px;float:left;display:inline;}*/
.table16 {padding:18px 10px 0 18px;float:left;display:inline;}
.table16 li { list-style:disc;}
.table16 ul { padding-left:13px;}
.margin { margin-bottom:11px;}
.margin2 { margin-bottom:5px;}
.margin3 { margin-bottom:0px;}
.table17 {float:left; padding-right:20px;}
.table18 {padding:24px 0 0 11px;float:left; width:397px;}
.table18 li { list-style:disc;}
.table18 ul { padding-left:13px;}
.table19 {float:left;}
.table20 { margin-top:5px;float:left;}
.table22 { margin-top:25px; float:left;}
.table21 {padding:24px 10px 0 10px;float:left; width:380px; border-left-color:#000; border-left:solid 1px;color:black}
.table21 li { list-style:disc;}
.table21 ul { padding-left:13px;}
.table23 {padding:17px 350px 23px 23px;float:left;}
.table23_p { padding-bottom:15px;}
.table24{padding:9px 10px 0 9px;float:left;}
.table25
{
    width: 185px;
    padding-right:13px;
    padding-left:5px;
    height: 140px;
}

.table25 p { margin-bottom:13px;}
.table25 li { list-style:disc; }
.table25 ul { padding-left:13px;}
.table25_1
{
    width: 220px;
    padding-right:13px;
    padding-left:5px;
    height: 140px;
}

.table25_1 p { margin-bottom:13px;}
.table25_1 li
{
    list-style: disc;
    /*width:220px;*/
}
.table25_1 ul { padding-left:13px;}
.table26 {float:left;  padding:0px 16px 0 0;}
.table27 {
    width: 265px;
    padding-right:13px;
    padding-left:5px;
}
.table27 p { margin-bottom:13px;}
.table27 li { list-style:disc;}
.table27 ul { padding-left:13px;}
.table28
{
    float: left;
    width: 144px;
}
/*.table28_1
{
    top: -270px;
    left: -288px;
    position: relative;
    float: left;
}*/
.table28_1
{
    top: -32px;
    left: 203px;
    position: relative;
    float: left;
}
.table29 {padding:15px 10px 40px 15px;float:left; text-align:left;}
.table30 {float:left;width:151px; padding-top:57px; text-align:right;}
.table32 {float:left;width:182px; padding-top:100px; text-align:right;}
.table33 {float:left;width:180px; padding-top:95px; text-align:right;}
.table31
{
    float: left;
    width: 315px;
}
/*.table31_1
{
    top: -270px;
    left: -186px;
    position: relative;
    float: left;
}*/
.table31_1
{
    top: -32px;
    left: 305px;
    position: relative;
    float: left;
}
.table31_2
{
    float: left;
    width: 201px;
}

.table67 {float:left;width:180px; padding-top:77px; text-align:right;}
/*.table67_1
{
    top: -270px;
    left:-78px;
    position: relative;
    float: left;
}*/
.table67_1
{
    top: -32px;
    left:407px;
    position: relative;
    float: left;
}
.table68 {float:left;width:285px; }
/*.table68_1
{
    float: left;
    top: -270px;
    left: 11px;
    position: relative;
}*/
.table68_1
{
    float: left;
    top: -32px;
    left: 494px;
    position: relative;
}
.table69 {float:left;width:166px; padding-top:77px; text-align:right;}

#content_food {float:left; width:818px; height:92px;padding-bottom:50px}
#mastcont_food {width:818px;padding:13px 74px 0 68px;}/*APRIL29*/
#mastcont_food img {display:block;}
.line {float:left;	display:inline;	width:818px;vertical-align:bottom;border-bottom-color:#000;border-bottom:solid 1px;padding-top:22px; #padding-top:16px;color:Black}
.line2 {float:left;	display:inline;	width:818px;vertical-align:bottom;border-top-color:#000;border-top:solid 1px;color:Black}
.line3 {float:left;	display:inline;	width:818px;vertical-align:bottom;border-bottom-color:#000;border-bottom:solid 1px;padding-top:25px;color:Black}
.line4 {float:left;	display:inline;	width:818px;vertical-align:bottom;border-bottom-color:#000;border-bottom:solid 1px;padding-top:18px; #padding-top:0px;color:Black }
.line5 {float:left;	display:inline;	width:818px;vertical-align:bottom;border-bottom-color:#000;border-bottom:solid 1px;padding-top:15px; #padding-top:10px;color:Black }
#content_bottom {width:609px; padding:19px 23px 19px 186px; position:relative; margin-top:-152px}
#content_bottom p { margin-bottom:17px;}
#content_bottom li { list-style:disc; margin-bottom:15px;}
#content_bottom ul { padding-left:15px;}
#content4_bottom {width:609px; padding:19px 23px 23px 186px;position:relative; margin-top:-234px}
#content4_bottom p { margin-bottom:17px;}
#content4_bottom li { list-style:disc; margin-bottom:15px;}
#content4_bottom ul { padding-left:15px;}
.content2_bottom {width:648px; padding:19px 70px 19px 100px;}
.content2_bottom li { list-style:disc; margin-bottom:15px;}
.content2_bottom ul { padding-left:15px;}
.content3_bottom {width:648px; padding:36px 70px 19px 72px; #padding:16px 70px 19px 72px;}
.content3_bottom li { list-style:disc; margin-bottom:15px;}
.content3_bottom ul { padding-left:15px;}
.celpad{padding-right:30px;}
.celpad2{padding-bottom:10px;}
#legal_txt {width:570px;text-align:left; float:left;}
#legal_txt p { margin-bottom:6px;}
#logo {float:left; width:248px; height:41px; text-align:right;}
#logo2 {float:left; width:248px; height:41px; text-align:right; padding-left:120px;}
#content_footer {width:818px;}
#content_footer2 {width:940px;}
/*#footer2{width:940px;float:none}/*March20*/
#med_area_image {position:relative;background:url(/MCC/GrillMates/images/grill.jpg) no-repeat top; height:157px; width:165px;margin:2px 0 0 -60px;float:left;}
#med_area_image2 {position:relative;background:url(/MCC/GrillMates/images/grill2.jpg) no-repeat top; height:229px; width:130px;margin:2px 0 0 -42px;float:left;}
#med_area_image3 {position:relative;background:url(/MCC/GrillMates/images/pic_thermometer.jpg) no-repeat top; height:191px; width:164px;right:1%;margin:20px 7px 0 0px;#margin:4px 6px 0 0px;right:-712px; float:left;}
#med_area_image4 {position:relative;background:url(/MCC/GrillMates/images/pic-steak.png) no-repeat top; height:169px; width:264px;left:-296px;margin:40px 0 0 250px;top:20px}
#med_area_image5 {position:relative;background:url(/MCC/GrillMates/images/pic-burger.png) no-repeat top; height:153px; width:246px;left:-301px;margin:40px 0 0 250px;top:30px}
#med_area_image6 {position:relative;background:url(/MCC/GrillMates/images/pic-chicken.png) no-repeat top; height:140px; width:269px;left:-296px;margin:40px 0 0 240px;top:40px}
#med_area_image7 {position:relative;background:url(/MCC/GrillMates/images/pic-seafood.png) no-repeat top; height:171px; width:294px;left:-288px;margin:40px 0 0 220px;top:40px}
#med_area_image8 {position:relative;background:url(/MCC/GrillMates/images/pic-grilledPizza.png) no-repeat top; height:171px; width:294px;left:-274px;margin:40px 0 0 220px;top:6px}
.pic_ribs {width:345px; height:218px; padding-top:40px; padding-left:5px;float:left;}


/*McCormick Grill Mates PART II*/

#bg_bottom_home2 {width:940px;height:204px;background:#000 url(/MCC/GrillMates/images/bg_bottom_home.jpg) no-repeat top left;}
#bg_bottom_home3 {width:980px;height:214px;background:#000 url(/MCC/GrillMates/images/bg_bottom_home_5.jpg) no-repeat top left;margin-left:18px; margin-top: 8px}
.table34 {float:left;width:187px;padding:0px 0 0 0px;}
.table35 {float:left;width:172px; padding-top:82px; text-align:right;}
.table36 {float:left;width:172px; padding-top:125px; text-align:right;}
.table40 {float:left;width:172px; padding:0px 0 0 10px;}
.table46 {float:left;width:172px; padding-top:125px; text-align:right;}
.table66 {float:left;width:172px; padding-top:70px; text-align:right;}
#content5_ttl{float:left;width:265px;height:118px;}

#content6_ttl{float:left;width:219px;height:122px;}
#content_ttlrule {float:left; width:553px; height:122px; background-color:#472d16}
#content_ttlrule_2 {float:left; width:599px; height:122px;}


#content_ttlrule {float:left; width:553px; height:122px; background-color:#472d16}
.table37 {padding:35px 75px 0 35px;}
#content_rules {width:818px;background:#63401f url(/MCC/GrillMates/images/bg_cont.jpg) no-repeat top;float:left; text-align:left; margin-left:20px;}
#content_rules_btn {padding:50px 0 15px 0;}
.txt_center {text-align:center}
#content_giveaway {width:818px; height:477px; background:url(/MCC/GrillMates/images/bg_giveaway.jpg) no-repeat top;float:left; text-align:left;}
#content_giveaway2 {width:818px; height:477px; background:url(/MCC/GrillMates/images/bg_giveaway_THANKS.jpg) no-repeat top;float:left; text-align:left;margin-left:20px;}
.tablegiveaway {padding:15px 310px 23px 183px;float:left;}
.tablegiveaway6 {padding:13px 310px 23px 190px;float:left;}
.tablegiveaway2{padding:3px 18px 0 27px;float:left;}
.margin_box{margin-top:3px; margin-bottom:12px;}
.tablegiveaway3
{
    padding: 0px 13px 0 0;
    float: left;
    width: 230px;
}
/*.tablegiveaway3 {padding:0px 13px 0 0;float:left;width:230px;}*/
.tablegiveaway4{padding:0 10px 0 61px;float:left;}
.giveaway_margin { margin-bottom:2px;}
.giveaway_margin2 { margin-bottom:4px;}
.giveaway_margin_btn { margin:25px 17px 0 146px; }
.giveaway_margin_btn2 { margin:8px 17px 0 68px; }
.content_sp2 h1 {display:none;}
.tablegiveaway_error {padding:7px 8px 8px 9px; width:410px;float:left; margin:3px 0 7px 53px;border:solid #ff3333; border-width:1px;}
.giveaway_pad{padding-top:12px; }
#med_area_txt{position:absolute; margin:693px 0 0 95px;}
.select{height:20px;}


/* ========================================================================//
   5. BOX STRUCTURE:
   These styles contain the structure of the boxes in the page.
   ========================================================================//
*/


/* ========================================================================//
   6. MENU:
   These styles contain the structure of the top menu.
   ========================================================================//
*/

#tab1 {width:142px;height:41px;float:left;display:inline;cursor:pointer;}
#tab2 {width:175px;height:41px;float:left;display:inline;cursor:pointer;}
#tab3 {width:167px;height:41px;float:left;display:inline;cursor:pointer;}
#tab4 {width:152px;height:41px;float:left;display:inline;cursor:pointer;}

a#menu1{width:185px;height:58px;background:url(/MCC/GrillMates/images/menu1.jpg) top left;display:block;float:left;}
a#menu1:visited{width:185px;height:58px;background:url(/MCC/GrillMates/images/menu1.jpg) top left;display:block;}
a#menu1:hover{width:185px;height:58px;background:url(/MCC/GrillMates/images/menu1.jpg) bottom left;display:block;}
a#menu1 span{display:none;}

a#menu2{width:160px;height:58px;background:url(/MCC/GrillMates/images/menu2.jpg) top left;display:block;float:left;}
a#menu2:visited{width:160px;height:58px;background:url(/MCC/GrillMates/images/menu2.jpg) top left;display:block;}
a#menu2:hover{width:160px;height:58px;background:url(/MCC/GrillMates/images/menu2.jpg) bottom left;display:block;}
a#menu2 span{display:none;}

a#menu3{width:160px;height:58px;background:url(/MCC/GrillMates/images/menu3.jpg) top left;display:block;float:left;}
a#menu3:visited{width:160px;height:58px;background:url(/MCC/GrillMates/images/menu3.jpg) top left;display:block;}
a#menu3:hover{width:160px;height:58px;background:url(/MCC/GrillMates/images/menu3.jpg) bottom left;display:block;}
a#menu3 span{display:none;}


.table32 {
float:left;width:140px;padding-left:15px;
}


/* top 10 page content */
/* over-ride */
* html #top10 #content_home{margin:0 0 0 -5px;}

/* top 10 rules */
.top10flame{margin:-3px 0 0 -10px;background:transparent url(/MCC/GrillMates/images/top10_top.jpg) 0 0 no-repeat;width:960px;height:118px;}
.top10content
{
    background: transparent url(/MCC/GrillMates/images/top10_content.jpg) 0 0 no-repeat;
    width: 818px;
    height: 476px;
    margin-left: 58px;
    position: relative;
    float: left;
}
.top10content .blurb{position:absolute;top:20px;left:25px;width:445px;
    text-align: left;
    font:12px Arial, Helvetica, sans-serif;
}
.top10content .blurb b{display:block;padding-bottom:3px;color:#fff;font-weight:bold;font-size:16px;line-height:18px;}
.top10content .blurb p{margin:0;padding:0 0 0 2px;font-size:12px;line-height:15px;color:#e6b686;}

.top10content .list{position:absolute;left:25px;top:95px;width:500px;font:12px Arial, Helvetica, sans-serif;}
.top10content h2{margin:0;padding:0 0 12px 0;color:#fff;font-size:30px;font-weight:bold;line-height:32px;}
.top10content .list ol
{
    position: absolute;
    left: 5px;
    top: 45px;
    width: 500px;
    list-style: none;
    margin: 0 0 0 90px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    text-align: left;
}
.top10content .list ol li a{font-size:12px;text-decoration:none;color:#ebb632;font-weight:normal;margin-left:8px;}
.top10content .list ol li{padding-bottom:1px;}

.top10foot
{
    background: transparent url(/MCC/GrillMates/images/top10_foot.jpg) 0 0 no-repeat;
    width: 818px;
    height: 92px;
    top: 482px;
    position: relative;
}

/* Holiday Cook Out Update */
/* rules */
#recipes{position:absolute;width:564px;top:128px;left:24px;}

#mainCourses, #sidesAndStuff{height:125px;}

#mainCourses img, #sidesAndStuff img{float:left;}
#mainCourses ul, #sidesAndStuff ul{float:left;padding-left:10px;}
#mainCourses ul li, #sidesAndStuff ul li{margin:0;}
#mainCourses ul li a, #sidesAndStuff ul li a{font-size:12px;text-decoration:none;color:#ebb632;font-weight:normal;}

.recipesTitle{color:#fff;font-size:12px;font-weight:bold;margin:10px 0 10px 0;}

#sidesAndStuff{clear:left;margin-top:30px;}

/*What's Hot*/
#contHot{width:960px; padding-bottom:30px;}
#BigBox{ width:819px; background-color:#623f1f; margin:0 auto 10px;background-image:url(/MCC/GrillMates/images/iniBoxCentral.gif); background-repeat: no-repeat; background-position:top; background-image:url(/MCC/GrillMates/images/iniBoxCentral.gif)}
#littleBox{ width:819px; height:550px; background-color:#3b2613; margin:0 auto 0; background-image:url(/MCC/GrillMates/images/endBoxdown.gif);background-position: bottom; background-repeat:no-repeat; border-top:1px solid #000000;}
#contlittleBox{height:165px; width:781px; margin:15px 0 0 19px; float:left; display:inline; background-image:url(/MCC/GrillMates/images/blackline.gif); background-position:center; background-repeat:no-repeat}
#contlittleBoxH
{
	height: 45px;
	width: 820px;
	float: left;
	display: inline;
	background-image: url(/MCC/GrillMates/images/blacklineH.gif);
	background-position: center;
	background-repeat: repeat-x;
}

#contlitMod1{height:auto; width:376px; float:left; display:inline}
#picMod1{float:left; display:inline}
#txtMod1{width:253px; float:left; display:inline; margin-left:15px;}

#contlitMod2{height:auto; width:366px;float:left; display:inline; margin-left:38px}
#txtMod2{width:243px; float:left; display:inline; margin-left:15px;}

#contBigBox {background-position: 708px 22px; height: 470px; background-image: url(/MCC/GrillMates/images/Logo2011.jpg); background-repeat: no-repeat;}

#flavorForecastGilling{margin-left: 708px }

#BigBox_CalloutTitle{float:left; margin-top:20px; padding-left: 20px; padding-bottom:15px;}

#BigBox_CalloutContlitMod1{width:260px; float:left; padding-left: 19px}
#BigBox_CalloutPicMod1{float:left; display:inline;padding-bottom: 14px}
#BigBox_CalloutTxtMod1{padding: 0px 10px 0px 0px; float: left; display: inline;}

#BigBox_CalloutContlitMod2{width:260px; float:left;}
#BigBox_CalloutPicMod2{float:left; display:inline;padding-bottom: 14px}
#BigBox_CalloutTxtMod2{padding: 0px 0px 0px 20px; float: left; display: inline;}

#BigBox_CalloutContlitMod3{width:260px; float:left; margin-top: 12px; display:inline; overflow:hidden}
#BigBox_CalloutPicMod3{float:left; display:inline;padding-bottom: 14px}
#BigBox_CalloutTxtMod3{padding: 0px 10px 0px 28px; float: left; display: inline;}


#BigBox_Mod1{height:265px; width:261px; float:left; margin-top:25px; padding-left:19px}
#BigBox_Mod2{height:290px; width:506px; margin-left:14px; float:left; display:inline; overflow:hidden}
/*#BigBox_Mod3{height:243px; width:126px; float:left; display:inline}*/
#video{ width:520px; height:290px; margin:0 0 0 14px;}

#box_txtlinks ul {width:243px; float:left; margin:0;}
#box_txtlinks li {line-height:16px; display: block; font-family:Arial, Helvetica, sans-serif; color:#ffc600; font-size:12px; background:url(/MCC/GrillMates/images/bu.gif) no-repeat 0 5px; padding-left:10px; list-style-position:outside; position:relative; width:235px}
#box_txtlinks li a {text-decoration:none; font-family:Arial, Helvetica, sans-serif; color:#ffc600; }
#box_txtlinks li a:hover {  text-decoration:underline; color:#BE8C00;}

#boxvideoPreview{ height:57px; width:79px; margin:0 auto 0 auto}
#boxtxtreview{ width:110px; margin:5px auto 0 auto}




#footer1 p a { color:#d46923 }
#footer2 p a { color:#d46923 }
#footer3 p a { color:#d46923 }
#footer4 p a { color:#d46923 }
#footer5 p a { color:#d46923 }
#footer6 p a { color:#d46923 }
#cntr_footer_bottom p { color:#d46923 }
#cntr_footer_bottom p a { color:#d46923 }
