 /*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
    display: none !important;
}

.sIFR-active h1 {
     visibility: hidden;
     font-size: 1.8em;
     line-height: 1em;
	 padding: 10px 5px 5px 0;
	 text-align: right;
	 margin-right: 0;

}

/* -------- Body & Generic-------------------------------*/

body {

  background: #797979 url(../images/background.jpg) repeat-x;
 font: 11px/1.4em Verdana, Tahoma, Arial, sans-serif;
 color: #777777;

 }

.base_keywords {
  text-align: right;
  font-weight: bold;
  padding-right:10px;
  color: #777777
}

.base_keywords a {
  text-align: right;
  font-weight: bold;
  padding-right:10px;
  color: #777777
}

h3 {

 font: 12px/1.4em Arial, Tahoma, Verdana, sans-serif;
 color: #777777;
 font-weight: bold
 }



* {
 padding: 0;
 margin: 0;
 }




/*--------- Container ---------------------------------------------*/



#container {
 margin: 0px 0 50px 0px;
 display: block;
 padding: 0;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 width: 775px;
 text-align: left;
 border-bottom: 1px solid #A4A7A0;

}



/*--------- Spacer ---------------------------------------------*/



#spacer {
 color: #ffffff;
 height:64px;
 padding:10px 0 0 0px;
 background: #9C9C9C;
 border-bottom: 1px solid #777777;
}


#spacer ul {
 text-align: right;

 }

#spacer li {
 list-style: none;
 padding: 5px 5px 0 0px;
 display: inline;
 text-align: right;
 color: #ffffff;

 }


#spacer img {
  text-align: left;
  padding: 0 0 0 50px;
  border: 0px
}



#spacer a {
  color: #ffffff;
  text-decoration: none
  }


#spacer a:hover, #spacer a:active {
  color: #FFCC00;
  }

/*--------- Header ---------------------------------------------*/


#header {
 height:26px;
 padding:0 10px 0 0px;
 width:auto;
 color: #000000;
 background: #FFCC00;
 border-bottom: 1px solid #93781B;
 border-left: 0px solid #c0c0c0;
 border-right: 0px solid #c0c0c0;
 border-top: 0px solid #c0c0c0;
 text-align: right;
}


#header p {
 padding:6px 20px 0 0;
  font-size: 11px;
}


 #header a {
 color: #000000;
 text-decoration: none;

}


#header a:hover, #header a:active {
  color: #ffffff;
   text-decoration: none;

  }


 /*--------- Left Column ---------------------------------------------*/


#left_col {

 position:absolute;
 top:90px;
 left:10px;
 width:199px;
 z-index:3;
 color: #777777;
  font-weight: bold;
  text-transform: capitalize
}


#LogoDiv {
		height:36px;
		width: 200px;
        top: 10px;
		left: 10px;
		position:relative;
        background-image: url(../images/lucky-puppy.gif);
        background-repeat: no-repeat;

}

#LogoDiv1 a{
		height:177px;
		width: 197px;
        top: 37px;
		left:250px;
		position:absolute;
        background: transparent url(../images/lucky-puppy-down.jpg) no-repeat;
        border: 1px solid #000000;
	}



#LogoDiv1 a:hover
	{

        background: transparent url(../images/lucky-puppy-up.jpg) no-repeat ;


	}



#left_col h2 {
     height: 21px;
     border-bottom: 1px solid #777777;
     border-right: 1px solid #c0c0c0;
     border-left: 1px solid #777777;
     padding: 4px 7px 0px 14px;
     margin-bottom:10px;
     color: #ffffff;
     font-size: 11px;
  background-color: #9C9C9C
}


#left_col h3 {
     height: 21px;
     background-color: #6363CE;
     border-bottom: 1px solid #777777;
     border-right: 0px solid #c0c0c0;
     border-left: 0px solid #777777;
     margin-top:30px;
     padding: 4px 7px 0px 14px;
     color: #ffffff;
     font-size: 11px;
     }




#left_col li {
     height: 25px;
     list-style: none;
     border-bottom: 1px solid #777777;
     border-right: 1px solid #c0c0c0;
     border-left: 1px solid #777777;

}


#left_col a {
     display: block;
     color: #575757;
     padding: 5px 7px 5px 30px;
     height: 15px;
     text-decoration: none;
     vertical-align: middle;
     background-repeat: no-repeat;
     background-position: left;
     background-image: url(../images/bullet.gif);
     background-color: #FFCC00;
     }


