@charset "utf-8";
/* CSS Document */

html, body {
	margin:0 auto;
	text-align:center;
	
	}
	
body 	{
	background:#BFBFBF url(../images/bgstrip.jpg) top left repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:small;
	color:#666;
	}
	
#wrap	{
	width:1000px;
	margin:0 auto;
	margin-top:20px;
	text-align:left;
	background:#000;
	border:5px solid #000;
	
	}
	#menuwrap	{
	width:1000px;
	margin:0 auto;
	
	text-align:left;
	background:#000;
	border:5px solid #000;
	
	}
	
#header	{
position:relative;
	background:#000 url(../images/logo.jpg) top left no-repeat;
	width:1000px;
	height:156px;
	margin:0 0 0 0;
	}
	
#banner	{
position:absolute;
	width:468px;
	height:60px;
	right:15px;
	top:47px;
	
	}
	
#topmenu	{
	position:absolute;
	width:410px;
	height:30px;
	right:15px;
	top:130px;
	text-align:right;
	color:#FFFFFF;
}
	
#lmenu	{
	position:absolute;
	width:470px;
	height:30px;
	left:1px;
	bottom:-5px;
	
}
	
	

#main	{
	margin:0 0 0 0;
	background: #E9E9E9;
	padding:10px;
	border:1px solid #333;
	overflow:hidden;
	width:978px;
	
	
	
	
	}

#left	{
	width:520px;
	background:#FFF;
	border:1px solid #CCCCCC;
	float:left;
	padding:0 10px 10px 10px;
	margin:0 10px 0 0;
	}
	
#detailleft	{
	width:640px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 10px 10px;
	}
	
#center	{
	width:190px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 10px 10px;
	}
	
#right	{
	width:200px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 0 0 0;
	text-align:center;
	
	
	}
#detailright	{
	width:280px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 0 0 0;
	text-align:left;
	padding:0 10px 10px 10px;
	
	
	}
	
#classleft{
	width:740px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 0 0;
	
	}
	
#catleft	{
	position:relative;
	width:740px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 10px 10px;
	}
	
	#menucatleft	{
	position:relative;
	width:740px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 0 0;
	padding:0 10px 10px 10px;
	}
	
#catright	{
	width:200px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 0 0 0;
	text-align:left;
	padding:0;
	}
	
#leaf	{
	position:absolute;
	right:10px;
	top:0;
	width:70px;
	height:74px;
}
	
#namesearch	{
	width:453px;
	height:;
	margin:0 5px 0 0;
	background:#E9E9E9;
	float:left;
	border:1px solid #999;
	padding:5px;
	font-size:x-small;

}
#revssearch	{
	width:215px;
	height:80px;
	margin:0 5px 0 0;
	background:#E9E9E9;
	float:left;
	border:1px solid #999;
	padding:5px;
	font-size:x-small;
}
.bizsearch	{
	
	
	margin:0 0 0 0;
	background:#E9E9E9;
	
	border:1px solid #999;
	padding:5px;
	font-size:x-small;
}

#coverage	{
	width:224px;
	margin:10px 10px 0 0;
	background:#E9E9E9;
	float:left;
	border:1px solid #999;
	padding:5px;
	font-size:x-small;
	
}
#coverage a{
	font-size:x-small;
}
	
.customer	{
	position:relative;
	
}
	
#media	{
	float:right;
	top:50px;
	right:0;
	background:none;
	width:175px;
	padding-left:10px;
	margin:0 0 10px 10px;
	font-size:x-small;
	border-left:1px solid #000;
	}
#media a	{
	font-size:x-small;
}
	
#footer	{
	background:#000;
	padding:25px;
	font-size:smaller;
	border-top:1px solid #333;
	clear:both;
	}
h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.35em;
 	padding:.4em 0;
   	margin:0 0 1em 0;
  	border-bottom: 1px solid #000;
 	color: #000;
	}
	
h2.chip span {
   	padding-right:20px;
 	background: url(http://thepowerpages.ca/images/chip.gif) no-repeat right center;
	}
/*
#lmenu a{
	
	text-decoration:none;
	font-weight:bold;
}
#lmenu ul li.red{
	background:#F00;
}
#lmenu ul li.blue{
	background:#039;
}
#lmenu a:hover{
	color:#000;
	background:#FFDE00;
	text-decoration:none;
	font-weight:bold;
	
	}
#lmenu ul li{
	display:inline;
	list-style:none;
	padding:5px 10px;
	color:#fff;
	
}
*/
	
#topmenu a	{
	color:#fff;
	background:#000;
	text-decoration:none;
	font-weight:bold;
	padding:3px 6px;
	

   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-bottomright: 5px;
   -moz-border-radius-bottomleft: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
	
	
	}
