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

/*****	COLOR / BG-COLOR *****/

*{
	color: #333;	/* set color for all text */ 
	font-family: Tahoma, Geneva,sans-serif;
	margin: 0 ;
	padding: 0 ;
	font-size:14px ;
	line-height: 18px;
	}

/* LINKS */

a:link,
a:visited
	{
	text-decoration: none;
	color: #f00 ;
	}

a:hover 
	{
	text-decoration: underline;
	color: #009 ;
	}


/***** typography *****/

hr{
	background-color:#f00; /* Netscape 6/7, Mozilla */
	color:#f00; /* IE */
	border: #f00; /* Opera */
	}


p	{
	font-weight: lighter;
	font-size: 12px;
	width: 740px;
	margin-bottom: 24px;
	}

#centre_in h1 {
	margin-top: 84px;	
	}

#centre_in ul, 
#centre_in ol 
	{
	margin-left: 24px;
	}
 
#open-day {
	 width:700px;
	 padding-top:30px;
 }
	 


#tagline {
	position:absolute;
	font-size: 25px;
	text-align:center;
	font-weight:bold;
	top: 65px;
	left: 432px;
	}



/*	MAIN STRUCTURAL DIVS */		

#outer {
	width: 1200px; /* set the width of entire content area*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}

/***** HEADER *****/

#logo {
	height: 156px;
	width: 100% ;
	background: url(http://town.ie/uploads/town/content_images/banner-24-02-11-new.jpg) no-repeat #fff200    ;
	background-repeat: no-repeat;
	margin-bottom:12px;
	}

#logo a{
	display:block;
	height: 156px;
	width: 100% ;
	/* hide the text*/
	text-indent: -5000px;
	}

/********** TOP NAVIGATION  **********/

#right_menu
	{
	position:absolute;
	top: 126px;
	left:630px;
	width: 100%;
	height: 36px;
	}

#container > #right_column 
	{
	top: 124px;
	}


#right_menu .vertical_dropdown
	{
		list-style: none;
	}

/********** COUNTIES LIST  **********/

#left_column #left_categories
	{
	position: absolute;
	top: 168px;
	left: 0px;
	}	

#left_categories h3
	{
	height:24px;
	width:156px;
	background: url(http://town.ie/uploads/town/content_images/select-a-county.gif) top no-repeat ;
	text-indent:-5000px;
	}

#county_list
	{
	list-style: none;
	width: 156px;
	height:684px;
	background: url(http://town.ie/uploads/town/content_images/counties-of-ireland-l1.jpg) top no-repeat ;
	margin-right: 24px;
	padding-top: 8px;
	}

#county_list li 
	{
	width: 140px ;
	height: 18px ;
	padding-left: 12px;
	}


/********** SEARCH  **********/

#search_businesses
	{
	position: absolute;
	top: 172px;
	left: 180px;
	}

#search_products
	{
	position: absolute;
	top: 172px;
	left: 440px;
	}

#search_categories
	{
	position: absolute;
	top: 172px;
	left: 696px;
	}

#search label {
	font-weight: bolder;
	}

#search_suggest {
	z-index:1;
	background: #ff0 ;
	position: absolute;
	top: 212px;
	left: 180px;
	}

#txtSearch, 
.term, 
select	
	{
	width: 192px;
	margin-bottom: 12px;
	background: #ff0 ;
	}

.suggest_link {
	font-size: small;
	padding: 2px 6px 2px 6px;
	background: #fff;
	}

.suggest_link_over {
	font-size: small;
	background-color: #ff0;
	padding: 2px 6px 2px 6px;
	}


.go {
	font-size: 10px;
	color:#ff0;
	background: #f00;
	border: thin solid #f00;
	position:relative;
	bottom: 4px;
	}


/********** MAIN COLUMN  **********/

#centre_in {
	margin-left: 180px;
	}

#col-main
	{
	width: 760px;
	margin-top:40px;
	margin-bottom:24px;
	}


#col-main h3
	{
	background: url(http://town.ie/uploads/town/content_images/whos-in-town-new.jpg) top no-repeat ;
	width:156px;
	height:24px;
	text-indent:-5000px;
	}

/********** MESSAGE COLUMN  **********/

#col-message {
	width: 240px;
	margin-bottom: 24px;
	}


