/* Created for Creevy Experience Ballyshannon Donegal Ireland */
/* Copyright OSD Web Design, eBusiness, eMarketing.ie, Training and Software Solutions, Ireland - www.osd.ie */

/* CSS Document */

/* PAGE SETTINGS */
body { padding:0; margin:0; font:12px Verdana, sans-serif; line-height: 160%; background:#e4e4e4  url(/images/bg.png) top center repeat-x; color: #000000; }
#wrapper { margin:2px auto; width:868px; padding:0; }

/*  */
a { color:#631e19; text-decoration: underline;background:none; }
a:hover { color:#894e4e; background:none; text-decoration:underline; }
p { margin:0;padding-top:2px; }
h1 { font-weight:normal; font-size:18px; padding:10px 0 10px 0px; margin: 0 0 2px 0; color:#6e92c4; }
h2 { font-weight:normal; font-size:15px; padding:0px 0 10px 0px; margin: 0 0 2px 0; color:#444444; }
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0; }
h4 { font: 30px Verdana, Helvetica, Arial, sans-serif; margin:0; }
.pic{margin-top:8px; }

/* HEADER */
#header { clear:both; width:868px; height:85px; margin:0; }
#title { float:left; width:868px; padding: 2px 0 0px 0px; margin:10px 0 0 0; height:85px; }
#title h1 { font-size:40px; font-weight:normal; padding:10px 0 15px 0; margin: 0; color:#ffffff; display:inline; float:left; z-index:100; }
#hright { float:right; width:868px; height: 60px; margin:15px 0 0 0; }
#title p { font-size: 13px; color: #ffffff; padding: 3px 0 3px 0; line-height:140%; width: 450px; display:inline; text-align:left; }

#top_image { height: 110px; width:868px; margin-bottom:10px !important; }

#header #address { float:right; text-align:right; margin: 0px 14px 0px 0px; }
#header #keywords { float:left; text-align:left; margin: -15px 0px 0px 0px; font-size:14px; font-weight:bold; width:450px; color:#ffffff; }


/* MENU */
/* Top Menu Navigation */
#navbg { clear:both; width: 868px; margin:0; padding:0; position:relative; background: #3b5c87 url(/images/button.jpg) repeat-x; z-index:999999; height:38px; }
/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */
.menu, .menu ul {
 margin: 0px;
 padding: 0px;
 border: 0px;
 list-style-type: none;
 display: block;
 z-index:999999;
}
.menu li {
 border-right: 1px solid #fff;
 background: #3b5c87 url(/images/button.jpg) repeat-x;
 margin: 0;
 padding: 0;
 display: block;
 float: left;	/* move all main list items into one row, by floating them */
 position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
 z-index: 5;		/* thus we need to apply explicit z-index here... */
 z-index:999999;
}
.menu li:hover {
 z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
 white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu li li {
 float: none;/* items of the nested menus are kept on separate lines */
}
.menu ul {
 visibility: hidden;	/* initially hide all submenus. */
 position: absolute;
 z-index: 10;
 left: 0;	/* while hidden, always keep them at the top left corner, */
 top: 0;		/* 		to avoid scrollbars as much as possible */
}
.menu li:hover>ul {
 visibility: visible;	/* display submenu them on hover */
 top: 100%;	/* 1st level go below their parent item */
}
.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
 top: 0;
 left: 100%;
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
 content: ".";
 height: 0;
 display: block;
 visibility: hidden;
 overflow: hidden;
 clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
 min-height: 0;
}
/* -- float.clear.END --  */
/* -- sticky.submenu --
 it should not disappear when your mouse moves a bit outside the submenu
 YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
 if you do it, make sure you 110% know what you do */
.menu ul {
/* background-image: url("/images/empty.gif"); */	
 /* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
 padding: 12px 10px 30px 30px;
 margin: -10px 0 0 -30px;
 /*background: #f00;*/	
 /* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
 padding: 30px 10px 30px 10px;
 margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */
.menu a {
 text-decoration: none !important;
 color: #ffffff !important;
 padding: 9px 8px 9px 8px;
 display: block;
 position: relative;
 font-size: 12px;
 font-weight:bold;
}
.menu a:hover, .menu li:hover>a {
 background:#103e7a;
 color: #a7d2a9 !important;
}
.menu a#active {
 color:#a7d2a9 !important; background:#103e7a !important;
}
.menu li li {	/* create borders around each item */
 font-size: 95% !important;
 background: #3b5c87 url(/images/button.jpg) repeat-x; 
 border-bottom: 1px solid #fff;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
 border-top: 0;
 color: #fff;
}
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
 top: 2px;
 left: 90%;
}
.menu li li a {
 text-decoration: none !important;
 color: #ffffff !important;
 padding: 5px 10px 5px 10px;
 display: block;
 position: relative;
 font-size: 12px;
 font-weight:bold;
 background: #3b5c87 url(/images/button.jpg) repeat-x;
 border-bottom: 1px solid #fff; 
}
/* Fix for IE5/Mac \*//*/
.menu a { float: left; }
/* End Fix */
/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */
.menu li.adxmhover {
 z-index: 10000;}
.menu .adxmhoverUL {	/* li:hover>ul selector */
 visibility: visible;}
.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
 top: 100%;
 left: 0;}
.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
 top: 0;
 left: 100%;
}
/* - - - ADxMenu: DESIGN styles - - - */
.menu li li {	/* fix white gap problem */
 float: left;
 width: 200px;
 font-size: 110%;
 background:#333366 url("/images/mouseover.jpg") repeat-x;
 margin-bottom: 0px;
 /*padding: 0px 0px 4px 0px;*/
}
.menu li li {	/* prevent double-line between items */
 margin-top: -1px;
}
.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
 background:#333366 url("/images/mouseover.jpg") repeat-x;
}
.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
 top: 5px;
 left: 90%;
}


.book_now { font-size:15px !important; padding:10px 6px 9px 6px !important; }

/* TOP PICTURE */
#top_image {width:868px; height:110px; margin:0px; }
#content{ width:848px; padding: 30px 10px 0 10px; background: #ffffff; margin: 0px 0px 0px 0px; }
#column { float: right; width: 270px; margin: 0 6px 5px 0; padding:10px; }
#column img { padding:5px; }

/* FOOTER */
#footer { width: 848px; margin: 0 auto; height:106px; padding: 10px; background: url(/images/footer.jpg) no-repeat; }
#footer #left { float:left; padding: 0px 10px; text-align:left; color: #ffffff; width: 200px; }
#footer #right { float:right; padding: 0px 10px; text-align:right; color: #ffffff; width: 550px; }
#footer a {color: #ffffff; }