@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Battersby Style Sheet                       */
/* Author: WebCatch 2009                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body,img{
	padding:0;
	margin:0;
	border:none;
	font-size:1em;
}

body {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size: 0.75em;
	margin:0px auto;
}

.left {
   float:left;
   margin:0;
   padding:0;
}

.right {
  float:right;
  margin:0;
  padding:0;
}

.divider {
	height:20px;
	width:30%;
	/*background: #fff url(../images/divider.jpg) top center no-repeat;*/
	border-top:2px dotted #0a2e6b;
	margin:0 auto;
}

#header{
	width:960px;
	margin: 0 auto;
	text-align: left;
}

#navBar {
	background: #fff url(../images/nav-bar.gif) top left repeat-x;
	height:55px;
}

#nav{
	width:960px;
	margin: 0 auto;
	text-align: left;
	z-index:99;
	color:#fff;
	line-height:55px;
}

#splash {
	/*background: #fff url(../images/splash-original.jpg) top center repeat-x;*/
	height:228px;
}

#logo { 
	background: #fff url(../images/battersby-logo.gif) top left no-repeat;
	width:507px;
	height:96px;
	z-index:99;
}

#logo span {
	position: absolute;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#contact {
	position: relative;
	top:15px;
	right:0;
	text-align:right;
	float:right;
	color:#002157;
}

#content { 
	width:960px;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
	color:#333;
}

#contentColumn { 
 	width: 620px;
 	float: left;
	margin:0 20px 20px 0;	
}

#leftColumn { 
 	width: 300px;
 	float: left;
	margin:0 20px 20px 0;
	display:inline;	
}

#middleColumn { 
 	width: 300px;
 	float: left;	
	margin:0 20px 20px 0;	
	display:inline;	
}

#rightColumn { 
 	width: 300px;
 	float: left;	
	margin:0 0 20px 0;	
}

#middleColumn2 { 
 	width: 300px;
 	float: left;	
	margin:0 20px 20px 0;	
	display:inline;	
}

#leftColumn2 { 
 	width: 300px;
 	float: left;
	margin:0 20px 20px 0;	
	display:inline;	
}

#search 
{
    background: #fff url(../images/search.gif) top center no-repeat;
    text-align:left;
    border:1px solid #dedede;
    padding-bottom:10px;
}

.searchTable {
    padding:70px 25px 0px 25px;
}

.key {
    /*border: 1px #dedede solid;
    background-color: #efefef;*/
    margin:0px 0px 5px 0px;
    padding-top:25px;
    width:270px;
    clear:both;
    text-align:left;
}

.keyHeader {
    background-color:#002157;
	height:30px;
    line-height:30px;
    color:#fff;
    padding-left:10px;
    font-weight:bold;
    font-size:105%;
}

.key ul {
    font-size:0.9em;
    line-height:2em;
    padding:10px;
}
.key ul li {
    border-bottom:1px solid #DEDEDE;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:5px 0;
}

/***********************************************/
/* Navigation styles                           */
/***********************************************/ 

ul#main-nav {
	width:960px;
	margin: 0 auto;
	text-align: left;
	z-index:99;
	color:#fff;
	line-height:55px;
	list-style: none;
	height: 55px;}

ul#main-nav li { display: inline; font-size: 15px; line-height: 21px;}
ul#main-nav li a, ul#main-nav li a:visited { display: block; float: left; width: auto; margin: 0; padding: 8px 30px 13px 0px; color: #fff; text-decoration: none; font-weight:bold;}
ul#main-nav li a small { display: block; font: lighter 10px/1 "Lucida Grande", Tahoma; text-transform: uppercase; color: #ccc; letter-spacing: 1px;}
ul#main-nav li.rss a, ul#nav-main li.rss a:visited { float: right; color: #ff7e2f; border: 0; }
ul#main-nav li a:hover, ul#main-nav li.current a { color: #ccc; font-style: italic;  text-decoration: none; }
ul#main-nav li.rss a:hover { color: #d2580d; }
ul#main-nav li a:hover { font-style: normal; }
ul#main-nav li.current a:hover { font-style: italic;}
ul#main-nav li a:hover small, ul#main-nav li.current a small { color: #777; font-style: normal; }

ul#main-nav li .menuOn, ul#main-nav li .menuOn:hover, ul#main-nav li .menuOn:visited {color: #ccc; font-style: italic;  text-decoration: none;}
ul#main-nav li .menuOn small {color: #777; font-style: normal;}