#find h3
	{
	background: url(http://town.ie/uploads/town/content_images/join-us-in-town-new.jpg) top no-repeat ;
	width:240px;
	height:24px;
	text-indent:-5000px;
	}

#find a
	{
	display:block;
	width: 238px ;
	height: 18px;
	padding: 8px 0;
	border: thin solid #f00;
	font-size: 18px;
	text-align:center;
	}

/********** ADVERTISEMENTS  **********/

.advertisment {
	margin-bottom: 18px;
	}

/********** FOOTER  **********/

.vertical_dropdown li 
	{
	float:left;
	padding: 0 24px 0 24px;
	border-left: thin solid #fff;
	}

.vertical_dropdown li.first_menu_item 
	{
		border:none ;
	}

.vertical_dropdown a:link,
.vertical_dropdown a:visited 
	{
	color: #fff ;
	}

#footer_menu 
	{
	border-top: thick solid #f00;
	clear:both;
	margin-top: 84px;
	}

#footer_menu ul li 
	{
	border-right: thin solid #333;
	}

#footer_menu .horizontal_dropdown {
	display:block;
	text-align:center;
	}

#footer_menu ul li {
	display:inline;
	padding-right : 1em;
	padding-left : .88em;
	}

/********** CREDITS / ADDRESS  **********/

#credits p{
	margin-left:180px;
	margin-top: 12px;
	text-align: center;
	}/*remove this if credits replaced by address*/

address{
	margin-top: 12px;
	text-align: center;
	}
	
/********** HANDY CLASSES **********/

.left {
	float:left ;
	}

.right {
	float:right ;
	}

.no-bullets {
	list-style: none ;
	}

.town {
	display: inline-block;
	height:19px;
	width:68px;
	background: url(http://town.ie/uploads/town/content_images/town-dot-ie-logo-68x21-2.jpg) no-repeat  ;
	text-indent:-5000px;
	margin-bottom:0px;
	}


/********** HIDE STUFF **********/
			
			#super_menu,
			#access,
			#position,
			#top_message,
			#horizontal_menu, 
			.horizontal_dropdown,
			#product_categories,
			.product_categories,
			#left_menu,
			#left_news,
			#right_categories,
			#right_news
				{
				display:none;
				}
				
.clear{
	clear:both ;
	}
/********** BANNERS **********/

#centre_in ul#banners {
	padding-top :12px;
	border-top:thin solid #f00;
	margin-left:0px;
	}


#centre_in #banners li {
	list-style: none;
	display:block;
	width: 240px;
	height: 40px;
	float: left;
	margin: 0;
	margin-right: 0px;
	border:thin solid #f00;
	padding: 0;
	}

#col-main > #banners li {
	margin: 0 8px 8px 0;
	}

.business_name
	{
		display: none;
	}

#banners a:link,
#banners a:visited
{
	display:block;
	width: 240px;
	height: 40px;
	font-size: small;
	font-weight:normal;
	line-height: 1em;
	text-indent:-5000px;
	}

#banners a:hover,
#banners a:visited:hover {
	background-image: none ;
	text-indent: 2px ;
	text-decoration:NONE;
	}


#actionblinds{
	background: url(http://town.ie/uploads/town/content_images/action-blinds-banner-th.jpg) no-repeat ; 
	}
	
#alcorns{
	background: url(http://www.town.ie/uploads/town/content_images/alcorns_flower-garden-centre-letterkenny-th2.gif) no-repeat ; 
	}
	
#allbreedsdoggroomingcentre{
	background: url(http://town.ie/uploads/town/content_images/allbreedsdoggroomingcentre-letterkenny-th1.jpg) no-repeat ; 
	}
	
#allsmiles{
	background: url(http://town.ie/uploads/town/content_images/allsmile-banner-th.jpg) no-repeat ; 
	}
	
#altnursery{
	background: url(http://town.ie/uploads/town/content_images/alt-nursery-banner-th.jpg) no-repeat ; 
	}
	
#amazonas{
	background: url(http://town.ie/uploads/town/content_images/amazonas-banner-letterkenny-th.jpg) no-repeat ; 
	}
	
#ardengrange{
	background: url(http://town.ie/uploads/town/content_images/arden-grange-banner-th.jpg) no-repeat ; 
	}

