/* CSS Document */
@import url(/style-2.css);

body  {
	font: 12px Arial, sans-serif;
	margin: 0;
}


.dottedLine {
	color: white;
	height: 1px;
	border: 0;
	background: url(/images/dotted.gif) repeat-x left top;
}


.dottedCorner {
	background: url(/images/dotted_corner_top.gif) no-repeat left top;  
}

input.text {
	border: 1px solid #CCCCCC;
	background: url(/images/input_bg.jpg);
}

.text_header{
	border: 1px solid #CCCCCC;
	background: url(/images/input_bg.jpg);
	font: 11px Arial, sans-serif;

}


input.text_small {
	border: 1px solid #CCCCCC;
	background: url(/images/input_bg.jpg);
}

/*{** HEADER & FOOTER CSS ***/
#header #breadCrumbs {
	color: #999999;
	font: 11px Arial, sans-serif;
	float: left;
	padding-left: 15px;
	padding-top: 2px;
}

#header #breadCrumbs .selected {
	color: #336699;
}

#header #breadCrumbs a {
	color: #999999;
	text-decoration: none;
}

#header #openHours {
	color: #999999;
	font: bold 11px Arial, sans-serif;
	float: right;
	padding-right: 15px;
	padding-top: 2px;
}

#footer {
	background: url(/images/footer_bg.jpg) no-repeat top left;
	
	text-align: center;
	font-size: 11px;
	color: #999999;
	
	padding-top: 6px;
	padding-bottom: 8px;
}

#footer a{

	text-align: center;
	font-size: 11px;
	color: #999999;
	
	padding-top: 6px;
	padding-bottom: 8px;
	text-decoration: none;
}

/*}** HEADER & FOOTER CSS ***/

/*{** NAViGATION CSS ***/
#navigation  {
	margin: 0;
	white-space: nowrap;
	padding: 0;
	margin-left: 2px;
}

#navigation li {
	float: left;
	list-style-type: none;
	font: 10px Arial, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
}

#navigation li.link {
	margin-right: 6px;
}

#navigation li.link a {
	background: url(/images/menu/button.jpg) no-repeat; 
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 15px;
	display: block;
	cursor: pointer;
}

#navigation li.link a:hover, #navigation li.selected {
	background: url(/images/menu/button-hover.jpg) no-repeat; 
}

#navigation li.text {
	background: url(/images/menu/text.jpg) no-repeat; 
	text-transform: uppercase;
	font-weight: bold;
	
	padding-left: 10px;
	padding-right: 10px;
}

#navigation a {
	color: #FFF;
	text-decoration: none;
}
/*}** NAViGATION CSS ***/

/*{** CONTENT CSS ***/
#content h2 {
	color: #336699;
	font-size: 16px;
	margin: 0;
	margin-top: 18px;
	margin-bottom: 15px;
}

#content h3 {
	color: #336699;
	font-size: 1.15em;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 6px;
}

#content ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	font: bold 12px Arial, sans-serif;
	color: #999999;
}
#content ul  li {
	margin-bottom: 15px;
}

#content p {
	font: normal 10px Verdana, sans-serif;
	color: #666666;
	line-height: 1.4em;
}
/* SHOW ONLY IE HACK */
* html #content p {
	margin-top: 0;
	margin-bottom: 15px;
}

#contentLeft {
	padding-top: 1px;
	padding-right: 1px;
	margin-top: 18px;
	margin-left: 16px;
	margin-right: 12px;
	background: url(/images/bracket_left.gif) no-repeat right top;
}

#contentLeft a {
	text-decoration: none;
	color: #336699;
}

#contentLeft ul {
	font: normal 10px Verdana, sans-serif; 
	color: #666666;
	padding-right: 5px;
}

#contentLeft ul  li {
	margin-bottom: 5px;
}

#contentRight {
	padding-top: 1px;
	padding-left: 16px;
	margin-top: 18px;
	margin-left: 5px;
	background: url(/images/bracket.gif) no-repeat left top;
}
#contentRight a {
	text-decoration: none;
	color: #336699;
}
/*}** CONTENT CSS ***/

/*{** ABOUT PAGE CSS ***/
#aboutLeft {
	margin-left: 16px;
}

