/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    margin: 0 auto;
	line-height:22px;
}
body.HomeBG {
    background: url("../img/pre_header/homebg.png") repeat scroll 0 0;
    margin-top: 0;
}
p {
    margin: 10px 0;
}
.logo {
    position: relative;
    top: 8px;
}
.feedback {
    float: left;
    margin: 15px;
}
.empty {
    background-color: #ffff66;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-family: Calibri;
    font-size: 15px;
    font-style: italic;
    padding: 8px 40px;
}
.danger{
	background-color: #be141b;
    border: 1px solid #be141b;
    border-radius: 5px;
    color: #fff;
    font-family: Calibri;
    font-size: 15px;
    font-style: italic;
    padding: 8px 40px;
}
#maindiv {
	width: 1207px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
}

#innerPage {
    height: 160px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    width: 812px;
}
.subInner {
    background: url("../img/slidesBg_inner.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    /*float: left;*/
    margin-left: 205px;
    margin-top: 15px;
    width: 880px;
	padding-top: 1px;
}
.header {
	background-image: url(../img/mainheader.jpg);
	background-repeat: repeat-x;
	height: 130px;
	width: 1161px;
	margin: 0px auto;
}
.mainmenu {
	width: 1161px;
	background-color: #c31e2f;
	margin: 0px auto;
}
.headerflash {
	float: left;
	padding: 30px 0px 0px 17px;
}
.headermenu {
    color: #9ed4f4;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: -3px 0 0;
    width: 121px;
}
.headermenucolor {
	color: #9ED4F4;
}
.headermenu ul {
    margin-left: -150px;
    padding-top: 8px;
}
.headermenu li {
    background-repeat: no-repeat;
    float: left;
    list-style-position: outside;
    list-style-type: square;
    margin-left: 20px;
}
.headermenu li.active a:hover, .headermenu li a:link, .headermenu li a:visited {
	color: #9ED4F4;
	text-decoration: none;
}
.headermenu li.active {
   background-repeat: no-repeat;
    color: #fff;
    float: right;
    list-style: outside none square;
    margin-right: 20px;
}
.headermenu li a:hover, .headermenu li.active a:link, .headermenu li.active a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.headermenu a:link {
	color: #999900;
}
.clear {
	clear: both;
}
.contentdiv {
	width: 860px;
	display:inline-block;
	float: left;
}
.homediv {
    display: inline-block;
    float: left;
    width: 913px;
}
.toggler {
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-weight: normal;
    padding: 10px;
}
.homecontentdiv {
    background-color: #ffffff;
    border-bottom: 3px solid #fff;
    float: left;
    width: 912px;
}
.maincontentdiv {
	background-color: #ffffff;
    border-bottom: 3px solid #fff;
    float: left;
    width: 860px;
}
.trackdiv {
	background-color: #ffffff;
    border-bottom: 3px solid #fff;
    float: left;
    width: 1160px;
}
.trackdiv h1 {
    border-bottom: 5px double;
    color: #a50006;
    font-size: 16px;
    margin: 0 0 15px;
    padding: 10px 0 0 26px;
	font-family:"Hobo Std";
}
#container {
	height: 475px;
}
.maincontentdiv h1 {
    border-bottom: 5px double;
    color: #a50006;
    font-size: 16px;
    margin: 0 0 15px;
    padding: 10px 0 0 26px;
	font-family:"Hobo Std";
}
.maincontentdiv h2 {
    color: #057eff;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
.maincontentdiv h2 {
	font-weight: bold;
}
.images {
	/*width: 190px;
	float: right;
	margin-top: 33px;*/
	float: right;
    width: 0;
}
.HeadingBg{
	background: -moz-linear-gradient(261deg, #015ee9 0%, #00ccff 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 261deg, color-stop(0%, #015ee9), color-stop(100%, #00ccff));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(261deg, #015ee9 0%, #00ccff 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(261deg, #015ee9 0%, #00ccff 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(261deg, #015ee9 0%, #00ccff 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015ee9', endColorstr='#00ccff', GradientType='1'); /* for IE */
	background: linear-gradient(189deg, #015ee9 0%, #00ccff 100%);/* W3C */
	color: #fff;
    font-family: 'Hobo Std';
    font-style: normal;
    padding: 5px;


}
/*.sitemenu {
    background-color: #222222;
    border: 2px solid #565656;
    border-radius: 10px;
    height: 40px;
}

.sitemenu ul {
    float: left;
    padding-left: 20px;
    padding-top: 7px;
}
.sitemenu li {
    border-right: 1px solid #fff;
    display: inline;
    float: left;
    font-family: Hobo Std;
    font-size: 12px;
    list-style: none outside none;
    padding: 4px 10px;
}
.sitemenu li:hover {
    border-right: 1px solid #fff;
    display: inline;
    padding: 4px 10px;
	background-color:#a50006;
}
.sitemenu li a {
    color: #fff;
    padding: 5px;
    text-decoration: none;
}
.sitemenu li a span {
	padding: 5px;
}
.sitemenu li a:hover span {
	padding: 5px;
}
.sitemenu li a.active, .sitemenu li a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
}*/

/*********** NEW MENU ***************/
.top-navi {
    background-color: #2c3739;
    border-bottom: 3px solid #bf9f62;
    height: 33px;
    width: 1161px;
}
.top-navi ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
.top-navi ul li {
	display: block;
	position: relative;
	float: left;
}
.top-navi li ul {
	display: none;
}
.top-navi ul li a {
	color: #FFFFFF;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}
#menu li a.active {
    background-color: #88211a;
}
.side-menu li a.active {
    background-color: #88211a;
}
.top-navi ul li a:hover {
	background: #88211a;
}
.top-navi li:hover ul {
	display: block;
	position: absolute;
}
.top-navi li:hover li {
	float: none;
	font-size: 11px;
}
.top-navi li:hover a {
	background: #d30e15;
}
.top-navi li:hover li a:hover {
	background: #9a0000;
}
/*********** NEW MENU ***************/
#welCome h2 {
    color: #fff;
    font-family: "Hobo Std";
    font-size: 45px;
    margin: 15px;
    text-align: center;
    text-shadow: 0 0 6px #000;
    text-transform: uppercase;
	line-height: 52px;
}
#welCome .title:after {
    background: url(../img/plane.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 36px;
    margin: 30px auto 21px;
    width: 769px;
}
.sub-title {
    color: #fff;
    font-family: "Yanone Kaffeesatz",sans-serif;
    font-size: 25px;
    margin: 0 0 20px;
    text-align: center;
	text-shadow: 0 0 6px #000;
}
#welCome p {
    color: #fff;
    font: italic 12px/22px "Roboto",sans-serif;
    margin: 0 auto 5px;
    text-align: center;
    width: 800px;
	text-shadow: 0 0 6px #000;
}
#welCome a {
    background-image: url("../img/more.png");
    display: block;
    font-size: 0;
    height: 118px;
    left: 315px;
    position: relative;
    text-align: center;
    top: 55px;
    width: 520px;
}

