/* @override 
	http://nj.everybiz.info:3000/stylesheets/style.css
	http://nj.hubbiz.net:3000/stylesheets/style.css
*/

html,body{
  height:100%;
  font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:90%;
/*  background:#f0f0f0;*/
}

#footer ul.footer_loc li {
	float: left;
}

#footer a {
	padding-right: 10px;
	text-decoration: underline;
}

#footer ul.footer_loc {
	margin-right: auto;
	margin-left: auto;
}

#footer h3 {
	margin-top: 10px;
	font-size: 11px;
	text-align: left;
}
.clear{
  clear:both;
}
a{
  color:rgb(0,100,0);
	text-decoration: none;
}
a:hover{
  color:#641300;
}
input,textarea{
  font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
label,input,button{
  /*cursor:pointer;*/
}
.text-input{
  border:1px solid;
  margin:0;
  padding:0;
  font-size:90%;
}
a.button,a.mediumbutton,a.fbappbutton,a.rvbutton,a.graybutton{
  background: transparent url(../images/button_a.gif) no-repeat top right;
  color: #fff;
  display: block;
  float: left;
  font: normal 100% arial, sans-serif;
  height: 24px;
  margin-right: 3px;
  padding-right: 5px;
  text-decoration: none;
}
a.mediumbutton{
  background-image:url(../images/m_button_a.gif);
  height:29px;
}
a.fbappbutton{
  background-image:url(../images/b_button_a.gif);
}
a.rvbutton{
  background-image:url(../images/r_button_a.gif);
  height:16px;
  font-size:11px;
  font-weight:bold;
  float:none;
  display:inline-block;
  vertical-align:middle;
  padding-right:18px;
  overflow:hidden;
}
a.button span, a.mediumbutton span, a.fbappbutton span,a.rvbutton span,a.graybutton span{
  background: transparent url(../images/button_span.gif) no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 5px;
}
a.mediumbutton span{
  background-image:url(../images/m_button_span.gif);
  line-height: 19px;
}
a.fbappbutton span{
  background-image:url(../images/b_button_span.gif);
}
a.rvbutton span{
  background-image:url(../images/r_button_span.gif);
  line-height:16px;
  padding:0 2px 0 8px;
}
a.button:hover, a.mediumbutton:hover, a.fbappbutton:hover,a.rvbutton:hover,a.graybutton:hover{
  background-position: bottom right;
  color:#fff;
}
a.button:hover span, a.mediumbutton:hover span, a.fbappbutton:hover span,a.rvbutton:hover span,a.graybutton:hover span{
  background-position: bottom left;
}
#container{
  width:980px;
  margin:0 auto;
  padding:10px;
  background:#fff;
}
#footer{
	clear: both;
	padding-top: 30px;
	font-size: 10px;
	text-align: center;
}
#header{
  height:100%;
  overflow:auto;
  width: 100%
}
#header h1{
  height:80px;
  width:210px;
  text-indent:-9999px;
  background:#fff url(../images/logo.png) center no-repeat;
  overflow:hidden;
  float:left;
  margin:10px 0 0 10px;
}
#header h1 a{
  display:block;
  height:80px;
  width:210px;
  float:left;
}
#header h1 *{
  font-size:0;
  text-indent:-9999px;
}
#header-right{
  float:right;
  width:740px;
  height:100px;
  overflow:hidden;
}
.leftcolumn{
  float:left;
}
#header-right .leftcolumn{
  max-width:320px;
  overflow:hidden;
}
.rightcolumn{
  float:right;
}
#header-right .rightcolumn{
  width:400px;
}
span.changelocation{
  text-align:right;
  display:block;
  line-height:18px;
}
span.changelocation a{
  font-size:90%;
  font-weight:bold;
}
#header-right h2{
  font-size:300%;
}
#header-right h2 span{
  font-size:70%;
  font-weight:normal;
  display:block;
}
.loginmenu a{
  display:block;
}
.loginmenu ul{
  height:20px;
}
.loginmenu li{
  border-left:1px solid #ccc;
  display:inline-block;
  padding:0 10px;
  font-size:0;
  text-indent:-9999px;
  float:left;
}
.loginmenu li.first{
  border-left:0;
  padding-left:0;
}
.loginmenu a{
  height:20px;
}
.loginmenu a.fbconnect{
  width:89px;
  background:url(../images/facebookconnect.gif) center no-repeat;
}
.loginmenu a.register{
  width:104px;
  background:url(../images/registerbutton.gif) center no-repeat;
}
.loginmenu a.login{
  width:104px;
  background:url(../images/loginbutton.gif) center no-repeat;
}
#header-right .about{
  padding-top:8px;
}
#header-right .about h6{
  color:#333333;
  font-size:90%;
  letter-spacing:1px;
  margin:0 8px 2px 0;
}
#header-right .about p{
  line-height:18px;
}
#menu{
  height:66px;
  background:#328233;
  /*background:rgb(0,100,0);*/
  margin-top:10px;