#aboutRight {
	margin-left: 5px;
	padding-left: 16px;
	background: url(/images/bracket.gif) no-repeat left top;
	margin-top: 18px;
	padding-top: 30px;
}

#aboutRight .employees tr td {
	font: 10px Verdana, sans-serif;
	width: 190px;
}

#aboutRight .employees tr td .name {
	color: #336699;
	font-weight: bold;
	display: block;
	margin-top: 6px;
}

#aboutRight .employees tr td .title{
	color: #999999;
	font-weight: normal;
	display: block;
	margin-bottom: 15px;
}
/*}** ABOUT PAGE CSS ***/

/*{** HOMEPAGE CSS ***/
#homeLeft {
	padding-right: 1px;
	margin-top: 18px;
	margin-left: 16px;
	margin-right: 12px;
	background: url(/images/bracket_left.gif) no-repeat right top;
}

#homeLeft #bookChoices {
	font: 10px Verdana, sans-serif;
	color: #666666;
}

#homeLeft #bookChoices input {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#homeLeft #bookChoices .left {
	padding-right: 0px;
}

#homeLeft #bookChoices .right {
	background: url(/images/bracket.gif) no-repeat 0px -11px;
	padding-left: 10px;
}


#homeLeft #bookChoices .right_new {
	background: url(/images/dots.jpg) no-repeat;
	padding-left: 10px;
}


#homeLeft #bookChoices .dottedRow {
	background: url(/images/dotted.gif) repeat-x left center;
}

#homeLeft #bookChoices  .search input.text, input.text {
	width: 118px;
	height: 14px;
	font-size: 10px;
	margin-bottom: 12px;
}

#homeLeft #bookChoices  .search input.text_small {
	width: 90px;
	height: 14px;
	font-size: 10px;
	margin-bottom: 12px;
}

#homeLeft #bookChoices  .search input.calendar_new, input.calendar_new {
	width: 97px;
}

#homeLeft #bookChoices  .search img.calendar_new, img.calendar_new {
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 8px;
}

#homeLeft #bookChoices  .search .left, #homeLeft #bookChoices  .search .right  {
	float: left;
	width: 120px;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: 0;
	margin: 0;
	padding: 0;
}

#homeLeft #bookChoices  .search .right  {
	width: auto;
	padding-left: 10px;
}


#homeLeft2 {
	padding-right: 10px;
	margin-left: 16px;
	margin-right: 12px;
}

#homeLeft2 h3 {
	margin-top: 16px;
	margin-bottom: 4px;
}

#homeLeft2 p {
	margin-top: 0;
}

#homeLeft2 strong {
	font-size: 11px;
	color: #656565;
}

#homeLeft2 .ireland, #homeLeft2 .scotland  {
	float: left;
	width: 120px;
	font-size: 10px;
	font-weight: bold;
	color: #32659A;
	padding-top: 4px;
	padding-bottom: 4px;
}

#homeLeft2 .scotland {
	width: auto;
	background: url(/images/bracket.gif) no-repeat 0px -9px;
	padding-left: 8px;
}

#homeLeft2 .ireland a, #homeLeft2 .scotland a {
	color: #32659A;
	text-decoration: none;
}

#homeRight {
	margin-left: 5px;
	background: url(/images/bracket.gif) no-repeat left top;
	margin-top: 18px;
	padding-top: 5px;
}

#homeRight .selfDrive {
	margin-left: 6px;
	margin-bottom: 5px;
}
* html #homeRight .selfDrive {
	padding-left: 6px;
}

#homeRight .interest {
	padding-left: 14px;
	padding-right: 10px;
}

#homeRight .research {
	background: url(/images/bracket.gif) no-repeat 0px -9px;
	padding-left: 14px;
}

#homeRight .research_table {
	background: url(/images/bracket.gif) no-repeat 0px -9px;
}

/*}** HOMEPAGE CSS ***/

#input_text_small {

	margin-top: 3px;
	font-size: 10px;
	width:264px;
	margin-bottom: 10px;
}

#input_text_small_packages {

	margin-top: 3px;
	font-size: 10px;
	width:185px;
	margin-bottom: 10px;
}



#input_text_small_short {

	margin-top: 3px;
	font-size: 10px;
	margin-bottom: 10px;
}

#bg_dots{
	background: url(/images/spacer.gif) no-repeat 3px -9px;
}


