BODY {
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-align: left;
}

A, Visited, Active {
    color: #666666;
    text-decoration: underline;
}
A:Hover {
    color: #6f903e;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#showOnPrint {
    display: none;
}
#printSendFunctions {
    float: right;
}

/*---------------------------------------------------------------------------------------------*/
/* Text Formatting */
.title {
    font-size: 12px;
    font-weight: bold;
    color: #00467f;
}
.title-1 {
    font-size: 12px;
    font-weight: bold;
    color: #4D9702;
}

.caption {
    font-size: 9px;
    color: #666666;
}
.error {
    color: #990000;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}

/*---------------------------------------------------------------------------------------------*/
/* Data Display Settings */
.dataBoxBorder {
    border: solid 1px #000000;
    padding: 4px;
}
.dataBoxBody {
}
.dataBoxHeader {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #666666;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    font-size: 11px;
}
.dataBoxRowValue {
    vertical-align: middle;
    width: 99%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}
.dataBoxRowValueBorder {
    border: solid 1px #666666;
}
.dataBoxFooter {
    color: #666666;
    font-weight: bold;
}

.dataBoxRow1 {
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    background-color: #FFFFFF;
}
.dataBoxRow2 {
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    background-color: #E3E3E3;
}

/*---------------------------------------------------------------------------------------------*/
/* Control Formatting */
.formButton_tiny {
    background-color: Transparent;
    background-image: url(images/buttonBG_Tiny.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 75px;
}
.formButton_small {
    background-color: Transparent;
    background-image: url(images/buttonBG_Small.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(images/buttonBG_Medium.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(images/buttonBG_Large.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

.formControl {
    border: solid 1px #666666;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 15px;
    padding: 1px 2px 1px 2px;
}
.formControl-text {
    border: solid 1px #666666;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0px;
}
SELECT.formControl {
    border: solid 1px #666666;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
    padding: 0px;
}

/*---------------------------------------------------------------------------------------------*/
/* Breadcrumbs */
#breadcrumbs {
    margin: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
#breadcrumbs A, #breadcrumbs A:Visited, #breadcrumbs A:Active {
    color: #003399;
    text-decoration: underline;
}
#breadcrumbs A:Hover {
    color: #990000;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Repeater Pagination (not related to grid pagination) */
#pageLinks {
    text-align: right;
}
.pageCurrent {
    font-weight: bold;
}
A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pageNextLink:Hover {
    color: #990000;
    text-decoration: underline;
}
A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pagePrevLink:Hover {
    color: #990000;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- */
/* styles added by regency web services - joel */
/* --------------------------------------------------------------------------------------------- */

.textPageTitle {
    color: #4682B4;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: url(images/top-title-background.jpg) no-repeat;
    padding: 12px 0 0 64px;
    height: 29px;
    color: #666;
    display: block;
    margin-bottom: 8px;
}

.text-title1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #00467f;
}
.text-title2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #AD3238;
}

.sub-title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.sub-title-1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #00467f;
}

.large {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
.regular {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}
.small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}

/* --------------------------------------------------------------------------------------------- */
/* DIV IDs added by regency web services - joel */
/* --------------------------------------------------------------------------------------------- */

#container {
    margin: 0 auto;
    width: 1002px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: #094d84 1px solid;
    border-left: #094d84 1px solid;
    border-right: #094d84 1px solid;
}
#top {
    height: 7px;
    background-color: #207fcc;
    background-image: url(images/topbar.jpg);
    background-repeat: no-repeat;
}
#top1 {
    height: 105px;
    background-color: #ffffff;
	background: none;
}

#topmenu {
    height: 28px;
    background-color: #FFFFFF;
}
#topmenu img {
    margin-bottom: 3px;
}

#topmenu ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-image: none;
}

#topmenu ul li {
    display: inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #00467f;
    text-decoration: none;
}

