@charset "utf-8";

#V1 {
	background-color: #000;
	text-align: left;
}

#header {
	background-color: #000;
	height: 90px;
}

#header .header_wrapper {
	background-image: url(../image/layout/bg-header-wrapper-screen.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}

#subheader {
	background-color: #FFF;
}

#subheader .poster-2011 {
	width: 1258px;
	overflow:hidden;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../image/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
}

#footer .grid_12 {
	background-image: url(../image/layout/bg-footer-wrapper-screen.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
}

#social_network {
	color: #B3B3B3;
	font-size: 12px;
	padding-bottom: 30px;
	padding-top: 30px;
}

#social_network p {
	padding-bottom: 10px;
}

#copyright {
	color: #B3B3B3;
	font-size: 12px;
	padding-bottom: 10px;
}

#developer, #developer a {
	letter-spacing: 1px;
	color: #666;
}

ul#naviTop {
	padding-top: 25px;
	z-index: 2;
}

ul.topnav {
	list-style: none;
	margin: 0;
	float: right;
	padding: 0;
}

ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

ul.topnav li a{
	float: left;
	height: 38px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #B3B3B3;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	
}

ul.topnav li.home a {
	width: 36px;
	background-image: url(../image/nav-top-home-screen.png);
}

ul.topnav li.news a {
	width: 85px;
	background-image: url(../image/nav-top-news-screen.png);
}

ul.topnav li.convoy a {
	width: 80px;
	background-image: url(../image/nav-top-convoy-screen.png);
}

ul.topnav li.route a {
	width: 71px;
	background-image: url(../image/nav-top-route-screen.png);
}

ul.topnav li.about a {
	width: 70px;
	background-image: url(../image/nav-top-about-screen.png);
}

ul.topnav li.archive a {
	width: 62px;
	background-image: url(../image/nav-top-archive-screen.png);
}

ul.topnav li.download a {
	width: 71px;
	background-image: url(../image/nav-top-download-screen.png);
}

ul.topnav li:hover a, ul.topnav li.select a, ul.topnav li.select:hover a {
	background-position: 0px 0px;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 15px;
	height: 18px;
	float: left;
	background-image: url(../image/button-subnav-span.png);
	background-repeat: no-repeat;
	background-position: center top;
}

ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	float: left;
	z-index: 101;
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
	margin: 0;
	top: 53px;
	left: 0px;
	padding: 0;
	display: none;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0; /*--Create bevel effect--*/
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
html ul.topnav li ul.subnav li a {
	float: left;
	background-color: #000;
	background-image: url(../image/button-subnav-li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #FFF;
	padding-top: 8px;
	height: 25px;
	text-align: left;
	padding-left: 15px;
	width: 250px;
	text-transform: capitalize;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1.0;
	background-color: #000;
	background-image: url(../image/button-subnav-li.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #F00;
}

#news {
	background-color: #42210B;
	padding-top: 40px;
}

#latest_news {
	padding-bottom: 20px;
}

#latest_news .section_header {
	padding-bottom: 20px;
}

#latest_news .section_content {
	color: #FBB03B;
}

#latest_news .section_content a {
	color: #FBB03B;
}

#latest_news .section_content a:hover {
	color: #E98A2B;
}

#latest_news .news_item {
	padding-bottom: 10px;
}

#latest_news .news_date {
	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 18px;
}

#latest_news .news_headline {
	float: left;
	width: 360px;
	font-size: 14px;
	line-height: 18px;
}

#latest_news .news_headline p {
	padding-bottom: 0px;
}

#event_overview {
	padding-bottom: 20px;
}

#event_overview .section_header {
	padding-bottom: 20px;
}

#event_overview .section_content {
	font-size: 14px;
	color: #FFF;
	line-height: 18px;
}

#event_overview .section_content a.more-info {
	display:block;
	width:78px;
	height:20px;
	background:url(../image/button-more-detail.png) no-repeat center top;
}

#event_overview .section_content a.more-info:hover {
	background-position: center bottom;
}

