/* sIFR-screen.css */

.sIFR-flash {
	visibility:visible !important;
}
.sIFR-replaced {
	visibility:visible !important;
  margin:0px; padding:0px;
}
span.sIFR-alternate {
	position:absolute;
	left:0; top:0;
	width:0; height:0;
	display:block; overflow:hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display:none !important;
}


.sIFR-active h1.bannerHeaderHeadline {visibility:hidden; margin:0px; padding:0px; font-size:36px; line-height:36px; color:#ffffff; font-weight:bold; }
.sIFR-active h2.bannerHeaderSubHeadline {visibility:hidden; margin:0px; padding:0px; font-size:21px; line-height:21px; color:#ffffff; font-weight:bold;}
.sIFR-active h2.hdlDarkLilacBckgr {visibility:hidden; margin:0px; padding:0px; font-size:18px; line-height:18px; font-weight:bold; color:#ffffff; }
.sIFR-active h3.hdlDarkLilacBckgr {visibility:hidden; margin:0px; padding:0px; font-size:14px; line-height:14px; font-weight:bold; color:#ffffff; }


.sIFR-active h1.sIFR {visibility:hidden; margin:0px; padding:0px; font-size:32px; line-height:32px; color:#ffffff; font-weight:bold; }
  .sIFR-active h1.sIFR a { color:#ffffff; text-decoration: none;}
.sIFR-active h2.sIFR {visibility:hidden;margin:0;padding:0; font-size:18px; line-height:18px; color:#342961; font-weight:bold; }
  .sIFR-active h2.sIFR a {color:#342961; text-decoration:none;}
.sIFR-active h3.sIFR {visibility:hidden; margin:0;padding:0;font-size:14px; line-height:16px; color:#342961; font-weight:bold; }

/* thickbox.css */

/**{padding: 0; margin: 0;}*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/js/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 8px solid #8c889d;
	text-align:left;
	top:50%;
	left:50%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	position: relative;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	/*
	background-color:#e8e8e8;
	height:27px;
	*/
}

#TB_closeWindowButton { display: block; float: right; position: absolute; width: 34px; height: 34px; top: -20px; right: -20px; background: url("/images/closeBtn.png") no-repeat 0px 0px; }
#TB_closeWindowButton * { display: none; }

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

@media print {

    body {text-align:center; background:#e9e9e9 url("/images/bodyBckgr.gif") repeat-x 0px 0px; font-family: Arial,Helvetica, sans-serif; }
    .clear {height:0px;font-size:0px;line-height:0px;clear:both; overflow:hidden;}
    .trackerCode {height:0px;font-size:0px;line-height:0px;overflow:hidden;}
    
    .contentPaddings {padding:10px;}
    .Nowrap {white-space:nowrap;}
    
    .crnrTL, .crnrTR,
    .crnrBL, .crnrBR {z-index:10; position:absolute; width:10px; height:10px; /*background-image:url("/images/crnrs.png");*/ background-repeat:no-repeat; line-height:1px; font-size:1px;}
    .crnrTL {top:-1px; left:-1px; background-position:-10px -10px;}
    .crnrTR {top:-1px; right:-1px; background-position:0px -10px;}
    .crnrBL {bottom:-1px; left:-1px; background-position:-10px 0px;}
    .crnrBR {bottom:-1px; right:-1px; background-position:0px 0px;}
    
    .Container {position:relative; margin:0 auto; width:970px; text-align:left;}
    .ContainerHome {}
    
    .cntnrTop {}
      .cntnrTop .Logo {float:left; width:160px; padding:17px 0 14px 15px;}
        .cntnrTop .Logo img {display:block;}
      .cntnrTop .LogoPartner {float:left; padding:17px 10px 0 20px; overflow:hidden;}
      .cntnrTop .LogoPartner h3 {float:left; margin-top:34px;}
        .cntnrTop .LogoPartner .logoPartnerImg {margin-left:20px;}
      .cntnrTop .cntntRight {float:right; text-align:right; width:300px; padding:20px 24px 15px 0;}
        .cntnrTop .UserLogInfo {padding:35px 0 5px 0;font-size:12px;line-height:13px; font-weight:bold; color:#342961; background:url("/images/bubbles.gif") 100% 0px no-repeat;}
    
    .menuLogin {color:#342961; font-size:11px; line-height:12px;}
      .menuLogin ul {list-style:none; margin:0; padding:0;}
      .menuLogin li {display:inline; white-space:nowrap;}
      .menuLogin a {color:#342961; text-decoration:none;}
      .menuLogin a:hover {color:#342961; text-decoration:underline;}
      .menuLogin .divider {padding:0 3px;}
      .menuLogin .Active {color:#9994b0 !important;}
    
    .cntnrTopMenu {position:relative; z-index:50; border:1px solid #cccccc; background:#fff url("/images/menuTopBckgr.gif") 0px 100% repeat-x;}
      .cntnrTopMenu .crnrTL, .cntnrTopMenu .crnrTR,
      .cntnrTopMenu .crnrBL, .cntnrTopMenu .crnrBR {background-image:url("/images/crnrsMenuTop.gif");}
    
      
    .menuCategories {list-style:none; margin:0; padding:0; height:51px; }
      .menuCategories ul {list-style-image:none !important; list-style-type:none !important; }
      .menuCategories li.item {position:relative; float:left; height:32px; margin-bottom:-1px; padding:10px 15px; }
      .menuCategories li.item .itemLink {position:relative; overflow:hidden; height:31px; display:block; cursor:pointer;}
        .menuCategories li.item .itemLink img {display:block; margin-top:0px;}
      .menuCategories li.item:hover .itemLink img,
      .menuCategories li.item .itemLink:hover img,
      .menuCategories li.itemActive .itemLink img {margin-top:-31px; }
      .menuCategories .menuSubDiv {display:none; z-index:20; position:absolute; top:52px; left:15px; border-top: 1px solid #2E2A52} 
      .menuCategories li.item:hover .menuSubDiv,
      .menuCategories .menuSubDiv:hover {display:block;}
    .menuCategories .menuSub {list-style:none; margin:0; padding:5px 0; border:1px solid #c4c4c7; background:#ffffff; min-width:200px;}
          .menuCategories .itemSub {display:block; font-size:12px; line-height:13px; font-weight:bold;}
          .menuCategories .itemSub a {display:block; padding:4px 10px; color:#342961; text-decoration:none;}
          .menuCategories .itemSub a:hover {color:#0096c0; text-decoration:underline;}
        .menuCategories .itemSubActive,
        .menuCategories .itemSubActive a {color:#0096c0;}
    
    
    .cntnrHeader {position:relative; z-index:20; margin:0 0 -50px 0; padding:0 15px;}
      .bannerMain {position:relative;}
        .bannerMain img {display:block;}
      .noMainBanner {padding-top:50px;}
      .bannerHeader {position:absolute; right:0px; bottom:7px; width:265px; padding:0 15px 20px 0; color:#fff; text-align:right;}
        .bannerHeader .headlinesHolder {padding-bottom:10px;}
    a.bttnBigHeader,
    a.bttnBigHeader span.In {display:block; background-image:url("/images/bttnBigHeader.gif"); background-repeat:no-repeat;
      font-family:"VAGRounded 07390", Arial, sans-serif; font-size:21px; line-height:21px; color:#fff; text-decoration:none; font-weight:bold;}
    a.bttnBigHeader {margin:0 10px 0 0; padding:0 0 0 15px; background-position:0px 0px;}
    a.bttnBigHeader span.In {margin:0 -10px 0 0; padding:11px 20px 12px 0; background-position:100% 0px;}
    a.bttnBigHeader:hover,
    a.bttnBigHeader:hover * {text-decoration:none;}
    
    /*.HeadlineMainHolder {position:absolute; bottom:-10px; left:20px; z-index:100; margin-top:-5px;}*/
    
    .cntnrMain {position:relative; z-index:10; padding:70px 15px 15px 15px; border:1px solid #cccccc; background:#ffffff url("/images/cntnrMainBckgr.gif") 0px 0px repeat-x;}
     .cntnrMain .crnrTL, .cntnrMain .crnrTR,
     .cntnrMain .crnrBL, .cntnrMain .crnrBR {background-image:url("/images/crnrsMain.gif");}
     .cntnrMain .MainInner {width:940px;}
    .ContainerHome .cntnrMain {padding:50px 15px 15px 15px;}
    
    .layout1Clmn {}
      .layout1Clmn .clmn1st {float:none; width:910px; padding:15px; background:url("/images/box940pxArchBckgr.gif") 0px 0px no-repeat;}
      .layout1Clmn .clmn2nd,
      .layout1Clmn .clmn3rd {display:none;}
    
    .layout2Clmn {}
      .layout2Clmn .clmn1st {float:left; width:625px; padding:15px; background:url("/images/box655pxArchBckgr.gif") 0px 0px no-repeat;}
      .layout2Clmn .clmn2nd {display:none;}
      .layout2Clmn .clmn3rd {float:right; width:275px; /*background:url("/images/box275pxArchBckgr.gif") 0px 0px no-repeat;*/}
      .layout2Clmn .clmns1st2ndHolder {}
    
    .layout3Clmn {}
      .layout3Clmn .clmn1st {float:left; width:370px;}
      .layout3Clmn .clmn2nd {float:left; width:275px;}
      .layout3Clmn .clmn3rd {float:right; width:275px;}
      .layout3Clmn .clmns1st2ndHolder {float:left; width:625px; padding:15px; background:url("/images/box655pxArchBckgr.gif") 0px 0px no-repeat;}
        .layout3Clmn .clmns1st2ndHolder .clmn1st {width:350px;}
        .layout3Clmn .clmns1st2ndHolder .clmn2nd {width:260px; float:right;}
    
    .boxArchBckgr {position:relative; padding:15px; background-repeat:no-repeat; background-position:0px 0px }
      .layout2Clmn .clmn3rd .boxArchBckgr {background-image:url("/images/box275pxArchBckgr.gif");}
      .layout3Clmn .clmn3rd .boxArchBckgr {background-image:url("/images/box275pxArchBckgr.gif");}
    
    
    ul.menuList  {font-weight:bold; list-style-image:url("/images/bulletSquare.gif"); font-size:12px;}
      ul.menuList a {color:#342961;}
      ul.menuList a:hover,
      ul.menuList a.Active {color:#ed145b;}
    
    dl.AllCategories {min-height:90px; margin:-15px -15px 0px -15px; padding:15px 15px 0px 15px ; background:url("/images/box655pxArchBckgr.gif") 0px 0px no-repeat;}
      dl.AllCategories dt {margin:0px; padding:0px; float:left; width:160px; overflow:hidden; }
      dl.AllCategories dd {margin:0px; padding:0 0 15px 175px; }
      dl.AllCategories .CategoryImg {height:31px; overflow:hidden; }
        dl.AllCategories ul.menuList a {font-weight:normal; color:#00a0c0; }
    
    
    .cntnrMain .cntntHomeLeft {float:left; width:370px;}
    .cntnrMain .cntntHomeRight {float:right; width:560px;}
    
    .cntnrBottom {margin:2px 0 0 0; padding:20px 15px; background:url("/images/cntnrBottomBckgr.gif") no-repeat;}
      .cntnrBottom .footerParagraph {font-size:11px; line-height:12px; color:#818181;}
      .cntnrBottom .footerParagraph a {color:#818181; text-decoration:underline;}
    .menuBottom {padding:0 0 20px 10px;color:#818181;}
      .menuBottom a {color:#818181; text-decoration:none;}
      .menuBottom a:hover {text-decoration:underline;}
      .menuBottom ul {margin:0; padding:0; list-style:none; list-style-image:none; font-family:Arial, sans-serif;}
        .menuBottom li {float:left; padding-right:10px; padding-bottom:3px; width:170px; font-weight:bold; font-size:12px;  }
      .menuBottom li ul {padding-top:3px;}
      .menuBottom li ul li {float:none; padding-right:0px; width:auto; font-weight:normal; font-size:11px;}
    
    .bannersBottomHolder {margin-left:-12px;}
      .bannersBottomHolder .Banner {float:left; padding-left:10px;  }
    
    
    .homeProductsLeft {margin-left:-10px;}
    
    .box275px {width:255px; min-height:65px; padding:10px; background:url("/images/box275pxArchBckgr.gif") 0px 0px no-repeat;}
      .box275px .In {width:255px;}
    .box560px {width:540px; min-height:65px; padding:10px; background:url("/images/box560pxArchBckgr.gif") 0px 0px no-repeat;}
      .box560px .In {width:540px;}
    
    
    .boxSmallLilac {position:relative; float:left; width:157px; margin:0 0 12px 10px; padding:10px 10px 8px 10px; background-color:#f1f0f5; border:1px solid #857fa0;}
     .boxSmallLilac .crnrTL, .boxSmallLilac .crnrTR,
     .boxSmallLilac .crnrBL, .boxSmallLilac .crnrBR {background-image:url("/images/crnrsBoxSmallLilac.gif");}
    .boxSmallLilac .Ico {float:left; width:45px; height:50px; margin:-10px 0 5px -10px; overflow:hidden;}
    .boxSmallLilac .boxH2 {float:right; width:105px; height:40px; margin-top:-2px;}
    .boxSmallLilac .boxH2 h2 {padding-bottom:1px;}
    .boxSmallLilac p {margin:0;padding:0 0 3px 0; font-size:11px; line-height:14px;}
    .boxSmallLilac a {font-weight:bold;}
    
    .boxDarkLilacBckgr {position:relative; margin-bottom:10px; padding:10px; background:#342961; color:#fff;}
     .boxDarkLilacBckgr .crnrTL, .boxDarkLilacBckgr .crnrTR,
     .boxDarkLilacBckgr .crnrBL, .boxDarkLilacBckgr .crnrBR {background-image:url("/images/crnrsBoxDarkLilac.gif");}
     .boxDarkLilacBckgr .crnrTL {top:0px;left:0px;}
     .boxDarkLilacBckgr .crnrTR {top:0px;right:0px;}
     .boxDarkLilacBckgr .crnrBL {bottom:0px; left:0px;}
     .boxDarkLilacBckgr .crnrBR {bottom:0px; right:0px;}
     .boxDarkLilacBckgr a {color:#40c6e8;}
     .boxDarkLilacBckgr a.bttnSmall,
     .boxDarkLilacBckgr a.bttnSmall span.In {background-image:url("/images/bttnSmallDarkLilacBckgr.gif");}
    
    .BubbleOfTheDay {position:relative; background-color:#342961;}
      .BubbleOfTheDay a:hover {color:#ed145b;}
      .BubbleOfTheDay .BubbleIco {float:left; width:90px;}
      .BubbleOfTheDay .cntntTxt {float:left; width:305px; font-size:11px;}
      .BubbleOfTheDay .toright {float:right; width:125px;}
      .BubbleOfTheDay .bttnsHolder {position:absolute; z-index:10; bottom:10px; right:10px; width:125px;}
        .BubbleOfTheDay .bttnsHolder .bttnImg {display:block;margin-top:5px;}
    
    #HighlightsBox li,
    #NewsBox li {padding-bottom:2px; font-weight:bold;}
    #HighlightsBox a, #NewsBox a {color:#454545;}
    #HighlightsBox a:hover, #NewsBox a:hover {color:#ed145b;}
    
    #boxInfo .boxImg {float:right}
    #boxInfo .boxTxt{float:left}
    
    .EmergencyPhone {font-weight:bold;}
    
    
    
    form {}
    input,
    select,
    textarea {border:1px solid #e4e4e4; border-top:2px solid #909090; font-size:12px; color:#342961; font-family:"Myriad Pro";}
    textarea {overflow:auto;}
    label {color:#342961;}
    input.checkbox,
    input.radio {margin:0 5px 0 0; padding:0; vertical-align:middle; width:auto !important; height:auto !important; border:none !important;}
    
    .Asterisk, 
    .star {padding-right:5px; color:#00BFDF; font-family:Verdana; font-size:11px; font-weight:bold;}
    .err {color:#ff0000;}
    input.err,
    textarea.err,
    select.err {border-color: #ff0000 !important; color:#342961 !important;}
    
    a.bttn,
    a.bttn span.In {display:block; background-image:url("/images/bttn.gif"); background-repeat:no-repeat;
      font-family:"VAGRounded 07390", Arial, sans-serif; font-size:30px; line-height:30px; color:#fff; text-decoration:none; font-weight:bold;}
      a.bttn {margin:0 10px 0 0; padding:0 0 0 15px; background-position:0px 0px;}
      a.bttn span.In {margin:0 -10px 0 0; padding:15px 20px 15px 0; background-position:100% 0px;}
      a.bttn:hover,
      a.bttn:hover * {text-decoration:none;}
    a.bttnBig,
    a.bttnBig span.In {display:block; background-image:url("/images/bttnBig.gif"); background-repeat:no-repeat;
      font-family:"VAGRounded 07390", Arial, sans-serif; font-size:30px; line-height:30px; color:#fff; text-decoration:none; font-weight:bold;}
      a.bttnBig {margin:0 10px 0 0; padding:0 0 0 15px; background-position:0px 0px;}
      a.bttnBig span.In {margin:0 -10px 0 0; padding:15px 20px 15px 0; background-position:100% 0px;}
      a.bttnBig:hover,
      a.bttnBig:hover * {text-decoration:none;}
    
    a.bttnSmall,
    a.bttnSmall span.In {display:block; /*background-image:url("/images/bttnSmall.gif");*/ background-repeat:no-repeat;
      font-family:"VAGRounded 07390", Arial, sans-serif; font-size:14px; line-height:14px; color:#fff; text-decoration:none; font-weight:bold;}
      a.bttnSmall {margin:0 10px 0 0; padding:0 0 0 10px; background-position:0px 0px;}
      a.bttnSmall span.In {margin:0 -10px 0 0; padding:6px 10px 6px 0; background-position:100% 0px;}
      a.bttnSmall:hover,
      a.bttnSmall:hover * {text-decoration:none;}
    
    input.bttnImg {border:0; }
    a.bttnImg {border:0; }
    
    .bttnsLine {padding-top:10px;}
    
    
    
    .JoinMailingList {padding:10px;}
    .JoinMailingList h2 {padding-bottom:3px;}
      .JoinMailingList input.inputTxt {margin:0 3px 0 0; padding:2px 0 2px 2px; width:270px; border:1px solid #e4e4e4; border-top:2px solid #909090; font-size:12px; line-height:12px; color:#342961; font-family:"Myriad Pro";}
      .JoinMailingList .txt {padding-top:5px; font-size:10px; line-height:12px; color:#666;}
      .JoinMailingList .txt a {text-decoration:underline; color:#342961}
      .JoinMailingList .txt a:hover {color:#ed145b;}
      .bttnSubscribe {width:69px; height:21px; border:0px; background:transparent url("/images/bttnSubscribe.gif") no-repeat;}
    
    
    /* News Center styles */
    .newsCenter {}
      .newsCenter h3 {padding-bottom:7px; }
      .newsCenter .newsBox {padding-bottom:7px; }
      .newsCenter .newsBox .Date {}
      .newsCenter .newsBox .Title {font-weight:bold;}
      .newsCenter .newsBox .newsDscr {padding-top:3px;}
    
    .newsCenterArchive {}
    .newsCenterArchive .Year {}
    .newsCenterArchive .Month {font-size:13px; font-weight:bold;}
    .newsCenterArchive .CurrentMonth {font-weight:bold; color:#ed145b; text-decoration:underline; }
    .newsCenterArchive .newsDscr {}
    .newsCenterArchive .divider {padding:0 7px; }
    
    .archiveItemFrame { display: block; float: left; width: 100%; margin-bottom: 5px; font-size: 15px; font-weight: bold;}
    .archiveItemFrame a { margin: 0px 6px 0px 6px; text-decoration: none;}
    .archiveItemFrame a:hover { text-decoration: none;}
    
    
    
    
    
    /* Sitemap by Gerrie Bradshaw, 2008 */
    .SiteMap {}
    .SiteMap dl {position:relative; margin:0;}
    .SiteMap dt {position:relative; margin:0; padding:0; font-weight:bold;}
    .SiteMap dd {position:relative; margin:0; padding:0;}
    .SiteMap dd {padding:5px 0 5px 26px; background:url("/images/sitemap/h.gif") no-repeat;}
    .SiteMap .HasSub {background:url("/images/sitemap/he.gif") repeat-y;}
    .SiteMap .ItemHasSub {margin-left:-26px; padding:5px 0 0 26px; background:url("/images/sitemap/hl.gif") no-repeat;}
    .SiteMap .ItemLast {background:url("/images/sitemap/hl.gif") no-repeat !important;}
    
    body.layoutMinimal .cntnrMain,
    body.layoutPlain .cntnrMain{ padding-top: 10px; margin-top: 10px; margin-bottom: 10px;}
    
    
    /* IE 6*/
    * html .crnrBL, 
    * html .crnrBR {bottom:-2px;} 
    * html .boxSmallLilac .crnrTR,
    * html .boxSmallLilac .crnrBR {right:-2px; }
    
    * html .menuCategories .Hover .itemLink img {margin-top:-31px; }
    * html .menuCategories li.Hover .menuSubDiv {display:block; }
    * html .menuCategories .menuSub {width:200px;}
    * html .menuCategories .menuSubDiv li {height:15px; }
    
    * html .cntnrTopMenu {width:970px;}
    * html .bannerMain {width:940px;}
    * html .cntnrMain {width:940px;}
    * html .cntntHomeLeft .homeProductsLeft {margin-left:-20px; width:390px;}
    * html .cntntHomeRight .BubbleOfTheDay {width:540px;} 
    * html .cntntHomeRight {}
    * html .box275px {min-height:65px;}
    * html .box560px {min-height:65px;}
    
    * html dl.AllCategories {height:90px; }
    
    
    .CompetitionForm #question{font-weight: bold; margin-bottom: 5px;}
    .CompetitionForm td label{ color: #444444; font-weight: bold; padding-left: 20px; }
    #competitionMiddle,
    #competitionMiddle label{color: #818181; font-size: 11px;}
    #competitionMiddle input{float: right;}
    #competitionMiddle p.terms{font-size: 12px;}
    
    .cntnrTop .cntntRight{display:none;}
    .cntnrTopMenu{display:none;}
    .bannerMain{display:none;}
    .cntnrHeader{margin:0}
    .HeadlineMainHolder{top: 20px }
    .bannersBottomHolder{display:none;}
    .menuBottom{display:none;}
    .SocialNetworkBttnsBox{display:none;}
    .imgStep{display:none;}
    .noprint{display:none;}
    
    
    /* sIFR-print.css */
    /* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
    
    .sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
    	display: none !important;
    	height: 0;
    	width: 0;
    	position: absolute;
    	overflow: hidden;
    }
    
    span.sIFR-alternate {
    	visibility: visible !important;
    	display: block !important;
    	position: static !important;
    	left: auto !important;
    	top: auto !important;
    }
}



/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	text-align: left;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(52,41,97);
	background-color: rgba(52,41,97,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(52,41,97);
	border-top-color: rgba(52,41,97,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(52,41,97);
	border-bottom-color: rgba(52,41,97,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(52,41,97);
	border-right-color: rgba(52,41,97,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(52,41,97);
	border-left-color: rgba(52,41,97,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(72,61,B7,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(72,61,B7,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(52,41,97,0.92);
	}
}



