body {
  color: #444;
  background: transparent url(../img/bg-header-dubai.gif) repeat-x;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  text-transform: uppercase;
  font-weight: lighter;
}
/**
 * links colors
 */
a, a:link {
  color: #ff7300;
  color: #0066cc;
}
a:hover {
  color: #ff9900;
  color: #003399;
}
a:focus {
  color: #ff9900;
  color: #003399;
}
/**
 * blockquote
 */
blockquote {
  background: url(../img/l-quote.gif) no-repeat left top;
  padding-left: 22px;
  text-align: left;
}
blockquote p {
  width: 100%;
  background: url(../img/r-quote.gif) no-repeat right bottom;
}
/**
 * Header styles
 */
#header-wrapper {
  width: 100%;
  height: 300px;
  background: transparent url(../img/img-header-dubai.jpg) no-repeat scroll center top;
}
/*#header-container {
  position: relative;
}
#paris {
  z-index: -10;
  position: absolute;
  top: 0;
  right: -700px;
  width: 100%;
  height: 160px;
  background: red url(../img/paris-fisheyed.jpg) no-repeat;
  overflow: hidden;
}*/
#header {
  position: relative;
  /*background: transparent url(../img/packshot-logo-2.gif) no-repeat;*/
  width: 450px;
  height: 100px;
  margin-top: 36px;
}
#header a span, #airbus-branding a span {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  text-indent: -5000px;
}
#header h1, #header p {
  margin: 0;
}
#header h1 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 96px;
}
#header p a {
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 1px;
  height: 1px;
}
#airbus-branding {
  background: transparent url(../img/airbus-branding.png) no-repeat;
  width: 140px;
  height: 132px;
  margin: 0 auto;
  position: relative;
}
#airbus-branding a {
  display: block;
  width: 140px;
  height: 132px;
}
#bt-addthis a {
  display: block;
  margin: 0 auto;
  width: 125px;
}

/**
 * Main content styles
 */