#onclick_numbers {
	font-family: "Arial", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.onclick_numbers_over {
	color: #FFFFFF;
	background-color: #949597;
}

.onclick_numbers_out{
	color: #FFFFFF;
	background-color: #336699;
}


/*{** homepage NAViGATION CSS ***/


#homenavigation div {
	float: left;
	font: 10px Arial, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	width: 198px;
}

#homenavigation div.link a {
	background: url(/images/home/castles_menu.jpg) no-repeat; 
	text-transform: uppercase;
	font-weight: bold;
	
	padding-left: 21px;
	display: block;
	cursor: pointer;
}

#homenavigation div.link a:hover, #homenavigation li.selected {
	background: url(/images/home/castles_menu_hover.jpg) no-repeat; 
}

#homenavigation a {
	color: #FFF;
	text-decoration: none;
}

#homenavigation a:hover {
	color: #999999;
	text-decoration: none;
}



/*}** homepage NAViGATION CSS ***/

.caption { font: normal 10px Verdana, sans-serif; color: #666666; }
#contentLeft .learnLinks img { margin-bottom: 8px; }
#contentLeft .learnLinks h3 { margin-bottom: 3px; }
#contentLeft .learnLinks a { color: #666666; text-decoration: none; }
#contentLeft .learnLinks ul, #packageCastle .right ul { margin: 0; padding: 0; list-style-type: none; padding-bottom: 3px; }
#contentLeft .learnLinks li, #packageCastle .right li {
	padding-left: 10px;
	background: url(/images/bullet.jpg) no-repeat 2px 6px;
	margin-bottom: 5px;
}

#contentLeft.castles { background: 0; padding-top: 0; margin-right: 0; padding-right: 0; width: 555px; }
#contentLeft.castles ul { margin-left: 0; list-style-image: url(/images/packages/list_style.jpg); font: bold italic 13px Verdana, sans-serif; color: #70A0CF;}
#contentRight.castles {	background: 0; padding: 0; width: 189px; }
#contentRight.castles h3 { margin-top: 0; }
#contentRight.castles .right { font: bold 10px Verdana, sans-serif; color: #666666; }
#contentRight.castles .right input.text { margin-bottom: 5px; }
#contentRight.castles .right input.calendar_new { margin-bottom: 12px; }

#packageCastle {
	margin-left: 19px;
}
#packageCastle .left {
	padding-right: 20px;
	background: url(/images/packages/v_bracket.jpg) no-repeat 468px 8px;
	vertical-align: top;
}
#packageCastle .right {
	padding-left: 20px;
	vertical-align: top;
}
#packageCastle .dateAndRates {
	font: 10px Verdana, sans-serif; color: #666666;
}
#packageCastle .dateAndRates th {
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 4px;
}
#packageCastle .dateAndRates td {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 2px;
	background: url(/images/packages/v_bracket.jpg) no-repeat right top;
}
#packageCastle .dateAndRates .last { padding-right: 0; background: 0; }
#packageCastle .dateAndRates .first { padding-left: 0; width: 90px; }

.dateAndRate {
	font: 10px Verdana, sans-serif; 
	color: #666666;
/*	width: 450px !important;  */
}

.dateAndRate th {
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 4px;
}
.dateAndRate td {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 2px;
	background: url(/images/packages/v_bracket.jpg) no-repeat right top;
}
.dateAndRate_last { padding-right: 0 !important; background: 0 !important; }
.dateAndRate_first { padding-left: 0 !important; width: 90px !important; }

#packageCastle .right ul { padding-top: 3px; margin-left: 2px; }
#packageCastle .right li, #packageCastle .right strong { font: 10px Verdana, sans-serif; color: #666666; margin-bottom: 4px; _margin-bottom: 2px; *margin-bottom: 2px; }
#packageCastle .right strong { font-weight: bold; margin: 0; }
#packageCastle  p {
	margin-top: 0;
}

#table_margin_desc.castlePackages p {
	margin-bottom: 10px;
	*margin-bottom: 0px;
	_margin-bottom: 0px;
}

#aboutRightPack2 span.castlePackages input {
	margin-left: 20px;
}
#aboutRightPack2 span.castlePackages {
	padding-left: 9px;
	font: bold 10px Verdana, sans-serif;
	color: #666666;
}
#aboutRightPack2 table.castlePackages {
	font: bold 10px Verdana, sans-serif;
	color: #666666;
}