.menuSmall {font: lighter 10px/1 "Lucida Grande", Tahoma; text-transform: uppercase; color: #ccc; letter-spacing: 1px;}
/***********************************************/
/* Footer styles                               */
/***********************************************/ 

#footerWrap { 
 	clear: both;
 	color: #333333;
 	background: #f7f7f7 url(../images/footer.gif) top left repeat-x;
	height: 130px;
}

#footer { 
	width:960px;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.5em;
	background: #f7f7f7 url(../images/footer.gif) top left repeat-x;
	padding-top:20px;
}

#leftFooter { 
 	width: 300px;
 	float: left;
	margin:0 20px 20px 0;	
}

#middleFooter { 
  	width: 300px;
 	float: left;
	margin:0 30px 20px 0;	
}

#rightFooter { 
 	width: 300px;
 	float: left;	
	margin:0 0 20px 0;	
}

#footer ul {
	font-size:0.85em;
	color:#636363;
	margin:0px;
	padding:0px;
}

#footer ul li {
	list-style:none;
}

#footer ul li.head {
	font-weight:bold;
}

#footer ul li.quote {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
}

#footer ul li.divider {
	border-left: 1px solid #636363;
}

#footer ul a {
	padding:0px 20px 0px 0px;
	color:#636363;
	text-decoration:none;
}

/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 250%;
}

h2{
 font-size: 200%;
 font-weight:normal;
 letter-spacing:-1px;
 padding-bottom:5px;
}

h3{
 font-size: 130%;
 letter-spacing:-0.5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
 margin:0;
 padding:0;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p
{
    margin:0;
	line-height: 1.5;
}

.small{font-size:0.8em;}
/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:active, a:link, a:visited {
    color: #002157;
    text-decoration: underline;
}

a:hover{
    color: #ce3924;
	text-decoration: none;
}


a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: underline;
}

a.red:link, a.red:visited, a.red:hover {
    color:#EE3024;
    text-decoration:none;
}

/***********************************************/
/* Text styles                                 */
/***********************************************/ 

.red{color:#990000;}
.blue{color: #002157;}
.phone{font-size:280%;}
.enquire{font-size:150%;}
.lightGrey{color:#ccc;}


/***********************************************/
/* Search Results                              */
/***********************************************/ 

.searchResultsWrapper {
    border: 1px solid #dedede;
    padding:10px;
    float:left;
    margin-bottom:10px;
}

.searchDescription {
    float:left;
    width:350px;
}

.searchDeparts {
    float:right;
    color: #002157;
}

.searchPrice {
    font-weight:bold;
}

.includes {
    float:right;
}

.includes ul {
    font-size:0.9em;
    line-height:1.8em;
    padding:10px;
    min-width:96px;
}
.includes ul li {
    border-bottom:1px solid #DEDEDE;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:4px 0;
}

.searchImg {
    float:left;
    margin-right:10px;
    width:97px;
}

.searchMore {
    float:right;
     margin-left:10px;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-position:center bottom;
}

.filledRatingStar {
    background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}

/***********************************************/
/* Search Detail                               */
/***********************************************/ 

.detailImgs {
    float:left;
    padding-right:20px;
    width:350px;
}

.dp_PicThumbs {
    margin-top:5px;
}

.detail {
    float:right;
    border: 1px #dedede solid;
    background-color: #efefef;
    margin:0px 0px 5px 20px;
    width:270px;
}

.detailHeader {
    background-color:#002157;
	height:30px;
    line-height:30px;
    color:#fff;
    padding-left:10px;
    font-weight:bold;
    font-size:105%;
}

.detail ul {
    font-size:0.9em;
    line-height:1.8em;
    padding:10px;
}
.detail ul li {
    border-bottom:1px solid #DEDEDE;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:4px 0;
}

.tourRef {
    background-color:#002157;
    width:350px;
    color:#fff;
    height:30px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
    font-size:105%;
}

.excursionRef {
    background-color:#002157;
    width:350px;
    color:#fff;
    height:30px;
    line-height:30px;
    text-align:center;
    font-weight:bold;
    font-size:105%;
}

.icon{
    display:block;
}
.icon li{
    list-style:none;
    float:left;
    /*width:100px;*/
    font-size:0.8em;
    text-align:center;
    padding-right:10px;
}

/* Style for Usual tabs */
.usual {
  background:#dedede;
  color:#111;
  padding: 10px;
  width:570px;
  float:right;
  margin-top:20px;
}
.usual li { list-style:none; float:left; }
.usual ul a, .usual ul a:visited {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  /*padding-top:3px;*/
  /*margin-top:-15px;*/
  clear:left;
  background:snow;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }


.recommendImg {
    padding:6px;
    border:1px solid #dedede;
    text-align:center;
    margin-top:3px;
}