#main-content-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -140px;
  min-height: 140px;
  height: auto !important;
  height: 140px;
}
#main-content-wrapper h2,
#main-content-wrapper legend,
#video-highlights h3,
#live-streaming h3,
#right-content h3 {
  font-weight: lighter;
  color: #636363;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 18px;
}
#main-content-wrapper .container_12 {
  position: relative;
}
/* left content */
#left-content {
  position: relative;
  padding-top: 18px;
}
#video-highlights {}
#video-highlights .player {
  width: 460px;
  height: 269px;
  background-color: #111;
}
#live-streaming .player {
  width: 620px;
  height: 348px;
  background-color: #111;
}
#live-streaming .grid_8 {
  margin: 0 !important;
}
.video-title {
  font-style: italic;
  color: #666;
}
#video-highlights .video-title {
  padding-top: 140px;
}
#latest-news {
  margin-bottom: 0;
  height: 122px;
  background: transparent url(../img/bg-main-short.png);
}
#latest-news .container {
  padding: 9px 20px;
}
#latest-news h2 {
  color: #505c75;
  margin-bottom: 0;
}
#latest-news h3 {
  font-size: 17px;
  /*font: bold 17px/18px "Helvetica Neue", Helvetica, Arial, sans;*/
}
#latest-news h3, #latest-news p {
  margin-bottom: 0;
  position: relative;
}
#list-news,
#list-guestbook {
  border-top: 1px solid #9e9e9e;
}
#list-news h2,
#list-guestbook h2 {
  text-transform: none;
  margin-bottom: 0;
  font-weight: bold;
}
.list-news-items,
.list-guestbook-items {
  border-bottom: 1px solid #9e9e9e;
}
.news-item,
.guestbook-item {
  position: relative;
  height: auto;
  width: 618px;
  background: #fff url(../img/gradient-unselected.gif) bottom left;
  color: #808080;
  border: 1px solid #9e9e9e;
  border-bottom-width: 0;
}
.news-item:hover {
  background: #608ee8 url(../img/gradient-selected.gif) bottom left;
  color: #fff;
}
.news-item h3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  /*color: #040404;
  /*font: bold 14px "Helvetica Neue", Helvetica, Arial, sans;*/
}
.news-item:hover h3,
.news-item:hover .caps {
  color: #fff;
}
.news-item .date {
  float: left;
  width: 90px;
  height: 100%;
  background-color: #cdd7e0;
  border-right: 1px solid #9e9e9e;
  border-bottom: 1px solid #505c75;
  padding-top: 9px;
  color: #505c75;
}
.news-item .date span {
  display: block;
  padding: 0 5px;
  text-align: right;
  font-size: 9px;
  font-weight: bold;
}
.news-item .date span sup {
  font-size: 9px !important;
}
.news-item .content,
.guestbook-item .content {
  margin-left: 104px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.guestbook-item .content {
  margin-left: 10px;
}
.guestbook-item .message,
.guestbook-item .author {
  margin-bottom: 0;
}
.caps {
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 10px;
  color: #505c75;
}
.excerpt {}
.excerpt p {
  margin-bottom: 0;
}
/* handling more link */
.news-item a {
  display: block;
  width: 618px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent none;
}
.news-item a:hover {
  background: transparent url(../img/more-arrow.gif) 97% 85% no-repeat;
}
.news-item a span {
  display: none;
}
.news-item .content a {
  display: inline;
  width: auto;
  height: auto;
  position: static;
  background: transparent none;
}
.news-item .content a:hover {
  background: transparent none;
}
.news-item .content a span {
  display: inline;
}
/* right content */
#right-content {
  padding-top: 18px;
}
#photo-highlights {
  height: 122px;
}
#article {
  background: transparent url(../img/bg-main.gif) no-repeat;
  margin-bottom: 0 !important;
  padding-top: 9px;
  min-height: 440px;
  height: auto !important;
  height: 440px;
}
#article .date {
  padding-top: 9px;
  padding-bottom: 8px;
  font: italic 11px lighter "Georgia", "Times New Roman", Times, serif;
  float: left;
  margin-right: 10px;
}
#article .caps {
  padding-top: 8px;
  float: right;
}
#article .title {
  padding-top: 8px;
  border-top: 1px solid #a0a7ab;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 24px;
  clear: both;
}
#article .container {
  padding: 0 20px 18px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  /*background: transparent url(../img/gradient-unselected.gif) bottom left repeat-x;*/
  min-height: 440px;
  height: auto !important;
  height: 440px;
}
#video-highlights h2,
#video-highlights h3,
#live-streaming h2,
#live-streaming h3,
#photo-highlights h2,
#photo-highlights h3 {
  margin-bottom: 0;
  color: #eee;
  text-align: center;
}
#right-content h3 {
  margin-bottom: 0;
}

/* single content */
#single-content {
  position: relative;
  padding-top: 18px;
}
#single-content #article {
  background: transparent url(../img/bg-main-single.gif) no-repeat;
}

/**
 * medias styles & guestbook menu
 */
#galleries-selector {
  height: 140px;   
}
#guestbook #guestbook-menu {
  margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#guestbook-menu {
  height: 49px;
}
#left-content #guestbook-menu {
  height: 36px;
}
#galleries-selector ul,
#guestbook-menu ul {
  padding-top: 14px;
  list-style: none inside none;
}
#left-content #guestbook-menu ul {
  padding: 0;
  margin: 0;
}
#galleries-selector ul li,
#guestbook-menu ul li {
  display: block;
  float: left;
  margin-left: 0;
  padding: 0 5px 5px 0;
}
#galleries-selector ul li a,
#guestbook-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  padding: 2px 5px;
}
#galleries-selector ul li a:hover, #galleries-selector ul li a.active,
#guestbook-menu ul li a:hover, #guestbook-menu ul li a.active {
  color: #66ccff;
  text-decoration: none;
}
#galleries-selector ul li a span,
#guestbook-menu ul li a span {
  font-weight: lighter;
}
#medias-view,
#guestbook-view {
  width: 100%;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background: #010101 url(../img/bg-media-view.gif) repeat-x;
  margin-top: -70px;
}
#guestbook-view {
  width: 100%;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  background: #010101 url(../img/bg-media-view.gif) repeat-x;
  margin-top: 0px;
  clear: both;
}

