html, body {

}

/* ============== TYPE STYLES================ */
a {
	outline: none;
	color:#3D9201;
}

a img{
	border: none;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	color: #494029;
	margin: 0 0 0px 0;
}

h1 span{
	color: #3d9201;
}

h1 .tick{
   padding-right: 40px;
	background: url(../images/tick.gif) no-repeat top right;
	color: #494029;
}
h1 .browse{
   padding-right: 26px;
	background: url(../images/magnify.gif) no-repeat top right;
	color: #494029;
}

h1 a{
   font-size: 20px;
	color: #494029;
}

h1 a span{
	color: #3d9201;
}


h2{
	font-size: 20px;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
}
h2 span{
	color: #3d9201;
}


h3{
	font-size: 22px;
	color: #44a203;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

h4{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 0 4px 0;
}

p span {
	color: #000;
}
.clear{
	clear:both;
}
/* ============== END TYPE STYLES ================ */


/* ============== SEARCH BOX ================ */
fieldset.search {
	border: none;
	width: 360px;
	margin: 4px 0px 0px 0px;
	background: transparent;
	position: static;
	float: right;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #5a4f37;
	font-size: 11px;
	width: 312px;
	height: 32px;
	padding: 0px 0px 0px 10px;
	line-height: 36px	;
	background: #616161 url(../images/search_bg.gif) no-repeat;
	margin-right: 5px;
}
.search input.box:focus {
	background: #616161 url(../images/search_bg.gif) no-repeat left -32px;
	outline: none;
}
.search button.btn {
	width: 32px;
	height: 32px;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(../images/search_bg.gif) no-repeat top right;
}
.search button.btn:hover {
	background: transparent url(../images/search_bg.gif) no-repeat bottom right;
}

.search-titles {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

/* ============== END SEARCH BOX ================ */

/* ============== HEADER EMAIL ================ */
#header-email {
	border: none;
	width: 235px;
	height: 22px;
	margin: 0px 0px 0px 760px;
	background: transparent;
	position: absolute;
	float: right;
	top: 80px;
}

#header-email img{
	border: none;
}
/* ============== END HEADER EMAIL ================ */



/* ============== MASTER SEARCH BLOCK ====================== */
#mast {
	background-color: transparent;
	width: 1000px;
	margin: 10px auto 0 auto;
	height: 340px;
}
#mast-left {
	background: url(../images/mast-left-base-revised.gif) no-repeat;
	width: 580px;
	height: 340px;
	float: left;
}

#mast-left-flash{
	background-color: transparent;
	width: 300px;
	height: 340px;
	float: left;
	position: relative;
	z-index: 2;
}

#mast-left-search{
	background-color: transparent;
	color: #fff;
	width: 270px;
	height: 290px;
	padding-top: 5px;
	padding-left: 0px;
	float: left;
	position: relative;
	z-index: 1;
}


#mast-right {
	background-color: transparent;
	width: 388px;
	height: 340px;
	float: right;
}
#inter_map{
	width:300px;
	float:left;
}
#top_links{
	float:left;
	width:360px;
}
/* ============== END MASTER SEARCH BLOCK ====================== */


#content-main {
	width: 1000px;
	margin-bottom: 20px;
}


/* ============== Top Body County Block ====================== */
#top-body {
	background-color: transparent;
	width: 1000px;
	margin: 10px auto 0 auto;
	min-height: 190px;
	margin-bottom:20px;
}
#top-body-left {
	width: 580px;
	min-height: 170px;
	float: left;
}
#top-body-left h2{
    font-size: 16px;
}
#top-body-left p{
    font-size: 12px;
    margin-top: 4px;
    text-align: justify;
}
#top-body-right {
	background-color: transparent;
	width: 388px;
	min-height: 170px;
	float: right;
}
#top-body #intro{
	width: 950px;
	height:750px;
}
#top-body #intro h3{
	margin-top:5px;
	margin-bottom:5px;
}
#top-body #intro p{
	margin-top:5px;
	margin-bottom:5px;
}

