@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ababab; /*#639757;*/ /*#ababab;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/background-building-redsky.jpg);
	/*background-image:url(images/background-blueskygreenfield.jpg); */
	/*background-image:url(../bg.jpg); */
	background-repeat:no-repeat;
	background-position: top center;
}
.oneColFixCtrHdr #container {
	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background: #ababab; */
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-image:url(images/header-bckgrd.jpg); */
	background-repeat:no-repeat;
	height:190px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin:0 0 0 0;
	padding: 10px 20px 20px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height:600px;
	/*border: 1px solid #a7aaaf; */
}
.oneColFixCtrHdr #main-banner {
	margin:0 0 8px 0;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: 1px solid #a7aaaf; */

}

.oneColFixCtrHdr #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#ababab; */
	min-height:100px;
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


img {
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a{
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
}

.logo{
	float:left;
	margin:0 0 0 0;
	padding:150px 0 10px 10px;

}
.view-cart{
	float:right;
	margin:0 0 0 0;
	padding:140px 0 10px 10px;

}
.menu {
	float:right;
	margin:0 0 0 0;
	padding:160px 10px 10px 0;

}

.menu-links {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.menu-links a:link, .menu-links a:visited{	
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.menu-links a:hover{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}



.sub-header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#f8a30f;
	text-decoration:none;
}

.sub-title {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;/*#f8a30f; */
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
}

.passenger-title {
	margin:0 0 0 0;
	padding:0 0 5px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;/*#f8a30f; */
	text-decoration:none;
	
}

.text-black-bold-18 {
	margin:0 0 0 0;
	padding:0 0 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px; 
	color:#000000;
	font-weight:bold;
}

.text-black-bold-12 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px; 
	color:#000000;
	font-weight:bold;
}

.text-black-12 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px; 
	color:#000000;
}



.text-black-11 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px; 
	color:#000000;
}

.footer-links {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;

}

.footer-links a:link, .footer-links a:visited{	
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.footer-links a:hover{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}



.price {
	margin:0 0 0 0;
	padding:0 0 5px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#cb1f0b; /*#FF3300; */
}