#aboutRightPack2 table.castlePackages2 {
	padding-right: 9px;
	font: bold 10px Verdana, sans-serif;
	color: #666666;
}

#aboutRightPackNoarrow.castlePackages p {
	font: normal 10px Verdana, sans-serif;
	color: #666666;
	line-height: 1.4em;;
}
#aboutRightPack.castlePackages {
	background: 0;
	padding-top: 0;
}
.castlePackages h2 {
	margin: 0;
	margin-bottom: 20px;
	color: rgb(51, 102, 153);
	font-size: 16px;
}

.castlePackages_h3 {
	color: rgb(51, 102, 153);
	font: bold 18px Arial;
}

#content.aboutUs h2 {
	margin-top: 0;
}
	
.aboutUs #contentLeft .who {
	font: bold 9px Verdana, Arial, sans-serif;
	color: #336699;
	text-align: right;
}
.aboutUs #contentLeft {
	background: url(/images/packages/v_bracket.jpg) no-repeat right top;
	padding-right: 50px;
}
.aboutUs #contentRight {
	background: 0;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-top: 45px;
}
.contactUs #contentLeft {
	background: url(/images/dots.jpg) no-repeat right 35px;
	padding-right: 30px;
}
.contactUs #contentRight {
	background: 0;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-top: 54px;
}

.learnExplore #contentLeft {
	background: url(/images/dots.jpg) no-repeat right 5px;
}


.faq #contentLeft { padding-right: 30px; margin-right: 0; background: url(/images/dots.jpg) no-repeat right }
.faq #contentRight { margin-left: 30px;}
.contentRight_second { margin-left: 30px;}
.faq #contentLeft .learnLinks h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
}

.contactUs #contentRight table * { font: bold 10px Verdana, Arial, sans-serif; color: #666666; line-height: 1.25em }
.contactUs #contentRight table td { vertical-align: top; padding-bottom: 10px; }
.contactUs #contentRight table strong {
	font-size: 12px;
	color: #336699;
}

.contactUs #contentRight_hotel table * { font: 10px Verdana, Arial, sans-serif; color: #666666; line-height: 1.25em }
.contactUs #contentRight_hotel table td { vertical-align: top; padding-bottom: 10px; }
.contactUs #contentRight hotel strong {
	font-size: 12px;
	color: #336699;
}


