body {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
  }
  
img {
  border: 0;
  }
  
a {
  font-family: Arial, Helvetica, sans-serif;
  color: #FF9900;
  text-decoration: none;
  outline: none;
  }  

td {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  }	

h1 {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  }

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.main-prodct-header {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#FFFFFF;
  letter-spacing: 0.1em;
  }

.tel-number {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  letter-spacing: 0.1em;
  color:#333333;
  }

.home-headings {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:bold;
  letter-spacing: 0.1em;
  color:#333333;
  }

.lt {
  display:block; 
  height:1px; 
  background:url(../images/dotted.gif) repeat-x left top; 
  clear:both; 
  margin:10px 0px 10px 0px; 
  width: 100%; 
  }
  
  
#bullets ul {
  margin: 0;
  padding: 0;
  }
  
#bullets ul li {  
  margin: 10px 0 20px 15px;
  padding: 0 0 0 30px;
  list-style: none;
  background: url(../images/round-bullet.png) no-repeat 0 3px;
  } 
  

.footer-small-text {
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:x-small;
  color:#999999;
  }

#focus ul {
  margin: 0;
  padding: 0;
  }

#focus ul li {
  margin: 10px 0 20px 15px;
  padding: 0 0 0 30px;
  list-style: none;
  background: url(../images/star-bullet.png) no-repeat 0 2px;
  }


/***************************************************************/
/* FORM                                                        */
/***************************************************************/

fieldset {  
  float: left;  
  clear: both;  
  width: 550px;  
  margin: 0 0 1.5em 0;  
  padding: 0;  
  border: 1px solid #BFBAB0;  
  }
 
legend {  
  margin-left: 1em;  
  color: #000000;  
  font-weight: bold; 
  }

label {  
  float: left;  
  width: 250px;  
  margin-right: 1em; 
  }
 
fieldset ol {  
  padding: 1em 1em 0 1em;  
  list-style: none; 
  } 

fieldset li {  
  padding-bottom: 1em; 
  } 

fieldset.submit {  
  border-style: none; 
  }

/***************************************************************/
/* MAIN NAVIGATION                                             */
/***************************************************************/

/*** Main Navigation ***/

#mainNav {
  background: #575656;
  width: 100%;
  height: 53px;
  }
  
#mainNav ul { 
  margin:0;
  padding:0; 
  }

#mainNav ul li { 
  display:block; 
  float:left;
  text-align: center;
  }

#mainNav li a { 
  font: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.3em; 
  display:block; 
  padding: 20px 17px 5px 12px;
  }

#mainNav li a:hover { 
  color: #CCCCCC;
  padding: 20px 17px 5px 12px;
  }
  
/***************************************************************/
/* FOOTER NAVIGATION                                           */
/***************************************************************/


#footerNav {
  width: 100%;
  height: 53px;
  }
  
#footerNav ul { 
  margin:0;
  padding:0; 
  }

#footerNav ul li { 
  display:block; 
  float:left;
  text-align: center;
  }

#footerNav li a { 
  font: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:11px;
  color: #666666;
  text-decoration: none;
  line-height: 1.3em; 
  display:block; 
  padding: 20px 10px 5px 10px;
  }

#footerNav li a:hover { 
  color: #CCCCCC;
  padding: 20px 10px 5px 10px;
  }

/***************************************************************/
/* SEO NAVIGATION                                           */
/***************************************************************/


#seoNav {
  width: 100%;
  }
  
#seoNav ul { 
  margin:0;
  padding:0; 
  }

#seoNav ul li { 
  display:block; 
  float:right;
  text-align:left;
  }

#seoNav li a { 
  font: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:10px;
  color: #666666;
  text-decoration: none;
  line-height: 1.3em; 
  display:block; 
  padding: 5px 30px 5px 5px;
  }

#seoNav li a:hover { 
  color: #CCCCCC;
  padding: 5px 30px 5px 5px;
  }

  
/***************************************************************/
/* HEADER                                                      */
/***************************************************************/
  
#header {
  background: url(../images/header-border.jpg) no-repeat;
  width: 879px;
  height: 120px;
  position: relative;
  }
  
#logo {
  width: 211px;
  height: 84px;
  position: absolute;
  top: 20px;
  left: 20px;
  }    
  
