/*-  palette

green  = #577c80
orange = #fe5722

----------------------------------------------------------------------*/

/*-  normalize everything
----------------------------------------------------------------------*/

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

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

/*-  common elements
----------------------------------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 15px;
}

h1 {
	font-size: 24px;
	color: #fe5722;
	font-weight: normal;
	margin-bottom: 0.8em;
	line-height: 0.9em;
}

h2 {
	font-size: 18px;
	color: #577c80;
	font-weight: normal;
	margin: 1.2em 0 0.6em 0;
	background: transparent url(/images/bg/header_arrow.gif) 0 3px no-repeat;
	padding-left: 11px;
}

h3 {
	font-size: 18px;
	color: #fe5722;
	margin-bottom: 0.6em;
}

#wrapper {
	background-color: #fff;
	width: 766px;
	margin: 15px auto;
}

#branding {
	height: 54px;
	position: relative;
}

#top_passport {
	position: absolute;
	width: 296px;
	height: 60px;
	right: 5px;
	bottom: 0;
	background: transparent url(/images/bg/top_passport.jpg) top left no-repeat;
}

#top_passport p {
	text-align: right;
	font-size: 11px;
	position: relative;
	top: 13px;
	right: 24px;
	line-height: 1.2em;
}

#top_passport .amount {
	color: #fe5722;
	font-weight: bold;
}

#footer {
	border-top: solid 6px #577c80;
	margin-top: 15px;
	font-size: 11px;
	color: #666;
	background: transparent url(/images/logo_small.gif) bottom right no-repeat;
}

#footer p {
	margin: 2px 0;
}

#footer a:link,
#footer a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: dotted 1px #999;
}

#footer a:hover {
	border-bottom: solid 1px #666;
	color: #333;
}

#footer .links {
	color: #ccc;
}

p {
	margin-bottom: 15px;
}

#main {
	width: 480px;
	float: left;
	padding-top: 8px;	
}

#sidebar {
	width: 248px;
	float: right;
	position: relative;
	left: -10px;
	padding-top: 8px;
}

img.section_image {
	display: block;
	margin-bottom: 15px;
}

#sidebar_image_wrapper {
	background: transparent url(/images/bg/sidebar.jpg) top left no-repeat;
	width: 252px;
	height: 304px;
	padding: 5px;
}

a:link, a:visited {
	color: #fe5722;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.breadcrumb {
	margin-bottom: 0.4em;
}

p.breadcrumb a:link,
p.breadcrumb a:visited {
	color: #577c80;
}

/*-  experts
----------------------------------------------------------------------*/
table#experts h3 {
	font-size: 18px;
	margin-bottom: 2px;
}

table#experts h4 {
	font-size: 16px;
	color: #577c80;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: solid 1px #ccc;
}

#expert_thumbs {
	margin-top: 20px;
}

#expert_thumbs img {
	margin-right: 8px;
	margin-bottom: 8px;
}

/*-  lists
----------------------------------------------------------------------*/
ul.bullets {
	margin-left: 20px;
}

ul.bullets li {
	list-style: disc;
	padding-bottom: 1em;
}

/*-  navigation
----------------------------------------------------------------------*/
#nav {
	height: 37px;
	z-index: 999;		
	background: transparent url(/images/bg/nav.png) top left no-repeat;
	margin-left: -3px;
	list-style: none;	
	position: relative;
	margin-bottom: 4px;
}

#nav li {
	width: 128px;
	padding-left: 10px;
}

#nav li a:link,
#nav li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding-bottom: 8px;
}

#nav_home,
#nav_corporate,
#nav_leisure,
#nav_tools,
#nav_about,
#nav_contact {
	position: absolute;
	top: 6px;
}

#nav_home 			{ left: 3px;  }
#nav_corporate 	{ left: 129px; }
#nav_leisure 		{ left: 257px; }
#nav_tools 			{ left: 385px; }
#nav_about 			{ left: 513px; }
#nav_contact 		{ left: 641px; }

ul#nav div {
	padding: 4px 10px;	
	font-weight: normal;
	background-color: #B1C2C3;
	position: absolute;
	top: 23px;
	left: 0;
	z-index: 1000;
	width: 170px;
	border-top: solid 1px #577d81;
	border-right: solid 2px #869899;
	border-left: solid 1px #869899;
	border-bottom: solid 2px #869899;		
	font-size: 12px;
	line-height: 1.6em;
}

ul#nav div a:link,
ul#nav div a:visited {
	color: #333;
	text-decoration: none;
/*	border-bottom: dotted 1px #999;*/
	float: none;
	margin-bottom: 0 ! important;
	padding-bottom: 0 ! important;
	font-size: 12px ! important;
	display: inline ! important;
	line-height: 1.9em;
}

ul#nav div a:hover {
	color: #333;
	border-bottom: solid 1px #666;
}


/*-  front page
----------------------------------------------------------------------*/
#front_main {
	width: 450px;
	float: left;
	margin-left: -1px;
/*	background-color: yellow;*/
}

#front_flash {
	margin-left: -3px;
	margin-bottom: 10px;
}

#front_side {
	width: 312px;
	float: right;
/*	background-color: green;*/
	position: relative;
	left: -5px;
	padding-top: 8px;
}

#front_about {
	background: transparent url(/images/bg/front_about.gif) top left repeat-y;
	position: relative;
	left: -5px;
	margin-bottom: 12px;
}