.points { padding-left: 5px; padding-top: 5px; _padding-top: 0px; *padding-top: 0px; }
.points strong { color: #336699; }
.points p { 
	padding-left: 12px; 
	margin-top: 0; 
	padding-top: 5px; 
	margin-bottom: 10px; 
	width: 400px;
}

.faqAnswer { margin: 0; padding: 0; list-style-type: none; padding-bottom: 3px; padding-left: 0 !important; }
.faqAnswer li {
	margin-left: 0;
	padding-left: 20px;
	background: url(/images/text/q.jpg) no-repeat 0px 3px;
	_background: url(/images/text/q.jpg) no-repeat 0px 4px;
	*background: url(/images/text/q.jpg) no-repeat 0px 4px;
	margin-bottom: 5px;
	font: 10px Verdana, Arial, sans-serif;
	color: #666;
}
.faqAnswer li.Q { background-image: url(/images/text/q.jpg); font-weight: bold; }
.faqAnswer li.A { background-image: url(/images/text/a.jpg); font-weight: normal; }


/* package information page*/
.about_us_top1{
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	color: #FFFFFF;
	font: bold 16px Arial, sans-serif;
}

.about_us_top2{
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	font: normal 10px Verdana, sans-serif;
	color: #666666;
	line-height: 1.4em;
}

/* package information page*/
.about_us_bottom1{
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	height: 30px;
	color: #FFFFFF;
	font: bold 16px Arial, sans-serif;
}

.about_us_bottom2{
	vertical-align: top;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	font: normal 10px Verdana, sans-serif;
	color: #666666;
	line-height: 1.4em;
}


/* top banner on homepage */

.top_banner {
font: bold 10px Verdana, sans-serif; 
color: #646464;
}

.top_banner a {
text-decoration: none;
}

.top_banner_white ul {
list-style-image: url(/images/arrow_white.gif); 
padding-left: 0px;
margin-left: 20px;
color: #FFFFFF;
}

.top_banner_white a {
color: #FFFFFF;
}


.top_banner_grey ul{
list-style-image: url(/images/arrow_grey.gif); 
padding-left: 0px;
margin-left: 20px;
color: #646464;
}

.top_banner_grey a {
color: #646464;
}


.top_banner_none ul {
list-style-type: none;
padding-left: 0px;
margin-left: 13px;
color: #646464;
}

.top_banner_none a {
color: #646464;
}
/* end banner on homepage */

.newsletter_error {
font: bold 10px Verdana, sans-serif; 
color: #FF3300;
}

.text_info {
font: bold 10px Verdana, sans-serif; 
color: #646464;
}

.text_small {
font: 9px Verdana, sans-serif; 
color: #646464;
}

.text_small_error {
font: bold 9px Verdana, sans-serif; 
color: #FF3300;
}

.site_map ul li{
list-style-type: none;
font: 10px Verdana, sans-serif; 
color: #646464;
margin-top:12px;
}

.site_map a{
font: 10px Verdana, sans-serif; 
color: #646464;
margin-top:12px;
text-decoration: none;
}

.top_buttons{
margin-left: 17px; 
margin-top: 8px;
}

.top_buttons img{
border: 0px;
}

.homepage_map_thumb{
	position:relative;
	float:left;
}

/* bb hotels */
div.bbhotels {
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 20px;
}
div.bbhotels table.bbtable a {
  color: #000000;
}
div.bbhotels table.bbtable a:hover {
  text-decoration: underline;
}
div.bbhotels table.bbtable {
  border-collapse: collapse;
}
div.bbhotels table.bbtable th {
  background-color: #000000;
  color: #fff;
  border: 1px solid #666666;
}
div.bbhotels table.bbtable th {
  padding: 5px;

}
div.bbhotels table.bbtable td {
  padding: 5px;
  border: 1px solid #666666;
}
span.bbrequired {
  color: red;
}

#galleria {
  height: 391px;
  width: 470px;
  margin-bottom: 25px;
  clear: both;
}

#galleria img {
  display: none;
}

div.iframe_wrapper {
  position: relative;
  height: 550px;
  width: 300px;
  zoom: 1;
}

#trip_planner_iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 560px;
  width: 400px;
}

table.package_content {
  margin-top: 30px;  
}

table.package_content td.left_column {
  height: 528px;
}

table.package_content td.right_column {
  height: 528px;
}

table.package_content table.package_header {
  height: 134px;
  overflow: hidden;
  margin-left: 15px;
}

#galleria div.old_package_images {
  clear: both;
}

#galleria div.old_package_images img {
  height: auto;
  width: 230px;
  display: inline;
}

div.single_image {
  position: relative;
  width: 470px;
  margin-bottom: 15px;
}

div.single_image img {
  width: 468px;
  height: 314px;
  border: 1px solid #CCCCCC;
}

div.single_image .info {
  background-image: url("/galleria/bt_pixel.png");
  background-repeat:repeat;
  color:#FFFFFF;
  font-family:arial;
  font-size:11px;
  font-weight:bold;
  height:17px;
  left:1px;
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  position:absolute;
  top:295px;
  width:457px;
  z-index:2;
}

div.package_page {
  margin-top: 25px;
  width: 767px;
}

div.package_page div.left_column {
  width: 470px;
  float: left;
  overflow: hidden;
}

div.package_page div.right_column {
  width: 281px;
  float: right;
  overflow: hidden;
}

#content div.package_page h2 {
  margin-bottom:3px;
  margin-top: 0;
}

div.package_page div.package_header {
  float: left;
  width: 355px;
}

div.package_page div.package_header_full {
  width: auto;
}

div.package_page div.package_itinerary {
  float: right;
  width: 92px;
  overflow: hidden;
}

#page_wrapper {
  width: 770px;
  margin: 0 auto;
}

div.clearer{
  clear: both;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

div.header {
  width: 770px;
  height: 65px;
  background-image: url(/images/header.png);
  background-repeat: no-repeat;
  position: relative;
}

div.header a.logo {
  width: 285px;
  height: 65px;
  display: block;
}

div.header div.airplane {
  width: 24px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(/images/airplane.png);
  position: absolute;
  top: 20px;
  right: 20px;
}