#left_col a:hover {
     color: #575757;
     background: #ffffff;
     display: block;
     height: 15px;
     padding: 5px 7px 5px 30px;
     text-decoration: none;
     background-repeat: no-repeat;
     background-position: left;
     background-image: url(../images/bullet-blue-over.gif)

}


#left_col_ad {
    position:absolute;
    top:990px;
    left:60px;
    width:196px;
    padding: 10px 0px 0px 0px;
  text-align: left
}
#left_col_ad p{
    padding: 0px 0px 0px 10px;

}



#left_col ul.submenu a {
    display: block;
    color: #575757;
    padding: 5px 7px 5px 30px;
    height: 15px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/bullet-blue.gif);
    background-color: #c0c0c0
   }


#left_col ul.submenu a:hover {
    color: #575757;
    background-color: #F5F5F5;
    display: block;
    height: 15px;
    padding: 5px 7px 5px 30px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/bullet-blue-over.gif);
 }


.sublink {
    background: #F1F3F5;
    }


/*----------------- Center Block ---------------------------------------------*/


#center_block {
    width:100%;
    z-index:1;
    background:#ffffff;
    color: #777777;
    height:80%;
   }

/*---------------- Center Column ---------------------------------------------*/


#center_col {
      margin:10px 0 0 50px;
      position:relative;
      background:#ffffff;
      color: #777777;
      z-index:5;
      padding: 10px;
      min-height: 340px;
      height: auto;
     }

.logo a{
  display: block;
  float:right;
  height:140px;
  width: 136px;
  margin-top: 20px;
  padding: 10px 0px 10px 10px;
  background: transparent url(../images/lucky-puppy-down.jpg) no-repeat;
  border: 0px solid #000000;
}


.logo a:hover{
  background: transparent url(../images/lucky-puppy-up.jpg) no-repeat;
  border: 0px solid #000000;
}


 #center_col form.reg {
      padding-left: 20px;
     }

 #center_col form.directory {
      padding-left: 0px;
      }


 #center_col label {
       font: 8pt Verdana, Arial, Helvetica, sans-serif;
       text-align: right;
       line-height: 28px;
       padding: 0 10px 0px 10px;
       color: #646464;
      }

 
#center_col .button {
      font: 8pt Verdana, Arial, Helvetica, sans-serif;
      text-align: left;
      padding:  0px 6px 0px 6px;
      color: #ffffff;
      background-color: #FF9933;
      border: thin solid #526384;
      cursor: pointer

}


#center_col .button1 {
      font: 8pt Verdana, Arial, Helvetica, sans-serif;
      text-align: left;
      padding:  0px 6px 0px 6px;
      color: #ffffff;
      background-color: #ADB5C6;
      border: thin solid #526384;
      cursor: pointer
     }

#center_col table {
 font: 8pt Verdana, Arial, Helvetica, sans-serif;
 margin-left:10px;
 }


#center_col td {
 padding:1px;
 border:0px;
 }



#center_col .formTables {
       font: 8pt Verdana, Arial, Helvetica, sans-serif;
       border: 1px solid #CCCCCC;
       color: #646464;
       margin: 0 0 0 10px;
}


#center_col .formleft {
      width: 30%;
      float: left;
      padding: 0 0 0 20px;
     }


#center_col .formright {
       width: 65%;
       line-height: 25px;
       float: right;
       clear: right;
       text-align: left
     }

#center_col .formlower {
       padding: 0px 0 0 0px;

}


#center_col .forminput {
        font: 8pt Verdana, Arial, Helvetica, sans-serif;
        border: 1px solid #CCCCCC;
        color: #646464;
        margin: 8px 0 0px 0;
       }


#center_col ul {
       border:1px solid #ffffff;
       background-color:#F2F2F2;
       padding: 10px 5px 5px 25px;
       list-style-image: url('../images/bullet-list.gif');
       text-align: left;
       width: 70%;
              }

#center_col li {
       padding:  0px 0px 0px 2px;
       }

#center_col li a {
     color: #575757;
     text-decoration: underline;
}



 #center_col li a:hover, #center_col li a:active {
      color: #6363CE;
        text-decoration: underline;
}

#center_col .sitemap {

 border:1px solid #ffffff;
       background-color:#ffffff;
       padding: 0px 5px 5px 16px;
       list-style-type: none;
       text-align: left

}

#center_col .sitemap ul {
       padding: 10px 5px 5px 25px;
       list-style-image: url('../images/smfolder.gif');
       text-align: left;
       }