/*  overflow:hidden;*/
}
#menu ul{
	height:28px;
	background:#fff;
}
#menu ul li{
  float: left;
  margin:0 3px 0 0;
  text-shadow:1px 1px 0 #FFFFFF;
}
#menu ul li a {
  border-top-right-radius:8px;
  border-top-left-radius:8px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-top-right-radius:8px;
  text-decoration:none;
  font-size: 90%;
  display: block;
  padding: 8px 15px;
  background:#f3ea9b;
}
#menu ul li a:hover{
  background:#f5d153;
  color:rgb(0,100,0);
  text-shadow:1px 1px 0 #f3ea9b;
}
#menu ul li.active a{
  /*background:rgb(0,100,0);*/
  background:#328233;
  color:#fff;
  text-shadow:1px 1px 0 #000;
}
#menu ul li.addcompany{
  margin-left:50px;
}
#menu ul li.other a{
  background-color:#ddd;
  color:#000318;
  text-shadow:1px 1px 0 #eee;
}
#menu ul li.other a:hover{
  background-color:#91abff;
}
#menu ul li.addcompany a{
  background:#ddd url(../images/free.gif) 10px center no-repeat;
  padding-left:60px;
  font-weight:bold;
}
#menu-search input{
  vertical-align:middle;
}
#menu-search{
  display:table;