#arkbedroomcentre{
	background: url(http://town.ie/uploads/town/content_images/ark-bedroom-centre-letterkenny-donegal-town-th.gif) no-repeat ; 
	}
	
#attictankcleaners{
	background: url(http://town.ie/uploads/town/content_images/attic-tank-cleaners-banner-th.jpg) no-repeat ; 
	}
	
#austinomalleyfurnishings{
	background: url(http://town.ie/uploads/town/content_images/austin-omalley-furnishings-castlebar-th.gif) no-repeat ; 
	}

#bensweeney{
	background: url(http://town.ie/uploads/town/content_images/ben-sweeney-banner-th.jpg) no-repeat ; 
	}
	
#bikesandtoys{
	background: url(http://town.ie/uploads/town/content_images/bikes-and-toys-carndonagh-th.gif) no-repeat ; 
	}
	
#billybobsanimalfeed{
	background: url(http://town.ie/uploads/town/content_images/billybobsanimalfeed-banner-th.jpg) no-repeat ; 
	}
	
#bobicostumejewellery{
	background: url(http://town.ie/uploads/town/content_images/bobi-costume-jewellery-banner-th.jpg) no-repeat ; 
	}
	
#boilerhouse{
	background: url(http://town.ie/uploads/town/content_images/boilerhouse_th.jpg) no-repeat ; 
	}
	
#boycetilesandbathrooms{
	background: url(http://town.ie/uploads/town/content_images/boyce_bathrooms_th.jpg) no-repeat ; 
	}
	
#broderickselectrical{
	background: url(http://town.ie/uploads/town/content_images/brodericks-electical-centre-castlebar-th.gif) no-repeat ; 
	}

#burnfootplantandtoolhire{
	background: url(http://town.ie/uploads/town/content_images/burnfoot-toolandplant-hire-banner-th.jpg) no-repeat ; 
	}
	
#burnside4x4  {
	background: url(http://town.ie/uploads/town/content_images/burnside-4x4-letterkenny-th.gif) no-repeat ; 
	}
	
#callaghantyres{
	background: url(http://town.ie/uploads/town/content_images/callaghantyres-banner-th.jpg) no-repeat ; 
	}	
	
#candleworksgalway{
	background: url(http://town.ie/uploads/town/content_images/candleworks-galway-banner-th.jpg) no-repeat ; 
	}
	
#cargodefenders{
	background: url(http://town.ie/uploads/town/content_images/cargodefenders-th.jpg) no-repeat ; 
	}
	
#carndonaghnursery{
	background: url(http://town.ie/uploads/town/content_images/carndonagh-nursery-banner-th.jpg) no-repeat ; 
	}
	
#carnonecountryvehicles{
	background: url(http://town.ie/uploads/town/content_images/carnone-country-vehicles-raphoe-th.gif) no-repeat ; 
	}
	
#castlebartoolandhire{
	background: url(http://town.ie/uploads/town/content_images/castlebar-tool-and-hire-th.gif) no-repeat ; 
	}
	
#cbmsigns{
	background: url(http://town.ie/uploads/town/content_images/cbm-signs-banner-2011-th.jpg) no-repeat ; 
	}
	
#charliemcenerymotorservices{
	background: url(http://town.ie/uploads/town/content_images/charlie-mcenery-motor-services-banner-th.jpg) no-repeat ; 
	}
	
#cklocksmiths{
	background: url(http://town.ie/uploads/town/content_images/ck-locksmiths-letterkenny-th.gif) no-repeat ; 
	}
	
#classglass{
	background: url(http://town.ie/uploads/town/content_images/class-glass-banner-th.jpg) no-repeat ; 
	}
	
#cliffordsofbantry{
	background: url(http://town.ie/uploads/town/content_images/cliffordsofbantry-cork-th.jpg) no-repeat ; 
	}
	
#clivewassonphotography{
	background: url(http://town.ie/uploads/town/content_images/clivewasson-photography-banner-th.jpg) no-repeat ; 
	}

#colmdilloncars{
	background: url(http://town.ie/uploads/town/content_images/colmdilloncars-banner-th.jpg) no-repeat ; 
	}

