	
	/* ----======== Reseting All Browsers ========---- */		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
	
	fieldset, img { border:0; }
	
	ul { list-style:none; }
	
	caption, th { text-align:left; }
	
	h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
	
	abbr, acronym { border:0; }
	
	/* ----======== HTML Selectors ========---- */
	
	body
	{
	text-align: center;
	margin: auto;
	background: #fff url(../images/bg_tile.jpg) repeat-x top;
	color: #000;
	font-size: 12px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	a
	{
	color: #1d8db7;
	text-decoration: none;
	}
	
	a:hover { color: #F0932F; }
	
	h1
	{
	color: #a82320;
	font-size: 28px;
	margin-bottom: 15px;
	}
	
	h2
	{
	color: #a82320;
	font-size: 18px;
	margin-bottom: 15px;
	}
	
	h2 a { font-weight: normal !important; }
	
	h3
	{
	color: #a82320;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 15px;
	}
	
	p
	{
	margin-bottom: 15px;
	line-height: 18px;
	}
	
	/* ----======== Custom Selectors ========---- */
	
	#content ul {
	margin-bottom: 5px;
	margin-top: 10px;
}
	
	#content li
	{
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0 4px;
	padding-bottom: 10px;
	padding-left: 18px;
	line-height: 16px;
	}
	
	ol
	{
	margin-left: 20px;	
	padding-left: 0 !important;
	}
	
	ol li
	{
	background: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	}
	
	.floatRight
	{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	position: relative;
	}
	
	.floatLeft
	{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	}
	
	.noMargin { margin: 0 !important; }
	
	.clearer, .clr, .clear { clear: both; }
	
	.noBackground { background: none !important; }
	
	/* ----======== Layout and Styling ========---- */
	
	#wrapper
	{
	width: 1000px;
	text-align: left;
	margin: auto;
	position: relative;
	z-index: 99;
	}
	
	#logo { float:left;padding-top: 30px; }
	#logo2 { padding-top: 30px;padding-left:300px; }
	
	#searchBox
	{
	position: absolute;
	top: 12px;
	right: 0;
	background: #f5f5f5;
	border: 1px solid #e9e9e9;
	border-top: #f5f5f5;
	padding: 5px 10px 10px 10px;
	color: #a8a7a7;
	font-weight: bold;
	font-size: 11px;
	width: 260px;
	}
	
	#searchBox p { margin-bottom: 5px; }
	
	#searchField
	{
	border: 1px solid #a8a7a7;
	background: #fff;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	color: #a8a7a7;
	}
	
	#goButton
	{
	border: 1px solid #c97113;
	background: #f1932f;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	color: #fff;
	font-weight: bold;
	}
	
	.cleardefault
	{
	border: 1px solid #a8a7a7;
	background: #fff;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	color: #a8a7a7;
	float: left;
	margin-right: 5px;
	}
	
	#ajaxSearch_submit
	{
	border: 1px solid #c97113;
	background: #f1932f;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #fff;
	font-weight: bold;
	}
	
	.ajaxSearch_resultsInfo
	{
	margin-top: 15px;
	font-weight: bold;
	}
	
	.ajaxSearch_resultExtract
	{
	margin-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 5px;
	}
	
	.ajaxSearch_resultLink
	{
	font-size: 14px;
	display: inline-block;
	background: #fff;
	padding: 5px;
	font-weight: bold;
	}
	
	#breadCrumbs
	{
	position: absolute;
	top: 110px;
	right: 0;
	color: #a8a7a7;
	font-size: 11px;
	}
	
	#breadCrumbs a
	{
	font-weight: bold;
	color: #666;
	text-decoration: underline;
	}
	
	#breadCrumbs a:hover { color: #000; }
	
	#header
	{
	background: #cf4b48 url(../images/header_bg.jpg) no-repeat top left;
	height: 294px;
	position: relative;
	color: #e6b0af;
	margin-top: 15px;
	}
	
	#features
	{
	position: absolute;
	width: 193px;
	top: 50px;
	right: 23px;
	}
	
	.featureItem
	{
	font-size: 11px;
	background: url(../images/horizontal_separator.gif) no-repeat bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	}
	
	#features > .featureItem { background: url(../images/horizontal_separator.png) no-repeat bottom; }
	
	.featureItem h2
	{
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	}
	
	.featureItem p
	{
	padding-left: 15px;
	background: url(../images/bullet_pink.gif) no-repeat;
	background-position: 0 6px;
	margin-bottom: 0;
	}
	
	.featureItem a
	{
	font-size: 12px;
	padding-bottom: 5px;
	display: inline-block;
	}
	
	#header a:hover { color: #fff; !important
	}
	
	#banner
	{
	position: absolute;
	bottom: 10px;
	left: 11px;
	width: 738px;
	height: 227px;
	}
	
	.slide
	{
	position: absolute;
	display: none;
	}
	
	#subHeader
	{
	background: #363132 url(../images/sub_header_bg.jpg) repeat-x;
	color: #fff;
	min-height: 112px;
	margin-bottom: 20px;
	}
	
	#header a
	{
	color: #e6b0af;
	text-decoration: underline;
	font-weight: bold;
	}
	
	#subHeader a
	{
	color: #fff;
	font-weight: bold;
	}
	
	#subHeader a:hover { color: #F0932F; }
	
	.blackBox
	{
	float: left;
	width: 135px;
	padding: 15px 15px 15px 100px;
	color: #d4d4d2;
	font-size: 11px;
	background: url(../images/vertical_separator.jpg) no-repeat top right;
	}
	
	.blackBox p { margin-bottom: 0; }
	
	.blackBox h2
	{
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	}
	
	.blackBox img
	{
	float: left;
	border: 1px solid #d4d4d2;
	margin-left: -85px;
	margin-right: 10px;
	}
	
	.blackBox a:hover img { border: 1px solid #F0932F; }
	
	/* ----======== Main Menu ========---- */
	
	#mainMenu
	{
	height: 44px;
	width: 900px;
	text-align: left;
	margin-bottom: 15px;
	z-index: 200;
	position: relative;
	}
	
	#mainMenu ul { padding-left: 5px; }
	
	#mainMenu ul li
	{
	display: inline;
	position: relative;
	z-index: 100;
	}
	
	#mainMenu ul li a
	{
	color: #a02320;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding: 18px 13px;
	padding-bottom: 0px;
	height: 30px;
	background: url(../images/menu_separator.gif) no-repeat right center;
	z-index: 100;
	}
	
	#header > #mainMenu ul li a { background: url(../images/menu_separator.png) no-repeat right center; }
	
	#mainMenu ul li.last a { background: none; }
	
	a span.shadow
	{
	color: #e6b0af !Important;
	position: absolute;
	left: 11px;
	top: 16px;
	z-index: 66;
	cursor: pointer;
	}
	
	a:hover span.shadow, li.active a span.shadow
	{
	color: #fff !Important;
	position: absolute;
	left: 11px;
	top: 16px;
	z-index: 66;
	}
	
	li.active a span.arrow
	{
	background: url(../images/arrow.gif) no-repeat top left;
	width: 16px;
	height: 8px;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -8px;
	}
	
	#mainMenu ul > li.active a span.arrow
	{
	background: url(../images/arrow.png) no-repeat top left;
	bottom: -5px;
	}
	
	#mainMenu ul li a:hover, #mainMenu ul li.active a { color: #7F0A07; }
	
	#content
	{
	background: #f1f1ed;
	border: 1px solid #dfdfdf;
	border-top: 7px solid #dfdfdf;
	border-bottom: 7px solid #dfdfdf;
	padding: 20px 20px 5px 20px;
	margin-bottom: 20px;
	}
	
	#contentLeft
	{
	float: left;
	width: 700px;
	margin-right: 37px;
	}
	
	.pageImage
	{
	width: 220px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
	img.floatLeft, img.floatRight
	{
	border: 4px solid #000;
	padding: 1px;
	background: #fff;
	}
	
	.pageImage img
	{
	border: 4px solid #000;
	margin-bottom: 10px;
	padding: 1px;
	background: #fff;
	}
	
	.pageImage p
	{
	padding: 0 !important;
	margin: 0 !important;
	color: #000;
	font-size: 11px;
	font-style: italic;
	}
	
	#sideBar
	{
	width: 220px;
	float: left;
	}
	
	.sidebarItem
	{
	background: #fff;
	padding: 20px 20px 5px 20px;
	border: 1px solid #DFDFDF;
	margin-bottom: 20px;
	}
	
	a.browse
	{
	display: block;
	color: #000;
	padding-left: 40px;
	background: url(../images/magnify_icon.png) no-repeat top left;
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 15px;
	}
	
	a.addBusiness
	{
	display: block;
	color: #000;
	padding-left: 40px;
	background: url(../images/tools_icon.png) no-repeat top left;
	padding-bottom: 15px;
	}
	
	a:hover.browse, a:hover.addBusiness { color: #F0932F; }
	
	#footer
	{
	text-align: center;
	color: #a8a7a7;
	}
	
	#footer a
	{
	color: #A8A7A7;
	font-weight: bold;
	}
	
	#footer a:hover { color: #F0932F; }
	
	/* ----======== Table and Form Elements ========---- */	
	
	table
	{
	margin-bottom: 15px;
	border: 1px solid #DFDFDF;
	padding: 3px;
	background: #fff;
	}
	
	th
	{
	background: #b52e2a url(../images/th_bg.jpg) no-repeat top left;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	text-align: left !important;
	}
	
	td
	{
	padding: 8px 10px;
	background: #fff;
	line-height: 18px;
	}
	
	.formItem
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #A8A7A7;
	}
	
	select.formItem { padding: 2px; }
	
	.alt td { background: #fafafa; }
	
	/* Directory Styles ========================================================= */
	
	.qf-loader
	{
	display:none;
	margin-top:5px;
	}
	
	#map
	{
	width:100%;
	height:255px;
	margin-top:10px;
	margin-bottom: 15px;
	border: 1px solid #DFDFDF;
	}
	
	#gallery
	{
	float:right;
	width:340px;
	}
	
	#gallery img
	{
	border:1px solid #000;
	margin-left:5px;
	margin-bottom:5px;
	}
	
	.listing-image
	{
	float:left;
	width:120px;
	height:120px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
	}
	
	.listing-image div
	{
	border:1px solid #000;
	width:120px;
	height:90px;
	}
	
	#rate_div
	{
	width:200px;
	height:25px;
	margin-bottom: 15px;
	}
	
	.keyword_hlight { }
	
	.listing-review
	{
	border: 1px dashed #B2E3EF;
	padding:5px;
	}
	
	.listing, .listing2, .featured { margin-bottom: 15px; }
	
	.listingInner
	{
	padding: 15px 15px 0px 15px;
	background: #fff;
	border: 1px solid #DFDFDF;
	}
	
	.listing h3
	{
	color: #000;
	background: #FFF;
	border: 1px solid #DFDFDF;
	border-bottom: none;
	padding: 8px 15px;
	display: block;
	margin: 0;
	}
	
	.listing h3 a
	{
	color: #000;
	font-weight: bold;
	}
	
	.listing2 h3
	{
	color: #000;
	background: #FAFAFA;
	border: 1px solid #DFDFDF;
	border-bottom: none;
	padding: 8px 15px;
	display: block;
	margin: 0;
	}
	
	.listing2 h3 a
	{
	color: #000 !important;
	font-weight: bold;
	}
	
	.listing2 h3 a:hover, .listing h3 a:hover, .featured h3 a:hover { color: #A82320 !important; }
	
	.featured h3
	{
	color: #E6B0AF !important;
	background: #B52E2A url(http://www.yatala.biz/directory/images/header_bg.jpg) no-repeat top left !important;
	border: none !important;
	border-bottom: none;
	padding: 8px 15px;
	display: block;
	margin: 0;
	}
	
	.listing.featured h3 a
	{
	color: #E6B0AF !important;
	font-weight: bold !important;
	}
	
	.listing.featured h3 a:hover { color: #fff !important; }
	
	.featured a
	{
	color: #fff;
	font-weight: bold;
	}
	
	.featured a:hover { color: #f0932f; }
	
	.featured .listingInner
	{
	padding: 15px 15px 5px 15px;
	background: #363132 url(../images/sub_header_bg.jpg) repeat-x !important;
	border: none;
	color: #ddd;
	}
	
	.frmselectbox
	{
	margin-bottom: 10px;
	width: 178px;
	}
	
	#quick-finder-btn
	{
	border: 1px solid #c97113;
	background: #f1932f;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	width: 178px;
	}
	
	.hidden
	{
	display: none;	
	}
	
	#homeMap
	{
	float: left;	
	}
	
	#homeMap a
	{
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
	height: 247px;
	width: 174px;
	background: url(../images/homepage_map.jpg) no-repeat top left;
	border: 3px solid #000;
	}
	
	#homeMap a:hover
	{
	background: url(../images/homepage_map.jpg) no-repeat top right;
	}
	
	#businessCounter
	{
	width: 220px;
	height: 99px;
	margin-bottom: 15px;
	background: url(../images/counter_bg.png) no-repeat top left;	
	position: relative;
	color: #ccc;
	}
	
	#counterLogo
	{
	position: absolute;
	top: 13px;
	left: 13px;
	}
	
	#counterNumbers
	{
	position: absolute;
	top: 7px;
	left: 90px;	
	font-size: 40px;
	color: #fff;
	}
	
	#counterText
	{
	position: absolute;
	top: 52px;
	left: 90px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
	}
	
	.link
	{
	padding-left: 255px;
	border-bottom: 1px dashed #DFDFDF;
	margin-bottom: 20px;
	padding-bottom: 5px;
	clear: both;
	}
	
	.link img
	{
	float: left;
	margin-left: -255px;
	}
	
	.link h3
	{
	border: none;
	padding: 0;
	}
	

