/* CSS Document */
<!--
/* HTML TAGS */
a {
	text-decoration:none;
	color:#001D3B;
}

a:hover {
	text-decoration:underline;
	color:#001D3B;
}

html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#7FCAFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}

h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#0096FF;
	margin:0;
	padding:0;
	border:0;
}

.h1home {
	margin-bottom:10px;
}

h2, h3, h4 {
	font-size:1.3em;
	font-weight:bold;
	color:#0096FF;
	margin-bottom:0.05em;
}

.h2home {
	color:#FFF;
	margin-top:14px;
	margin-bottom:0 !important;
	padding:0;
	text-align:left;
}

p {
	padding: 0;
	margin: 0;
	padding-top:15px;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #2C7C74;
  cursor: help;
}

h1 abbr, h1 acronym {
  border-bottom: 1px dotted #FFF;
  cursor: help;
}

img {
	border: 0px none; 
}

form {
	margin:0;
	padding:0;
	border:0;
}

/* CSS CLASSES */

.alignright {
	float:right;
	margin-bottom:20px;
	margin-left:20px;
}

.homebookingengine {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	width: 215px;
	background-color:#2BA8FF;
	margin-top:40px;
	font-size:1em;
}

.booklink, .booklink:hover {
	color:#0096FF;
	font-size:1.2em;
	text-transform:uppercase;
}

.button {
	margin-left:153px;
	width:75px;
	background-color:#2BA8FF;
	border:1px solid #55B9FF;
	border-bottom:1px solid #207EBF;
	border-right:1px solid #207EBF;
	color:#FFF;
	font-weight:bold;
}

.buttonHover {
	margin-left:153px;
	width:75px;
	background-color:#FFFC00;
	border:1px solid #FFFE99;
	border-bottom:1px solid #BFBD00;
	border-right:1px solid #BFBD00;
	color:#000;
	font-weight:bold;
}

/* IDS */

#wrapper {
	width:780px;
	margin: 0 auto;
	background-color:#FFF;
}

#logo {
	height:92px;
	width:565px;
	background-image: url("../images/interface/logo.jpg");
	background-repeat:no-repeat;
	float:left;
}

#callnow {
	height:92px;
	width:215px;
	/*background-image: url("../images/interface/call.gif");*/
	background-color: #FFFC00;
	background-repeat:no-repeat;
	float:right;
}

#bodycontainer {
	background-color:#FFF;
	width:780px;
	clear:both;
	background-image:url(../images/secondary/tile_bg.gif);
	margin-top:22px;
	display:table;
	min-height:340px;
}

* html #bodycontainer {min-height:340px;}

#bodycontainerhome {
	background-color:#FFF;
	height:340px;
	width:780px;
	clear:both;
}

#bodycontenthome {
	text-align:justify;
}

#body{
	margin-right:22px;
	display:inline;
	float:right;
}

#bodyheading{
	background-image:url(../images/secondary/body_top.gif);
	height:29px;
	width:571px;
	text-align:left;
	padding-left:20px;
	padding-top:12px;
}

#heading {
	float:left;
	padding-top:2px;
}

#booklink a {
	float:right;
	color:#FFF;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin-top:0px;
	width:270px;
	text-align:center;
	margin-right:11px;
	text-transform:uppercase;
}

#booklinkhome {
	color:#0096FF;
	font-size:1.2em;
	text-transform:uppercase;
}

#booklinkhome:hover {
	text-decoration:underline;
}


#homebutton {
	display:block;
	width:212px;
	background-color:#2BA8FF;
	border:1px solid #0096FF;
	color:#FFF;
	font-weight:bold;
	font-size:1.4em;
	height:23px;
	padding-top:5px;
}

#homebutton:hover {
	background-color:#FFFC00;
	border:1px solid #BFBD00;
	color:#000;
	text-decoration:none;
}

#bodycontent {
	text-align:justify;
	margin-left:6px;
	margin-right:3px;
	width:542px;
	padding:20px;
	padding-top:2px;
	padding-bottom:12px;
	font-size:1.1em;
}

#bodycontent a {
	color:#000;
	text-decoration:underline;
}

#bodycontent a:hover {
	color:#0096FF;
	text-decoration:underline;
}

#bodybtm {
	width:780px;
	height:15px;
	margin-bottom:22px;
	background-image:url(../images/secondary/panel_btm.gif);
	background-repeat:no-repeat;
}