#coylefurniturespraying{
	background: url(http://town.ie/uploads/town/content_images/coylefurniturespraying-banner-th.jpg) no-repeat ; 
	}
	
#coyleplantrepairs{
	background: url(http://town.ie/uploads/town/content_images/coyle-plant-repairs-banner-th.jpg) no-repeat ; 
	}
	
#crossanjewellers{
	background: url(http://town.ie/uploads/town/content_images/crossan-jewellers-buncrana-th.gif) no-repeat ; 
	}
	
#craoibhintermon{
	background: url(http://town.ie/uploads/town/content_images/craoibhin-banner-termon-th.jpg) no-repeat ; 
	}
	
#ctballjewellers  {
	background: url(http://town.ie/uploads/town/content_images/ctballjewellers-letterkenny-th1.jpg) no-repeat ; 
	}
	
#decorativeironworks  {
	background: url(http://town.ie/uploads/town/content_images/decorativeironworks-th.jpg) no-repeat ; 
	}

#digitallandsurveyors  {
	background: url(http://town.ie/uploads/town/content_images/digitallandsurveyors-th.jpg) no-repeat ; 
	}
	
#divershardware{
	background: url(http://town.ie/uploads/town/content_images/divers-hardware-banner-th.jpg)  no-repeat ; 
	}
	
#dktyres{
	background: url(http://town.ie/uploads/town/content_images/dktyres-athenry-banner-th.jpg)  no-repeat ; 
	}
	
#donagheymotorhomes{
	background: url(http://town.ie/uploads/town/content_images/donaghey-motorhomes-letterkenny-th.gif) no-repeat ; 
	}
	
#donegalexternalinsulation{
	background: url(http://town.ie/uploads/town/content_images/donegal_ex_insulation_th.jpg) no-repeat ; 
	}
	
#donegalrcc{
	background: url(http://town.ie/uploads/town/content_images/donegalrcc-banner-th.jpg) no-repeat ; 
	}
	
#dress2impress{
	background: url(http://www.town.ie/uploads/town/content_images/dress2impress-letterkenny-donegal-th.jpg) no-repeat ; 
	}
	
#dungloecaravanpark{
	background: url(http://www.town.ie/uploads/town/content_images/dungloe-caravan-park-banner-th.jpg) no-repeat ; 
	}
	
#dizzyrascals{
	background: url(http://www.town.ie/uploads/town/content_images/dizzy_rascals_th.jpg) no-repeat ; 
	}

#fiaadaenterprises{
	background: url(http://town.ie/uploads/town/content_images/fiaada-enterprises-letterkenny-donegal-th.gif)  no-repeat ; 
	}
	
#flavoursrestaurantandbar{
	background: url(http://town.ie/uploads/town/content_images/flavours-restaurant-bar-newmills-letterkenny-th1.jpg)  no-repeat ; 
	}
	
#fmckitchens{
	background: url(http://town.ie/uploads/town/content_images/fmckitchens-kingscourt-banner-th.jpg)  no-repeat ; 
	}
	
#frankbyrnesautobodyrepairs{
	background: url(http://town.ie/uploads/town/content_images/frank-byrnes-auto-repairs-banner-th.jpg)  no-repeat ; 
	}
	
#frenchvanoli{
	background: url(http://town.ie/uploads/town/content_images/french-vanoli-banner-th.jpg)  no-repeat ; 
	}
	
#fuelog{
	background: url(http://town.ie/uploads/town/content_images/fuelog_th.jpg)  no-repeat ; 
	}
	
#fusionhairdesign{
	background: url(http://town.ie/uploads/town/content_images/fusionhairdesign-netowwncunningham-banner-th.jpg)  no-repeat ; 
	}
	
#gallinaghfinnvalleynursery{
	background: url(http://town.ie/uploads/town/content_images/gallinagh-finn-valley-nursery-stranorlar-th.gif)  no-repeat ; 
	}
	
#galwayfuel{
	background: url(http://town.ie/uploads/town/content_images/galway-fuels-banner-th.jpg)  no-repeat ; 
	}
	
#gambleconcrete{
	background: url(http://town.ie/uploads/town/content_images/gamble-concrete-banner-th.jpg)  no-repeat ; 
	}
	
