body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c7c;
	margin: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a { 
	color: #059DC6;
	text-decoration:none;
}
.sub {
	background-image: url(images/bg_sub.jpg);
	background-repeat: repeat-x;
}
td {
	vertical-align:top;
}
.menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
.menu td {
	font-size: 14px;
	color: #FFFFFF;
}
.menu td a { color: #ffffff; text-decoration: none; }

.footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer td {
	padding: 19px 0 40px 187px;
	font-size: 11px;
	color: #b6b6b6;
}
.roundedbox {
	background-color: #f7f9fa;
	padding: 9px 12px 12px;
	border: 1px solid #e6e6e6;
	 -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.roundedbox_general {
	 -moz-border-radius: 8px; -webkit-border-radius: 8px;
	 padding: 13px;
}
.title {
	font-size: 16px;
	color: #666;
	margin-bottom: 2px;
}
.listing {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #dddddd;
	font-size: 12px;
	color: #354255;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 10px;
	font-weight: bold;
}
.listing_heading {
	font-size: 24px;
}
.xbiznet { width:100%; }
.xbiznet .col-img { vertical-align:top; width:1px; padding:5px; display:none; }
.xbiznet .col-txt { 
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #dddddd;
	font-size: 12px;
	color: #354255;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 10px;
	font-weight: bold;
}
.xbiznet .col-txt .company { font-size:12px; font-weight: bold; }
.xbiznet .col-txt .name { font-size:11px; font-weight:bold; }
.xbiznet .col-txt .position { font-size:11px; font-weight: normal; margin-left: 5px; color: #888; }
.xbiznet .col-txt .websites { display: none; }
.xbiznet .col-txt .bizcategories{ display: none; }
.button {
	background: #F3F3F3 url(images/button_bg.png) repeat-x left top; 
	border: 1px solid #d2d2d2; 
	color:#444; 
	font-weight: bold; 
	padding: 4px 10px; 
	margin-top: 10px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	text-shadow: #fff 0px 1px 0px;
	display:inline-block;
}