/* ============== BODY LEFT RIGHT COLUMNS ====================== */
/*----- MAINBODY LEFT SIDE -----*/
#mainbody-left {
	width: 580px;
	float: left;
	background-color: transparent;
	margin: 0 0 26px 0;
}
#mainbody-left h2{
	color: #494029;
    font-size: 24px;
    margin: 0 0 0;
    text-transform: uppercase;
}
#mainbody-left h2 span{
	color: #3D9201;
    font-size: 24px;
    margin: 0 0 0;
    text-transform: uppercase;
}
#mainbody-left h3{
	color: #494029;
    font-size: 24px;
    margin: 0 0 0;
    text-transform: uppercase;
}
#mainbody-left h3 span{
	color: #3D9201;
    font-size: 24px;
    margin: 0 0 0;
    text-transform: uppercase;
}
#mainbody-left h2 .tick {
    background: url("../images/tick.gif") no-repeat scroll right top transparent;
    color: #494029;
    padding-right: 40px;
}

#mainbody-left p {
	text-align: justify;
	font-size: 12px;
	margin-top: 4px;
}

#mainbody-left-interior {
	width: 660px;
	float: left;
	background-color: transparent;
	margin: 0 0 26px 0;
}

#mainbody-left-interior p {
	text-align: justify;
	font-size: 12px;
	margin-top: 4px;
}

/*----- MAINBODY LEFT SIDE -----*/

/*----- MAINBODY RIGHT SIDE -----*/
#mainbody-right {
	width: 388px;
	float: right;
	margin: 0 0 26px 0;
	padding: 4px 0 0 0;
	font-size: 13px;
}

#mainbody-right-interior {
	width: 308px;
	float: right;
	margin: 0 0 26px 0;
	padding: 4px 0 0 0;
	font-size: 13px;
}

.advert-large {
    float: left;
    margin: 0px 0px 20px 0;
    padding: 16px 16px 19px 16px;
    width: 356px;
    height: 142px;
    border: 0px solid #ccc;
    background-image: url(../images/adverts/large/advert-base.gif);
}

.advert-large-full {
    float: left;
    margin: 0px 0px 20px 0;
}

.advert-medium {
    float: left;
    margin: 0px 0px 20px 0;
    padding: 16px 16px 20px 16px;
    border: 0px solid #ccc;
    background-image: url(../images/adverts/medium/advert-base.gif);
}

.advert-medium-full {
    float: left;
    margin: 0px 0px 20px 0;
}

.advert-medium-right {
    float: right;
    margin: 0px 0px 20px 0;
    padding: 16px 16px 20px 16px;
    border: 0px solid #ccc;
    background-image: url(../images/adverts/medium/advert-base.gif);
}

.advert-medium-right-full {
    float: right;
    margin: 0px 0px 20px 0;
}

/*----- MAINBODY RIGHT SIDE -----*/

/* ============== END BODY LEFT RIGHT COLUMNS ====================== */

/* ============== LARGE ICONS ====================== */

.large-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.large-icons li {
	margin: 6px 32px 20px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 172px;
	height: 178px;
}
.county_page .large-icons li {
	margin: 6px 70px 20px 0;
}

.large-icons li.last {
	margin: 6px 0px 20px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 172px;
	height: 178px;
}