#topmenu a:link, #topmenu a:visited {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    height: 19px;
    background-image: url(images/menubg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #00467f;
    text-decoration: none;
}
#topmenu a:active {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    height: 19px;
    background-image: url(images/menubg-gray.jpg);
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #00467f;
    text-decoration: none;
}
#topmenu a#topmenu_active {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    height: 19px;
    background-image: url(images/menubg-gray.jpg);
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #00467f;
    text-decoration: none;
}
#topmenu a#topmenu_green {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    height: 19px;
    background-image: url(images/menubg-green.jpg);
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #00467f;
    text-decoration: none;
}
#topmenu a#topmenu_yellow {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    height: 19px;
    background-image: url(images/menubg-yellow.jpg);
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #00467f;
    text-decoration: none;
}
#topmenu a#topmenu_red {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    height: 19px;
    background-image: url(images/menubg-blue.jpg);
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #00467f;
    text-decoration: none;
}

#topmenu a:hover {
    text-decoration: underline;
}
#bodySectionHome {
    background-color: #f2f8fd;
    background-image: url(images/bodyBG.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 50px;
	padding-top: 10px;
}

#bodySectionInside {
    background-color: #f2f8fd;
    background-image: url(images/bodyBG.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#submenuBg_active {
    height: 25px;
    background-image: url(images/submenubg-gray.jpg);
    padding-left: 15px;
}
#submenuBg_active ul {
    margin: 3px 0 0 10px;
    padding: 0;
    display: inline-block;
    list-style-image: none;
}

#submenuBg_active ul li {
    display: inline;
    list-style-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    margin: 0 15px 0 0;
}

#submenuBg_active a:link, #submenuBg a:visited {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

#submenuBg_active a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}

#submenuBg_active li#comp1 a {
    color: #333333;
}

#submenuBg_active li#casestudies a {
    color: #333333;
}

#discoverAWorld-holder {
	background-image: url(../../images/black-airplane-world.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 292px;
	width: 882px;
	background-color: #000000;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 10px;
}

#OnTimeDeliveries {
	background-image: url(../../images/ontime-deliveries.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 150px;
	text-align: center;
	padding-top: 30px;
}


/* ***************************** */
/* This is for submenu RED color */
/* ***************************** */
#submenuBg_red {
    height: 25px;
    background-image: url(images/submenubg-blue.jpg);
    padding-left: 15px;
}
#submenuBg_red ul {
    margin: 3px 0 0 10px;
    padding: 0;
    display: inline-block;
    list-style-image: none;
}

#submenuBg_red ul li {
    display: inline;
    list-style-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    margin: 0 15px 0 0;
}

#submenuBg_red a:link, #submenuBg1 a:visited {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
#submenuBg_red a:active {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

#submenuBg_red a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}

/* ******************************** */
/* This is for submenu YELLOW color */
/* ******************************** */
#submenuBg_yellow {
    height: 25px;
    background-image: url(images/submenubg-yellow.jpg);
    padding-left: 15px;
}
#submenuBg_yellow ul {
    margin: 3px 0 0 10px;
    padding: 0;
    display: inline-block;
    list-style-image: none;
}

#submenuBg_yellow ul li {
    display: inline;
    list-style-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    margin: 0 15px 0 0;
}
#submenuBg_yellow a:link, #submenuBg2 a:visited {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
#submenuBg_yellow a:active {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

#submenuBg_yellow a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}
/* ******************************* */
/* This is for submenu green color */
/* ******************************* */
#submenuBg_green {
    height: 25px;
    background-image: url(images/submenubg-green.jpg);
    padding-left: 15px;
}
#submenuBg_green ul {
    margin: 3px 0 0 10px;
    padding: 0;
    display: inline-block;
    list-style-image: none;
}

#submenuBg_green ul li {
    display: inline;
    list-style-image: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
    margin: 0 15px 0 0;
}
#submenuBg_green a:link, #submenuBg3 a:visited {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
#submenuBg_green a:active {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
#submenuBg_green a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
}

