/* YUI Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	
}

#logo {
	/*float:right;
	margin-right: 10px;*/
}

#main {
	width:1000px;
	height:666px;
	background-repeat: no-repeat;
	position: relative;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* end reset */
.clear {
	clear: both;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

#wrapper {
	width:1000px;
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
	background-image: url(/assets/verylastminute/images/vlm_hp_bg.gif);
	background-repeat: repeat-y;
	
}

#wrapper #header {
	height:100px;
	background-image: url(/assets/verylastminute/images/vlm_top_bg.jpg);
	background-repeat: repeat-x;
}

#search_form {
	padding: 30px 0 0 30px;
	width:450px;
}

#head_logo {
		width:100%;
		height:61px;
}

.hotspot {
	display: block;
	position: absolute;
	width:450px;
	height:200px;
}

#main #hotspot_1 {
	top: 450px;;
	left: 0;
}

#main #hotspot_2 {
	top:450px;
	left: 550px;
}

	
#head_nav {
	width:975px;
	padding-left:25px;
	height:30px;
	position: relative;
}
	
#head_nav a, #head_nav a:visited {
	color:#FFF;
	display: block;
	height: 30px;
	float:left;
	text-decoration: none;
	font-size: 14px;
	font-family: "Arial";
	overflow: hidden;
}

#head_nav a:hover {
	text-decoration: none;
	background-position: 0 -30px;
}
	
#head_nav #top_nav_1 {
	width: 69px;
	background-image: url(/assets/verylastminute/images/nav/home.jpg);
	background-repeat: no-repeat;
}
	
#head_nav #top_nav_2 {
	width: 69px;
	background-image: url(/assets/verylastminute/images/nav/flights.jpg);
	background-repeat: no-repeat;
}
	
#head_nav #top_nav_3 {
	width: 69px;
	background-image: url(/assets/verylastminute/images/nav/hotel.jpg);
	background-repeat: no-repeat;
}
	
#head_nav #top_nav_4 {
	width: 69px;
	background-image: url(/assets/verylastminute/images/nav/car.jpg);
	background-repeat: no-repeat;
}
	
#head_nav #top_nav_5 {
	width: 70px;
	background-image: url(/assets/verylastminute/images/nav/cruise.jpg);
	background-repeat: no-repeat;
}

div.frm_nav
{
	float:left;
	/*background-color: #F8AC00;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	background-image: url(/assets/verylastminute/images/frm_bg.png);
	background-repeat: repeat;
	margin-right:15px;
	height: 275px;
}
	
div.frm_nav img {
	padding-right:5px;
}
	
div.frm_nav td {
	padding-bottom:18px;
}
	
div.frm_nav a.search-link {
	text-decoration: none;
	padding-left:3px;
	font-weight: bold;
}

	
#hotelTable, #flightTable, #carTable, #cruiseTable
{
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	background-image: url(/assets/verylastminute/images/frm_bg.png);
	background-repeat: repeat;
	height:275px;
}

#footer {
	height:95px;
	width:100%;
	background-color: #F8AC00;
	text-align: right;
	background-image: url(/assets/verylastminute/images/footer_bg.gif);
	background-repeat: repeat-x;
	font-weight:normal;
}

#footer #footer_links {
	float:left;
	font-size: 13px;
	color:#003366;
	text-align: left;
	font-family: "Arial";
	margin:10px 0 0 10px;
}

#footer #footer_links a {
	font-size:13px;
	color:#003366;
	text-decoration: none;
}

#footer #footer_links a:hover {
	text-decoration: underline;
}

#footer .footer_text {
	padding:40px 10px 0 0;
	font-style: italic;
	font-size:12px;
	color: #003366;
}

#footer .footer_text .links,
#footer .footer_text .links a {
	font-style: normal;
	color: #003366;
}

#footer_links .block {
	width: 200px;
	float: left;
}

.pad_top_10 {
	padding-top:10px;
}

.pad_left_10 {
	padding-left:10px;
}

.pad_top_5 {
	padding-top: 5px;
}
.pad_left_5 {
	padding-left:5px;
}

/* Language Switcher */
/* Language Switcher */
#lang_switcher {
	left:740px;
	position:absolute;
	top:10px;
	width:250px;
	z-index:1;
	padding:1px;
}


#lang_switcher a:link,
#lang_switcher a:visited {
	height:11px;
	width:16px;
}

#lang_top {
	background-image:url(../images/lang_bg.gif);
	background-position:left top;
	background-repeat:repeat;
}

#lang_top a:link,
#lang_top a:visited {
	display:block;
	float:left;
	margin:0 5px 0px 0;
}

#lang_top a.lang_active {
	/*float: right;*/
	margin: 0 9px 0 0;
	padding: 0 9px 0 0;
	border-right: 1px solid #000;
}


#lang_choices a:link,
#lang_choices a:visited {
	height:11px;
	width:16px;
	display:block;
	float:left;
	margin:0 5px 5px 0;
}

#lang_choices {
	margin: 10px 0 0 46px;
	padding:10px 5px 5px 10px;
	/*position:absolute;*/
	background-image:url(../images/lang_bg.gif);
	background-position:left top;
	background-repeat:repeat;
}


/*search box*/
body,td,input,select {
	color:#fff;font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;text-align: left;
}

input, select {
	color:#000;
	font-weight: normal;
}

.search-bold {
	color: #fff;
	font-weight:bold;
	font-size:15px;
}

.button {
	background-image: url(/assets/verylastminute/images/btn-green-bg.gif);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
	height:25px;cursor:hand;
	width: 100px;
	text-align: center;
}

.bannerborder {
	border: solid 1px #000000;
}

.switcheroo-border { 

}
a {
	color:#fff;
}
/*end search box*/