#georgesimpsontoyotaparts{
	background: url(http://town.ie/uploads/town/content_images/george_simpson_toyota.gif)  no-repeat ; 
	}
	
#giftandartgallery{
	background: url(http://town.ie/uploads/town/content_images/gift_art_gallery_banner_th.jpg)  no-repeat ; 
	}
#glenardplant{
	background: url(http://town.ie/uploads/town/content_images/glenard-plant-banner.jpg)  no-repeat ; 
	}
		
#glentiesfurnishings{
	background: url(http://www.town.ie/uploads/town/content_images/glenties-furnishings-banner-new-th.jpg)  no-repeat ; 
	}
	
#gortleetoolhire{
	background: url(http://www.town.ie/uploads/town/content_images/gortlee_banner_th.jpg)  no-repeat ; 
	}

#got-it{
	background: url(http://www.town.ie/uploads/town/content_images/got-it-ballybofey-donegal-th.jpg)  no-repeat ; 
	}
	
#grantcomputers{
	background: url(http://www.town.ie/uploads/town/content_images/grantcomputers-ballybofey-donegal-th.jpg)  no-repeat ; 
	}

#grantsshoes{
	background: url(http://town.ie/uploads/town/content_images/grants-shoes-buncrana-banner-th.jpg)  no-repeat ; 
	}
	
#gweedoredecorating{
	background: url(http://town.ie/uploads/town/content_images/gweedoredecorating-banner-th.jpg)  no-repeat ; 
	}
	
#gweedorefurniture{
	background: url(http://town.ie/uploads/town/content_images/gweedore-furniture-banner-th.jpg)  no-repeat ; 
	}

#happygolucky{
	background: url(http://town.ie/uploads/town/content_images/happy-go-lucky-toys-clonakilty-th.gif) no-repeat ; 
	}
	
#henaghanshealthfoodcentre{
	background: url(http://town.ie/uploads/town/content_images/henaghans-health-food-centre-castlebar-th.gif) no-repeat ; 
	}
	
#highroadcabs{
	background: url(http://town.ie/uploads/town/content_images/high-road-cabs-letterkenny-th.gif) no-repeat ; 
	}
	
#hillsboroughfarmshop{
	background: url(http://town.ie/uploads/town/content_images/hillsborough_banner_th.jpg) no-repeat ; 
	}

#hollywreaths{
	background: url(http://town.ie/uploads/town/content_images/holly-wreaths-letterkenny-donegal-th1.gif) no-repeat ; 
	} 
	
#homevaluewarehouse{
	background: url(http://town.ie/uploads/town/content_images/homevalue-warehouse-letterkenny-th.gif) no-repeat ; 
	}
	
#hynesshoes{
	background: url(http://town.ie/uploads/town/content_images/hynes-shoes-castlebar-galway-th.gif) no-repeat ; 
	}
	
#imageconsultantena{
	background: url(http://town.ie/uploads/town/content_images/imageconsultantena-banner-th.jpg) no-repeat ; 
	}
	
#inishowenblinds{
	background: url(http://town.ie/uploads/town/content_images/inishowen-blinds-buncrana-banner-th.jpg) no-repeat ; 
	}
	
#inishowenprecastconcreteltd{
	background: url(http://town.ie/uploads/town/content_images/inishowenPrecastConcreteLtd-banner-th.jpg) no-repeat ; 
	}
	
#inspireboutique{
	background: url(http://town.ie/uploads/town/content_images/inspire-boutique-banner-th.jpg) no-repeat ; 
	}
	
#inspiredby{
	background: url(http://town.ie/uploads/town/content_images/inspired-by-banner-th.jpg) no-repeat ; 
	}
	
#jackiesimage{
	background: url(http://town.ie/uploads/town/content_images/jackies_image_th.jpg) no-repeat ; 
	} 

#jotooleandsonsltd{
	background: url(http://town.ie/uploads/town/content_images/jotoole-sons-banner-th.jpg) no-repeat ; 
	} 
	
#keltichygieneandcaterworld{
	background: url(http://town.ie/uploads/town/content_images/keltic-hygiene-banner-th.jpg) no-repeat ; 
	}
	
#kennedysupplies{
	background: url(http://town.ie/uploads/town/content_images/kennedy-supplies-th.jpg) no-repeat ; 
	}
	