.large-icons a {
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.large-icons a:hover {
	color: #000;
	text-decoration: none;
}
.large-icons img {
	padding: 10px 0 0 10px;
	border: none;
}
.large-icons em {
	width: 156px;
	height: 60px;
	background: url(../images/hotel-icon.gif) no-repeat;
	display: block;
	position: absolute;
	padding-left: 16px;
	text-align: left;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 120px;
	border: none;
}
.large-icons em.bb {
	width: 156px;
	height: 60px;
	background: url(../images/bb-icon.gif) no-repeat;
	display: block;
	position: absolute;
	padding-left: 16px;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 120px;
	border: none;
}
.large-icons em.sc {
	width: 156px;
	height: 60px;
	background: url(../images/sc-icon.gif) no-repeat;
	display: block;
	position: absolute;
	padding-left: 16px;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 120px;
	border: none;
}

/* ============== END LARGE ICONS ====================== */

/* ============== HR STYLINGS ====================== */

/*hr {
display: block;
position: relative;
padding: 0;
margin: 8px auto 20px 0;
width: 100%;
clear: both;
border: none;
border-top: 1px solid #f2eee2;
border-bottom: 1px solid #cfcbbe;
font-size: 0px;
line-height: 0;
overflow: visible;
}*/


div.hr { height: 34px; background: url(../images/hr.gif) repeat-x scroll center;}
div.hr hr { display: none;}

/* ============== HEND HR STYLINGS ====================== */

/* ============== EBOOK FOOTER ELEMENTS ====================== */
/*-- first sub footer --*/
#footer-sub-top {
border-top:1px solid #cfcbbe;
width: 1000px;
height: 83px;
margin: 0 auto 0 auto;
padding: 12px 0 0 0;
background: url(../images/logo-footer.gif) no-repeat top right;
font-size: 11px;
color: #343434;
}

#footer-sub-top p.left{
float: left;
color: #ada99a;
line-height: 20px;
}

#footer-sub-top p.left span{
color: #343434;
}

#footer-sub-top p.left a{
color: #408317;
}
#footer-sub-top p.left a:hover{
color: #202020;
}

#footer-sub-top p.right{
float: right;
}

#footer-twitter {
width: 32px;
height: 32px;
margin: 14px 6px 0 0;
position: relative;
float: right;
}

#footer-facebook {
width: 32px;
height: 32px;
margin: 14px 148px 0 0;
position: relative;
float: right;
}

/*-- Second sub footer --*/
#footer-links {
width: 1000px;
margin: 0 auto 0 auto;
padding: 12px 0 0 0;
}

#footer-links h3 {
color: #ffffff;
text-transform: uppercase;
margin: 10px 0 20px 0;
}

#footer-links hr {
display: block;
position: relative;
padding: 0;
margin: 0px auto;
width: 100%;
clear: both;
border: none;
border-top: 1px solid #35230d;
border-bottom: 1px solid #221506;
font-size: 1px;
line-height: 0;
overflow: visible;
}

#footer-links h3 span {
color: #3d9100;
}

.footer-listing {
list-style: none;
padding: 0px;
margin: 0px 36px 0px 0px;
float: left;
width: 130px;
height: 130px;
font-size: 12px;
background: url(../images/list-vider.gif) no-repeat top right;
}
.footer-listing li {
margin-bottom: 4px;
}
.footer-listing li a { 
color:#cfcfcf;
text-decoration: none;
}

.footer-listing li a:hover { 
color:#fff;
text-decoration: underline;
}

/*------ FOOTER PROMOTION -----*/
#footer-promo {
width: 1000px;
color: #ffffff;
font-size: 11px;
line-height: 20px;
}

#footer-promo a {
color: #408317;
text-transform: normal;
margin: 10px 0 10px 0;
text-decoration: none;
}
/*----- END FOOTER PROMOTION -----*/
/* ============== END EBOOK FOOTER ELEMENTS ====================== */

.ebook-dropline {
height:92px;
width:1000px;
background:transparent url(../images/nav-base.gif) no-repeat top left;
position:relative;
margin: 0 auto 0 auto;
font-family:arial, verdana, sans-serif; 
font-size:20px;
text-transform: uppercase;
z-index:500;
}

.ebook-dropline .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.ebook-dropline li {
float:left;
/*background:url(../images/black_1.gif);*/
}

.ebook-dropline li.lrt {
float:right;
/*background:url(../images/blue_1.gif);*/
}

/*-- 	PRIMARY NAV  --*/
.ebook-dropline .select a {
display:block; 
height:46px; 
float:left; 
background: url(../images/base0.gif); 
padding:0 0 0 0px; 
text-decoration:none; 
line-height:46px; 
white-space:nowrap; 
color:#fff;
}


