/*-----------------------------------------------------------
Site	:  Staples Int
File	:  screen.css
-----------------------------------------------------------*/

@import url("/stylesheets/type.css");

* {
	margin: 0;
	padding: 0;
}
body {
	background: #eee url(/images/styledetail/pageBg.gif) repeat-y 50% 0;
	color: #222;
}
#wrapper {
	margin: 0 auto;
	width: 770px;
	background-color: #fff;
	color: #555;
}

/* >Inline
-----------------------------------------------------------*/

p#skip {
	position: absolute;
	visibility: hidden;
}
hr {
	display: none;
}
#mainContent a:link, #mainContent a:visited,
#sidebar a:link, #sidebar a:visited,
#footer a:link, #footer a:visited {
	color: #A60000;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active,
#sidebar a:hover, #sidebar a:active,
#footer a:hover, #footer a:active {
	color: #000;
	background-color: transparent;
}
input.submit {
	width: auto !important;
	padding: 0 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #A60000;
	font-weight: bold;
}
input.submit:hover {
	border: 1px solid #A60000;
	cursor: pointer;
	cursor: hand;
}
input.checkbox {
	width: auto !important;
}
label {
	cursor: pointer;
	cursor: hand;
}
label em {
	font-weight: normal;
	font-size: 70%;
	font-style: normal;
}
address {
	font-style: normal;
}

/* >Header
-----------------------------------------------------------*/

#header {
	background-color: #CC0000;
	border-top: 3px solid #970200;
}
h1 a img {
	border: 0;
	margin-top: 17px;
	margin-bottom: 13px;
	margin-left: 25px;
}
#sectionHead {
	background: #A1A1A1;
	color: #fff;
	clear: both;
	min-height: 150px;
	position: relative;
}
#sectionHead div  {
	width: 770px;
	height: 150px;
	border-bottom: 1px solid #555;
}
#lorry {
	background: url(/images/sectionheads/lorry.jpg) no-repeat 0 0;
}
#forklift {
	background: url(/images/sectionheads/forklift.jpg) no-repeat 0 0;
}
#panorama {
	background: url(/images/sectionheads/panorama.jpg) no-repeat 0 0;
}
#dusk {
	background: url(/images/sectionheads/dusk.jpg) no-repeat 0 0;
}
#signing {
	background: url(/images/sectionheads/signing.jpg) no-repeat 0 0;
}
#boxes {
	background: url(/images/sectionheads/boxes.jpg) no-repeat 0 0;
}
#harbour {
	background: url(/images/sectionheads/harbour.jpg) no-repeat 0 0;
}
#setsail {
	background: url(/images/sectionheads/setsail.jpg) no-repeat 0 0;
}
#docked {
	background: url(/images/sectionheads/docked.jpg) no-repeat 0 0;
}

/* >Navigation
-----------------------------------------------------------*/

#mainNavigation, #subNav {
	letter-spacing: -1px;
	font-weight: bold;
}
#mainNavigation {
	border-top: 1px solid #7B0000;
	border-bottom: 1px solid #7B0000;
	float: left;
	width: 100%;
	background-color: #970200;
	padding: 6px 0;
}
#mainNavigation a {
	color: #fff;
}
#mainNavigation ul#nav {
	float: left;
	list-style: none;
	margin-left: 25px;
	display: inline;
}
#mainNavigation ul#nav li {
	float: left;
	margin-right: 15px;
}
#mainNavigation ul#nav li a {
	font-size: 110%;
	font-weight: normal;
	text-decoration: none;
	color: #e5e5e5;
}
#mainNavigation ul#nav li a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #970200;
}
.home #mainNavigation ul#nav li#nav1 a,
.weblog #mainNavigation ul#nav li#nav2 a,
.preshipment #mainNavigation ul#nav li#nav3 a,
.distribution #mainNavigation ul#nav li#nav4 a,
.feedback #mainNavigation ul#nav li#nav5 a,
.contact #mainNavigation ul#nav li#nav6 a,
.accreditation #mainNavigation ul#nav li#nav7 a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
ul#subNav {
	float: left;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 25px;
}
ul#subNav li {
	float: left;
	margin-right: 2px;
}
ul#subNav li a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 4px 8px;
	font-size: 100%;
}
ul#subNav li a {
	color: #fff;
	background-color: #333;
	opacity: .7;
}
ul#subNav li a:hover {
	color: #000;
	background: #fff;
}
ul#subNav li a.active,
.weblog ul#subNav li a {
	color: #A60000;
	background: #fff;
	opacity: 1;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

