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

*{
	margin:0px;
	padding:0px;
}

body{
	font-family:Myriad Pro, Arial, sans-serif;
}

.container{
	width:961px;
	margin:0px auto;
}

#logo{
	background-image:url(../images/logo-bg.jpg);
	background-repeat:repeat-x;
}

#logo-img{
	width:209px;
	float: left;
	padding-top:30px;
	padding-bottom:30px;
}

#intro-text{
	width:702px;
	padding-left: 25px;
	padding-right:25px;
	padding-top:50px;
	padding-bottom:35px;
	float: right;
}

#map{
	background-image:url(../images/map-bg.jpg);
	background-repeat:repeat-x;
	padding-top:25px;
	padding-bottom:30px;
}

#map-img{
	z-index:5;
	background-image:url(../images/map.png);
	height:508px;
}

#ireland-pin{
	z-index:20;
	position:absolute;
	margin-top:65px;
	margin-left:398px;
}

#ireland-pin img{
border-style:none;
}

#uk-pin{
	z-index:25;
	position:absolute;
	margin-top:72px;
	margin-left:422px;
}

#uk-pin img{
border-style:none;
}

#turkey-pin{
	z-index:30;
	position:absolute;
	margin-top:120px;
	margin-left:515px;
}

#turkey-pin img{
border-style:none;
}

#contact{
	background-image:url(../images/intro-bg.jpg);
	background-repeat:repeat-x;
	padding-top:44px;
	padding-bottom:44px;
}

#contact-buttons{
	width: 530px;
	margin: 0 auto;
	padding-top:30px;
}

#contact-buttons img{
	float: left;
	border-style:none;
}

.spacer20{
	width:20px;
	height:1px;
	float:left;
}

p{
	font-size:14px;
	color:#2a709a;
	font-weight:600;
	text-align:center;
	line-height:1.4;
}

p.sub-p{
	font-size:14px;
	color:#777777;
	font-style:italic;
	font-weight:200;
}

p.footer{
	font-size:12px;
	color: #898989;
}

#countries{
	width:540px;
	margin:0 auto;
}

#country-ireland{
	width:180px;
	float:left;
}

#country-ireland img{
	padding-left:64px;
	padding-bottom:6px;
	border-style:none;
}

#country-uk{
	width:180px;
	display:inline;
	float:left;
}

#country-uk img{
	padding-left:65px;
	padding-bottom:6px;
	border-style:none;
}

#country-turkey{
	width:180px;
	display:inline;
	float:left;
}

#country-turkey img{
	padding-left:65px;
	padding-bottom:6px;
	border-style:none;
}

h2{
	font-size:15px;
	color:#5b5b5b;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}

h2 a:link{
	text-decoration:none;
	color:#5b5b5b;
}

h2 a:hover{
	text-decoration:none;
	color:#09C;
}

.spacer70{
	width:70px;
	height:70px;
}

#footer{
	padding-top:45px;
	padding-bottom: 65px;
	background-color:#e3edf1;
}

#dhd-holder{
	margin:0 auto;
	width:111px;
	height:45px;

	margin-top:25px;
}


a.dhd{
	display: block;
	width: 111px;
	height: 38px;
	text-decoration: none;
	background-image:url(../images/dhd.png);
	margin:0 auto;
}

a.dhd:hover {
	background-position: -111px 0;
}

a.dhd span{
	display: none;
}

.clear{
	clear:both;
}