/* =============================================== */
/* Merrion Stylesheet */
/* Element Styling */
/* Created by Digino / Ben Wakeford 2007 */
/* =============================================== */


/* =============================================== */
/* SECTION: General */
/* =============================================== */

.dots-grey-horz {
	height: 1px;
	background : url(../images/dots-grey-horz.gif) repeat-x scroll left;
	margin : 5px 0;
	font-size: 0;
}

.icon-phone {
	margin : 0px 0;
	padding : 0 0 3px 22px;
	background : transparent url(../images/icon-phone.gif) no-repeat scroll 0 2px;
	font-weight : bold;
}

.icon-email {
	margin : 4px 0 0 0;
	padding : 0 0 3px 22px;
	background : transparent url(../images/icon-email.gif) no-repeat scroll 0 0px;
	font-weight : bold;
}

.icon-fax {
	margin : 4px 0 0 0;
	padding : 0 0 3px 22px;
	background : transparent url(../images/icon-printer.gif) no-repeat scroll 0 0px;
	font-weight : bold;
}

.icon-web {
	margin : 4px 0 0 0;
	padding : 0 0 5px 22px;
	background : transparent url(../images/icon-world.gif) no-repeat scroll 0 0px;
	font-weight : bold;
}

.purple {
	color : #764786;
	font-weight : bold;
	padding : 10px 0 0 0;
}

.green {
	color : #3BC330;
	font-weight : bold;
}


/* =============================================== */
/* SECTION: Title */
/* =============================================== */

h1#title-logo {
	float : left;
	text-indent : -3000px;
	width : 271px;
	height : 97px;
	background-position : 0px 0px;
	background-repeat : no-repeat;
	background-image : url(../images/header-logo.gif);
}

img#title-howtofind {
	float : left;
}

h2#title-tagline {
	float : left;
	text-indent : -4000px;
	width : 500px;
	height : 37px;
	background-position : 0px 0px;
	background-repeat : no-repeat;
	background-image : url(../images/header-tagline.gif);
	display: inline;
	overflow: hidden;
}


/* =============================================== */
/* SECTION: Main Menu*/
/* =============================================== */

#navigation {
	float : left;
	margin : 0;
	padding : 6px;
	background-color : White;
	border-bottom : 1px solid #9874A4;
}

#menu {
	margin: 0;
	padding: 0;
	height: 16px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#menu li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#menu a {
	float: left; 
	padding: 16px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:16px; /* for IE5/Win only */
}
	
#menu a:hover,
#menu a:active,
#menu a.selected {
	background-position: 0 -16px;
}

#nav-home a  {
	width: 57px;
	background: url(../../images/navigation/home.gif) no-repeat top left;
}

#nav-directory a  {
	width: 135px;
	background: url(../../images/navigation/directory.gif) no-repeat top left;
}

#nav-promotions a  {
	width: 107px;
	background: url(../../images/navigation/promotions.gif) no-repeat top left;
}

#nav-news a  {
	width: 120px;
	background: url(../../images/navigation/news.gif) no-repeat top left;
}

#nav-about a  {
	width: 86px;
	background: url(../../images/navigation/about.gif) no-repeat top left;
}

#nav-contact a  {
	width: 102px;
	background: url(../../images/navigation/contact.gif) no-repeat top left;
}


/* =============================================== */
/* SECTION: Footer */
/* =============================================== */

#footer p {
	line-height : 110%;
	padding : 7px 10px 0 10px;
	margin : 0;
	font-size : 11px;
}

#footer p a:link,#footer p a:visited {
	font-weight : normal;
	color : #686868;
}

#footer p a:active,#footer p a:hover {
	color : #0678E8;
}

#footer-left {
	float : left;
}

#footer-right {
	float : right;
}


/* =============================================== */
/* SECTION: Titles */
/* =============================================== */

/* ------------------------------------------ */
/* Main Titles */

h1#h1-directory,
h1#h1-promotions,
h1#h1-news,
h1#h1-about,
h1#h1-contact,
h1#h1-sitemap,
h1#h1-links {
	text-indent : -3000px;
	margin : 0 0 20px 0;
	height : 25px;
	background-position : 0 0;
	background-repeat : no-repeat;
}

h1#h1-directory { background-image : url(../../images/titles/h1-directory.gif); }
h1#h1-promotions { background-image : url(../../images/titles/h1-promotions.gif); }
h1#h1-news { background-image : url(../../images/titles/h1-news.gif); }
h1#h1-about { background-image : url(../../images/titles/h1-about.gif); }
h1#h1-contact { background-image : url(../../images/titles/h1-contact.gif); }
h1#h1-sitemap { background-image : url(../../images/titles/h1-sitemap.gif); }
h1#h1-links { background-image : url(../../images/titles/h1-links.gif); }