#topmenu a:hover	{
	color:#000;
	background:#FFDE00;
	text-decoration:none;
	font-weight:bold;
	padding:3px 6px;
	}
	
.newsfeed a	{
	color:#999;
	font-size:smaller;
	text-decoration:none;
	}
	
.newsfeed a:hover	{
	color:#000;
	}
	
a	{
	color:#000;
	font-size:small;
	text-decoration:underline;
	}
	
a:hover	{
	color:#0024ff;
	}
	
.field	{
	width:280px;
	}
	
hr	{
	margin:10px 0 10px 0;
	}
	
#resultleft	{
	width:200px;
	background:#FFF;
	border:1px solid #CCCCCC;
	float:left;
	padding:0;
	margin:0 10px 0 0;
	}
	
#resultcenter	{
	width:780px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 0 0;
	padding:10px;
	}
	
#resultright	{
	width:160px;
	background:#FFF;
	border:1px solid #CCC;
	float:left;
	margin:0 0 0 0;
	text-align:center;
	
	
	}
	
#footer a	{
	color:#666;
	font-size:inherit;
	text-decoration:none;
}

#detailleft .niceform table	{
		background:url() top left no-repeat;
		color:#000;
		font-weight:bold;
		margin:20px 0 0 70px;
}

#map	{
		border:1px solid #666;
		width:281px;
		
}

img.logo{
	float:left;
	margin:0 10px 5px 0;
}

.delete	{
	font-family:"Book Antiqua";
		color:#F00;
}
.deletetext	{
	color:#F00;
}

/*RESULTS RANKINGS APPEARANCE*/
#rank0	{
	width:0;
	height:0;
	visibility:hidden;
	overflow:hidden;
	
}

.rank0 {
	
	padding:0 10px;
	border:1px solid #fff;
	border-bottom:1px solid #000;
	color:#333;
	height:50px;
	

}

.rank0 .h4	{
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	font-weight:normal;
	text-decoration:none;
	margin:0;
	border-bottom:none;
	
}

.rank0 h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.5em;
	font-weight:lighter;
	text-decoration:none;
	margin:0;
	border-bottom:none;
	color:#333;
}
.rank0:hover {
	background-color:#FFF;
	
	
	
}
.rank0 a:link {
	color:#333;
	text-decoration:none;
	
}
.rank0 a:visited  {
	color:#666;
	text-decoration:none;
	
}
.rank0 a:focus, .rank0 a:hover, .rank0 a:active {
	color:#666;
	text-decoration:underline;
	
}
.rank0 p	{
	margin:0;
}




.rank1, .rank2, .rank3, .rank4 {
	
	padding:10px;
	border:1px solid #fff;
	border-bottom:1px solid #000;
	color:#000;
	
	

}

.rank1 h4, .rank2 h4, .rank3 h4, .rank4 .h4	{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	border-bottom:none;
}

.rank1 h2, .rank2 h2, .rank3 h2, .rank4 h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	border-bottom:none;
	color:#000;
}
.rank1:hover, .rank2:hover, .rank3:hover, .rank4:hover {
	background-color:#FEDE00;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	
	
}
.rank1 a:link, .rank2 a:link, .rank3 a:link, .rank4 a:link {
	color:#000;text-decoration:underline;
	font-size:large;
}
.rank1 a:visited, .rank2 a:visited, .rank3 a:visited, .rank4 a:visited  {
	color:#666;text-decoration:underline;
	font-size:large;
}
.rank1 a:focus, .hoverdiv a:hover, .hoverdiv a:active {
	color:#666;text-decoration:underline;
	font-size:large;
}
.rank1 p, .rank2 p, .rank3 p, .rank4 p	{
	margin:0;
}


.rank5 {
	
	padding:20px;
	border:2px dotted #FFDE01;
	border-bottom:2px dotted #FFDE01;
	color:#000;
	background:#ececec;
	margin-bottom:10px;
	

}

.rank5 h4{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	border-bottom:none;
}