/**
 * allInOne styles
 */
#all-in-one {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76px;
  background-color: transparent;
}
#all-in-one div {
 width: 100%;
 height: 76px;
 position: relative;
}
#all-in-one embed,
#all-in-one object {
  background-color: transparent !important;
}

/**
 * guestbook styles
 */
#guestbook-quote {}
#guestbook-quote p {
  margin-bottom: 0;
}
#guestbook-quote div {
  text-align: center;
}
#guestbook-quote p.author,
.guestbook-item .author {
  width: auto;
  background-image: none;
  padding-left: 0;
  margin-right: 22px;
  text-indent: 0;
  text-align: right;
  font-weight: bold;
  font-size: 10px;
  line-height: 15px;
}
#guestbook-submit-button {
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
}
#guestbook-submit-form {
  background: transparent url(../img/bg-main.gif) no-repeat;
  min-height: 440px;
  height: auto !important;
  height: 440px;
}
#guestbook-submit-form .container {
  padding: 9px 20px 0;
}

#guestbook-submit-form input {
  width: 570px;
}
#guestbook-submit-form select {
  width: 580px;
}
#guestbook-submit-form textarea {
  width: 570px;
  height: auto;
}
#bt-view-guestbook {
  position: absolute;
  top: 27px;
  right: 20px;
}

/**
 * Sitemap styles
 */
.csc-sitemap ul {
  list-style: none outside none;
}
.csc-sitemap ul li {
  margin: 0;
  margin-bottom: 9px;
  padding: 0 0 8px;
  border-bottom: 1px dotted #a0a7ab;
}
.csc-sitemap ul li:last-child {
  border-bottom-width: 0;
}
.csc-sitemap ul li a {
  text-transform: uppercase;
  font-weight: lighter;
  font-family: "Helvetica Neue", Helvetica, Arial, sans;
}
.csc-sitemap ul ul {
  list-style-image: url(../img/next.gif);
  margin-bottom: 0;
}
.csc-sitemap ul ul li {
  margin-left: 30px;
  margin-bottom: 1px;
  padding: 0;
  border-width: 0;
}
.csc-sitemap ul ul li a {
  font: 13px/18px Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
  text-transform: lowercase;
}

/**
 * credits styles
 */
#credits dl {}
#credits dt { background: transparent url(../img/next.gif) no-repeat; padding-left: 10px; }
#credits dd { 
  text-indent: 20px; 
  font: italic 18px bold "Georgia", "Times New Roman", Times, serif; 
  margin-bottom: 9px;
  padding: 0 0 8px;
  border-bottom: 1px dotted #a0a7ab;
}

/**
 * Coming soon styles
 */
#coming-soon {
  margin-top: 90px;
  text-align: center;
  font-size: 1.3em;
}
#coming-soon h2,
#coming-soon p {
  margin: 0;
  padding: 0;
  color: #eee;
}

/**
 * Backlinks styles
 */
.backlinks {}
.backlinks h3 {
  margin-bottom: 0;
  font-size: .9em;
}

/**
 * Breadcrumb styles
 */
#breadcrumb {
  position: absolute;
  top: 9px; left: 0;
  width: 100%;
  height: 20px;
}
#breadcrumb ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#breadcrumb ul li {
  margin: 0 .5em 0 0;
  padding: 0 0 0 1em;
  display: inline;
  background: transparent url(../img/next.gif) no-repeat;
}

/**
 * Main menu styles
 */