.service-box {
    background-color: #eaeaea;
    border: 2px dashed #a50006;
    border-radius: 10px;
    float: left;
    margin: 40px 0 30px 23px;
    padding: 15px;
    width: 170px;
	box-shadow: 0 2px 6px 0 #787878;
	height: 280px;
}
.service-box:hover {
    background-color: #fff;
    border: 2px dashed #003078;
    border-radius: 10px;
    float: left;
    margin: 40px 0 30px 23px;
    padding: 15px;
    width: 170px;
	color:#003078;
	height: 280px;
	cursor:pointer;
}
.service-box h6 {
    font-family: "Hobo Std";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.service-box > img {
    display: block;
    margin: 15px auto;
    position: relative;
}
.service-box a {
    color: #a50006 !important;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}
.service-box a:hover {
    color: #003078 !important;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}
.service-box > p {
    text-align: center;
}
.sidebar {
    background: none repeat scroll 0 0 #ffffff;
    padding-bottom: 15px;
    width: 248px;
}
#serPage {
    background: none repeat scroll 0 0 #ffffff;
    padding-bottom: 15px;
    width: 300px;
}
#serPage > h1 {
	color: #a50006;
    font-family: "Hobo Std";
    font-size: 16px;
    margin: 0 0 15px;
    padding-top: 20px;
    text-align: center;
}
#serPage ul {
    margin-left: 25px;
    padding: 0;
}
#serPage ul li {
    background-color: #005fa3;
    cursor: pointer;
    display: block;
    margin-bottom: 3px;
    width: 265px;
}
#serPage ul li:hover {
    background-color: #88211a;
	cursor: pointer;
    display: block;
    margin-bottom: 3px;
    width: 265px;
}
#serPage ul li a {
    color: #fff;
    display: block;
	padding: 3px 3px 3px 8px;
	font-size: 12px;
}
#serPage ul li a:hover{
    color: #fff;
    display: block;
	text-decoration:none;
	padding: 3px 3px 3px 8px;
}
.CargoImage {
    background: url("../img/top-right.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    height: 95px;
    left: 681px;
    position: relative;
    top: -86px;
    width: 480px;
}

.sidebar > h1 {
    color: #a50006;
    font-family: "Hobo Std";
    font-size: 16px;
    margin: 0 0 15px;
    padding-top: 20px;
    text-align: center;
}
.sidebar > a img {
    margin-bottom: 10px;
    margin-left: 7px;
}
.sidebar ul {
	margin-left: 15px;
	padding-left: 0;
	padding-top: 8px;
	width: 200px;
}
.sidebar li {
	background: url("../img/sidebarbullet.jpg") no-repeat scroll left center transparent;
    border-bottom-color: #000;
    border-bottom-style: double;
    color: #434343;
    font-size: 12px;
    line-height: 26px;
    list-style: none outside none;
    padding-left: 20px;
}
.sidebar li:hover {
	border-bottom-color: #a50006;
    border-bottom-style: double;	
}
.admore sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #909090;
	list-style-image: url(../img/sidebarbullet.jpg);
	background-repeat: no-repeat;
	line-height: 27px;
}
.sidebar li a {
	color: #434343;
	text-decoration: none;
}
.sidebar li a:hover {
	color: #a50006;
	text-decoration: none;
}
.andmore {
	font-weight: bold;
	color: #666666;
}
.subheader {
    background: url("../img/slidesBg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 170px;
    margin-top: 15px;
    width: 830px;
	padding-top: 1px;
}
.subheadernetwork {
	width: 694px;
	height: 142px;
	float: left;
}
.subheaderaboutus {
	width: 694px;
	float: left;
}
#footerdiv {
    background-image: url("../img/footerBg.gif");
    background-repeat: repeat;
    height: 270px;
    margin: 0 23px auto;
    width: 1161px;
    float:left;
}
.columns {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}
.columns h4 {
    border-bottom: 4px double;
    color: #fff;
    font-family: "Hobo Std";
    font-size: 14px;
    margin: 0 0 10px;
}
.columns > ul {
    margin: 0;
    padding: 0;
}
.columns li {
    color: #fff;
    list-style: square outside none;
    margin: 0 20px 5px;
}
.columns ul li a {
    color: #fff;
    font-size: 13px;
    font-style: normal;
}