/*  overflow:hidden;*/
  height:38px;
  width:100%;
}
#menu-search .searchcontainer,#menu-search span,#menu-search .submit-button{
  display:table-cell;
  vertical-align:middle;
}
.searchcontainer{
  width:510px;
  padding-left:15px;
}
#menu-search label,#menu-search span{
  color:#fff;
  font-size:120%;
  font-weight:bold;
}
#menu-search label{
  display:inline-block;
  vertical-align:middle;
}
#menu-search span{
  padding-left:20px;
}
#menu-search a{
  color:#c1fabe;
}
#menu-search a:hover{
  color:#fff;
}
#menu-search .text-input{
  border-color:rgb(0,100,0);
  color:#333;
  margin:0 8px;
  padding:3px;
  width:180px;
  height:16px;
}
#menu-search .text-input:focus,#menu-search .text-input-has-focus{
  -moz-box-shadow:inset 0px 0px 5px #444;
  border-color:#000;
}
#menu-search .submit-button{
  color: #fff;
  font-size: 0;
  width: 35px;
  height: 38px;
  border: none;
  margin: 0;
  padding: 0;
  text-indent:-9999px;
  background: transparent url(../images/gobutton.gif) center no-repeat;
}
#breadcrumb {
  font: 11px Arial, Helvetica, sans-serif;
  background-image:url(../images/bcbg.gif);
  background-repeat:repeat-x;
  height:30px;
  line-height:30px;
  color:#9b9b9b;
  border:solid 1px #cacaca;
  border-top:0;
  overflow:hidden;
}
#breadcrumb li{
  list-style-type:none;
  float:left;
}
#breadcrumb a{
  height:30px;
  display:inline-block;
  background:url(../images/bcseparator.gif) right no-repeat;
  padding:0 15px 0 10px;
  text-decoration: underline;
  color:#454545;  
}
#breadcrumb a:hover{
  text-decoration:underline;
  color:#000;
}
#breadcrumb li.last a{
  background:none;
}
#breadcrumb li.home{
  background:url(../images/bchome.gif) 5px center no-repeat;
}
#breadcrumb li.home a{
  padding-left:25px;
}
#mini-sidebar{
  float:left;
  width: 120px;
  margin:10px 0;
}
#mini-sidebar ul.options li{
  display:block;
  margin:8px 0;
  padding:0;
  width:106px;
  height:17px;
  overflow:hidden;
}
#mini-sidebar ul.options a{
  display:block;
  text-align:center;
  font-size:85%;
  line-height:17px;
  height:17px;
  color:#000;
  background:url(../images/minisidebar_button.gif) center no-repeat;
  text-decoration:none;
}
#mini-sidebar ul.options a:hover{
  background-image:url(../images/minisidebar_button_hover.gif);
}
#mini-sidebar p{
  font-weight:bold;
  padding:20px 0 0 0;
}
#mini-sidebar .otheroptions{
  padding-top:8px;
}
#mini-sidebar .otheroptions li{
  padding:5px 0;
}
#mini-sidebar .otheroptions a{
  font-size:90%;
  font-weight:bold;
}
#main .rightcolumn{
  width:854px;
}
#sidebar{
  width:300px;
  float:right;
  margin:10px 0;
  overflow:hidden;
	display: inline;
}
#map .canvas{
  margin:0 0 10px 0;
  height:180px;
}
.right_search #map .canvas{
  margin:0 0 10px 0;
  height:250px;
}
#map p{
  text-align:right;
}
#map p a{
  font-size:110%;
  font-weight:bold;
}
#content{
  float:left;
  margin:10px 0;
  padding:0 10px;
  width:534px;
  font-size:105%;
  line-height:140%;
	display: inline;
}
.secondary-navigation {
  font-size: 105%;
  border-bottom:2px solid #d7e8cc;
  font-weight:bold;
}
.secondary-navigation ul li {
  float: left;
}
.secondary-navigation ul li a {
  display: block;
  padding: 10px 15px;
  color:#000;
  text-decoration:none;
}
.secondary-navigation li.active a{
  background:#d7e8cc;
}
.secondary-navigation li a:hover {
  background: #8ade4c;
  color:#000;
}
#overview{
  margin-top:5px;
}
#overview .leftcolumn{
  width:224px;
  overflow:hidden;
  min-height:220px;
}
#overview .leftcolumn a img{
  border:2px solid #fff;
}
#overview .leftcolumn a:hover img{
  border-color:#ccc;
}
#overview .rightcolumn{
  width:320px;
  padding-left:10px;
	display: inline;
}
#overview h1{
  font-size:230%;
  margin:0 0 10px 0;
  line-height:100%;
}
#overview h1 a{
  color:#000;
  text-decoration:none;
}
#overview h1 a:hover{
  color:rgb(0,100,0);
}
p.slogan{
  color:#444;
  font-size:110%;
}
div.extrainfo{
  padding:8px 0;
}
div.extrainfo p{
  padding:0 0 10px 0;
}
p.tags, ul#tags, ul#tags li{
  display:inline;
}
ul#tags li{
  padding:0 0 0 4px;
  border-left:1px solid #ccc;
}
ul#tags li:first-child{
  border-left:0;
}
ul#tags li.addtag button{
  color: #fff;
  font-size: 0;
  width: 42px;
  height: 16px;
  border: none;
  margin: 0;
  padding: 0;
  text-indent:-9999px;
  background:transparent url(../images/addtag.gif) center no-repeat;
  vertical-align:middle;
}
ul#social-status{
  display:block;
  margin-top:10px;
  overflow:auto;
}
ul#social-status li{
  display:inline;
}
ul#social-status li.verified a span{
  background-image:url(../images/v_button_span.gif);
  padding-left:27px;
}
ul#social-status li.verified a{
  color:#041d01;
  background-image:url(../images/v_button_a.gif);
}
p.address{
  padding-top:10px !important;
  clear:both;
  display:block;
}
ul.socialnetworks li{
  display:inline;
}
p.hours{
  padding-bottom:0 !important;
}
#complete-text{
  clear:both;
  color:#000000;
  line-height:140%;
  padding:10px;
}
#multimedia{
  text-align:center;
}
.imagegallery{
  padding:10px 0;
}
.imagegallery ul li{
  display:inline;
}
.imagegallery a img{
  border:2px solid #fff;
}
.imagegallery a:hover img{
  border-color:#bbb;
}
.imagegallery span{
  text-align:center;
}
.imagegallery span a{
  font-weight:bold;
}
#bottom-options{
  font-size:120%;
  line-height:140%;
  padding:15px 0;
}
a.freeicon{
  background:#fff url(../images/free.gif) left no-repeat;
  padding:3px 0 3px 50px;
  display:inline-block;
}
#bottom-options a{
  font-weight:bold;
}
#bonus-widget{
  padding:10px;
}
#bonus-widget h3{
  color:#ff2a00;
  font-size:130%;
  text-align:center;
}
#bonus-widget a.mediumbutton,#people-widget a.fbappbutton{
  display:block;
  font-weight:bold;
  width:275px;
  margin:0;
  text-align:center;
  float:none;
}
#people-widget h3{
  padding-top:5px;
  font-size:130%;
}
#people-widget h3 a.recommended{
  float:left;
}
#people-widget h3 a.seeall{
  float:right;
  font-size:90%;
  font-weight:normal;
}
#people-widget ul{
  clear:both;
  padding:8px 0;
  text-align:center;
}
#people-widget ul li{
  display:inline;
}
#people-widget li a img{
  border:2px solid #fff;
}
#people-widget li a:hover img{
  border-color:rgb(0,100,0);
}
#people-widget a.fbappbutton{
  width:295px;
}
#recently-visited-widget{
  padding-top:15px;
  font-size:110%;
  line-height:120%;
}
#recently-visited-widget h3{
  background:#d7e8cc;
  padding:10px;
  font-size:130%;
  color:#000;
}
#recently-visited-widget .list{
  border:2px solid #d7e8cc;
  height:250px;
  overflow-y:auto;
  overflow-x:hidden;
}
#recently-visited-widget h5{
  color:rgb(0,100,0);
  font-size:140%;
}
#recently-visited-widget li div{
  padding:5px;
}
#recently-visited-widget li p{
  padding:5px 0;
}
#recently-visited-widget li div:hover{
  background:#eee;
}
#f-menu{
  padding:10px;
}
.fullcontent{
  width:864px !important;
  padding:0 0 0 10px !important;
}
#photos li{
  float:left;
}
#photos li a img{
  margin:0 2px 0 0;
}
.bigphoto{
  text-align:center;
  padding:15px 0;
  overflow:hidden;
  clear:both;
}
#reviews{
  width:554px;
  float:left;
  margin:10px 0;
}
#reviews .topinfo{
  display:table;
  width:100%;
  height:80px;
}
#reviews .topinfo ul.experience,#reviews .topinfo .numreviews,span.buttoncontainer{
  display:table-cell;
  vertical-align:middle;
}
.numreviews{
  text-align:center;
}
.numreviews h4{
  font-size:110%;
  padding-bottom:5px;
}
.numreviews p{
  font-size:90%;
}
.numreviews p img{
  vertical-align:middle;
}
.buttoncontainer a{
  float:none;
  text-align:center;
  font-weight:bold;
}
.reviewitem{
  padding:8px 0;
  width:100%;
  display:table;
}
.reviewitem .leftcolumn, .reviewitem .rightcolumn{
  float:none;
  display:table-cell;
  vertical-align:middle;
}
.reviewitem .leftcolumn{
  padding:5px 10px 5px 0;
  font-size:90%;
  line-height:150%;
  text-align:right;
  width:80px;
}
.reviewitem .leftcolumn span{
  font-weight:bold;
}
.reviewitem .rightcolumn{
  padding:5px 0;
}
.reviewitem .leftcolumn a{
  color:#0079b8;
  font-weight:bold;
  text-decoration:none;
}
.itemscontainer{
  padding:8px;
}
.reviewitem h2{
  font-size:120%;
}
.reviewitem ul.experience{
  padding-top:10px;
  font-size:80%;
}
.reviewitem ul.experience img{
  vertical-align:middle;
}
.reviewitem ul.experience li{
  display:inline;
  margin-right:5px;
}
.reviewitem h2 span{
  font-size:90%;
  font-weight:normal;
}
.reviewitem .rightcolumn p{
  padding-top:8px;
}
ul.moreoptions{
  padding-top:10px;
  font-size:90%;
  margin:0 5px 0 0;
}
ul.moreoptions li{
  display:inline;
  margin-right:8px;
}
ul.moreoptions a.graybutton{
  float:none;
  display:inline-block;
  vertical-align:middle;
  margin-bottom:5px;
}
ul.moreoptions .vote{
  font-weight:bold;
}
#new-review{
  clear:both;
  padding:10px;
  font-size:90%;
}
#new-review label{
  display:block;
  font-weight:bold;
  padding:3px 0;
}
#new-review .text-input{
  width:100%;
  padding:3px;
  margin-left:-4px;
  font-size:100%;
  border-color:#ccc;
}
#new-review p{
  padding-bottom:5px;
}
#new-review p label{
  display:inline;
}
#new-review span.submitform{
  text-align:right;
  display:block;
  padding:5px 0;
}
#sidebar .ads-widget{
  padding-bottom:10px;
}
#sidebar .mostrecent{
  padding:10px 0;
  font-size:90%;
}
#sidebar .mostrecent h4{
  font-size:140%;
  padding:0 0 8px 0;
}
#sidebar .mostrecent h5{
  font-size:120%;
  padding-bottom:5px;
}
#sidebar .mostrecent .item{
  margin-bottom:8px;
}
#sidebar .mostrecent a{
  font-weight:bold;
}
/* @group lightbox */
#lightbox{
	display:none;
	position: absolute;
	z-index:9999;
	top:50%; left:50%;
	margin-bottom: 0;
	height: 7px;
}

#lbClose {
	background: url(http://assets2.dihitt.com.br/images/lightbox-corners.png) no-repeat -15px 0;
	width: 25px;
	height: 26px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#lbContent {
	background-color: white;
	position: relative;
	padding: 10px;
}

#lightbox[id]{ /* IE6 and below Can't See This */
	position:fixed;
	}
	
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;   
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}
#overlay[id]{ /* IE6 and below Can't See This */
	position:fixed;
	}
/* @end */