#event_overview .section_content p {
	line-height: 18px;
	padding-bottom: 10px;
}

#convoy {
	padding-top: 30px;
	background-color: #42210B;
}

#convoy_list {
	padding-bottom: 20px;
}

#convoy_list .section_header {
	padding-bottom: 20px;
}

#convoy_list .section_content {
	height: 210px;
	width: 940px;
}

#convoy_list ul.convoy_scroll {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#convoy_list ul.convoy_scroll li {
	height: 210px;
	width: 220px;
	float: left;
	display: block;
}

#convoy_list .convoy_item {
	background-image: url(../image/layout/bg-li-convoy-screen.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	width: 200px;
	padding: 10px;
	font-family: Tahoma;
	font-size: 12px;
	color: #323232;
}

#convoy_list .convoy_img {
	background-image: url(../image/loading-sml.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 135px;
	width: 200px;
}

#convoy_list .convoy_vehicle {
	padding-top: 5px;
}

#convoy_list .convoy_driver {
}

#convoy_list .convoy_passenger {
}

#route {
	background-image: url(../image/layout/bg-route-content.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#route .route_wrapper {
	background-image: url(../image/layout/bg-route-header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#route .section_header {
	padding-top: 80px;
	padding-bottom: 20px;
}

#route .section_content {
	padding-bottom: 60px;
}

#route .route_header {
	font-size: 17px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#route .route_item {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}

#route .alternate {
	background-image: url(../image/layout/bg-route-list-alt-screen.png);
	background-repeat: repeat;
	
}

#route .date {
	float: left;
	width: 100px;
	padding-left: 20px;
}

#route .itinerary {
	float: left;
	width: 450px;
	cursor:pointer;
}

#route .itinerary a:link,
#route .itinerary a:visited {
	color:#fff;
	text-decoration:underline;
}

#route .itinerary a:hover {
	color:#ff0000;
	background:url(../image/ie-bg-fix.png);
}

#route .mileage {
	float: left;
	width: 150px;
}

#route .hotel {
	float: left;
	width: 220px;
}

#route ul li .desc {
	display:none;
	margin:0;
	top:27px;
	left:100px;
	position:absolute;
}

#route ul li .desc img {
	width:12px;
	height:8px;
	margin:0 0 0 30px;
}

#route ul li .desc p {
	width:415px;
	margin:0;
	position:relative;
	top:0;
	left:0;
	padding:10px 20px;
	background-color:#000;
	border:1px solid #fff;
}

#enquiry {
	height: 60px;
	width: 290px;
	overflow: hidden;	
}

#contact-form {
}

#contact-form .fieldLabel {
	width: 135px;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 2px;
}

#contact-form .fieldInput {
	width: 400px;
}
#contact-form label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
}

#contact-form textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

#contact-form td > button{
	text-indent:8px;
}

#contact-form .error{
	color:#F00;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
}

#contact-form #loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}

#route-carousel-control {
	position:absolute;
	bottom:-1115px;
	left:780px;
	width:100px;
	height:40px;
}


/* Article CSS
***************************************************************/

#article-event-overview h5,
#article-news h5,
#article-route-list h5,
#article-convoy h5 {
	font-weight:normal;
	padding-bottom:20px;
	}
	
	#news-content {
	width:99%;
	height:100%;
	}

#news-content ul {
	font-size: 14px;
	padding-left: 18px;
	margin-bottom: 20px;
}

#news-content ul li {
	padding-bottom: 4px;
}
	
	#news-content img.news-img {
		float:left;
		padding:0 10px 10px 0;
	}
	
#event-overview-content {
		width:99%;
		height:100%;
	}
	
	#event-overview-content img.event-overview-img {
		float:left;
		padding:0 10px 0 0;
	}

#convoy-details-wrapper {
	margin:15px 0;
	width:750px;
	height:100%;
	overflow:hidden;
}

#convoy-details-wrapper h1 {
	padding-bottom:20px;
}