.mattertext {
    color: #434343;
    float: left;
    font-size: 13px;
    font-style: normal;
    padding: 0 0 0 26px;
    width: 825px;
	margin-bottom:50px;
}
.mattertext h1 {
	color: #a50006;
	font-family: 'Hobo Std';
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.tracktext {
    color: #434343;
    float: left;
    font-size: 13px;
    font-style: normal;
    padding: 0 0 0 26px;
    width: 1100px;
	margin-bottom:50px;
}
.tracktext h1 {
	color: #a50006;
	font-family: 'Hobo Std';
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
h3{
    color: #057eff;
    font-size: 14px;
    margin: 20px 0 15px;
    padding: 0;
}
.mattertext ul li {
    list-style-image:url(../img/sidebarbullet.jpg);
    margin-bottom: 6px;
    margin-left: 24px;
    margin-top: 4px;
}
.copyright {
    background-color: #88211a;
    color: #fff;
    display: inline-block;
    margin-left: 23px;
    padding-bottom: 5px;
    padding-left: 17px;
    padding-top: 5px;
    width: 1144px;
}
.textfield {
	margin-top: 70px;
	margin-left: 39px;
	border-bottom: #333333;
	width: 199px;
	height: 17px;
	background-image: url(../img/textfield.html);
	background-repeat: no-repeat;
	border: none;
	padding-left: 5px;
	padding-top: 3px;
}
.textfield2 {
	border-bottom: #333333;
	width: 205px;
	height: 21px;
	background-image: url(../img/textfield.html);
	background-repeat: no-repeat;
	border: none;
}
.button .submitbutton {
	width: 77px;
	height: 24px;
	border: none;
}
.submitbutton:hover {
	background-image: url(../img/submithover.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 24px;
	border: none;
}
.submitbutton {
	background-image: url(../img/submitbuttoncontact.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 24px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	color: #908D96;
	text-decoration: none;
}
a:link, a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
maincontentdiv a:link {
	color: #908D96;
	text-decoration: none;
}
.feedback textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Calibri;
    font-style: italic;
	font-size: 13px;
}
.feedback label {
	display: block;
	height: 20px;
	width: 200px;
}
.mattertextcontact {
	color: #0F689C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
}
.feedback label {
	width: 200px;
	display: block;
	height: 20px;
}
.feedback input {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.feedback textarea {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.feedback select {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.submitbutton:hover {
	background-image: url(../img/submithover.png);
	background-repeat: no-repeat;
	width: 77px;
	height: 24px;
	border: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.aboutusmenu {
    background-color: #2c3739;
    border-radius: 5px;
    height: 30px;
    margin-left: 30px;
    margin-top: 9px;
    width: 95%;
}
.aboutusmenu ul {
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}
.aboutusmenu ul li {
    border-right: 1px solid #fff;
    display: inline;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.aboutusmenu ul li a {
    color: #fff;
    font-size: 12px;
}
.corevalue {
}
.corevalue ul {
	list-style-image: url(../img/sidebarbullet.jpg);
	background-repeat: no-repeat;
}
.corevalue li {
	list-style-image: url(../img/sidebarbullet.jpg);
	background-repeat: no-repeat;
}
.color {
	color: #0F689C;
}
#counter {
	z-index: 255;
	position: absolute;
	margin-left: 15px;
}

.mybox {
    background-color: #ccc;
    color: #000;
    line-height: 2em;
    margin-left: 10%;
    margin-right: 50%;
    padding: 10px;
	margin-bottom:15px;
}
.sucess{		
	color:#090;
	font-size:14px;
}
.BookingForms td {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding: 6px;
}
textarea {
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 5px;
    width: 250px;
	font-family: Calibri;
    font-style: italic;
	font-size: 13px;
}
#button {
    background-color: #000;
    border: 3px solid #ccc;
    color: #fff;
    cursor: pointer;
    font-family: "Hobo Std";
    height: 30px;
    width: 100px;
}
#button:hover {
    background-color: #f00;
    border: 3px solid #ccc;
    color: #fff;
    cursor: pointer;
    font-family: "Hobo Std";
    height: 30px;
    width: 100px;
}
label {
    color: #003078;
    font-size: 16px;
}
input.rightField {
    background-color: #eee;
    border: 1px solid #ccc;
    height: 25px;
    margin-left: 5px;
    width: 250px;
	font-family: Calibri;
    font-style: italic;
}
input{
    background-color: #eee;
    border: 1px solid #ccc;
    height: 25px;
    margin: 12px 5px 10px;
}
select {
    background-color: #eee;
    border: 1px solid #ccc;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    width: 88%;
}
.alert {
    color: #f00;
    font-size: 16px;
}
#MyLiveChatContainer {
    bottom: 0;
    position: fixed;
    right: 14px;
}
.FOOTER {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}