/***** General --------------------------------------------------------------*/

html, body, ul, ol, li, form, p, input, select, textarea
{
	margin: 0;
	padding: 0;
}

p
{
	margin: 0.5em 0 1.5em;
}

/* links */
a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #333;
}
a:hover
{
	border-color: #ced5e3;
	color: #ced5e3;
}

a img
{
	border: none;
}

html, body {
	/*height: 100%;*/
}

body
{
	font-size: 10pt;
	font-family: helvetica, arial, sans-serif;
	background: #e4e9f4 url(/images/bg.png) center top;
	text-align: center;
	color: #333;
}

/* Accessibility menu */
ul#amenu
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	list-style: none;
}
ul#amenu li
{
	text-indent: -9999px;
}

ul#amenu a
{
	text-indent: -9999px;
	font-size: 0.8em;
}

.cb {
	width: 960px;
	margin: 0 auto !important;
	text-align: left;
}

div#wrap
{
	width: 922px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
}
body.popup div#wrap {
	width: 100%;
	background: transparent;
}

div#header
{
	padding: 5px;
	/*height: 65px;*/
	text-align: center;
}
body.popup div#header {
	margin-bottom: 6px;
	background: #fff;
}

body.default #logo {
	position: relative;
	top: -15px;
}

div#navigation
{
	height: 43px;
	background: transparent url(../images/nav_bg.png) left top repeat-x;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 20px;
}

ul#menu
{
	list-style: none;
}
ul#menu li
{
	float: left;
}
ul#menu a
{
	font-size: 1em;
	text-decoration: none;
	display: block;
	padding: 0 34px;
	line-height: 43px;
	color: #3b475c;
	border: none;
}
ul#menu a:hover
{
	background-color: #ced5e3;
}

/* Content */
div#content
{
	padding: 1em;
}
body.popup div#content {
	background: #fff;
}
body#body_home div#content
{
	padding: 0;
}

div#content img#home_scene
{
	float: right;
}

div#content ul,
div#content ol {
	margin: 0 0 0 0.5em;
}

div#content li {
	margin: 0.25em 0 0 1em;
}

h1#title
{
	font-size: 1.4em;
	margin: 0 0 1em;
}

#body_home h1#title
{
	font-size: 1.1em;
	display: inline;
}

#body_contact_us #content {
	background: url(../images/home_scene_Tralee_Dingle.jpg) center right no-repeat;
}

#home_text
{
	padding: 10px 20px;
	font-size: 0.9em;
	line-height: 150%;
	height: 190px;
	overflow: auto;
	margin: 0 15px 0;
}

#promo
{
	/*text-align: center;*/
	padding: 20px 10px 10px;
	margin: 0;
}
#promo a
{
	border: none;
}
#promo img
{
	
	width: 120px;
	height: 122px;
	margin: 0 10px;
	border: none;
}

div#footer
{
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 96%;
	margin: 0;
	padding: 0 2%;
	clear: both;
	color: #fff;
	font-size: 0.7em;
}
div#footer p
{
	margin: 0;
}
div#footer a
{
	color: #fff;
}
div#footer a:hover
{
	font-weight: bold;
}

/*** Contact page ***/
div#enquiryForm
{
	width: 300px;
	float: left;
}
div#enquiryForm ol {
	list-style: none;
}
div#enquiryForm li {
	margin: 4px 0;
	padding: 2px 0;
}

div#contactDetails
{
	float: left;
	padding: 40px 10px 0 30px;
}

.required {
	color: red;
}

.reqnote {
	font-size: 0.8em;
	margin: 10px;
}

 #contactMap {
	float: left;
	width: 320px;
	height: 390px;
	background: #ddf;
	margin: 30px 10px 0 20px;
}

/*** Gallery ***/
body#body_gallery #content div {
	float: left;
	margin: 0 0 2em;
	width: 19%;
	height: 130px;
	text-align: center;
}
body#body_gallery #content div a {
	border: none;
}

/*** Competition ***/
#compContainer {
	float: left;
	width: 100%;
	border-top: 10px solid #4C596E;
	background: #F3F6F7;
}
#compContainer div {
	width: 570px; 
	margin: 0px auto 10px; 
	padding: 0px 220px 0 10px; 
	clear: both;
	height: 218px; 
	background: url(../images/comp_europe.png) center bottom no-repeat;
}
#compContainer div p {
	margin: 10px 0 0.5em;
	padding: 0;
	font-weight: bold;
	line-height: 120%;
}
#compContainer p.smaller {
	font-weight: normal;
}

/*** Input fields ***/
input,
textarea,
select
{
	border-width: 1px;
	border-color: #999;
	background: #e4e9f4 url(/images/box.gif) -40px -117px repeat-x;
}

.button
{
	background: url(../images/nav_bg.png) 0 0 repeat-x;
}

fieldset
{
	margin: 10px;
	padding: 15px;
	border: 1px solid #a5b5d2;
}
legend
{
	font-weight: bold;
	padding: 2px 8px;
}

/*** Lists ***/
dd {
	margin: 0 0 1em 2em;
	padding: 0;
}

dt
{
	font-weight: bold;
}


/*** Error messages ***/
.error
{
	font-weight: bold;
	color: #f00;
}

.msg
{
	padding: 5px 10px;
	color: #fff;
}

.success
{
	background-color: #6c6;
}

.smaller {
	font-size: 0.8em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS for the box starts here
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#fff;
	border:1px solid #666;
	}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */
.cb {
	margin:0 0;
	}

/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 37px;
	height:34px;
	}
.bt div {
	height:34px;
	width:37px;
	position:relative;
	left:-37px;
	background:url(../images/box.png) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 37px;
	height:37px;
	}
.bb div {
	height:37px;
	width:37px;
	position:relative;
	left:-37px;
	background:url(../images/box.png) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 19px;
	background:url(../images/borders.png) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding:0 19px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 17px;
	}
/* CSS for the box ends here */