#kingscourtironcrafts{
	background: url(http://town.ie/uploads/town/content_images/kingscourtironcrafts-banner-cavan-th.jpg) no-repeat ; 
	}
	
#kstyle{
	background: url(http://town.ie/uploads/town/content_images/kstyle_th.jpg) no-repeat ; 
	}
	
#lenascottage{
	background: url(http://town.ie/uploads/town/content_images/lenascottage-letterkenny-th.jpg) no-repeat ; 
	}
	
#lennonagriandhardware{
	background: url(http://town.ie/uploads/town/content_images/lennon-agri-banner-th1.jpg) no-repeat ; 
	}
	
#letterkennypaintball{
	background: url(http://town.ie/uploads/town/content_images/letterkennypaintball-banner-th.jpg) no-repeat ; 
	}

#letterkennytoolhire{
	background: url(http://town.ie/uploads/town/content_images/letterkenny-tool-hire-banner.png) no-repeat ; 
	}
	
#leveloneinteriors{
	background: url(http://town.ie/uploads/town/content_images/leveloneinteriors-th.jpg) no-repeat ; 
	}
	
#lkonline{
	background: url(http://town.ie/uploads/town/content_images/lkonline-banner-th.jpg) no-repeat ; 
	}
	
#liffordcoachworks{
	background: url(http://town.ie/uploads/town/content_images/lifford-coachworks-banner-th.jpg) no-repeat ; 
	}
	
#lurgybrackopenfarm{
	background: url(http://town.ie/uploads/town/content_images/lurgybrack-open-farm-banner-th.jpg) no-repeat ; 
	}
	
#mapsales{
	background: url(http://town.ie/uploads/town/content_images/map-sales-letterkenny-th.gif) no-repeat ; 
	}
	
#maynoothjewellers{
	background: url(http://town.ie/uploads/town/content_images/maynooth-jewellers-banner-th.jpg) no-repeat ; 
	}
	
#mcginleysolicitors{
	background: url(http://town.ie/uploads/town/content_images/mc-ginley-solicitors-letterkenny-th.gif) no-repeat ; 
	}
	
#mcinerneysports{
	background: url(http://town.ie/uploads/town/content_images/mcinerneysports-galway-banner-th.jpg) no-repeat ; 
	}
	
#mdohertytimberproducts{
	background: url(http://town.ie/uploads/town/content_images/m.dohertytimberproducts-killea-donegal-th.jpg) no-repeat ; 
	}
	
#millviewrestaurantandbar{
	background: url(http://town.ie/uploads/town/content_images/millview-newmills-letterkenny-th1.jpg) no-repeat ; 
	}
	
#michaelconstructionireland{
	background: url(http://town.ie/uploads/town/content_images/michaelconstruction-banner-letterkenny-th.jpg) no-repeat ; 
	}
	
#michellemcdonaghbeautyrooms{
	background: url(http://town.ie/uploads/town/content_images/michelle-mcdonagh-beauty-rooms-banner-th.jpg) no-repeat ; 
	}
	
#mjitiles{
	background: url(http://town.ie/uploads/town/content_images/mjitiles-banner-th.jpg) no-repeat ; 
	}
	
#mcbridearchitecturalservices{
	background: url(http://town.ie/uploads/town/content_images/mmbas_thumb.jpg) no-repeat ; 
	}

#monreaghulsterscotscentre{
	background: url(http://town.ie/uploads/town/content_images/monreagh-centre-banner-th.jpg) no-repeat ; 
	}
	
#mooresfittedfurniture{
	background: url(http://town.ie/uploads/town/content_images/moores-fitted-furniture-letterkenny-donegal-th.gif) no-repeat ; 
	}
	
#mulhernmemorials{
	background: url(http://town.ie/uploads/town/content_images/mulhernmemorials-lifford-banner-th.jpg) no-repeat ; 
	}
	
#multicreteprecastconcrete{
	background: url(http://town.ie/uploads/town/content_images/multicrete-banner-killygordon-th.jpg) no-repeat ; 
	}
	
#musicbybrenda{
	background: url(http://town.ie/uploads/town/content_images/musicbybrenda-castlebar-banner-th.jpg) no-repeat ; 
	}
	
