html {
  overflow-y: scroll;	
}

img {
  border            : 0;
}

ul {
  margin              : 0;
  padding             : 0;
  list-style-type     : none;
}

a {
  color              : #4570d4;
}

a:hover {
  text-decoration      : none;
}

input {
  background-color    : #fff;
}

select {
  font-family         : tahoma;
  background-color    : #fff;
}

/* ========================
=======   IE resets =======
======================== */

html, body, div, span, applet, object, iframe,  p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-size: 100%;
  background: transparent;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin:0px;
  padding:0px;
}

/* ==========================
=============================
========================== */

body{
  background: #fff url(../i/shadow-bg.png) no-repeat center top;
  margin: 0;
  padding: 0;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size: small;
}


h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  color: #706a9e;
}
h2 {
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 10px;
}
a {
  color: #706a9e;
  text-decoration: none;
}
a:hover {
  color: #870150;
  text-decoration: underline;
}
.hideMe {
  display: none;
}

/* ======================
HEADER
======================= */

#header {
  position: relative;
  background: #1c1666 url(../i/header-bg.jpg) no-repeat bottom;
  height: 93px;
  color: #fff;
  z-index: 0;
}

h1#homeVsLogo {
  text-indent: -9999px;
  background: url(../i/visit-scotland-com-logo.png) 5px 10px no-repeat;
  width: 356px;
  height: 86px;
  display: block;
  margin: 0;
}
#gateways {
  position: absolute; 
  top: 15px;
  right: 15px;

}
#gateways select {
  background: #1d1666;
  border: 1px solid #40398b;
  color: #fff;
}

#siteSearch {
  position: absolute; 
  bottom: 40px;
  right: 0;
  background: #fff url(../i/search-bg.png) no-repeat;
  width: 230px;
  height: 33px;
  padding: 10px 0 0 10px;
  z-index: 1;
}

* html #siteSearch {
  margin-top: -43px;
  bottom: auto;
}

#siteSearchBox {
  color: #676767;
  float: left;
  width: 133px;
  height: 18px;
  border: 1px solid #c6c6c6;
  padding: 2px 0 0 25px;
  background: #fff url(../i/search-box-bg.png) no-repeat;
}

#siteSearchBox:hover {
  border-top: 1px solid #870150;  
  border-bottom: 1px solid #870150; 
  border-left: 1px solid #870150;     
}

.searchboxBtn {
  border: 0 !important;
  width:auto;
}

/* ==================
Search box 
=================== */
.textelement { width: 255px; }
select.textelement { width: 260px; /* Display issue */ }
.fourdigit { width: 60px; }
.twodigit { width: 50px; }
.regmain {
  background: #f1f4f9;
  border-top: 1px solid #e6eaf4;
}

#searchTable {
  background: #f0f3f9;
  margin: 0 0 10px 0;
  width: 100%;
}
#searchTable td {
  padding: 5px 10px;
}
#bookingOptions{
  background: #f0f3f9;
  margin-top: 0px;
  width: 100%;
}
#bookingOptions td {
  padding: 5px 10px;
}
#accomSearch span {
  font-size: 0.85em;
  line-height: 1.3em;
  font-weight: normal;
}

#roomType, #dateOfStay {
  float: left;
  width: 175px;
  padding: 10px;
  background: #f1f4f9;
}
#roomType {
  margin: 0 10px 0 0;
}
#dateRange select, #roomType select {
  margin: 10px 0 0 0;
}


/*   N A V I G A T I O N   H O V E R   */

#navigation {
  background           : transparent url(../i/nav.gif) no-repeat left top;
  height               : 25px;
  margin               : 0 0 1px 0;
  width                : 765px;
}

#navigation li {
  padding             : 0 0 0 0;
  margin              : 0 0 0 0;
  list-style          : none;
  position            : absolute;
}

#navigation li a {
  display             : block;
  text-indent         : -9999px;
  text-decoration     : none;
  height              : 24px;
}

#navigation li#nav1 {
  left                : 0;
  width               : 47px;
}

#navigation li#nav2 {
  left                : 47px;
  width               : 131px;
}

#navigation li#nav3 {
  left                : 178px;
  width               : 86px;
}

#navigation li#nav4 {
  left                : 265px;
  width               : 48px;
}

#navigation li#nav5 {
  left                : 313px;
  width               : 112px;
}

#navigation li#nav6 {
  left                : 425px;
  width               : 98px;
}

