/* layout.css for page or content specific styling */

.london-background { background: transparent url('../img/backgrounds/london.jpg') no-repeat top center; }
.london-background #content { height:395px; width:320px; overflow:hidden; }

.paris-background {	background: transparent url('../img/backgrounds/paris.jpg') no-repeat top center; }
.paris-background #content { height:395px; width:340px; overflow:hidden; padding-left:220px; }

.los-angeles-background { background: transparent url('../img/backgrounds/los-angeles.jpg') no-repeat top center; }
.los-angeles-background #content { height:395px; width:200px; overflow:hidden; padding-left:45px; }

.cote-d-azur-background { background: transparent url('../img/backgrounds/cote-d-azur.jpg') no-repeat top center; }
.cote-d-azur-background #content { height:355px; width:500px; overflow:hidden; padding-top:40px; }

.new-york-background { background: transparent url('../img/backgrounds/new-york.jpg') no-repeat top center; }
.new-york-background #content { height:395px; width:500px; overflow:hidden; }

.about-us-background { background: #00419F url('../img/backgrounds/shipping-containers.jpg') no-repeat top center; }
.about-us-background #content { padding-top:30px; padding-left:50px; width:560px }

.storage-background { background: #0D0711 url('../img/backgrounds/pastels.jpg') no-repeat top center; }
.storage-background #content { padding-top:30px; padding-left:50px; width:560px }

.careers-background { background: transparent url('../img/backgrounds/careers.jpg') no-repeat top center; }
.careers-background #content {	height:413px; width:165px; color:#000; padding-left:95px; }
.careers-background #content a { color:#000; }

.services-background { background: #565553 url('../img/backgrounds/gallery.jpg') no-repeat top center; }
.services-background #content { padding-top:80px; padding-left:20px; width:490px }

.shipping-usa-background { background: #01062E url('../img/backgrounds/shipping-usa.jpg') no-repeat top center; }
.shipping-usa-background #content { padding-top:80px; padding-right:20px; }

.shipping-europe-background { background: #100D20 url('../img/backgrounds/shipping-europe.jpg') no-repeat top center; }
.shipping-europe-background #content { padding-top:80px; padding-right:20px;  }

.shipping-uk-background { background: #433B38 url('../img/backgrounds/shipping-uk.jpg') no-repeat top center; }
.shipping-uk-background #content { padding-top:80px; padding-right:20px; width:430px; }

.links-background { background: #404348 url('../img/backgrounds/links.jpg') no-repeat top center; }

.contact-us-background, .request-a-quote-background, .thank-you-background, .ad-enquiry-background { background: #E0D3CB url('../img/backgrounds/statues.jpg') no-repeat top center; }
.contact-us-background #content, .request-a-quote-background #content, .thank-you-background #content, .ad-enquiry-background #content { position:relative; margin-left:170px; margin-right:50px; }
.contact-us-background #content .transparent-overlay, .request-a-quote-background #content .transparent-overlay, .thank-you-background #content .transparent-overlay, .ad-enquiry-background #content .transparent-overlay { padding:10px; }


table.shipping
{
	margin-top:10px;
	border:2px solid #fff;
	border-right:1px solid white;
}

table.shipping th,table.shipping td
{
	width:100px;
	text-align:center;
	border-right:1px solid #fff;
}

table.shipping th
{
	padding:10px 0;
	font-weight:normal;
	font-size:15px;
}

table.shipping td
{
	padding:3px 0;
	font-size:14px;
}

table.shipping tr td
{
	background-color:#ACB3B9;
}

table.shipping tr.zebra td
{
	background-color:#888E9C;
}


/* contacts accordion */
#contacts
{
	height:490px;
}

#contacts table td
{
	padding:0 15px 4px 0;
}

/* geonav bar */
#geonav
{
	height:40px;
	line-height:40px;
	
	background-color:#01062E;
	border-bottom:1px solid #eaeaea;
	
	text-align:center;
	color:#fff;
	
	cursor:pointer;
}