#nafinancialservices{
	background: url(http://town.ie/uploads/town/content_images/nixon-alexander-banner-th.jpg) no-repeat ; 
	}
	
#northwestrubberroofs{
	background: url(http://town.ie/uploads/town/content_images/northwestrubberroofs-th.jpg) no-repeat ; 
	}

#newbeginnings{
	background: url(http://town.ie/uploads/town/content_images/new-beginnings-th.jpg) no-repeat ; 
	}

#ocrastakeaway{
	background: url(http://town.ie/uploads/town/content_images/ocras-takeaway-banner-th.jpg) no-repeat ; 
	}
	
#partsformotorhomes{
	background: url(http://town.ie/uploads/town/content_images/partsformotorhomes-banner-th.jpg) no-repeat ; 
	}
	
#pinehillbusinesspark{
	background: url(http://town.ie/uploads/town/content_images/pinehill-letterkenny-th.jpg) no-repeat ; 
	}


#pauldurningandsons{
	background: url(http://town.ie/uploads/town/content_images/pauldurning-th.jpg) no-repeat ; 
	}
	
#pearseroadtyres{
	background: url(http://town.ie/uploads/town/content_images/pearse-road-tyres-letterkenny-th.gif) no-repeat ; 
	}
	
#pearsonfoods{
	background: url(http://town.ie/uploads/town/content_images/pearson-foods-banner-th.jpg) no-repeat ; 
	}
	
#purposemadefurniture{
	background: url(http://town.ie/uploads/town/content_images/purpose-made-furniture-carrowkeel-castlebar-th.gif) no-repeat ; 
	}
	
#quaysideinteriors{
	background: url(http://town.ie/uploads/town/content_images/quaysideinteriors-th.jpg) no-repeat ; 
	}

#rainwaterharvestingsystemsireland{
	background: url(http://town.ie/uploads/town/content_images/rainwater-th.jpg) no-repeat ; 
	}

#raphoehardware{
	background: url(http://town.ie/uploads/town/content_images/raphoehardware-raphoe-th.jpg) no-repeat ; 
	}
	
#ritepricekitchens{
	background: url(http://town.ie/uploads/town/content_images/rite-price-kitchens-banner-th.jpg) no-repeat ; 
	}
	
#rosewater{
	background: url(http://town.ie/uploads/town/content_images/rosewater-home-decor-castlebar-th.gif) no-repeat ; 
	}
	
#sandsrankin{
	background: url(http://town.ie/uploads/town/content_images/sandsrankin-banner-th.jpg) no-repeat ; 
	}
	
#sandtvanhire{
	background: url(http://town.ie/uploads/town/content_images/s-and-t-van-hire-letterkenny-th.gif) no-repeat ; 
	}
	
#safireweddingband{
	background: url(http://town.ie/uploads/town/content_images/safire-wedding-band-castlebar-th.gif) no-repeat ; 
	}
	
#scafftex{
	background: url(http://town.ie/uploads/town/content_images/scafftex-th.jpg) no-repeat ; 
	}
	
#sheridanexpertelectrics{
	background: url(http://town.ie/uploads/town/content_images/sheridan-electrical-castlebar-th.gif) no-repeat ; 
	}
		
#sheridansecurity{
	background: url(http://town.ie/uploads/town/content_images/sheridan-security-banner-th.jpg) no-repeat ; 
	}
	
#shoeandsportstore{
	background: url(http://town.ie/uploads/town/content_images/shoeandsportstore-banner-th.jpg) no-repeat ; 
	}

#sligotyrecentre{
	background: url(http://town.ie/uploads/town/content_images/sligotyrecentre-th.jpg) no-repeat ; 
	}
	
#smacrory{
	background: url(http://town.ie/uploads/town/content_images/smacrory-banner-th.jpg) no-repeat ; 
	}
	
#sperrinwoodcrafts{
	background: url(http://town.ie/uploads/town/content_images/sperrinwoodcrafts-banner-th.jpg) no-repeat ; 
	}
	
#spiritofthehome{
	background: url(http://town.ie/uploads/town/content_images/spiritofthehome-banner-dundalk-th.jpg) no-repeat ; 
	}
	