#slogan {
  width: 420px;
  position: absolute;
  top: 50px;
  right: 30px;
  text-align: right;
  line-height: 22px;
  }
  
.sloganOrange {
  color: #f17b05;
  font-size: 16px;
  font-weight: bold;
  }    
  
.sloganGrey {
  color: #575656;
  font-size: 16px;
  font-weight: bold;
  }  
  
/***************************************************************/
/* SIDEBAR                                                     */
/***************************************************************/  

#sideNav ul {
  margin: 0;
  padding: 5px 0 20px 0;
  }
  
#sideNav ul li {
  margin: 0;
  padding: 0 0 0 50px;
  list-style: none;
  background: url(../images/sidenav-bullet.jpg) no-repeat 20px 13px;
  }
  
#sideNav li a {
  font: bold 12px/14px Geneva, Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0;
  display: block;
  padding: 10px 0 0 0;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  }
  
#sideNav li a:hover {
  font: bold 12px/14px Geneva, Arial, Helvetica, sans-serif;
  color: #999999;
  }
  
/***************************************************************/
/* SIDEBAR BANNER                                              */
/***************************************************************/  

#sidebar {
  background: url(../images/sidebar_background.gif) repeat-y;;
  }

#banner {
  padding: 0 5px 10px 20px;
  } 





/***************************************************************/
/* MAIN BANNER                                              */
/***************************************************************/  

#mainBannerHome {
  position:relative;
  background: url(../images/home-main-banner.jpg) no-repeat;
  height:330px;
  width:879px;
  }

#mainBannerHome2 {
  position:relative;
  background: url(../images/header-home-smaller.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
#floatTag {
  width:300px;
  height:139px;
  position:absolute;
  top: 30px;
  left: 270px;
  }

#compSlogan {
  width: 420px;
  position: absolute;
  top: 20px;
  left: 10px;
  color: #f17b05;
  font-size: 14px;
  font-weight: bold;
  }
  
  
#promotable {
  position:absolute;
  top:170px;
  left:0px;
  }
  
#subpromotable {
  position:absolute;
  top:30px;
  left:0px;
  }
  
#mainAbout {
  position:relative;
  background: url(../images/sub-aboutvoila.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
  
#mainCards {
  position:relative;
  background: url(../images/sub-travelcards.jpg) no-repeat;
  height:205px;
  width:879px;
  }

#mainContact {
  position:relative;
  background: url(../images/sub-contact.jpg) no-repeat;
  height:205px;
  width:879px;
  }

#mainFamily {
  position:relative;
  background: url(../images/sub-family.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
#mainForeign {
  position:relative;
  background: url(../images/sub-foreign.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
#mainBookings {
  position:relative;
  background: url(../images/sub-bookings.jpg) no-repeat;
  height:205px;
  width:879px;
  }

#mainExec {
  position:relative;
  background: url(../images/sub-executive.jpg) no-repeat;
  height:330px;
  width:879px;
  }

#mainCorporate {
  position:relative;
  background: url(../images/sub-corporate.jpg) no-repeat;
  height:205px;
  width:879px;
  }

#mainIncentives {
  position:relative;
  background: url(../images/sub-incentives.jpg) no-repeat;
  height:205px;
  width:879px;
  }

#mainPremier {
  position:relative;
  background: url(../images/sub-premier.jpg) no-repeat;
  height:205px;
  width:879px;
  }

#mainServices {
  position:relative;
  background: url(../images/sub-services.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
#mainAfterHours {
  position:relative;
  background: url(../images/sub-afterhours.jpg) no-repeat;
  height:205px;
  width:879px;
  }

#mainBaggage {
  position:relative;
  background: url(../images/sub-baggage.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
#mainSpa {
  position:relative;
  background: url(../images/sub-spa.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
#mainNews {
  position:relative;
  background: url(../images/sub-news.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
#mainLeisure {
  position:relative;
  background: url(../images/sub-leisure.jpg) no-repeat;
  height:205px;
  width:879px;
  }
  
#mainTerms {
  position:relative;
  background: url(../images/sub-terms.jpg) no-repeat;
  height:205px;
  width:879px;
  }