/* >Footer
-----------------------------------------------------------*/

#footer {
	margin: 0 auto;
	width: 770px;
	text-align: center;
	padding: 40px 0;
	font-weight: bold;
	font-size: 100%;
	background-color: #FAFAFA;
}

/* >Content
-----------------------------------------------------------*/

#contentWrap {
	padding: 35px 25px;
	border-bottom: 1px solid #eee;
	position: relative;
}
#contentWrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#mainContent {
	min-height: 300px;
	width: 62%;
	float: left;
}
#mainContent p, #mainContent ul, #sidebar p, address {
	line-height: 1.5;
	margin-bottom: 15px;
}
#mainContent p {
	text-align: justify;
}
#mainContent div.intro p {
	font-size: 110%;
	line-height: 1.5;
	color: #222;
	background-color: #FCEFEF;
	padding: 8px 20px;
	border: 1px solid #F1E5E6;
}
#mainContent div.call h3 {
	display: none;
}
#mainContent div.call ul {
	font-size: 110%;
	line-height: 1.5;
	color: #222;
	margin-left: 10px;
	font-weight: normal;
}
#mainContent div.call ul li {
	margin-left: 15px;
}
#mainContent div.intro {
	margin-bottom: 20px;
}
#mainContent p em {
	background-color: #FCEFEF;
	font-style: normal;
	padding: 0 2px;
}
#mainContent ul {
	list-style-type: square;
	margin-left: 15px;
	clear: both;
}
#mainContent h2 {
	font-size: 240%;
	color: #7A7A7A;
}
#mainContent h3 {
	color: #222;
	font-size: 150%;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	background: url(/images/styledetail/headingBg.gif) no-repeat 0 100%;
}
.home #mainContent h3 {
	margin-top: 0;
}
#mainContent h4 {
	color: #000;
	font-size: 120%;
	margin-bottom: 10px;
}
.home #mainContent h4 {
	color: #777;
	font-size: 140%;
}
#mainContent p.postMeta {
	background: url(/images/styledetail/newsItem.gif) 8px 45% no-repeat;
	border-top: 2px solid #ccc;
	padding: 3px 3px 6px 25px;
	background-color: #f6f6f6;
	font-size: 80%;
	margin-bottom: 25px;
}
p.feed {
	position: absolute;
	visibility: hidden;
}
.preshipment #sidebar, .accreditation #sidebar {
	display: none;
}
.preshipment #mainContent, .accreditation #mainContent, .distribution #mainContent {
	width: 100%;
}

/* >Secondary Content
-----------------------------------------------------------*/

#sidebar {
	float: right;
	width: 30%;
	background-color: #fafafa;
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
	margin-top: 40px;
	padding: 15px 15px 5px 15px;
}
#sidebar h2 {
	border-bottom: 2px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 7px;
	color: #A60000;
}
#sidebar p {
	font-size: 100%;
	color: #777;
}
#sidebar input {
	width: 100%;
	margin-bottom: 5px;
}
#sidebar a.rss {
	padding-left: 18px;
	background: url(/images/styledetail/rss.gif) 0 45% no-repeat;
	color: #666 !important;
}
#sidebar a.rss:hover, #sidebar a.rss:active {
	color: #A60000 !important;
}
.home #sidebar {
	padding: 0px 15px 5px 15px;
}
.contact #sidebar {
	margin-top: 45px;
}
.feedback #sidebar {
	margin-top: 75px;
}