.ebook-dropline .select li.lrt a {color:#0ff;}


.ebook-dropline .select a b {
display:block;
padding:0 10px 7px 15px; 
background: url(../images/base-select.gif) no-repeat left top;
}

.ebook-dropline .select li.line a b {
background: transparent;
}

.ebook-dropline .select a:hover, 
.ebook-dropline .select li:hover a {
background: url(../images/base00.gif); 
padding:0 0 0 15px;
cursor:pointer; 
color:#fff;
}

.ebook-dropline .select li.lrt a:hover, 
.ebook-dropline .select li.lrt:hover a {
background: url(../images/blue_1.gif); 
}

.ebook-dropline .select a:hover b, 
.ebook-dropline .select li:hover a b {
display:block; 
padding:0 10px 0 0px; 
background:transparent; 
cursor:pointer;
}

.ebook-dropline .select li.line a:hover b, 
.ebook-dropline .select li.line:hover a b {
background:url(../images/base02.gif) right top; 
}

.ebook-dropline .select li.lrt a:hover b, 
.ebook-dropline .select li.lrt:hover a b {
background:url(../images/blue_1.gif) right top; 
}

.ebook-dropline .select li.lrt a:hover b.arrow, 
.ebook-dropline .select li.lrt:hover a b.arrow {
background:url(../images/base02.gif) right top; 
}

.ebook-dropline .sub {
display:none;
}
.ebook-dropline ul ul {display:none;}

/* IE6 only */
.ebook-dropline table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.ebook-dropline .sub {
margin:0; 
padding:0;
list-style:none;
}

.ebook-dropline .sub li {background:transparent;}

.ebook-dropline .select :hover .sub {
height:46px;
display:block; 
position:absolute;
float:left;
width:1000px;
top:46px; 
color: #cc0000;
left:0; 
text-align:center;
/*background-color:#f0ece4;*/
background-color:transparent;
border:0px solid #aaa;
}

.ebook-dropline .select :hover .rt li {float:right;}

.ebook-dropline .select :hover .sub li a 
{
display:block; 
height:46px; 
line-height:46px; 
float:left; 
/*background:transparent url(line/transparent.gif);*/
background: transparent url(../images/vider.gif) no-repeat right; 
padding:0 16px; 
margin:0; 
white-space:nowrap; 
color:#202020;
font-size:11px;
}

.ebook-dropline .select :hover .sub li.subline a {color:#3d9000;}

.ebook-dropline .select :hover .sub li a:hover,
.ebook-dropline .select :hover .sub li:hover
{color:#3d9000; line-height:46px; position:relative; background-color:transparent;}

/* ============== EBOOK DROPLINE NAV ENDS ====================== */

/* ============== EBOOK CITY LIST ICONS ENDS ====================== */
#guide {
	width: 580px;
	background-color: transparent;
	height: 192px;
	padding: 10px 0 10px 0;
	font-size: 12px;
}

#guide a {
	
	color: #3e9000;
	text-decoration:none;
	
}

#guide a strong {
	color: #312b1d;
}

#guide a:hover strong {
	color: #3e9000;
}


#guide strong {
	text-transform: uppercase;
}

#guide ul {
	list-style: none;
	margin-left:0px;
}

#guide li.dub {
background-image: url(../images/city-icons/dublin.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 12px 0 20px 66px;
margin: .4em 0;
}

#guide li.kk{
background-image: url(../images/city-icons/kilkenny.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 12px 0 20px 66px;
margin: .4em 0;
}

#guide li.gal{
background-image: url(../images/city-icons/galway.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 12px 0 20px 66px;
margin: .4em 0;
}

#guide .licol {
    float: left;
    width: 192px;
}
/* ============== EBOOK CITY LIST ICONS ENDS ====================== */

.main-navigation {
background:none repeat scroll 0 0 transparent;
height:92px;
margin:0 auto 0;
position:relative;
width:1000px;
}