#welcome {
	background-image:url(../images/homepage/welcome.gif);
	background-repeat:no-repeat;
	padding:22px;
	padding-top:15px;
	text-align:justify;
	width:258px; /* 277px */
	padding-right:180px;
	min-height:282px;
	float:left;
	
	 margin-left:8px;
	margin-top:22px;
	display:inline;
	position:relative;
	margin-bottom:22px;
}

#welcome div { 
	width:479px;
	height:15px;
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../images/homepage/welcome_btm.gif);
	background-repeat:no-repeat;
}

#bookingengine {
	/*background-image:url(../images/homepage/bookingengine.gif);*/
	width:230px; /* 212px */
	height:296px;
	float:right;
	padding:12px; /* 22px */
	padding-top:0;
	padding-left:0;
	margin-right:36px; /* 22px */
	margin-top:22px; /* 22px */
	background-repeat:no-repeat;
	display:inline;
}

/* Hides from IE5-mac \*/
* html #bookingengine {margin-right:20px;}
/* End hide from IE5-mac */

#navheading {
	background-image:url(../images/secondary/nav_top.gif);
	height:29px;
	width:128px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	padding-left:17px;
	padding-top:14px;
}

#navbar {
	margin:0;
	width: 145px;
	vertical-align:top;
	border:0;
	padding:0;
	float:left;
	margin-left:22px;
	display:inline;
}

#navcontainer {
	border-left:3px solid #2BA8FF;
}

#navcontainer ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}

#navcontainer li {
	padding:0;
	margin:0;
	border:0;
}

#navcontainer a, #navcontainer #current {
	color:#000;
	background-color:#95D3FF;
	display: block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:11px;
	text-decoration:none;
	text-align:left;
	border-bottom:1px solid #FFF;
	border-left:3px solid #FFF;
	height:1%;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color:#2BA8FF;
	color:#FFF;
}

#navcontainer #current {
	background-color:#D0E9E0;
}

#footer {
	width:780px;
	background-image: url("../images/interface/menu_bar.gif");
	height:24px;
	text-align:center;
	color:#80CBFF;
	padding-top:8px;
}

#footer a {
	color:#FFF;
}

#backtotop a {
	display:block;
	float:right;
	color:#FFF;
	padding:8px 19px;
	text-decoration:none;
}

#backtotop a:hover {
	text-decoration:underline;
}

#lowerfooter {
	background-image:  url("../images/interface/btt_bar.gif");
	background-repeat:no-repeat;
	height:32px;
	width:780px;
}

#copyright {
	padding:8px 19px;
	float:left;
	color:#80CBFF;
}

#copyright a {
	color:#80CBFF;
}

#recolinks {
	background-image: url("../images/interface/reco_links.gif");
	padding-top:12px;
	height:54px;
	padding-right:37px;
	padding-left:37px;
	text-align:justify;
	clear:both;
}

#recolinks a {
	color:#666666;
}

#adsense {
	text-align:center;
	padding-top:29px;
	height:123px;
	background-image: url("../images/interface/adsense.gif");
}

/* CLASSES */

#travelbooks, #amazon, #homes {
	height:89px;
	padding-top:22px;
	float:left;
	background-color:#FFF;
}

#travelbooks {
	clear:both; 
	padding-left:22px;
}

#homes {
	clear:right; 
	padding-left:22px; 
	padding-right:22px;
}

/* HEADER */

#header {
	font-size:1.2em;
	width:780px;
	height:36px;
	background:url("../images/navigation/end.gif") top right no-repeat;
	clear:both;
}

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

#header li {
	float:left;
	padding:0;
	margin:0;
	
}
#header a {
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:36px; /* for IE5/Win */
}
#header a:hover {
	background-position: 0 -36px;
}
#header .current, #header .current:hover {
	background-position: 0 -36px;
}

#home {width:69px; background:  url("../images/navigation/home.gif") top left no-repeat;}
#about {width:70px; background:  url("../images/navigation/about.gif") top left no-repeat;}
#tips {width:114px; background:  url("../images/navigation/tips.gif") top left no-repeat;}
#testimonials {width:122px; background:  url("../images/navigation/testimonials.gif") top left no-repeat;}
#advice {width:145px; background:  url("../images/navigation/advice.gif") top left no-repeat;}
#locations {width:101px; background:  url("../images/navigation/locations.gif") top left no-repeat;}
#help {width:65px; background:  url("../images/navigation/help.gif") top left no-repeat;}
#contact {width:94px; background:   url("../images/navigation/contact.gif") top left no-repeat;}

/* MG BOOKSHOP STYLES */
.bookslinks {
	text-align:center;
	font-size:11px;
}

.bookslinks a:hover {
	color:#FFF;
}
-->