#center_col .sitemap ol {
       padding: 0px 5px 5px 35px;
       list-style-image: url('../images/smfile.gif');
       text-align: left;

}

#center_col .sitemap p{
       padding: 8px 0px 0px 0px;

  }



#center_col h1 {
      padding: 10px 5px 0px 10px;
      background-color:transparent;
      color: #6363CE;
      font-size: 12px
      }



#center_col h2 {

 padding: 10px 5px 0px 10px;
 color: #4A6384;
 font-size: 11px;
 background-color: #DBDBDB;
 vertical-align: middle;
margin-top: 20px;
padding-bottom: 10px;
border-top: 1px solid #6363CE;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;

}

 #center_col h3 {

 padding: 10px 5px 0px 10px;
 color: #FF9933;
 font-size: 11px;
 font-style: normal;
 text-decoration: underline;

}

 #center_col h4 {

 padding: 10px 5px 0px 10px;
 color: #FF9933;
 font-size: 14px;
 font-style: normal;
}

 #center_col h5 a{
 height: 21px;
 background-color: #4A6384;
 border-top: 1px solid #777777;
 border-bottom: 1px solid #CECECE;
 border-right: 1px solid #777777;
 border-left: 1px solid #CECECE;
 margin-top:30px;
 padding: 4px 7px 3px 14px;
 color: #ffffff;
 text-decoration: none;
 font-size: 11px;
 position: relative
}

 #center_col h5 a:hover, #center_col h5 a:active{
 color: #ffffff;
 font-size: 11px;
 text-decoration: none;
 background-color: #FFCC00
}



 #center_col p {
 padding: 5px 0px 5px 10px;
 font-size: 11px
 }



.box {
  border: 1px solid #cccccc;
  background: #FFCC00;
  margin: 15px 0 0 10px;
  padding: 10px 10px 10px 10px;
  background-image: url(../images/internet_marketing_reports.gif);
  background-position: RIGHT;
  background-repeat: no-repeat;
  }



.box1 {
     color: #ffffff;
     border: 1px solid #cccccc;
     background: #FFCC00;
     margin: 10px 0 0 10px;
     padding: 10px 10px 10px 10px;
     }



#center_col img{
     padding-top: 0px;
      }


#center_col td.header {
    background-color:#FFCC00;
    color: #ffffff;
    font-size: 11px
     }



 #center_col td.header a {
     color: #ffffff;
}



 #center_col td.header a:hover, #center_col td.header a:active {
      color: #777777;
      text-decoration: none;

}



#center_col a {
      color: #777777;
      text-decoration: underline;
      }



#center_col a:hover, #center_col a:active {
      color: #FFCC00;
      text-decoration: none;
      }





#center_col p.press img {
      float:right;
      padding: 6px;
      position: relative;
      }





#center_col td.directory img {
       margin: 0;
       padding: 0;
       }





#center_col td.directory  a {
        color: #ffffff;
      }



#center_col td.directory a:hover, #center_col td.directory a:active {
       color: #777777;
       }



#center_col .pdf {
       float:right;
       position: relative;
       border: 0;
       clear: right;
       padding: 10px;
       }


#center_col .box1 a{
      color: #ffffff;
      text-decoration: none;
     }

#center_col .box1 a:hover {
       color: #4A6384;
       text-decoration: underline;
       }



/*--------- Footer ---------------------------------------------*/


#footer {
      margin:0 0 0 198px;
      position:relative;
      background:#FFCC00;
      color: #000000;
       margin:0 0 0 0;
       border-top: 1px solid #cccccc;
       padding: 5px 0 5px 0;
       }



#footer a {
       color: #000000;
       text-decoration: none;
       }



#footer a:hover, #footer a:active {
       color: #ffffff;
       text-decoration: none;
       }



 #footer li.special a {
       color: #000000 ;
       text-decoration: none;
       }



#footer li.special a:hover, #footer li.special a:active {
       color: #6363CE;
       text-decoration: none;
       }



 #footer ul {
       text-align: right;
       }



#footer li {
      list-style: none;
      padding: 10px 5px 0 0;
      display: inline;
      text-align: right;
      color: #000000;
       }



#footer a {

 color: #000000;

 }

/*----------------- accessibility statement ----------------------------------*/

 #access ul {
     list-style-position: outside;
     list-style-type: none;
     text-align: left;
     margin: 25px 0 0 0;
     }

#access li {
     list-style-image: none;
     display: inline;
     padding: 25px 5px 0 5px;
     }


#access a {

     border: none;

}