#front_about .inner {
	margin: 0 13px 8px 13px;
}

#front_about h1 {
	font-size: 18px;
	color: #577c80;
	font-weight: normal;
	margin-bottom: 0.6em;
}

table#travel_deals td, 
table#book_online td {
	padding-bottom: 8px;
}

table#big_travel_deals td {
	padding-bottom: 30px;
}

table#travel_deals p {
	padding-top: 3px ! important;
	margin-bottom: 6px ! important;
}

table#big_travel_deals p {
	padding-top: 6px ! important;
	margin-bottom: 0 ! important;
}

table#book_online {
	font-size: 16px;
	margin-bottom: 12px;
}

table#book_online a:link,
table#book_online a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #ddd;
}

table#book_online a:hover {
	border-bottom: solid 1px #fe5722;
	color: #fe5722;
}

table#travel_deals td.thumb,
table#big_travel_deals td.thumb {
	padding-right: 8px;
}

table#travel_deals h4 {
	color: #fe5722;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 4px;
}

table#big_travel_deals h4 {
	color: #fe5722;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 4px;
}

#client_showcase,
#contact_expert {
	margin-bottom: 15px;
}

ul#agent_value {
	margin-left: 12px;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul#agent_value li {
	position: relative;
	background: transparent url(/images/icons/check.gif) no-repeat scroll 0 0;
	padding: 0 0 6px 24px;
	
}

#bigbox {
	position: relative;
	height: 277px;
	width: 760px;
	background: #eee url(/images/front_globe.jpg) top left no-repeat;
}

#intro_wrapper {
	position: absolute;
	bottom: 0;
	right: 32px;
	background: #e1e9dc;
	background: rgba(255, 255, 255, 0.6);
	opacity: 0.5;
	width: 308px;
	height: 258px;
	box-shadow: 0px -4px 5px #555;
	-webkit-box-shadow: 0px -4px 5px #555;
	-moz-box-shadow: 0px -4px 5px #555;
}

#intro {
	position: absolute;
	bottom: 0;
	right: 40px;
	width: 262px;
	height: 220px;
	padding: 15px;
	background: #fafafa url(/images/bg/intro_texture.jpg) top left repeat;
	border-bottom: none;
}

#intro h1 {
	color: #577c80;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

#intro a {
	text-decoration: underline;
}

#intro ul {
	font-size: 14px;
}

#intro ul li {
	position: relative;
	background: transparent url(/images/icons/check.gif) no-repeat scroll 0 1px;
	padding: 0 0 6px 24px;
	line-height: 1.6em;
}

div.horizontal_shadow {
	height: 24px;
	background: #fff url(/images/bg/horizontal_shadow.jpg) top left no-repeat;
}

ul#bottom_boxes {
	margin-top: 1em;
	background: #fff url(/images/bg/bottom_boxes.gif) top left repeat-y;
}

ul#bottom_boxes li {
	float: left;
	width: 222px;
	margin-right: 40px;
}

/*-  misc
----------------------------------------------------------------------*/
.clearer {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}

.clearfix {display: block;}

.underline {
	border-bottom: solid 1px #ddd;
}

a.naked {
	border: none ! important;
}

.indent {
	margin-left: 15px;
}

.topgap {
	margin-top: 15px;
}

.notopgap {
	margin-top: 0;
}

.divider {
	font-size: 1px;
	border-bottom: solid 1px #ccc;
	height: 2px;
	margin-bottom: 25px;
}

fieldset { 
	margin: 0 0 6px 0;
	padding:0; 
	font-size:11px; 
	border: 0;
}

legend { 
	margin: 0; 
	padding: 0 0 5px 0; 
	font-size: 12px; 
	color: #577c80;	
}

label { 
	margin: 5px 0 0 0; 
	font-size: 12px; 
	display: block;
}

fieldset input { 
	font-size: 12px; 
	margin: 0 10px 5px 0; 
}

textarea {
	width: 100%;
}

fieldset input.reg {
	margin: 0 ! important;
}

.big_listings p {
	margin-left: 12px;
	margin-bottom: 22px;
}

.light {
	color: #666;
}

table.tabular {
	margin-bottom: 12px;
}

table.tabular th {
	padding: 2px;
}

table.tabular td {
	padding: 4px 2px;
}

table.tabular th {
	color: #577c80;
}

.highlight {
	background-color: #ffc;
}

sup {
	color: #fe5722;
}

.warning {
	background: #faefb4 url(/images/icons/warning.png) no-repeat 12px 8px;
	border-top: solid 2px #edc870;
	border-bottom: solid 2px #edc870;
	padding: 8px 8px 8px 35px;
	color: #c9760d;	
	margin: 20px 0;
}

.warning a:link,
.warning a:visited {
	color: #577c80;
	text-decoration: underline;
}

table.airlines td {
	padding: 20px;
}

table#value_listings {
	margin: 15px 20px;
}

table#value_listings td,
table#leisure_services td {
	padding-bottom: 12px;
}

table#value_listings td.num {
	width: 50px;
	font-size: 60px;
	line-height: 1em;
	color: #abbdbf;	
}

table#value_listings h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fe5722;
	margin-bottom: 3px;

}

#client_showcase ul {
	margin-left: 12px;
	font-weight: bold;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#client_showcase ul li {
	position: relative;
	background: transparent url(/images/icons/bullet.png) no-repeat scroll 0 0;
	padding: 0 0 5px 20px;
	
}