/* >Feedback
-----------------------------------------------------------*/

.feedback #mainContent form {
	clear: left;
}
.feedback #mainContent img.inlineImg {
	margin-bottom: 20px;
}
.feedback #mainContent form p {
	line-height: 1;
	margin-bottom: 5px;
	margin-left: 30px;
}
.feedback #mainContent form h4 {
	margin-top: 15px;
	font-size: 130%;
	color: #A60000;
}
.feedback form label {
	width: 100%;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #777;
}
.feedback form p.inlineForm {
	margin-top: 15px;
}
.feedback form p.inlineForm label {
	display: inline;
}
.feedback form input, .feedback form textarea {
	width: 95%;
	border: 1px solid #ccc;
	font-size: 120%;
}
.feedback form input:focus, .feedback form textarea:focus {
	border: 1px solid #A60000;
}
.feedback form input {
	font-weight: bold;
	font-size: 140%;
}
.feedback form input.submit {
	font-size: 100%;
}

/* >Contact
-----------------------------------------------------------*/

.contact #mainContent p, .contact #mainContent address {
	margin-left: 30px;
}
#mainContent p.lead {
	margin-left: 0;
	margin-top: 10px;
}
.contact #mainContent h3 {
	margin-bottom: 15px;
}
#contactDetails {
	padding-left: 180px;
	background: url(/images/styledetail/offices.jpg) 0 3px no-repeat;
}
#contactDetails p a {
	font-size: 140%;
}
#contactDetails ul {
	padding-left: 30px;
}

/* >Accreditation
-----------------------------------------------------------*/

.accreditation #mainContent img {
	padding: 2px;
	background-color: #fff;
	float: left;
	margin-right: 15px;
}
.accreditation #mainContent h3 {
	clear: both;
}
#accrediatations p {
	background-color: #fff;
	padding: 10px;
	min-height: 60px;
	/* border-left: 1px solid #ccc; */
	padding-right: 25px;
}
#accrediatations p.odd {
	min-height: 98px;
}
strong#byPost {
	padding-left: 30px;
	background: url(/images/styledetail/byPost.gif) 3px 45% no-repeat;
}
strong#byPhone {
	padding-left: 30px;
	background: url(/images/styledetail/byPhone.gif) 3px 45% no-repeat;
}
strong#byEmail {
	padding-left: 30px;
	background: url(/images/styledetail/byEmail.gif) 3px 45% no-repeat;
}