#navigation li#nav7 {
  left                : 680px;
  width               : 85px;
}

#navigation li a:hover {
  background          : transparent url(../i/nav.gif) no-repeat 0 0;
}

#navigation li#nav1 a:hover {
  background-position : 0 -25px;
}

#navigation li#nav2 a:hover {
  background-position : -47px -25px;
}

#navigation li#nav3 a:hover {
  background-position : -178px -25px;
}

#navigation li#nav4 a:hover {
  background-position : -265px -25px;
}

#navigation li#nav5 a:hover {
  background-position : -313px -25px;
}

#navigation li#nav6 a:hover {
  background-position : -425px -25px;
}

#navigation li#nav7 a:hover {
  background-position : -680px -25px;
}

#wrapper {
  background:#FFFFFF none repeat scroll 0 0;
  float:left;
  width:860px;
}

#bannerAdWrapper {
  margin:0 auto;
  min-height:700px;
  width:989px;
}

#mainContent {
	background: #fff;
	float: left; width: 100%;
}

h1#vsLogo {
  text-indent: -9999px;
  background: url(../i/logo-vs.png) no-repeat right;
  height: 67px;
  width: 340px;
  margin-top: 10px;
}

h1#vsLogo span {font-size: 0.6em; display: none; text-indent: -9999px;}

h1#vsLogo {font-size: 2em;}

#searchWrapper{
  float: right;
  background-color: transparent;
  background-image: url(../i/bg-searchbox.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 151px;
  height: 41px;
  color: #ffffff;
  font-size: 0.85em;
  padding-top: 3px;
  padding-right: 1px;
  padding-bottom: 0pt;
  padding-left: 45px;
  margin-bottom: 10px;
}

#tab h1 {
  text-indent: -99999999px !important;	
  display: none;
}

/*  ========================  
NAV
========================== */
#mainNav  {
  padding: 0;
  margin: 0;
  position: relative;
}
#mainNav ul {
  height: 40px;
  background: url(../i/visit-scotland-nav.png);
  margin: 0;
  padding: 0;
  position: relative;
}
#mainNav ul li  {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
#mainNav ul li, #mainNav a  {
  height: 40px;
  display: block;
}
#mainNav ul li a  {
  text-indent: -9999px; 
  text-decoration: none;
}



/* setting up the button sizes */
#home {left: 0; width: 86px;}
#exploreScotland {left: 86px; width: 141px;}
#accommodation{left: 227px; width: 141px;}
#inspireMe {left: 368px; width: 107px;}
#whatToSeeAndDo {left: 475px; width: 145px;}
#travel {left: 620px; width: 76px;}
#allAboutScotland {left: 696px; width: 164px;}



/* setting up the rollover areas */
#home a:hover {background: transparent url(../i/visit-scotland-nav.png) 0 -40px no-repeat;}
#exploreScotland a:hover {background: transparent url(../i/visit-scotland-nav.png) -86px -40px no-repeat;}
#accommodation a:hover {background: transparent url(../i/visit-scotland-nav.png) -227px -40px no-repeat;}
#inspireMe a:hover {background: transparent url(../i/visit-scotland-nav.png) -368px -40px no-repeat;}
#whatToSeeAndDo a:hover {background: transparent url(../i/visit-scotland-nav.png) -475px -40px no-repeat;}
#travel a:hover {background: transparent url(../i/visit-scotland-nav.png) -620px -40px no-repeat;}
#allAboutScotland a:hover {background: transparent url(../i/visit-scotland-nav.png) -696px -40px no-repeat;}



/* ====== YOU ARE HERE ========= */
body#sectionHome #home {background: transparent url(../i/visit-scotland-nav.png) 0 -80px no-repeat;}
body#sectionExploreScotland #exploreScotland {background: transparent url(../i/visit-scotland-nav.png) -86px -80px no-repeat;}
body#sectionAccommodation #accommodation {background: transparent url(../i/visit-scotland-nav.png) -227px -80px no-repeat;}
body#sectionInspireMe #inspireMe {background: transparent url(../i/visit-scotland-nav.png) -368px -80px no-repeat;}
body#sectionWhatToSeeAndDo #whatToSeeAndDo {background: transparent url(../i/visit-scotland-nav.png) -475px -80px no-repeat;}
body#sectionTravel  #travel {background: transparent url(../i/visit-scotland-nav.png) -620px -80px no-repeat;}
body#sectionAllAboutScotland #allAboutScotland {background: transparent url(../i/visit-scotland-nav.png) -696px -80px no-repeat;}