#stauntons{
	background: url(http://town.ie/uploads/town/content_images/stauntons-pharmacy-health-beauty-photo-castlebar-th.gif) no-repeat ; 
	}
	
#thedragonfactor{
	background: url(http://town.ie/uploads/town/content_images/the-dragon-factor-banner-th.jpg)  no-repeat ; 
	}
	
#thehandyman{
	background: url(http://town.ie/uploads/town/content_images/the-handyman-banner-th.jpg)  no-repeat ; 
	}
	
#thepresentday{
	background: url(http://town.ie/uploads/town/content_images/thepresentday-ardara-banner-th.jpg) no-repeat ; 
	}

#toghertyres{
	background: url(http://town.ie/uploads/town/content_images/togher-tyres-castlebar-th.gif) no-repeat ; 
	}
	
#trinitycourt{
	background: url(http://town.ie/uploads/town/content_images/trinity-court-banner-th.jpg) no-repeat ; 
	}
	
#tullytyres{
	background: url(http://town.ie/uploads/town/content_images/tullytyres_th.jpg) no-repeat ; 
	}
	
#warehousestorage{
	background: url(http://town.ie/uploads/town/content_images/warehousestorage_th.jpg) ; 
	}

#westernstoves{
	background: url(http://town.ie/uploads/town/content_images/western-stoves-banner-th.jpg) ; 
	}


/***** SEARCH PRODUCTS *****/

#search_results
	{
	width: 740px;
	margin-bottom: 24px;
	position: relative;
	top: 60px;
	}
	
#search_results h3{
	border-bottom: thin solid #f00 ;
}

.product_list li{
	position: relative;
	border-top: thin solid #f00;
	padding-top: 4px;
	}
	
.product_info {
	position: absolute;
	left: 144px;
	top: 0px;
	}

#search_results  .product_info h3 {
	border-bottom: #09C;
	}

/********** THUMBNAIL VIEW **********/

.products {
     clear: both ;
	 margin-left: 6px ;
	}

.products li{
       float: left ;
       width: 120px ;
       /*height: 150px;*/
       display: inline ;
       margin: 0 12px 12px 0 ;
	   padding-left: 6px;
	/*vertical-align:bottom;*/
	}

.products li img {
	/*height: 108px;
	width: 108px;*/
	margin-bottom: -1px;
	border: 0 ;
	}	

.products .product_name {
       font-size:0.8em;
       padding:2px ;
       padding-bottom:8px;
       display:block;
       height: 50px;
	   overflow:auto;
       vertical-align:bottom;
	}

		.products br{
				display:none;
				}



/***** BUSINESS DIRECTORY *****/

.bus_dir {
	font-size: small;
	width:760px;
	}

.bus_dir td
	{
	min-width: 96px

	}

.bus_dir td
	{
	background-color: #d2fbc9;
	}

.altrow td
{
	background-color: #fff;
	}

.bus_dir .tdheader 
	{
	font-size:18px;
	border-bottom: thin solid #f00;
	background: #fff;
	}

.img {
	margin-bottom:20px;
}

#open-day p	{
	font-size: 12px;
	width: 740px;
	margin-bottom: 14px;
	}
	
/***** FEATURED PRODUCTS *****/
	
.two-across {
			float:left;
			margin-right: 2%;
			width:48%;
			}

/***** BUSINESS LOCATOR *****/

.bus_dir{ width:860px;clear:both;}
.bus_dir ul{ height:200px;width:180px;float:left;margin-right:10px;margin-bottom:10px; padding:0px; text-align:left; position:relative;}
.bus_dir ul li{width:150px; list-style:none;margin:0px; padding:0px; }
.bus_dir  .bus_name{font-size:14px;margin-top:10px;}
.bus_dir ul li.bus_name b a {font-size:12px;color:#000; padding:10px;padding-top:130px; padding-left:25px;text-align:left;height:55px;position:absolute;top:0px;width:165px;border:solid 1px #ccc; }
.bus_dir ul li.bus_name a:hover {border:solid 1px #cc0000; }
.bus_dir  .bus_cat b{font-size:12px;position:absolute; top:160px;padding:10px; font-weight:normal;padding-left:25px;}
.bus_dir  .bus_thumb img{margin:auto;padding-top:10px; padding-left:25px;}
#search_results{clear:both;}





