@charset "utf-8";
/* CSS Document */

/***************************************************** BACKGROUND **************************************************/
.content-container#scope-bg {
	overflow: hidden;
	width: 860px;
	height: auto;;
	float: right;
	background-image: url(../images/scope-bg.png);
	background-position: 0px 175px;
	background-repeat: no-repeat;
}
/*****************************************************************************************************************/


#scope-top-image {
	position: relative;
	width: 628px;
	height: 230px;
	float: right;
	background-image: url(../images/scope-top-image.png);
	background-position: top right;
	background-repeat: no-repeat;
}


/**********************************************************************************************************************************/

#scope-title {
	width: 300px;
	height: 45px;
	float: left;
	background-image: url(../images/scope-title.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}


/************************ Scope Content **********************************/

.content#scope {
	float: right;
	width: 640px;
}

.scopecontent {
	width: 620px;
	padding: 10px;
}

.scopecontent img#left{
	padding: 10px;
	float: left;
}

.scopecontent img#right{
	padding: 10px;
	float: right;
}

.scopecontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 17px;
	margin: 12px 0;
	text-align: left;
	overflow: auto;
	word-wrap:break-word;
	word-spacing:3px
}

.scopecontent p.boldtitle {
	padding: 10px 0 5px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #999;
}

/************************ Scope Content **********************************/

/************************* Scope Sub Section Menu ****************************/

.scope-sub-section {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
	height: 50px;
}


/* ICON ELEMENTS */
td {
	height: 40px;
	width: 400px;
	padding-left: 50px;
	padding-right: 100px;
	vertical-align: middle;
}

td a {
	color: #5891b7;
	font-size: 12px;
}

td a:hover {
	color: #00CCFF;	
	font-size: 12px;
}
td#air-freight {
	background-image: url(../images/air-freight-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
td#ocean-freight {
	background-image: url(../images/ocean-freight-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
td#warehousing {
	background-image: url(../images/warehousing-and-facility-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
td#delivery {
	background-image: url(../images/delivery-and-distribution-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
td#value-added {
	background-image: url(../images/value-added-services-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
td#logistics {
	background-image: url(../images/logistics-services-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
td#sea-air-service {
	background-image: url(../images/sea-air-service-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

*//************************* Scope Sub Section Menu ****************************/
