@import url("international-core.css");

/* 
	Overrides or adds styles needed above and beyond what is found in global_div.css that is specific to the CE pages
*/

@media all 
{

	div#international-head
	{
		background-image: url(international-assets/images/TopBanner.jpg); 
		height: 140px; 
	}
	div#content-center
	{
		background-color: Transparent;
		padding:0px;
		margin: 0px 0px 0px 10px;
	}
	div#content-main
	{
		border: solid 1px #d3d3d2;
		margin: 0px;
		min-height: 600px;
		padding: 20px;
		width:768px;
	}
	#header-row
	{
		border: 1px solid #d8d1c6;
		border-bottom: 0px;
		padding:15px;
		margin-bottom:0px;
	}
	
	/* top of page beauty shot images */
	.feature h2
	{
		font-size:12px;
		font-weight:bold;
		padding:0px;
	}
	.feature img 
	{
		margin: 0px 5px 0px 0px;
	}
	.feature p
	{
		padding:0px;
		margin:0px;
	}
	.feature
	{
		float:left;
	}		
	
	#left-column .contentsection
	{
		margin-top: 20px;
		overflow:auto;
	}
	#left-column .image-right img
	{
		float:right;
		margin-left: 5px;
	}
	#left-column h4
	{
		font-size: 12px;
	}
	
	#right-column .feature
	{
		margin-left: 20px;
		padding-top: 25px;
	}
	#right-column .feature h4
	{
		padding: 10px 0px 0px 0px;
	}

	#right-column .feature-background
	{
		background-image: url(international-assets/images/builtaroundbg.jpg); 
		background-repeat: no-repeat; 
		height: 400px; 
	}
	#right-column .feature-background h4
	, #right-column .feature-background p
	{
		padding: 10px 10px 0px 10px;
		margin-bottom: 15px;
	}
	
	#left-column .thinking-green img
	{
		margin-top:35px;
	}
	#left-column .recycling ul
	{
		display:inline-block;
		width: 400px;
	}
	#left-column .involved-invested .p-after-list
	{
		font-size: 11px;
		margin-top: 30px;
	}
	#right-column .cladding img
	{
		margin-left: 40px;
	}
	
}
@media print
{
	
}