/* >Section Heads
-----------------------------------------------------------*/
/*
.home #sectionHead p, .accreditation #sectionHead p, .contact #sectionHead p, .feedback #sectionHead p {
	padding-top: 115px;
}
*/
#mainContent h2 {
	text-indent: -9000px;
}
.home #mainContent h2 {
	background: url(/images/textreplacement/sections/slogan.png) 0 50% no-repeat;
	border-bottom: 2px solid #e7e7e7;
	margin-bottom: 13px;
	padding-bottom: 5px;
}
.weblog #mainContent h2 {
	background: url(/images/textreplacement/sections/latestNews.png) 0 50% no-repeat;
}
.archives #mainContent h2 {
	background: url(/images/textreplacement/sections/newsArchives.png) 0 50% no-repeat;
}
.preshipment #mainContent h2 {
	background: url(/images/textreplacement/sections/preShipment.png) 0 50% no-repeat;
}
.feedback #mainContent h2 {
	background: url(/images/textreplacement/sections/feedback.png) 0 50% no-repeat;
}
.contact #mainContent h2 {
	background: url(/images/textreplacement/sections/contactUs.png) 0 50% no-repeat;
}
.accreditation #mainContent h2 {
	background: url(/images/textreplacement/sections/accreditation.png) 0 50% no-repeat;
}
.distribution #mainContent h2 {
	margin-bottom: 13px;
	background: url(/images/textreplacement/sections/globalDistribution.png) 0 50% no-repeat;
}
.forwarding #mainContent h2 {
	background: url(/images/textreplacement/sections/worldwideForwarding.gif) 0 50% no-repeat !important;
}
.europe_scandinavia #mainContent h2 {
	background: url(/images/textreplacement/sections/europeScandinavia.gif) 0 50% no-repeat !important;
}
.global_airfreight #mainContent h2 {
	background: url(/images/textreplacement/sections/globalAirfreight.gif) 0 50% no-repeat !important;
}
.north_america #mainContent h2 {
	background: url(/images/textreplacement/agents/northAmerican.png) 0 50% no-repeat;
}
.mediterranean #mainContent h2 {
	background: url(/images/textreplacement/agents/mediterranean.png) 0 50% no-repeat;
}
.middle_east #mainContent h2 {
	background: url(/images/textreplacement/agents/middleEastern.png) 0 50% no-repeat;
}
.indian_subcontinent #mainContent {
	padding-top: 50px;
}
.indian_subcontinent #mainContent h2 {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 490px;
	height: 50px;
	background: url(/images/textreplacement/agents/indianSub.png) 0 50% no-repeat;
}
.indian_subcontinent #mainContent h2 span {
	visibility: hidden;
	position: absolute;
}
.far_east #mainContent h2 {
	background: url(/images/textreplacement/agents/farEastern.png) 0 50% no-repeat;
}
.australasia #mainContent h2 {
	background: url(/images/textreplacement/agents/australasian.png) 0 50% no-repeat;
}
.south_africa #mainContent h2 {
	background: url(/images/textreplacement/agents/southAfrican.png) 0 50% no-repeat;
}

/* >Front
-----------------------------------------------------------*/

.home #subNav {
	display: none;
}
.home #sectionHead {
	min-height: 150px !important;
}
.home #sectionHead {
	background: #A1A1A1;
	min-height: 155px;
}
.home #sidebar ul {
	list-style: none;
	margin-left: 10px;
	margin-top: 20px;
	padding-bottom: 15px;
}
.home #sidebar ul li a {
	height: 114px;
	width: 170px;
	display: block;
	margin-top: 15px;
	border: 1px solid #999; 
}
.home #sidebar ul li a strong {
	visibility: hidden;
}
.home #sidebar ul li#core1 a {
	background: url(/images/styledetail/core1.jpg) no-repeat 100% 50%;
}
.home #sidebar ul li#core1 a:hover, .home #sidebar ul li#core1 a:active {
	background: url(/images/styledetail/core1.jpg) no-repeat 100% 50%;
}
.home #sidebar ul li#core2 a {
	background: url(/images/styledetail/core2.jpg) no-repeat 100% 50%;
}
.home #sidebar ul li#core2 a:hover, .home #sidebar ul li#core2 a:active {
	background: url(/images/styledetail/core2.jpg) no-repeat 100% 50%;
}
.home #sidebar ul li#core3 a {
	background: url(/images/styledetail/core3.jpg) no-repeat 100% 50%;
}
.home #sidebar ul li#core3 a:hover, .home #sidebar ul li#core3 a:active {
	background: url(/images/styledetail/core3.jpg) no-repeat 100% 50%;
}
.home #mainContent {
	width: 65%;
}
.home #sidebar {
	margin-top: 0px;
	width: 27%;
}
.home #mainContent ul, .distribution #mainContent ul {
	font-size: 110%;
	font-weight: bold;
}
.home #mainContent ul {
	color: #970200;
	margin-left: 30px;
}

/* >Pre-shipment
-----------------------------------------------------------*/

img.inlineImg {
	float: left;
	margin-right: 20px;
	border: 5px solid #f2f2f2;
}
#warehousing {
	background: url(/images/illustrations/loading.png) 50% 0 no-repeat;
	padding: 0 !important;
}
#packaging {
	background: url(/images/illustrations/packaging.gif) 50% 50% no-repeat;
	padding: 0 !important;
}
.illustration p {
	position: absolute;
	visibility: hidden;
}
#sidebar .illustration {
	height: 120px;
	width: 100%;
}

