/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	color: #333;
	background: #fff url(../images/bg.jpg) repeat-x;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: .75em;
	text-align: center;
}

a {
	color: #333;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #99cccc;
	background-color: transparent;
	text-decoration: none;
}

h1, h2, h3 {

}

h1 {

}

h2 {

}

h3 {

}

p {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

ul, ol {

}

/********************************************
   LAYOUT
********************************************/

div#container {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
div#container2 {
	width: 100%;
	height: 65px;
	padding-top: 35px;
	padding-bottom: 12px;
	background: #fff url(../images/bg_footer.jpg) repeat-x;
	clear: both;
}
div#container3 {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

div#header1 {
	position: absolute;
	top: 0;
	font-size: 75%;
	color: #996633;
	background-color: #fff transparent;
	background-image: url(../images/best_value_travel_logo.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 832px;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	z-index: 50;
}
.clearClass {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 113px 0px;
}
.clearClass2 {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.clearClass3 {
	clear: both;
	margin: 0px 0px -60px 0px;
	padding: 0px 0px 0px 0px;
}

div#content {
	height: 100%;
	background: url(../images/content_bg.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 60px 10px;
	clear: both;
}

div#center {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#myLeaf {
	background: url(../images/leaf.png) no-repeat;
	position: absolute;
	height: 74px;
	width: 76px;
	top: 75px;
	right: -15px;
	z-index: 500;
}
div.column {
	width: 285px;
}

div#left {
	margin: 0px 9px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #428ec1 transparent;
}

div#right {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	text-align: center;
	background: url(../images/footer_logos.jpg) no-repeat 183px 0px;
	height: 44px;
}div#footer img {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}
div#footer2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	text-align: center;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 110%;
	color: #333;
}

/********************************************
  TOP MENU
********************************************/
#menu {
	margin: 41px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#topMenu
{
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 21px;
}
#topMenu:hover
{ 
	background-position: 0 -21px;
}
#topMenu2
{
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
	float: left;
	height: 21px;
	background-position: 0 -21px;
}
#menu li {
	background: url(../images/separator.jpg) no-repeat 0 0px;
	margin: 0px 0px 0px 5px;
	padding: 9px 0px 0px 0px;
	float: left;
	display: block;
	height: 38px;
	list-style-type: none;
}
.flights {
	background: url(../images/bvt_flights.png) no-repeat 0 0;
	width: 58px;
}
.vacations {
	background: url(../images/bvt_vacations.png) no-repeat 0 0;
	width: 82px;
}
.hotels {
	background: url(../images/bvt_hotels.png) no-repeat 0 0;
	width: 55px;
}
.cars {
	background: url(../images/bvt_cars.png) no-repeat 0 0;
	width: 42px;
}
.cruises {
	background: url(../images/bvt_cruises.png) no-repeat 0 0;
	width: 65px;
}
.lastminute {
	background: url(../images/bvt_lastminute.png) no-repeat 0 0;
	width: 98px;
	display:none;
}
#topMenu span
{
	display: none;
}
#topMenu2 span
{
	display: none;
}

/********************************************
  FLASH CONTENT
********************************************/

#flashBanner{
	padding-bottom: 80px;
}

/********************************************
  STYLING
********************************************/

div#header1 p {
	padding-left: 450px;
}