#main-menu {
  position: absolute;
  top: 140px; left: 0;
  width: 100%;
  height: 20px;
}
#main-menu ul {
  padding-left: 20px;
  margin-bottom: 0;
  height: 20px;
}
#main-menu ul li {
  display: block;
  float: left;
  margin-left: 0;
  padding: 0 15px;
  background: transparent url(../img/menu-sep.gif) no-repeat;
  height: 20px;
}
#main-menu ul li.first {
  padding-left: 0;
  background-image: none;
}
#main-menu ul li.last {}
#main-menu ul li a {
  color: #636363;
  text-transform: uppercase;
  background-image: url(../img/bg-menu.png);
}
#main-menu ul li a:hover, #main-menu ul li a.active {
  color: #ff7300;
  color: #0066cc;
  text-decoration: none;
}
#main-menu ul li a strong {
  font-weight: lighter;
}

/**
 * footer styles
 */
#footer-wrapper {
  width: 100%;
  height: auto;
  font-size: 10px;
  line-height: 15px;
  color: #444;
  border-top: 10px solid #666;
  padding-bottom: 94px;
  background: transparent url(../img/gradient-bottom.gif) repeat-x;
}
#footer-links ul {
  padding-left: 10px;
  margin-bottom: 0;
  height: auto;
}
#footer-links ul li {
  display: block;
  float: left;
  margin-left: 0;
  padding: 0 10px;
  height: auto;
  border-left: 1px dotted #8d8d8d;
}
#footer-links ul li.first {
  padding-left: 0;
  border-left-width: 0;
}
#footer-links ul li.last {}
#footer-links ul li a {
  color: #636363;
}
#footer-links ul li a:hover, #footer-links ul li a.active {
  color: #444;
}
#copyright p {
  text-align: right;
}

/**
 * generic styles
 */
.wrapper {
  margin-bottom: 18px;
  position: relative;
}
.group-label {
  position: relative;
  background: #c4cdda url(../img/group-label-gradient.gif) bottom left;
  border-top: 1px solid #c4cdda;
  border-left: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  color: #fff !important;
  padding: 0 1em;
  font-weight: bold;
  height: 18px;
}
.group-label a {
  color: #fff !important;
  text-decoration: none !important;
}
.group-label span.jq-base {
  position: relative;
  left: 0;
  top: 0;
}
.group-label span.jq-shadow,
.group-label a span.jq-shadow {
  color: #505c75 !important;
  position: absolute;
  left: 1em;
  top: 0.1em;
}
.pagination {
  text-align: right;
  color: #fff;
  font-size: 11px;
  margin-top:.1em;
}
.pagination a {
  color: #fff;
  position: relative;
}
.pagination a:hover {
  text-decoration: underline !important;
}
.pagination .previous span.jq-base {
  background: transparent url(../img/previous.gif) no-repeat;
  padding-left: 1em;
}
.pagination .next span.jq-base {
  background: transparent url(../img/next.gif) top right no-repeat;
  padding-right: 1em;
}
.pagination .next span.jq-base,
.pagination .previous span.jq-base {
  position: relative;
  left: 0;
  top: 0;
}
.pagination .previous span.jq-shadow {
  padding-left: 1em;
}
.pagination .next span.jq-shadow {
  padding-right: 1em;
}
.pagination .next span.jq-shadow,
.pagination .previous span.jq-shadow {
  background-image: none;
  color: #505c75 !important;
  position: absolute;
  left: 0em;
  top: -.15em;
}
.callout {
  background-color: #fff;
  color: #666;
}
#simpleTooltip { 
  padding: 8px 19px; 
  border: 1px solid #fff; 
  background: #608ee8 url(../img/gradient-selected.gif) bottom left;
  color: #fff;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #608ee8;
  color: #fff;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #3366ff;
}
label {
  padding-left: 14px;
  background: transparent url(../img/below.gif) no-repeat;
  vertical-align: baseline;
}
.help {
  background-color: #c0cad8;
  border-left: 10px solid #505c75;
  padding: 9px 10px;
}
.error {
  background-color: #ff9e9c;
  border-left: 10px solid #cc2a27;
  padding: 9px 10px;
}