.rank5 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	border-bottom:none;
	color:#000;
}
.rank5:hover{
	background-color:#FEDE00;
	border:2px dotted #000;
	
	
}
.rank5 a:link {
	color:#000;text-decoration:underline;
	font-size:large;
}
.rank5 a:visited  {
	color:#666;text-decoration:underline;
	font-size:large;
}
.rank5 a:focus, .hoverdiv a:hover, .hoverdiv a:active {
	color:#666;text-decoration:underline;
	font-size:large;
}
.rank5 p{
	margin:0;
}



#NewsTicker{
	border:none;
	width:330px;
	height:175px;
	margin:0 auto;
}
	#NewsTicker h1{
	padding:6px;
	margin:0;
	border:0;
	background:none;
	color:#000;
	font-size:11px;
	font-weight:bold;
	}
	#NewsVertical {
	width: 330px;
	height: 175px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 600px;
	height: 140px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	#TickerVertical li {
	width: 150px;
	color: #444444;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px 10px;
	float: left;
	height: 164px;
	display: inline;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 20px;
			margin-bottom:6px;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			margin-bottom:6px;
			text-decoration:underline;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:none;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
			border:none;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			font-size: 10px;
			margin:6px 0 14px 0;
			color:#000000
		}

.searchform	{
		width:500px;
		text-align:center;
}

.off	{
	height:0;
	width:0;
	padding:0;
	margin:0;
	border:0;
	visibility:hidden;
	display:none;
	top:-3000px;
}

.on	{
	visibility:visible;
}

#divleft	{
	width:175px;
	float:left;
	font-size:x-small;
	
}

#divright	{
	font-size:x-small;
}

#divleft a	{
	font-size:x-small;
}

#divright a	{
	font-size:x-small;
}

.h4	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#000;
}
.nofield	{
	background:#fff;
	border:none;
	color:#F00;
}

.hr	{
	height:1px;
	width:70%;
	background:#000;
	margin:10px 0 10px 0;
}

.bigred	{
	font-size:small;
	color:#F00;
	font-weight:bold;
}

.clear {
  clear: both;
  height: 1px;
  width:0;
  overflow: hidden;
}


#loginh{
	text-align:right;
	margin-top:10px;
	font-size:x-small;
	padding-right:10px;
}
#loginh a{
	color:#999;
	text-decoration:none;
}

#login2{
	height:25px;
	margin:0;
	padding:0;
}

.warn	{
	color:#F00;
	font-weight:bold;
}
.padagraph{
	padding:10px;
	border:1px solid #000;
	background:#FEDE00;
	margin:0;
}

#bizlist	{
	height:200px;
	overflow:auto;
	background-color:#FFF;
	padding:10px;
	border:1px solid #666;
	margin-bottom:10px;
}
#bizlist h2{
	border:none;
}
tile	{
	width:200px;
	height:160px;
	margin-bottom:5px;
}

.red	{
	background-color:#F00;
	background-image:url(../images/tabstrip.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:1.5em;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	border:1px solid #999;
	border-bottom:none;
	font-style:italic;


   -moz-border-radius-topleft: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 0px;
   -moz-border-radius-bottomleft: 0px;
   -webkit-border-top-left-radius: 10px;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-bottom-left-radius: 0px;
   -webkit-border-bottom-right-radius: 0px;
}

.yellowsearchbox	{
		padding:5px;
		background:#FEDE00;
		border:1px solid #999;
		margin-top:1px;
		clear:both;
}

#callingcodes	{
	padding:10px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#menuresult	{
	padding:5px;
		background:#FEDE00;
		border:1px solid #999;
		margin-top:1px;
		height:30px;
		overflow:auto;
}
.scrolldescription	{
	
	float:left;
	
}
.scrolldescrimage img{
	float:left;
	margin:0px 5px 0 0;
	border:1px solid #000;
}
.scrolldescrimage{
	float:left;
	width:900px;

}

legend {
  padding: 0.2em 0.5em;
  color:red;
  font-size:90%;
  text-align:right;
  font-style:italic;
  font-weight:bold;
  }
  
fieldset	{
	border:1px solid black;
	background:#FC0;
	text-align:center;
	
}

radio	{
	outline:none;
}

.event	{
	padding:10px;
	background-image:url(http://thepowerpages.ca/images/eventstrip.jpg);
	background-repeat:repeat-x;
	border:1px solid black;
	margin:0 0 5px 0;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.event h2	{
	font-family:Tahoma, Geneva, sans-serif;
}
.inevent	{
	background:#FFF;
	border:1px dotted #000;
	padding: 10px;
	overflow:auto;
	
}




	