.convoy-details-table th{
	height:40px;
}

.convoy-details-table td{
	height:20px;
	width:280px;
}

.convoy-details-table td.add-info{
	padding-top:20px;
}


.convoy-details {
	float:left;
	margin:0 0 0 20px;
	font-size:14px;
}

.convoy-img-wrapper {
	float:left;
}

#route-list-wrapper {
	width:390px;
	height:100%;
}

#route-list-wrapper h1 {
	font-size:18px;
}

#route-list-wrapper h5 {
	font-weight:normal;
	padding-bottom:15px;
}

#news-content p,
#event-overview-content p,
#route-list-wrapper p {
	font-size:14px;
}

#download {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 500px;
}

/* ajax contact form **/

/* Add curved borders to various elements */

#contactForm, .statusMessage, input[type="submit"], input[type="button"] {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;  
  border-radius: 10px;
}


/* Style for the contact form and status messages */

#contactForm, .statusMessage {
	color: #333;
	background-color: #ebedf2;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
	background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .5);
	box-shadow: 0 0 12px rgba(0, 0, 0, .5);
	opacity: .95;
}


/* The form dimensions */

#contactForm {
  width: 480px;
  height: 400px;
  padding: 0 20px 20px 20px;
  margin: 0 auto;
}


/* Position the form in the middle of the window (if JavaScript is enabled) */

#contactForm.positioned {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
}


/* Dimensions and position of the status messages */

.statusMessage {
  display: none;
  margin: auto;
  width: 360px;
  height: 26px;
  padding: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.statusMessage p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}


/* The header at the top of the form */

#contactForm h2 {
	font-size: 24px;
	font-style: italic;
	letter-spacing: 1px;
	width: 480px;
	color: #aeb6aa;
	background: #dfe0e5 url('images/stamp.jpg') no-repeat 15em -3em; /* http://morguefile.com/archive/display/606433 */
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* Give form elements consistent margin, padding and line height */

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

#contactForm ul li {
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#contactForm input, #contactForm label {
	line-height: 14px;
}


/* The field labels */

#contactForm label {
	display: block;
	float: left;
	clear: left;
	text-align: right;
	width: 135px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/* The fields */

input, textarea {
	display: block;
	margin: 0;
	padding: 5px;
	width: 320px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	-webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
	background: #fff;
}

textarea {
  height: 150px;
  line-height: 18px;
  resize: none;
}


/* Place a border around focused fields, and hide the inner shadow */

#contactForm *:focus {
	border: 1px solid #888;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


/* Display correctly filled-in fields with a green background */

input:valid, textarea:valid {
  background: #eee;
}


/* The Send and Cancel buttons */

input[type="submit"], input[type="button"] {
	float: right;
	padding: 5px;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	box-shadow: 0 0 .5em rgba(0, 0, 0, .8);
	color: #fff;
	background: #0a0;
	font-size: 16px;
	line-height: 16em;
	font-weight: bold;
	opacity: .7;
	-webkit-appearance: none;
  	-moz-transition: opacity .5s;
 	-webkit-transition: opacity .5s;
  	-o-transition: opacity .5s;
  	transition: opacity .5s;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	width: 80px;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  cursor: pointer;
  opacity: 1;
}

input[type="submit"]:active, input[type="button"]:active {
  color: #333;
  background: #eee;
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
}

input[type="button"] {
  background: #f33;
}


 Some IE7 hacks and workarounds 

[if lt IE 8]>
/* IE7 needs the fields to be floated as well as the labels */

input, textarea {
  float: right;
}

#formButtons {
  clear: both;
}

/*
  IE7 needs an ickier approach to vertical/horizontal centring with fixed positioning.
  The negative margins are half the element's width/height.
*/

#contactForm.positioned, .statusMessage {
  left: 50%;
  top: 50%;
}

#contactForm.positioned {
  margin-left: -20em;
  margin-top: -16.5em;
}

.statusMessage {
  margin-left: -15em;
  margin-top: -1em;
}