#leftmenu {
    margin: 15px 0 0 0;
    width: 196px;
    color: #FFFFFF;
}
#leftmenu-item {
    display: block;
    width: 171px;
    margin-bottom: 3px;
    padding-left: 25px;
    padding-top: 5px;
    height: 17px;
    background-image: url(images/left1.jpg);
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
#leftmenu-item a:link, #leftmenu-item a:visited {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
#leftmenu-item a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

#leftmenu-item-ext {
    display: block;
    width: 171px;
    margin-bottom: 3px;
    padding-left: 25px;
    padding-top: 5px;
    height: 17px;
    background-image: url(images/left2.jpg);
    background-repeat: no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
#leftmenu-item-ext a:link, #leftmenu-item-ext a:visited {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
#leftmenu-item-ext a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
#leftDropdown {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.level3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}
.level4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #075ea4;
}
.level4 a:link, .level4 a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 15px;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    color: #075ea4;
}
.level4 a:hover {
    text-decoration: underline;
    color: #639631;
}
.border1 {
    border: #CCCCCC 1px solid;
    border-collapse: collapse;
}
#insideRight {
    margin: 0 20px 20px 20px;
    padding: 10px;
    background-color: #FFFFFF;
    min-height: 300px;
}
#footer {
    height: 36px;
    background-image: url(images/footerbg.jpg);
    padding-top: 7px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
}
#footer a:link, #footer a:active, #footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#titles {
    background-image: url(/images/titles-bkgrd-green.jpg);
    background-repeat: no-repeat;
    height: 30px;
    width: 410px;
    padding-top: 15px;
    padding-left: 15px;
}

#titles-orange {
    background-image: url(/images/titles-bkgrd-orange.jpg);
    background-repeat: no-repeat;
    height: 30px;
    width: 410px;
    padding-top: 15px;
    padding-left: 15px;
}

#titles-blue {
    background-image: url(/images/titles-bkgrd-blue.jpg);
    background-repeat: no-repeat;
    height: 30px;
    width: 410px;
    padding-top: 15px;
    padding-left: 15px;
}
#on-time-2 {
	background: url(http://www.ppp.aero/uploads/images/original/264.jpg) no-repeat;
	width: 350px;
	height: 34px;	
}
#on-time-2 span {
	padding: 8px 16px 0 0;	
	display: block;
	text-align: right;
	font-size: 14px;
	color: #666
}

/*---------------------------------------------------------------------------------------------*/
/* eCommerce Support */
.priceRetail {
    color: #000000;
    text-decoration: line-through;
}
.priceSale {
    color: #990000;
    font-weight: bold;
}
.priceSavings {
    color: #990000;
    font-weight: bold;
    font-style: italic;
}

.pricingHeader_regular {
    border: solid 1px #999999;
    color: #000000;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}
.pricingHeader_sale {
    border: solid 1px #999999;
    color: #990000;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}
.pricingDetail_regular {
    border: solid 1px #999999;
    color: #000000;
    font-size: 9px;
    text-align: center;
}
.pricingDetail_sale {
    border: solid 1px #999999;
    color: #990000;
    font-size: 9px;
    text-align: center;
}
.pricingDetail_retail {
    border: solid 1px #999999;
    color: #000000;
    font-size: 9px;
    text-align: center;
    text-decoration: line-through;
}

.cartItem_title {
    color: #000000;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}
.cartItem_value {
    color: #000000;
    font-size: 9px;
    font-weight: normal;
    text-align: left;
}

.salesOrder_box {
    border: solid 1px #000000;
    vertical-align: top;
}
.salesOrder_boxHighlighted {
    background-color: #fafafa;
    border: solid 1px #000000;
    vertical-align: top; 
}
.salesOrder_header {
    background-color: #999999;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
.salesOrder_subHeader {
    background-color: #eeeeee;
    color: #000000;
    font-weight: bold;
    padding: 5px;
}
.salesOrder_totalTitle {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.salesOrder_totalValue {
    background-color: #eeeeee;
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.salesOrder_detail {
    padding: 5px;
}