/* ====================================================== */

/* ======================================================
FOOTER
======================================================= */
#footer {
  clear: both;
  background: #1c1666 url(../i/footer-top.png) no-repeat;
  color: #fff;
  padding: 5px 15px 0 15px;
  font-size: 0.85em;
  min-height: 45px;
  font-family:Arial,Helvetica,sans-serif;
}
#footerLogo {
  float: left;
  margin: 10px 15px 0 0;
  width: 207px;
  height: 22px;
  padding-top: 5px;
}
* html #footerLogo { margin-top: 5px;}

ul#usefulLinks {
  position: relative;
  float: left;
  padding: 0;
  margin: 10px 0 5px 0;
  list-style: none;
  width: 590px;

}
ul#businessLinks {
  position: relative;
  float: left;
  padding: 0;
  margin: 0px 0 10px 0;
  list-style: none;
  width: 590px;
}
#footer ul li {
  display: block;
  margin-bottom: 4px;
  float: left;
  padding: 0 10px;
  border-left: 1px solid #3a3483; 
}
#footer ul li:first-child {
  border-left: none;
}
#footer ul li a{
  color: #c4aada;
}
#footer ul li a:hover {
  color: #fff;
}

ul#businessLinks li a{ color: #a67dc8; }
ul#businessLinks li a:hover { color: #cab3dc; }



/* lower footer */
#lowerFooter {
  color: #fff;
  background: #484197 url(../i/lower-footer-bg.png) no-repeat;
  padding: 1px 0 15px 15px;
  font-family:Arial,Helvetica,sans-serif;
}
#lowerFooter ul li a:hover {
  color: #ffffff !important;
}
ul#footerNav {
  padding: 0;
  margin: 20px 0 0 0;
}
ul#footerNav a {
  color: #fff;
}
ul#footerNav li {
  display: inline;
  float: left;
  padding: 0 30px 0 0;
  font-weight: bold;
}
ul#footerNav ul { /* sub footer nav */
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 5px;
  font-size: 0.85em;
}
ul#footerNav ul li {
  display: block;
  float: none;
  font-weight: normal;
  padding: 2px 0;
}
ul#footerNav ul li a {
  color: #cac7da;
}
ul#footerNav ul li a:hover {
  color: #fff;
}

#copyright {
  text-align: right;
  padding: 5px 20px;
  font-size: 0.85em;
}

#tisContent .hidden, h5 {
  position: absolute;
  left: -50000em;
  display: inline;
  height: 1px;
  overflow: hidden
}

form {
  margin             : 0;
}

.fulltxtbutton {
  background-color: transparent !important;
  border: none !important;
  height: 21px !important;
}

.gmapobjsearchselelem {
  background-color: transparent;
}

/*  ========================  
Structural and generic divs
========================== */
#firstCol {
  float: left;
  width: 400px;
  margin: 20px;
}
#secondCol {
  float: left;
  width: 400px;
  margin: 20px 0;
}

h3.blockTitle {
  font-size: 1.2em;
  background: #1c1666 url(../i/title-bg.png) repeat-y right top;
  color: #fff;
  padding: 6px 0 6px 10px!important;
  padding-right: 50px; /* keeps text off icon image on the right */
  position: relative;
}
.iconCalender, .iconHouse {
  position: absolute;
  top: -24px;
  right: 0px;
  background: url(../i/icon-calendar.png) no-repeat;
  height: 55px;
  width: 60px;
}
.iconHouse {
  background: url(../i/icon-house.png) no-repeat;
}
.hr {
  background: url(../i/block-shadow.png) no-repeat;
  border: none;
  height: 8px;
  margin: 0 0 30px 0;
}
.hr hr {
  display: none;
}
.marginRight {
  margin-right: 10px;
}
.clear {
  clear: both;
}
.showAllEvents {
  padding: 10px 0 10px 200px;
}
td.finalRow {
  background: #fff!important;
  padding-top: 10px;
  border: 1px solid red;
}

.extended {
  margin-bottom: 10px;
}
#accomSearchButtonWrap {
  float: left;
  padding-top: 5px;
  margin: 10px 25px 10px 0;
}
#moreSearchOptions {
  margin-top: 10px;
}
* html #accomSearchButtonWrap a{
  width: 170px;
}