/* >Distributors
-----------------------------------------------------------*/

div.distributor {
	background: url(/images/styledetail/whiteFadeLeft.gif) -130px repeat-y;
	padding: 10px 20px;
	margin-bottom: 2px;
}
#mainContent div.distributor h4 {
	color: #A60000;
	font-size: 140%;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 0;
}
#mainContent div.distributor p {
	margin-bottom: 3px;
	font-size: 90%;
}
div.distributor address {
	font-size: 90%;
	margin-bottom: 10px;
}
div.distributor h5 {
	font-weight: bold;
	color: #000;
	font-size: 100%;
}
#mainContent div.distributor h6 {
	font-size: 100%;
	margin-bottom: 4px;
	margin-top: 10px;
	clear: both;
}
div.distributor .distDetails {
	margin: 10px 0;
}
div.distributorDetails {
	margin-top: 7px;
}
div.distributorDetails strong {
	width: 15%;
	display: block;
	float: left;
}
#content #mainContent a.toggleLink {
	color: #555;
	font-weight: normal;
	font-size: 80%;
}
#content #mainContent a.toggleLink:hover, #content #mainContent a.toggleLink:active {
	color: #A60000;
}
.sectionMap#sidebar {
	margin-top: 100px;
}
.sectionMap#sidebar p {
	overflow: hidden;
}
.sectionMap#sidebar img {
}
.sectionMap#sidebar p {
	text-align: center;
}
#distributionMap {
	padding-top: 8px;
	padding-bottom: 5px;
	border: 5px solid #f2f2f2;
	height: 310px;
}
#distributionMap #map {
	margin-left: 80px;
}

/* Hide sidebar for core services, but show it elsewhere in Distribution */

.distribution #sidebar {
	display: none;
}
.mediterranean #sidebar,
.north_america #sidebar,
.middle_east #sidebar,
.indian_subcontinent #sidebar,
.far_east #sidebar,
.australasia #sidebar,
.south_africa #sidebar {
	display: block;
}
.mediterranean #mainContent,
.north_america #mainContent,
.middle_east #mainContent,
.indian_subcontinent #mainContent,
.far_east #mainContent,
.australasia #mainContent,
.south_africa #mainContent {
	width: 62%;
}
.distribution #sidebar {
	margin-top: 55px;
}
.distribution #sidebar ul {
	list-style-type: none;
	line-height: 1.8;
	margin: 12px 7px;
}
.distribution #sidebar ul li a {
	color: #666;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 2px 8px;
}
.distribution #sidebar ul li a:hover,
.mediterranean #sidebar ul li#jumpMed a,
.middle_east #sidebar ul li#jumpME a,
.north_america #sidebar ul li#jumpNA a,
.indian_subcontinent #sidebar ul li#jumpIS a,
.far_east #sidebar ul li#jumpFE a,
.australasia #sidebar ul li#jumpAu a,
.south_africa #sidebar ul li#jumpSA a {
	background-color: #fafafa;
	color: #A60000;
}
.global_airfreight #mainContent ul {
	background: url("/images/accredited/iata.gif") no-repeat 100% 50%;
}
.forwarding #contentWrap {
	padding-bottom: 0;
}
.forwarding #mainContent {
	padding-bottom: 30px;
}
.forwarding #mainContent {
	background: url("/images/styledetail/palms.jpg") no-repeat 90% 100%;
}

/* >Error Pages
-----------------------------------------------------------*/

.error #mainContent {
	width: 100%;
}
.error #mainContent h2 {
	text-indent: 0;
	margin-top: 25px;
	margin-bottom: 10px;
}
.errorMessage {
	background-color: #fff;
	padding: 20px;
}

/* >End
-----------------------------------------------------------*/