/* ============== Getaicket SEARCH BOX ====================== */
#events_search{
background:url(../images/booking_box_events_bg.gif) no-repeat;
height: 230px;
}
#events_search #category{
	font-size: 13px;
    height: 23px;
	border: medium none;
    margin-left: 38px;
    margin-top: 42px;
    padding: 1px;
    width: 234px;
	color: #302C1F;
}
#events_search #county_id{
	font-size: 13px;
    height: 23px;
	border: medium none;
    margin-left: 38px;
    margin-top: 44px;
    padding: 1px;
    width: 234px;
	color: #302C1F;
}
#events_search #sea_but_event{
	background: url("../../images/search-button.gif") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-collapse: collapse;
    height: 34px;
    margin-top: 20px;
    width: 140px;
margin-left: 134px;
}
#events_search #sea_but_event:hover  {
background-position: 0 100%;
cursor: pointer;
margin-left: 134px;
}

/* ============== RESTAURANTS SEARCH BOX ====================== */
#findrestaurant{
background:url(../images/booking_box_restaurants_bg.gif) no-repeat;
height: 300px;
}
#findrestaurant #county{
	font-size: 13px;
    height: 23px;
	border: medium none;
    margin-left: 38px;
    margin-top: 42px;
    padding: 1px;
    width: 234px;
	color: #302C1F;
}
#findrestaurant #town{
	font-size: 13px;
    height: 23px;
	border: medium none;
    margin-left: 38px;
    margin-top: 44px;
    padding: 1px;
    width: 234px;
	color: #302C1F;
}
#findrestaurant #cuisine{
	font-size: 13px;
    height: 23px;
	border: medium none;
    margin-left: 38px;
    margin-top: 50px;
    padding: 1px;
    width: 234px;
	color: #302C1F;
}
#findrestaurant #sea_but_rest{
	background: url("../../images/search-button.gif") repeat-x scroll 0 0 transparent;
    border: medium none;
    border-collapse: collapse;
    height: 34px;
    margin-top: 20px;
    width: 140px;
margin-left: 134px;
}
#findrestaurant #sea_but_rest:hover  {
background-position: 0 100%;
cursor: pointer;
margin-left: 134px;
}

/* ============== Map PAGE ====================== */
#map_title{
	font-size:24px;
}
#map_title span{
	color:#318400;
}
#top_links ul{
	margin-left:0px;
}
#map_page_intro h2{
	font-size:24px;
}
#map_page_intro h3{
	color:#3D9201;
	font-size:20px;
	clear:left;
}
#map_page_intro h4{
	color:#3D9201;
	font-size:11px;
	margin-top:10px;
}
.tab_content-top-links .area_title{
	font-size:14px;
	font-weight:bold;
}
.tab_content-top-links .counties ul{
	margin-left:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.tab_content-top-links .counties li{
	margin-left:0px;
	padding:0px;
	height:16px;
	font-size:13px;
}
.tab_content-top-links .counties li a{
	color:#4C4331;
	text-decoration:none;
}
.tab_content-top-links .counties li a:hover{
	border-bottom:1px solid;
}
.tab_content-top-links .counties{
	width:85px;
	float:left;
	height:400px;
}


.tab_content-top-links .top_listing{
	padding:0px;
	margin-left:0px;
}
.tab_content-top-links .top_listing li{
	padding:0px;
	margin-left:0px;
	border-bottom:1px dotted #DDDDDD;
	height:auto;
	padding-top:6px;
}
.tab_content-top-links .top_listing li a{
	color:#318400;
	text-decoration:none;
	font-weight:bold;
}
#mainbody-left-interior .tab_content-top-links .top_listing li p{
	margin-top:0px;
	margin-bottom:5px;
}
#mainbody-left-interior #map_page_intro p{
	margin-bottom:10px;
}

#map_page_intro .large-icons {
	margin: auto;
	width:580px;
}
/* ============== COntact Form ================ */
#contact label{float: left;
    font-size: 16px;
    width: 150px;
}

/* ============== Gallery ================ */
 .gallery li{
float: left;
    margin-left: 0;
    min-height: 120px;
    padding: 0;
}
 .gallery li img {
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 5px 5px 0;
    padding: 7px;
}
 .gallery{
	float:left;
}
